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

« back to all changes in this revision

Viewing changes to specs/full_stack/next_keystone_v3/pike/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:
2
2
collect config=collect-next-${MOJO_SERIES}
3
3
 
4
4
# Use juju deployer with ksv3_full.yaml bundle
5
 
deploy config=ksv3-full.yaml delay=0 wait=False target=${MOJO_SERIES}-pike
 
5
deploy timeout=${MOJO_DEPLOY_TIMEOUT:-3600} config=ksv3-full.yaml delay=0 wait=False target=${MOJO_SERIES}-pike
6
6
 
7
7
# Check juju statuses are green and that hooks have finished
8
8
verify config=check_juju.py