Initial commit
diff --git a/metadata/service/bridge/single.yml b/metadata/service/bridge/single.yml
new file mode 100644
index 0000000..9475c1f
--- /dev/null
+++ b/metadata/service/bridge/single.yml
@@ -0,0 +1,29 @@
+applications:
+- neutron
+parameters:
+ neutron:
+ bridge:
+ enabled: true
+ version: icehouse
+ migration: true
+ mtu: 1500
+ bind:
+ address: ${linux:network:host:local:address}
+ metadata:
+ host: ${linux:network:host:vip:address}
+ port: 8775
+ password: metadataPass
+ identity:
+ engine: keystone
+ host: ${linux:network:host:vip:address}
+ port: 35357
+ user: neutron
+ password: ${_secret:keystone_neutron_password}
+ tenant: service
+ message_queue:
+ engine: rabbitmq
+ host: ${linux:network:host:vip:address}
+ port: 5672
+ user: openstack
+ password: ${_secret:rabbitmq_openstack_password}
+ virtual_host: '/openstack'