From da4f1540dec64779c01f7d0258b1a748ace9b131 Mon Sep 17 00:00:00 2001 From: James Gu Date: Mon, 4 May 2020 13:57:29 -0700 Subject: Treasuremap 1.8 integration Upgrade pod 17 to Treasuremap 1.8 prime for CNTT RI-1. Added deploy script enhancement to include pregenesis, certs, and wrapper for shipyard cli command. Added clean-genesis script to properly clean genesis node for redeployment. Signed-off-by: James Gu Change-Id: I4c150ef216d5eb631a0980c72b3c6c80a55788d0 Signed-off-by: James Gu --- .../charts/ucp/ceph/ceph-client-update.yaml | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml (limited to 'site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml') diff --git a/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml b/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml deleted file mode 100644 index eb921b8..0000000 --- a/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# The purpose of this file is to define environment-specific parameters for ceph -# client update -schema: armada/Chart/v1 -metadata: - schema: metadata/Document/v1 - name: ucp-ceph-client-update - layeringDefinition: - abstract: false - layer: site - parentSelector: - name: ucp-ceph-client-update-global - actions: - - method: merge - path: . - storagePolicy: cleartext -data: - values: - conf: - pool: - target: - # NEWSITE-CHANGEME: Total number of OSDs. Does not need to change if - # your HW matches this site's HW. Verify for your environment. - # 8 OSDs per node x 3 nodes = 24 - osd: 3 -... -- cgit 1.2.3-korg