diff options
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml index ac0f6b409..8031505b7 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -56,6 +56,26 @@ parameters: type: string default: "onap_key" + docker_version: + type: string + default: "17.03" + + rancher_version: + type: string + default: "1.6.18" + + rancher_agent_version: + type: string + default: "1.2.10" + + kubectl_version: + type: string + default: "1.8.10" + + helm_version: + type: string + default: "2.9.1" + resources: random-str: type: OS::Heat::RandomString |