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