OSH: Ceph charts cleanup

This is  to clean ceph charts for unused variables and left over from
ceph chart split

Change-Id: If5c8a5a2cf590154ff712695d409ca83d81e8197
This commit is contained in:
Chinasubbareddy M 2019-01-08 12:03:33 -06:00 committed by chinasubbareddy mallavarapu
parent cc4c9cdc9d
commit 13277440d7
9 changed files with 0 additions and 113 deletions

View File

@ -79,10 +79,6 @@ data:
release_group: osh-ceph-mon release_group: osh-ceph-mon
values: values:
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
@ -91,18 +87,12 @@ data:
deployment: deployment:
storage_secrets: true storage_secrets: true
ceph: true ceph: true
rbd_provisioner: true
cephfs_provisioner: true
client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
ceph: ceph:
global: global:
fsid: ${CEPH_FS_ID} fsid: ${CEPH_FS_ID}
rgw_ks:
enabled: true
pool: pool:
crush: crush:
tunables: ${CRUSH_TUNABLES} tunables: ${CRUSH_TUNABLES}
@ -149,22 +139,13 @@ data:
release_group: osh-ceph-osd release_group: osh-ceph-osd
values: values:
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: true
ceph: true ceph: true
rbd_provisioner: true
cephfs_provisioner: true
client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
@ -219,33 +200,19 @@ data:
release_group: osh-ceph-client release_group: osh-ceph-client
values: values:
endpoints: endpoints:
identity:
namespace: openstack
auth:
swift:
password: ${SWIFT_USER_PASSWORD}
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: true
ceph: true ceph: true
rbd_provisioner: true
cephfs_provisioner: true
client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
ceph: ceph:
global: global:
fsid: ${CEPH_FS_ID} fsid: ${CEPH_FS_ID}
rgw_ks:
enabled: true
pool: pool:
crush: crush:
tunables: ${CRUSH_TUNABLES} tunables: ${CRUSH_TUNABLES}
@ -292,33 +259,22 @@ data:
release_group: osh-ceph-provisioners release_group: osh-ceph-provisioners
values: values:
endpoints: endpoints:
identity:
namespace: openstack
auth:
swift:
password: ${SWIFT_USER_PASSWORD}
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: true
ceph: true ceph: true
rbd_provisioner: true rbd_provisioner: true
cephfs_provisioner: true cephfs_provisioner: true
client_secrets: false client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
ceph: ceph:
global: global:
fsid: ${CEPH_FS_ID} fsid: ${CEPH_FS_ID}
rgw_ks:
enabled: true
pool: pool:
crush: crush:
tunables: ${CRUSH_TUNABLES} tunables: ${CRUSH_TUNABLES}

View File

@ -75,10 +75,6 @@ data:
release_group: osh-infra-osh-infra-ceph-config release_group: osh-infra-osh-infra-ceph-config
values: values:
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
labels: labels:
@ -89,17 +85,12 @@ data:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: False
ceph: False ceph: False
rbd_provisioner: False rbd_provisioner: False
cephfs_provisioner: False cephfs_provisioner: False
client_secrets: True client_secrets: True
rgw_keystone_user_and_endpoints: False
bootstrap: bootstrap:
enabled: False enabled: False
conf:
rgw_ks:
enabled: True
source: source:
type: local type: local
location: ${OSH_INFRA_PATH} location: ${OSH_INFRA_PATH}
@ -156,7 +147,6 @@ data:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: False
ceph: True ceph: True
rbd_provisioner: False rbd_provisioner: False
cephfs_provisioner: False cephfs_provisioner: False

View File

@ -93,17 +93,12 @@ data:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: false
ceph: false ceph: false
rbd_provisioner: false rbd_provisioner: false
cephfs_provisioner: false cephfs_provisioner: false
client_secrets: true client_secrets: true
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: false enabled: false
conf:
rgw_ks:
enabled: true
source: source:
type: local type: local
location: ${OSH_INFRA_PATH} location: ${OSH_INFRA_PATH}
@ -434,7 +429,6 @@ data:
public: ${CEPH_NETWORK} public: ${CEPH_NETWORK}
cluster: ${CEPH_NETWORK} cluster: ${CEPH_NETWORK}
deployment: deployment:
storage_secrets: False
ceph: True ceph: True
rbd_provisioner: False rbd_provisioner: False
cephfs_provisioner: False cephfs_provisioner: False

View File

@ -38,26 +38,10 @@ else
fi fi
tee /tmp/ceph.yaml <<EOF tee /tmp/ceph.yaml <<EOF
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
port:
api:
default: 8088
public: 80
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
port:
mon:
default: 6789
ceph_mgr: ceph_mgr:
namespace: ceph namespace: ceph
port:
mgr:
default: 7000
metrics:
default: 9283
network: network:
public: 172.17.0.1/16 public: 172.17.0.1/16
cluster: 172.17.0.1/16 cluster: 172.17.0.1/16
@ -71,12 +55,9 @@ deployment:
rbd_provisioner: true rbd_provisioner: true
cephfs_provisioner: true cephfs_provisioner: true
client_secrets: false client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
rgw_ks:
enabled: true
ceph: ceph:
global: global:
fsid: ${CEPH_FS_ID} fsid: ${CEPH_FS_ID}
@ -181,7 +162,6 @@ pod:
replicas: replicas:
mds: 1 mds: 1
mgr: 1 mgr: 1
rgw: 1
manifests: manifests:
cronjob_checkPGs: true cronjob_checkPGs: true

View File

@ -24,27 +24,18 @@ make -C ${OSH_INFRA_PATH} ceph-provisioners
: ${OSH_EXTRA_HELM_ARGS:=""} : ${OSH_EXTRA_HELM_ARGS:=""}
tee /tmp/ceph-openstack-config.yaml <<EOF tee /tmp/ceph-openstack-config.yaml <<EOF
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
public: 172.17.0.1/16 public: 172.17.0.1/16
cluster: 172.17.0.1/16 cluster: 172.17.0.1/16
deployment: deployment:
storage_secrets: false
ceph: false ceph: false
rbd_provisioner: false rbd_provisioner: false
cephfs_provisioner: false cephfs_provisioner: false
client_secrets: true client_secrets: true
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: false enabled: false
conf:
rgw_ks:
enabled: true
EOF EOF
helm upgrade --install ceph-openstack-config ${OSH_INFRA_PATH}/ceph-provisioners \ helm upgrade --install ceph-openstack-config ${OSH_INFRA_PATH}/ceph-provisioners \
--namespace=openstack \ --namespace=openstack \

View File

@ -34,11 +34,7 @@ network:
public: 172.17.0.1/16 public: 172.17.0.1/16
cluster: 172.17.0.1/16 cluster: 172.17.0.1/16
deployment: deployment:
storage_secrets: false
ceph: true ceph: true
rbd_provisioner: false
cephfs_provisioner: false
client_secrets: false
rgw_keystone_user_and_endpoints: true rgw_keystone_user_and_endpoints: true
bootstrap: bootstrap:
enabled: false enabled: false

View File

@ -35,10 +35,6 @@ if [ "x${ID}" == "xcentos" ]; then
fi fi
tee /tmp/ceph.yaml << EOF tee /tmp/ceph.yaml << EOF
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
@ -50,15 +46,12 @@ deployment:
rbd_provisioner: true rbd_provisioner: true
cephfs_provisioner: true cephfs_provisioner: true
client_secrets: false client_secrets: false
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: true enabled: true
conf: conf:
ceph: ceph:
global: global:
fsid: ${CEPH_FS_ID} fsid: ${CEPH_FS_ID}
rgw_ks:
enabled: true
pool: pool:
crush: crush:
tunables: ${CRUSH_TUNABLES} tunables: ${CRUSH_TUNABLES}

View File

@ -21,27 +21,18 @@ CEPH_PUBLIC_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
CEPH_CLUSTER_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)" CEPH_CLUSTER_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
tee /tmp/ceph-openstack-config.yaml <<EOF tee /tmp/ceph-openstack-config.yaml <<EOF
endpoints: endpoints:
identity:
namespace: openstack
object_store:
namespace: ceph
ceph_mon: ceph_mon:
namespace: ceph namespace: ceph
network: network:
public: ${CEPH_PUBLIC_NETWORK} public: ${CEPH_PUBLIC_NETWORK}
cluster: ${CEPH_CLUSTER_NETWORK} cluster: ${CEPH_CLUSTER_NETWORK}
deployment: deployment:
storage_secrets: false
ceph: false ceph: false
rbd_provisioner: false rbd_provisioner: false
cephfs_provisioner: false cephfs_provisioner: false
client_secrets: true client_secrets: true
rgw_keystone_user_and_endpoints: false
bootstrap: bootstrap:
enabled: false enabled: false
conf:
rgw_ks:
enabled: true
EOF EOF
: ${OSH_INFRA_PATH:="../openstack-helm-infra"} : ${OSH_INFRA_PATH:="../openstack-helm-infra"}

View File

@ -31,11 +31,7 @@ network:
public: ${CEPH_PUBLIC_NETWORK} public: ${CEPH_PUBLIC_NETWORK}
cluster: ${CEPH_CLUSTER_NETWORK} cluster: ${CEPH_CLUSTER_NETWORK}
deployment: deployment:
storage_secrets: false
ceph: true ceph: true
rbd_provisioner: false
cephfs_provisioner: false
client_secrets: false
rgw_keystone_user_and_endpoints: true rgw_keystone_user_and_endpoints: true
bootstrap: bootstrap:
enabled: false enabled: false