~chris.macnaughton/mojo/ceph

« back to all changes in this revision

Viewing changes to specs/object_storage/swift_proxy/simple_nonha/pike/manifest

  • Committer: Ryan Beisner
  • Date: 2017-08-30 17:25:03 UTC
  • Revision ID: ryan.beisner@canonical.com-20170830172503-qd6ksa1morqk9ds1
Clean lint, remove deprecated series, initial Pike enablement

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Collect the charm branches from Launchpad 
 
2
collect config=collect-next-swift-proxy
 
3
 
 
4
# Use juju deployer with cephradosgw-ha.yaml bundle
 
5
deploy config=swift-proxy.yaml delay=0 wait=False target=${MOJO_SERIES}-pike
 
6
 
 
7
# Check juju statuses are green and that hooks have finished
 
8
verify config=check_juju.py
 
9
 
 
10
# Setup glance images
 
11
script config=image_setup.py
 
12
 
 
13
# Setup keystone users
 
14
script config=keystone_setup.py
 
15
 
 
16
# Check ring data is consistent accross proxies
 
17
verify config=swift_ring_status.py
 
18
 
 
19
# Test obj store by sending and recieving files
 
20
verify config=test_obj_store.py
 
21
 
 
22
# Success