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

« back to all changes in this revision

Viewing changes to specs/storage/ceph/charm_migration/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:
2
2
collect config=collect-ceph-default
3
3
 
4
4
# Use juju deployer with charm-ceph.yaml bundle
5
 
deploy config=charm-ceph.yaml delay=0 wait=False target=${MOJO_SERIES}-ocata
 
5
deploy timeout=${MOJO_DEPLOY_TIMEOUT:-3600} config=charm-ceph.yaml delay=0 wait=False target=${MOJO_SERIES}-ocata
6
6
 
7
7
# Check juju statuses are green and that hooks have finished
8
8
verify config=check_juju.py
11
11
verify config=test_ceph_store.py APPLICATION=ceph UNITS="0 1"
12
12
 
13
13
# Use juju deployer with ceph-charm-migration.yaml bundle
14
 
deploy config=ceph-charm-migration.yaml delay=0 wait=False target=${MOJO_SERIES}-ocata
 
14
deploy timeout=${MOJO_DEPLOY_TIMEOUT:-3600} config=ceph-charm-migration.yaml delay=0 wait=False target=${MOJO_SERIES}-ocata
15
15
 
16
16
# Check juju statuses are green and that hooks have finished
17
17
verify config=check_juju.py