~chris.macnaughton/openstack-mojo-specs/deploy-timeouts

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_deploy_baremetal/ocata/manifest

  • Committer: Chris MacNaughton
  • Date: 2018-02-14 14:53:52 UTC
  • Revision ID: chris.macnaughton@canonical.com-20180214145352-82nyfiyhs5t0l3pa
add default, overridable timeouts

This allows us to optionally set deployment timeouts
through environment variables, with a default set
to one hour.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
script config=scripts/bundle_constrainer_inject_tags.sh lxc=False
14
14
 
15
15
# Use juju deployer with baremetal7.yaml bundle
16
 
deploy config=baremetal7.yaml delay=0 timeout=4500 wait=False target=${MOJO_SERIES}-ocata
 
16
deploy timeout=${MOJO_DEPLOY_TIMEOUT:-3600} config=baremetal7.yaml delay=0 timeout=4500 wait=False target=${MOJO_SERIES}-ocata
17
17
 
18
18
# Check juju statuses are green and that hooks have finished
19
19
verify config=check_juju.py
27
27
# Setup keystone users
28
28
script config=keystone_setup.py
29
29
 
30
 
# Create and check instances on the deployed cloud
 
30
# Create and check instances on the deploy timeout=${MOJO_DEPLOY_TIMEOUT:-3600}ed cloud
31
31
verify config=simple_os_checks.py MACHINES='cirros:m1.tiny:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
32
32
 
33
33
# Success