diff options
author | Hong Guan <hg4105@att.com> | 2018-02-22 10:54:22 -0500 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-02-26 19:49:14 +0000 |
commit | 8ba58626516754d086bbdbf01066cf304e5f7177 (patch) | |
tree | 7cb56a907fc342ddab0bf89cf093a681703611b7 /TOSCA/kubernetes-cluster-TOSCA/imports | |
parent | a70775c54d244fe769293ea3bba1d99881416e6e (diff) |
add tasks to install k8s tools
Change-Id: Iae1032f73c03fcdf3bb69b341fc113bc67ecbb46
Issue-ID: OOM-725
Signed-off-by: hg4105 <hg4105@att.com>
Diffstat (limited to 'TOSCA/kubernetes-cluster-TOSCA/imports')
-rw-r--r-- | TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml | 2 |
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' ] |