~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

« back to all changes in this revision

Viewing changes to specs/full_stack/stable_to_next/newton/manifest

  • Committer: Ryan Beisner
  • Date: 2017-02-22 13:45:20 UTC
  • mto: This revision was merged to the branch mainline in revision 301.
  • Revision ID: ryan.beisner@canonical.com-20170222134520-d0fmre3npgl8wngs
Add Newton stable_to_next

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Collect the stable charm branches from Launchpad
 
2
collect config=collect-stable-${MOJO_SERIES}
 
3
 
 
4
# Checkout stable
 
5
script config=git_checkout_stable.py
 
6
 
 
7
# Use juju deployer with full.yaml bundle
 
8
deploy config=full.yaml delay=0 wait=True target=${MOJO_SERIES}-newton
 
9
 
 
10
# Check juju statuses are green and that hooks have finished
 
11
verify config=check_juju.py
 
12
 
 
13
# Create sdn on overcloud
 
14
script config=network_setup.py
 
15
 
 
16
# Setup glance images
 
17
script config=image_setup.py
 
18
 
 
19
# Setup keystone users
 
20
script config=keystone_setup.py
 
21
 
 
22
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
23
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1' CLOUDINIT_WAIT="300"
 
24
 
 
25
# Remove charms directories
 
26
script config=wipe_charm_dir.py
 
27
 
 
28
# Collect the next (devel) charm branches from Launchpad
 
29
collect config=collect-next-${MOJO_SERIES}
 
30
 
 
31
# Run upgrade-charm on all services
 
32
script config=upgrade_all_services.py
 
33
 
 
34
# Check juju statuses are green and that hooks have finished
 
35
verify config=check_juju.py
 
36
 
 
37
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
38
verify config=simple_os_checks.py MACHINES='cirros:m1.small:1 precise:m1.small:1' CLOUDINIT_WAIT="300"
 
39
 
 
40
# Success