Filip Pytloun | 4a72d79 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - nova |
Ales Komarek | 121a9d5 | 2015-12-08 20:28:22 +0100 | [diff] [blame^] | 3 | classes: |
| 4 | - service.nova.support |
Filip Pytloun | 4a72d79 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 5 | parameters: |
| 6 | nova: |
| 7 | compute: |
| 8 | enabled: true |
| 9 | version: ${_param:nova_version} |
| 10 | virtualization: kvm |
| 11 | bind: |
| 12 | vnc_address: ${linux:network:host:local:address} |
| 13 | vnc_port: 6080 |
| 14 | vnc_name: ${linux:network:host:public:address} |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: ${linux:network:host:vip:address} |
| 18 | port: 3306 |
| 19 | name: nova |
| 20 | user: nova |
| 21 | password: ${_secret:mysql_nova_password} |
| 22 | identity: |
| 23 | engine: keystone |
| 24 | host: ${linux:network:host:vip:address} |
| 25 | port: 35357 |
| 26 | user: nova |
| 27 | password: ${_secret:keystone_nova_password} |
| 28 | tenant: service |
| 29 | message_queue: |
| 30 | engine: rabbitmq |
| 31 | host: ${linux:network:host:vip:address} |
| 32 | port: 5672 |
| 33 | user: openstack |
| 34 | password: ${_secret:rabbitmq_openstack_password} |
| 35 | virtual_host: '/openstack' |
| 36 | image: |
| 37 | engine: glance |
| 38 | host: ${linux:network:host:vip:address} |
| 39 | port: 9292 |
| 40 | network: |
| 41 | engine: neutron |
| 42 | host: ${linux:network:host:vip:address} |
| 43 | port: 9696 |
jan kaufman | cda0f28 | 2015-11-22 14:31:48 +0100 | [diff] [blame] | 44 | logging: |
| 45 | heka: |
| 46 | enabled: true |