Adds network/cidr mapping into a new service property
[apex-tripleo-heat-templates.git] / docker / services / nova-ironic.yaml
index 294293f..6983046 100644 (file)
@@ -16,6 +16,10 @@ parameters:
     description: The container image to use for the nova config_volume
     default: 'centos-binary-nova-base:latest'
     type: string
+  ServiceData:
+    default: {}
+    description: Dictionary packing service data
+    type: json
   ServiceNetMap:
     default: {}
     description: Mapping of service_name -> network name. Typically set
@@ -47,6 +51,7 @@ resources:
   NovaIronicBase:
     type: ../../puppet/services/nova-ironic.yaml
     properties:
+      ServiceData: {get_param: ServiceData}
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
       EndpointMap: {get_param: EndpointMap}