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

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_to_next/liberty/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 stable 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-next
6
 
 
7
4
# Use juju deployer with full.yaml bundle
8
5
deploy config=full.yaml delay=0 wait=True target=${MOJO_SERIES}-liberty
9
6
 
28
25
# Collect the next (devel) charm branches from Launchpad
29
26
collect config=collect-next-${MOJO_SERIES}
30
27
 
31
 
# Copy the branches to the deployment directory
32
 
repo config=repo-next
33
 
 
34
28
# Run upgrade-charm on all services
35
29
script config=upgrade_all_services.py
36
30
 
39
33
 
40
34
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
41
35
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
36
 
 
37
# Success