~xfactor973/openstack-mojo-specs/gluster

« back to all changes in this revision

Viewing changes to specs/object_storage/ceph/default/mitaka/manifest

  • Committer: Liam Young
  • Date: 2016-05-26 14:40:32 UTC
  • mfrom: (261.1.4 openstack-specs)
  • Revision ID: liam.young@canonical.com-20160526144032-q15nhqvomvkzrf52
[chris.macnaughton, r=gnuoy] Add a few specs that deploy varying configurations and ensure we can write to and read from the ceph cluster

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Collect the charm branches from Launchpad
 
2
collect config=collect-ceph-default
 
3
 
 
4
# Use juju deployer with ceph-default.yaml bundle
 
5
deploy config=ceph-default.yaml delay=0 wait=True target=${MOJO_SERIES}-mitaka
 
6
 
 
7
# Check juju statuses are green and that hooks have finished
 
8
verify config=check_juju.py
 
9
 
 
10
# Test obj store by sending and recieving files
 
11
verify config=test_ceph_store.py
 
12
 
 
13
# Success