1
# Collect the charm branches from Launchpad
2
collect config=collect-next
4
# Use juju deployer with full.yaml bundle
5
deploy config=full-dvr-next.yaml delay=0 target=${MOJO_SERIES}-pike
7
# Check juju statuses are green and that hooks have finished
8
verify config=check_juju.py
10
# Create sdn on overcloud
11
script config=network_setup.py NET_TOPOLOGY="dvr"
14
script config=image_setup.py
16
# Setup keystone users
17
script config=keystone_setup.py
19
# Create 1 * trusty instance on the overcloud
20
verify config=simple_os_checks.py MACHINES='trusty:m1.small:1' CLOUDINIT_WAIT="300"