~chris.macnaughton/openstack-mojo-specs/py3

« back to all changes in this revision

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

Designate Mojo Spec

Liam Young 2018-01-19 Pythonify and centralise a few bits of thedacs designate mojo work.
David Ames 2018-01-18 Designate Neutron Integration Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Collect the charm branches from Launchpad
 
2
collect config=collect-next-reactive-${MOJO_SERIES}
 
3
 
 
4
# Use juju deployer with reactive-next.yaml bundle
 
5
deploy config=reactive-next.yaml delay=0 wait=False target=${MOJO_SERIES}-newton
 
6
 
 
7
# Check juju statuses are green and that hooks have finished
 
8
verify config=check_juju.py
 
9
 
 
10
# Create sdn on overcloud
 
11
script config=network_setup.py
 
12
 
 
13
# Setup glance images
 
14
script config=image_setup.py
 
15
 
 
16
# Setup keystone users
 
17
script config=keystone_setup.py
 
18
 
 
19
# Setup Designate
 
20
script config=designate_setup.py
 
21
 
 
22
# Create 1 * tiny cirros and 1 * small precise instances on the overcloud
 
23
verify config=simple_os_checks.py MACHINES='trusty:m1.small:2' CLOUDINIT_WAIT="300"
 
24
 
 
25
# Test DNS records
 
26
verify config=validate_designate.py
 
27
 
 
28
# Success