aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/onap-oom.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/heat/onap-rke/onap-oom.yaml')
-rw-r--r--deployment/heat/onap-rke/onap-oom.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-rke/onap-oom.yaml b/deployment/heat/onap-rke/onap-oom.yaml
index 1b97a022f..baab5570e 100644
--- a/deployment/heat/onap-rke/onap-oom.yaml
+++ b/deployment/heat/onap-rke/onap-oom.yaml
@@ -1333,6 +1333,10 @@ outputs:
description: The IP address of the rancher instance
value: { get_attr: [rancher_floating_ip, floating_ip_address] }
+ rancher_vm_private_ip:
+ description: The private IP address of the rancher instance
+ value: { get_attr: [rancher_floating_ip, fixed_ip_address] }
+
k8s_01_vm_ip:
description: The IP address of the k8s_01 instance
value: { get_attr: [k8s_01_floating_ip, floating_ip_address] }