~corey.bryant/openstack-mojo-specs/mitaka

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_deploy/kilo/manifest

[thedac, r=1chb1n] 
Upgrade base charms first
Wait time between upgrades
Setup logging for all scripts with date format
Use juju-wait for check_juju.py
Add Success message for completed mojo runs
Remove unneeded repo phases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Collect the charm branches from Launchpad
2
2
collect config=collect-stable-${MOJO_SERIES}
3
3
 
4
 
# Copy the branches to the deployment directory
5
 
repo config=repo-stable
6
 
 
7
4
# Use juju deployer with full.yaml bundle
8
5
deploy config=full.yaml delay=0 wait=True target=${MOJO_SERIES}-kilo
9
6
 
21
18
 
22
19
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
23
20
verify config=simple_os_checks.py MACHINES='cirros:m1.tiny:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
21
 
 
22
# Success