Add rancher_vm_private_ip output for heat template 09/89609/2
authorGary Wu <gary.wu@futurewei.com>
Fri, 7 Jun 2019 21:11:53 +0000 (14:11 -0700)
committerYang Xu <yang.xu@futurewei.com>
Fri, 7 Jun 2019 21:24:34 +0000 (21:24 +0000)
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: If35a35c3435a9c0796e7784b095c84c5c31c46b9

deployment/heat/onap-rke/onap-oom.yaml
deployment/heat/onap-rke/parts/onap-oom-3.yaml

index 1b97a02..baab557 100644 (file)
@@ -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] }
index 3b3cf70..ca71d61 100644 (file)
@@ -6,3 +6,7 @@ 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] }
+