Initial commit
diff --git a/metadata/service/compute/kvm.yml b/metadata/service/compute/kvm.yml
new file mode 100644
index 0000000..a0a9c7f
--- /dev/null
+++ b/metadata/service/compute/kvm.yml
@@ -0,0 +1,41 @@
+applications:
+- nova
+parameters:
+ nova:
+ compute:
+ enabled: true
+ version: ${_param:nova_version}
+ virtualization: kvm
+ bind:
+ vnc_address: ${linux:network:host:local:address}
+ vnc_port: 6080
+ vnc_name: ${linux:network:host:public:address}
+ database:
+ engine: mysql
+ host: ${linux:network:host:vip:address}
+ port: 3306
+ name: nova
+ user: nova
+ password: ${_secret:mysql_nova_password}
+ identity:
+ engine: keystone
+ host: ${linux:network:host:vip:address}
+ port: 35357
+ user: nova
+ password: ${_secret:keystone_nova_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'
+ image:
+ engine: glance
+ host: ${linux:network:host:vip:address}
+ port: 9292
+ network:
+ engine: neutron
+ host: ${linux:network:host:vip:address}
+ port: 9696