1
# Collect the stable charm branches from Launchpad
2
collect config=collect-stable-${MOJO_SERIES}
5
script config=git_checkout_stable.py
7
# Use juju deployer with full.yaml bundle
8
deploy config=full.yaml delay=0 wait=True target=${MOJO_SERIES}-newton
10
# Check juju statuses are green and that hooks have finished
11
verify config=check_juju.py
13
# Create sdn on overcloud
14
script config=network_setup.py
17
script config=image_setup.py
19
# Setup keystone users
20
script config=keystone_setup.py
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"
25
# Remove charms directories
26
script config=wipe_charm_dir.py
28
# Collect the next (devel) charm branches from Launchpad
29
collect config=collect-next-${MOJO_SERIES}
31
# Run upgrade-charm on all services
32
script config=upgrade_all_services.py
34
# Check juju statuses are green and that hooks have finished
35
verify config=check_juju.py
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"