aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/00-init/rook-ceph/values.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-05-30 12:38:37 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-05-30 21:11:52 +0000
commit3d5a3e06530c1250d48f7d838c619f3bfbcd019d (patch)
tree349e370c43ce7318b3f7eb7736345de6872cbef2 /vnfs/DAaaS/00-init/rook-ceph/values.yaml
parent31802660dfe74a8671ae29789f0018f0f887ea1a (diff)
Refactor Distributed Analytics project structure
Modified the project structure to improve maintainability and to add future CI and integration test support. Change-Id: Id30bfb1f83f23785a6b5f99e81f42f752d59c0f8 Issue-ID: ONAPARC-280 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/00-init/rook-ceph/values.yaml')
-rw-r--r--vnfs/DAaaS/00-init/rook-ceph/values.yaml75
1 files changed, 0 insertions, 75 deletions
diff --git a/vnfs/DAaaS/00-init/rook-ceph/values.yaml b/vnfs/DAaaS/00-init/rook-ceph/values.yaml
deleted file mode 100644
index 7b4d07bd..00000000
--- a/vnfs/DAaaS/00-init/rook-ceph/values.yaml
+++ /dev/null
@@ -1,75 +0,0 @@
-# Default values for rook-ceph-operator
-# This is a YAML-formatted file.
-# Declare variables to be passed into your templates.
-
-image:
- prefix: rook
- repository: rook/ceph
- tag: v0.9.1
- pullPolicy: IfNotPresent
-
-hyperkube:
- repository: k8s.gcr.io/hyperkube
- tag: v1.7.12
- pullPolicy: IfNotPresent
-
-resources:
- limits:
- cpu: 100m
- memory: 128Mi
- requests:
- cpu: 100m
- memory: 128Mi
-
-nodeSelector:
-# Constraint rook-ceph-operator Deployment to nodes with label `disktype: ssd`.
-# For more info, see https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
-# disktype: ssd
-
-# Tolerations for the rook-ceph-operator to allow it to run on nodes with particular taints
-tolerations: []
-
-mon:
- healthCheckInterval: "45s"
- monOutTimeout: "300s"
-
-## Annotations to be added to pod
-annotations: {}
-
-## LogLevel can be set to: TRACE, DEBUG, INFO, NOTICE, WARNING, ERROR or CRITICAL
-logLevel: INFO
-
-## If true, create & use RBAC resources
-##
-rbacEnable: false
-
-## If true, create & use PSP resources
-##
-pspEnable: true
-
-## Rook Agent configuration
-## toleration: NoSchedule, PreferNoSchedule or NoExecute
-## tolerationKey: Set this to the specific key of the taint to tolerate
-## flexVolumeDirPath: The path where the Rook agent discovers the flex volume plugins
-## libModulesDirPath: The path where the Rook agent can find kernel modules
-# agent:
-# toleration: NoSchedule
-# tolerationKey: key
-# mountSecurityMode: Any
-## For information on FlexVolume path, please refer to https://rook.io/docs/rook/master/flexvolume.html
-# flexVolumeDirPath: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/
-# libModulesDirPath: /lib/modules
-# mounts: mount1=/host/path:/container/path,/host/path2:/container/path2
-agent:
- flexVolumeDirPath: /var/lib/kubelet/volumeplugins
-## Rook Discover configuration
-## toleration: NoSchedule, PreferNoSchedule or NoExecute
-## tolerationKey: Set this to the specific key of the taint to tolerate
-# discover:
-# toleration: NoSchedule
-# tolerationKey: key
-
-# In some situations SELinux relabelling breaks (times out) on large filesystems, and doesn't work with cephfs ReadWriteMany volumes (last relabel wins).
-# Disable it here if you have similiar issues.
-# For more details see https://github.com/rook/rook/issues/2417
-enableSelinuxRelabeling: true