aboutsummaryrefslogtreecommitdiffstats
path: root/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-03-01 16:25:40 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 16:25:40 +0000
commitf0a34e22011b4323bbd6a51ad313d6e547808101 (patch)
tree66eb980a731f3055b22e32c107d96d1ae3e90e01 /TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml
parentd142adbf0d24ebea092b15138552673b452e5674 (diff)
parent8ba58626516754d086bbdbf01066cf304e5f7177 (diff)
Merge "add tasks to install k8s tools"
Diffstat (limited to 'TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml')
-rw-r--r--TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml b/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml
index 16b4b9a727..2a7b7e7bc4 100644
--- a/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml
+++ b/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml
@@ -63,6 +63,8 @@ node_templates:
- [kubectl, 1.8.6-0]
- [kubernetes-cni, 0.5.1-1]
- [nfs-utils]
+ - git
+ - wget
runcmd:
- [ setenforce, 0 ]
- [ sysctl , '--system' ]