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

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_to_next_ha/juno/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-ha-${MOJO_SERIES}
3
3
 
4
 
# Copy the branches to the deployment directory
5
 
repo config=repo-next-ha
6
 
 
7
4
# Use juju deployer to create the units for the deployment
8
5
deploy config=haphase1.yaml delay=0 wait=True target=${MOJO_SERIES}-juno
9
6
 
40
37
# Collect the next (devel) charm branches from Launchpad
41
38
collect config=collect-next-ha-${MOJO_SERIES}
42
39
 
43
 
# Copy the branches to the deployment directory
44
 
repo config=repo-next-ha
45
 
 
46
40
# Run upgrade-charm on all services
47
41
script config=upgrade_all_services.py
48
42
 
54
48
 
55
49
# Test obj store by sending and recieving files
56
50
verify config=test_obj_store.py
 
51
 
 
52
# Success