Connect frr to route reflector

Related-Prod: PRODX-11698
Change-Id: Icf6a61415a8965960c9510666ff6d5341ab3ffde
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index 5cab539..157cdff 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -99,6 +99,10 @@
       If number is equal to 0 alloacation of huge pages won't be configured.
     default: '0,0'
     type: string
+  frr_bgp_neighbors:
+    description: Comma separated list of IP of BGP neighbors
+    default: ''
+    type: string
 
 resources:
 
@@ -136,6 +140,7 @@
             $ironic_mt_enabled: { get_param: ironic_mt_enabled }
             $huge_pages: { get_param: huge_pages }
             $tungstenfabric_enabled: { get_param: tungstenfabric_enabled }
+            $frr_bgp_neighbors: { get_param: frr_bgp_neighbors }
 
   inject_files:
     type: "OS::Heat::CloudConfig"
@@ -255,6 +260,9 @@
   server_public_ip:
     description: Floating IP address of server in public network
     value: { get_attr: [ server_floating_ip, floating_ip_address ] }
+  server_tun_ip:
+    description: IP address of server in tunnel network
+    value: { get_attr: [ tun_server_port, fixed_ips, 0, ip_address ] }
   wc_data:
     description: Metadata from instance
     value: { get_attr: [wait_condition, data]}