Add config drive to all servers

Needed to have ability to set ips in clouds where
force config drive is not enabled

* vsrx doesnt need this.

Related-Prod: PRODX-3456
Change-Id: Ia87facbe9a46ed522bf238228e79b34e0f7363f0
diff --git a/de/heat-templates/fragments/SrvInstancesBM.yaml b/de/heat-templates/fragments/SrvInstancesBM.yaml
index 842716e..4494194 100644
--- a/de/heat-templates/fragments/SrvInstancesBM.yaml
+++ b/de/heat-templates/fragments/SrvInstancesBM.yaml
@@ -103,6 +103,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/SrvInstancesBMCeph.yaml b/de/heat-templates/fragments/SrvInstancesBMCeph.yaml
index b4c4995..3a7b32f 100644
--- a/de/heat-templates/fragments/SrvInstancesBMCeph.yaml
+++ b/de/heat-templates/fragments/SrvInstancesBMCeph.yaml
@@ -127,6 +127,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
index 6d40d62..1d4b2da 100644
--- a/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesBMCephOSD.yaml
@@ -150,6 +150,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/SrvInstancesVM.yaml b/de/heat-templates/fragments/SrvInstancesVM.yaml
index 902d516..253b1da 100644
--- a/de/heat-templates/fragments/SrvInstancesVM.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVM.yaml
@@ -120,6 +120,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/SrvInstancesVMCeph.yaml b/de/heat-templates/fragments/SrvInstancesVMCeph.yaml
index 3d3f915..c06fd18 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCeph.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCeph.yaml
@@ -136,6 +136,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index 434032f..622f611 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -171,6 +171,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/multirack/SrvInstancesVM.yaml b/de/heat-templates/fragments/multirack/SrvInstancesVM.yaml
index 5c615c5..7853470 100644
--- a/de/heat-templates/fragments/multirack/SrvInstancesVM.yaml
+++ b/de/heat-templates/fragments/multirack/SrvInstancesVM.yaml
@@ -105,6 +105,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/multirack/SrvInstancesVMCeph.yaml b/de/heat-templates/fragments/multirack/SrvInstancesVMCeph.yaml
index 9333b08..ee68b2a 100644
--- a/de/heat-templates/fragments/multirack/SrvInstancesVMCeph.yaml
+++ b/de/heat-templates/fragments/multirack/SrvInstancesVMCeph.yaml
@@ -104,6 +104,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }
diff --git a/de/heat-templates/fragments/multirack/SrvInstancesVMRack.yaml b/de/heat-templates/fragments/multirack/SrvInstancesVMRack.yaml
index d361947..94e71c6 100644
--- a/de/heat-templates/fragments/multirack/SrvInstancesVMRack.yaml
+++ b/de/heat-templates/fragments/multirack/SrvInstancesVMRack.yaml
@@ -94,6 +94,7 @@
   server:
     type: OS::Nova::Server
     properties:
+      config_drive: true
       image: { get_param: image }
       flavor: { get_param: flavor }
       key_name: { get_param: key_name }