From 481ddd352817a45f29bbfaad898c7815c1f6e9a0 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Mon, 11 Mar 2019 11:42:11 -0700 Subject: Operator pacakge for Distributed Analytics Created the operator helm charts in separate package which consists of multiple kubernetes operators. Change-Id: I38e3fafae65b655de1accec05082d0afaed1d688 Issue-ID: ONAPARC-366 Signed-off-by: Dileep Ranganathan --- vnfs/DAaaS/operator/resources/m3db.labels | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vnfs/DAaaS/operator/resources/m3db.labels (limited to 'vnfs/DAaaS/operator/resources') diff --git a/vnfs/DAaaS/operator/resources/m3db.labels b/vnfs/DAaaS/operator/resources/m3db.labels new file mode 100644 index 00000000..4f1ddd53 --- /dev/null +++ b/vnfs/DAaaS/operator/resources/m3db.labels @@ -0,0 +1,7 @@ +kubectl label node/otconap6 failure-domain.beta.kubernetes.io/region=us-west1 +kubectl label node/otconap11 failure-domain.beta.kubernetes.io/region=us-west1 +kubectl label node/otccloud02 failure-domain.beta.kubernetes.io/region=us-west1 + +kubectl label node/otconap6 failure-domain.beta.kubernetes.io/zone=us-west1-a --overwrite=true +kubectl label node/otconap11 failure-domain.beta.kubernetes.io/zone=us-west1-b --overwrite=true +kubectl label node/otccloud02 failure-domain.beta.kubernetes.io/zone=us-west1-c --overwrite=true \ No newline at end of file -- cgit