Skip to content

Commit

Permalink
removed the deployment part for rel5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schneider committed Sep 5, 2019
1 parent 3d1fd32 commit f95e443
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ pipeline {
sh 'docker push sonatanfv/tng-sdk-benchmark:v5.0'
}
}
stage('Deploying in v5.0 servers') {
steps {
sh 'rm -rf tng-devops || true'
sh 'git clone https://github.com/sonata-nfv/tng-devops.git'
dir(path: 'tng-devops') {
sh 'ansible-playbook roles/sp.yml -i environments -e "target=sta-sp-v5-0 component=gatekeeper"'
sh 'ansible-playbook roles/vnv.yml -i environments -e "target=sta-vnv-v5-0 component=gatekeeper"'
}
}
}
}
}
}
Expand Down

0 comments on commit f95e443

Please sign in to comment.