diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-03-27 21:04:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-27 21:04:20 +0000 |
commit | b49dd48daa4b33a143a7002a36d719f7f42343b1 (patch) | |
tree | a03a733bf5d76366fc5d45fe4ef7e05845cce0d0 /deployment/heat/onap-rke/onap-oom.yaml | |
parent | b46f7417a65dbf4236a90933df16deb56f193591 (diff) | |
parent | 0bc6983020ff2709f3006c70d19a6fdd548828bb (diff) |
Merge "Clean up RKE scripts"
Diffstat (limited to 'deployment/heat/onap-rke/onap-oom.yaml')
-rw-r--r-- | deployment/heat/onap-rke/onap-oom.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/heat/onap-rke/onap-oom.yaml b/deployment/heat/onap-rke/onap-oom.yaml index c999327b4..6e1f72ac9 100644 --- a/deployment/heat/onap-rke/onap-oom.yaml +++ b/deployment/heat/onap-rke/onap-oom.yaml @@ -881,6 +881,9 @@ resources: user_data: { get_resource: orch_3_vm_config } outputs: + docker_proxy: + value: { get_param: docker_proxy } + rancher_vm_ip: description: The IP address of the rancher instance value: { get_attr: [rancher_floating_ip, floating_ip_address] } |