[ceph] Cleanup install scripts for duplicate variables

This is just to  remove duplicate variables from scripts.

Change-Id: I26ea5b859ab3d494bd6432039d67683ee5632759
This commit is contained in:
Chinasubbareddy Mallavarapu 2019-06-06 16:19:40 -05:00 committed by chinasubbareddy mallavarapu
parent 74e4474ec6
commit f11a51fc61
3 changed files with 0 additions and 14 deletions

View File

@ -59,10 +59,6 @@ endpoints:
network:
public: 172.17.0.1/16
cluster: 172.17.0.1/16
port:
mon: 6789
rgw: 8088
mgr: 7000
deployment:
storage_secrets: true
ceph: true
@ -181,8 +177,6 @@ pod:
mgr: 1
rgw: 1
manifests:
cronjob_checkPGs: true
EOF
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do

View File

@ -46,10 +46,6 @@ endpoints:
network:
public: 172.17.0.1/16
cluster: 172.17.0.1/16
port:
mon: 6789
rgw: 8088
mgr: 7000
deployment:
storage_secrets: true
ceph: true
@ -164,8 +160,6 @@ pod:
mds: 1
mgr: 1
manifests:
cronjob_checkPGs: true
EOF
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do

View File

@ -64,8 +64,6 @@ conf:
type: directory
location: /var/lib/openstack-helm/ceph/osd/journal-one
manifests:
cronjob_checkPGs: true
EOF
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}