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 |
Jakub Pavlik | 3e40046 | 2016-01-03 18:41:41 +0100 | [diff] [blame] | 11 | heal_instance_info_cache_interval: 60 |
Filip Pytloun | 4a72d79 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 12 | bind: |
| 13 | vnc_address: ${linux:network:host:local:address} |
| 14 | vnc_port: 6080 |
| 15 | vnc_name: ${linux:network:host:public:address} |
| 16 | database: |
| 17 | engine: mysql |
| 18 | host: ${linux:network:host:vip:address} |
| 19 | port: 3306 |
| 20 | name: nova |
| 21 | user: nova |
| 22 | password: ${_secret:mysql_nova_password} |
| 23 | identity: |
| 24 | engine: keystone |
| 25 | host: ${linux:network:host:vip:address} |
| 26 | port: 35357 |
| 27 | user: nova |
| 28 | password: ${_secret:keystone_nova_password} |
| 29 | tenant: service |
| 30 | message_queue: |
| 31 | engine: rabbitmq |
| 32 | host: ${linux:network:host:vip:address} |
| 33 | port: 5672 |
| 34 | user: openstack |
| 35 | password: ${_secret:rabbitmq_openstack_password} |
| 36 | virtual_host: '/openstack' |
| 37 | image: |
| 38 | engine: glance |
| 39 | host: ${linux:network:host:vip:address} |
| 40 | port: 9292 |
| 41 | network: |
| 42 | engine: neutron |
| 43 | host: ${linux:network:host:vip:address} |
| 44 | port: 9696 |
jan kaufman | cda0f28 | 2015-11-22 14:31:48 +0100 | [diff] [blame] | 45 | logging: |
| 46 | heka: |
| 47 | enabled: true |