Armada: Update ceph deployment to correctly specify options

This PS updates the armada manifests used in the gate to correctly
specify the options applied.

Change-Id: Ie755e5372207328363b5999f6d36268e20e7e3e8
This commit is contained in:
Pete Birley 2018-02-18 22:11:59 -06:00
parent e12d626f9c
commit 8c4dce501f
2 changed files with 31 additions and 9 deletions

View File

@ -88,8 +88,29 @@ data:
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
ceph:
global:
#NOTE (portdirect): any uuidv4 value is acceptable here, though must
# be consistent if you wish to redploy whist maintaining data.
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
rgw_ks: rgw_ks:
enabled: true enabled: true
pool:
crush:
#NOTE(portdirect): set to hammer if using kernel < 4.5
tunables: null
target:
# NOTE(portdirect): 5 nodes, with one osd per node
osd: 5
pg_per_osd: 100
storage:
osd:
- data:
type: directory
location: /var/lib/openstack-helm/ceph/osd/osd-one
journal:
type: directory
location: /var/lib/openstack-helm/ceph/osd/journal-one
source: source:
type: local type: local
location: ${OSH_PATH} location: ${OSH_PATH}

View File

@ -82,6 +82,10 @@ data:
application: ceph application: ceph
component: namespace-client-key-generator component: namespace-client-key-generator
values: values:
labels:
jobs:
node_selector_key: openstack-control-plane
node_selector_value: enabled
endpoints: endpoints:
identity: identity:
namespace: openstack namespace: openstack
@ -89,10 +93,6 @@ data:
namespace: ceph namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
labels:
jobs:
node_selector_key: openstack-control-plane
node_selector_value: enabled
network: network:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
@ -102,10 +102,15 @@ data:
rbd_provisioner: false rbd_provisioner: false
cephfs_provisioner: false cephfs_provisioner: false
client_secrets: true client_secrets: true
rgw_user_and_endpoints: false rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: false enabled: false
conf: conf:
ceph:
global:
#NOTE (portdirect): any uuidv4 value is acceptable here, though must
# be consistent if you wish to redploy whist maintaining data.
fsid: C1150D08-707D-4FEB-85E7-692BD9206DC3
rgw_ks: rgw_ks:
enabled: true enabled: true
source: source:
@ -338,10 +343,6 @@ data:
namespace: ceph namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
labels:
rgw:
node_selector_key: ceph-rgw
node_selector_value: enabled
bootstrap: bootstrap:
enabled: false enabled: false
conf: conf: