Merge "Increase timeout for 1st stage and add missing builds"

This commit is contained in:
Jenkins 2017-03-13 09:59:38 +00:00 committed by Gerrit Code Review
commit 0be6f41598
1 changed files with 5 additions and 3 deletions

View File

@ -168,6 +168,8 @@ repositories:
name: neutron
- git_url: https://git.openstack.org/openstack/fuel-ccp-nova
name: nova
- git_url: https://git.openstack.org/openstack/fuel-ccp-nginx
name: nginx
- git_url: https://git.openstack.org/openstack/fuel-ccp-openstack-base
name: openstack-base
- git_url: https://git.openstack.org/openstack/fuel-ccp-rabbitmq
@ -310,13 +312,13 @@ function ccp_install {
function deploy_ccp {
pwd
${SCP_COMMAND} ccp.yml vagrant@"${ADMIN_IP}":~/
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml build -c etcd memcached rabbitmq galera"
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml build -c etcd memcached rabbitmq galera percona"
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml deploy -c etcd memcached database"
ccp_wait_for_deployment_to_finish 50
ccp_wait_for_deployment_to_finish 70
if [ $? -ne 0 ]; then
return 1
fi
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml build -c keystone"
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml build -c keystone nginx"
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml deploy -c keystone"
ccp_wait_for_deployment_to_finish 30
if [ $? -ne 0 ]; then