[ceph] Cleanup install scripts for duplicate variables
This is just to remove duplicate variables from scripts. Change-Id: I26ea5b859ab3d494bd6432039d67683ee5632759
This commit is contained in:
parent
74e4474ec6
commit
f11a51fc61
@ -59,10 +59,6 @@ endpoints:
|
|||||||
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
|
||||||
port:
|
|
||||||
mon: 6789
|
|
||||||
rgw: 8088
|
|
||||||
mgr: 7000
|
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: true
|
storage_secrets: true
|
||||||
ceph: true
|
ceph: true
|
||||||
@ -181,8 +177,6 @@ pod:
|
|||||||
mgr: 1
|
mgr: 1
|
||||||
rgw: 1
|
rgw: 1
|
||||||
|
|
||||||
manifests:
|
|
||||||
cronjob_checkPGs: true
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
||||||
|
@ -46,10 +46,6 @@ endpoints:
|
|||||||
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
|
||||||
port:
|
|
||||||
mon: 6789
|
|
||||||
rgw: 8088
|
|
||||||
mgr: 7000
|
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: true
|
storage_secrets: true
|
||||||
ceph: true
|
ceph: true
|
||||||
@ -164,8 +160,6 @@ pod:
|
|||||||
mds: 1
|
mds: 1
|
||||||
mgr: 1
|
mgr: 1
|
||||||
|
|
||||||
manifests:
|
|
||||||
cronjob_checkPGs: true
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
||||||
|
@ -64,8 +64,6 @@ conf:
|
|||||||
type: directory
|
type: directory
|
||||||
location: /var/lib/openstack-helm/ceph/osd/journal-one
|
location: /var/lib/openstack-helm/ceph/osd/journal-one
|
||||||
|
|
||||||
manifests:
|
|
||||||
cronjob_checkPGs: true
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user