From 8ba58626516754d086bbdbf01066cf304e5f7177 Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Thu, 22 Feb 2018 10:54:22 -0500 Subject: add tasks to install k8s tools Change-Id: Iae1032f73c03fcdf3bb69b341fc113bc67ecbb46 Issue-ID: OOM-725 Signed-off-by: hg4105 --- TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOSCA/kubernetes-cluster-TOSCA/imports') 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' ] -- cgit 1.2.3-korg