From f11a51fc61dcee4535d7c691a66b6f503e252076 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Thu, 6 Jun 2019 16:19:40 -0500 Subject: [PATCH] [ceph] Cleanup install scripts for duplicate variables This is just to remove duplicate variables from scripts. Change-Id: I26ea5b859ab3d494bd6432039d67683ee5632759 --- tools/deployment/component/ceph/ceph.sh | 6 ------ tools/deployment/developer/ceph/040-ceph.sh | 6 ------ tools/deployment/multinode/030-ceph.sh | 2 -- 3 files changed, 14 deletions(-) diff --git a/tools/deployment/component/ceph/ceph.sh b/tools/deployment/component/ceph/ceph.sh index 2dd5cb6196..2194af2b0c 100755 --- a/tools/deployment/component/ceph/ceph.sh +++ b/tools/deployment/component/ceph/ceph.sh @@ -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 diff --git a/tools/deployment/developer/ceph/040-ceph.sh b/tools/deployment/developer/ceph/040-ceph.sh index 4003bb3e59..b45e527f26 100755 --- a/tools/deployment/developer/ceph/040-ceph.sh +++ b/tools/deployment/developer/ceph/040-ceph.sh @@ -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 diff --git a/tools/deployment/multinode/030-ceph.sh b/tools/deployment/multinode/030-ceph.sh index 072ff5b844..24bb17202d 100755 --- a/tools/deployment/multinode/030-ceph.sh +++ b/tools/deployment/multinode/030-ceph.sh @@ -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"}