diff options
Diffstat (limited to 'TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml')
-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' ] |