Initial commit
diff --git a/metadata/service/control/cluster.yml b/metadata/service/control/cluster.yml
new file mode 100644
index 0000000..b274228
--- /dev/null
+++ b/metadata/service/control/cluster.yml
@@ -0,0 +1,38 @@
+applications:
+- cinder
+parameters:
+ cinder:
+ controller:
+ enabled: true
+ version: ${_param:cinder_version}
+ osapi:
+ host: ${_param:cluster_local_address}
+ database:
+ engine: mysql
+ host: ${_param:cluster_vip_address}
+ port: 3306
+ name: cinder
+ user: cinder
+ password: ${_param:mysql_cinder_password}
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ tenant: service
+ user: cinder
+ password: ${_param:keystone_cinder_password}
+ glance:
+ host: ${_param:cluster_vip_address}
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ user: openstack
+ password: ${_param:rabbitmq_openstack_password}
+ virtual_host: '/openstack'
+ ha_queues: true
+ storage:
+ engine: iscsi
+ host: localhost
+ types: []
\ No newline at end of file
diff --git a/metadata/service/control/cluster_control.yml b/metadata/service/control/cluster_control.yml
new file mode 100644
index 0000000..b274228
--- /dev/null
+++ b/metadata/service/control/cluster_control.yml
@@ -0,0 +1,38 @@
+applications:
+- cinder
+parameters:
+ cinder:
+ controller:
+ enabled: true
+ version: ${_param:cinder_version}
+ osapi:
+ host: ${_param:cluster_local_address}
+ database:
+ engine: mysql
+ host: ${_param:cluster_vip_address}
+ port: 3306
+ name: cinder
+ user: cinder
+ password: ${_param:mysql_cinder_password}
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ tenant: service
+ user: cinder
+ password: ${_param:keystone_cinder_password}
+ glance:
+ host: ${_param:cluster_vip_address}
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ user: openstack
+ password: ${_param:rabbitmq_openstack_password}
+ virtual_host: '/openstack'
+ ha_queues: true
+ storage:
+ engine: iscsi
+ host: localhost
+ types: []
\ No newline at end of file
diff --git a/metadata/service/control/single.yml b/metadata/service/control/single.yml
new file mode 100644
index 0000000..68dc240
--- /dev/null
+++ b/metadata/service/control/single.yml
@@ -0,0 +1,38 @@
+applications:
+- cinder
+parameters:
+ cinder:
+ controller:
+ enabled: true
+ version: ${_param:cinder_version}
+ osapi:
+ host: ${linux:network:host:local:address}
+ database:
+ engine: mysql
+ host: localhost
+ port: 3306
+ name: cinder
+ user: cinder
+ password: ${_secret:mysql_cinder_password}
+ identity:
+ engine: keystone
+ host: ${linux:network:host:local:address}
+ port: 35357
+ tenant: service
+ user: cinder
+ password: ${_secret:keystone_cinder_password}
+ glance:
+ host: ${linux:network:host:local:address}
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: ${linux:network:host:local:address}
+ port: 5672
+ user: openstack
+ password: ${_secret:rabbitmq_openstack_password}
+ virtual_host: '/openstack'
+ ha_queues: false
+ storage:
+ engine: iscsi
+ host: localhost
+ types: []
diff --git a/metadata/service/volume/single.yml b/metadata/service/volume/single.yml
new file mode 100644
index 0000000..1676dcb
--- /dev/null
+++ b/metadata/service/volume/single.yml
@@ -0,0 +1,38 @@
+applications:
+- cinder
+parameters:
+ cinder:
+ volume:
+ enabled: true
+ version: ${_param:cinder_version}
+ osapi:
+ host: ${_param:cluster_local_address}
+ database:
+ engine: mysql
+ host: ${_param:cluster_vip_address}
+ port: 3306
+ name: cinder
+ user: cinder
+ password: ${_param:mysql_cinder_password}
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ tenant: service
+ user: cinder
+ password: ${_param:keystone_cinder_password}
+ glance:
+ host: ${_param:cluster_vip_address}
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ user: openstack
+ password: ${_param:rabbitmq_openstack_password}
+ virtual_host: '/openstack'
+ ha_queues: true
+ storage:
+ engine: iscsi
+ host: localhost
+ types: []
\ No newline at end of file