~chris.macnaughton/openstack-mojo-specs/nova-compute-migration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Collect the charm branches from Launchpad
collect config=collect-next-cephradosgw-ha-${MOJO_SERIES}

# Use juju deployer with cephradosgw-ha.yaml bundle
deploy config=cephradosgw-ha.yaml delay=0 wait=False target=${MOJO_SERIES}-icehouse

# Check juju statuses are green and that hooks have finished
verify config=check_juju.py

# Setup keystone users
script config=keystone_setup.py

# Test obj store by sending and recieving files
verify config=test_obj_store.py

# Delete the unit which is currently the leader (according to corosync)
script config=delete_crm_leader.py SERVICE='ceph-radosgw' RESOURCE='res_cephrg_eth0_vip'

# Test obj store by sending and recieving files
verify config=test_obj_store.py

# Add 2 new ceph-radosgw units
script config=add_unit.py UNITS='ceph-radosgw:2'

# Test obj store by sending and recieving files
verify config=test_obj_store.py

# Success