Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.haproxy.proxy.single |
| 3 | - service.nova.control.cluster |
| 4 | - service.keepalived.cluster.single |
| 5 | - system.haproxy.proxy.listen.openstack.nova |
Petr Michalec | ab6d98b | 2017-02-24 12:52:50 +0100 | [diff] [blame] | 6 | - system.haproxy.proxy.listen.openstack.novnc |
Oleksandr Shyshko | a3b6662 | 2018-08-16 12:51:58 +0300 | [diff] [blame] | 7 | - system.salt.minion.cert.mysql.clients.openstack.nova |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 8 | - system.salt.minion.cert.rabbitmq.clients.openstack.nova |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 9 | parameters: |
Ondrej Smola | ded2170 | 2016-12-30 11:55:18 +0100 | [diff] [blame] | 10 | _param: |
| 11 | nova_vncproxy_url: http://${_param:cluster_vip_address}:6080 |
Pavel Cizinsky | 9fee97c | 2017-02-21 23:36:32 +0100 | [diff] [blame] | 12 | nova_cpu_allocation_ratio: 16.0 |
| 13 | nova_ram_allocation_ratio: 1.5 |
| 14 | nova_disk_allocation_ratio: 1.0 |
Filip Pytloun | 9e94675 | 2017-05-04 09:30:28 +0200 | [diff] [blame] | 15 | metadata_password: metadataPass |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 16 | cluster_internal_protocol: 'http' |
Oleksandr Shyshko | a3b6662 | 2018-08-16 12:51:58 +0300 | [diff] [blame] | 17 | openstack_mysql_x509_enabled: False |
Oleksandr Shyshko | c77d0b7 | 2018-08-27 11:52:22 +0300 | [diff] [blame] | 18 | galera_ssl_enabled: False |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 19 | openstack_rabbitmq_x509_enabled: False |
| 20 | rabbitmq_ssl_enabled: False |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 21 | linux: |
| 22 | system: |
| 23 | package: |
| 24 | python-pymysql: |
| 25 | fromrepo: ${_param:openstack_version} |
| 26 | version: latest |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 27 | nova: |
| 28 | controller: |
| 29 | enabled: true |
| 30 | version: ${_param:nova_version} |
Ondrej Smola | ded2170 | 2016-12-30 11:55:18 +0100 | [diff] [blame] | 31 | vncproxy_url: ${_param:nova_vncproxy_url} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 32 | security_group: false |
| 33 | dhcp_domain: novalocal |
sandriichenko | f07789c | 2018-01-22 15:17:34 +0000 | [diff] [blame] | 34 | scheduler_default_filters: "DifferentHostFilter,SameHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter,NUMATopologyFilter,AggregateInstanceExtraSpecsFilter" |
Pavel Cizinsky | 9fee97c | 2017-02-21 23:36:32 +0100 | [diff] [blame] | 35 | cpu_allocation_ratio: ${_param:nova_cpu_allocation_ratio} |
| 36 | ram_allocation_ratio: ${_param:nova_ram_allocation_ratio} |
| 37 | disk_allocation_ratio: ${_param:nova_disk_allocation_ratio} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 38 | workers: 8 |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 39 | role: ${_param:openstack_node_role} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 40 | bind: |
| 41 | private_address: ${_param:cluster_local_address} |
| 42 | public_address: ${_param:cluster_vip_address} |
| 43 | public_name: ${_param:cluster_vip_address} |
Petr Michalec | ab6d98b | 2017-02-24 12:52:50 +0100 | [diff] [blame] | 44 | novncproxy_address: ${_param:cluster_local_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 45 | novncproxy_port: 6080 |
| 46 | database: |
| 47 | engine: mysql |
| 48 | host: ${_param:openstack_database_address} |
| 49 | port: 3306 |
| 50 | name: nova |
| 51 | user: nova |
| 52 | password: ${_param:mysql_nova_password} |
Oleksandr Shyshko | a3b6662 | 2018-08-16 12:51:58 +0300 | [diff] [blame] | 53 | x509: |
| 54 | enabled: ${_param:openstack_mysql_x509_enabled} |
Oleksandr Shyshko | c77d0b7 | 2018-08-27 11:52:22 +0300 | [diff] [blame] | 55 | ca_file: ${_param:mysql_nova_ssl_ca_file} |
| 56 | key_file: ${_param:mysql_nova_client_ssl_key_file} |
| 57 | cert_file: ${_param:mysql_nova_client_ssl_cert_file} |
| 58 | ssl: |
| 59 | enabled: ${_param:galera_ssl_enabled} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 60 | identity: |
| 61 | engine: keystone |
| 62 | region: ${_param:openstack_region} |
| 63 | host: ${_param:cluster_vip_address} |
| 64 | port: 35357 |
| 65 | user: nova |
| 66 | password: ${_param:keystone_nova_password} |
| 67 | tenant: service |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 68 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 69 | message_queue: |
| 70 | engine: rabbitmq |
| 71 | port: 5672 |
| 72 | user: openstack |
| 73 | password: ${_param:rabbitmq_openstack_password} |
| 74 | virtual_host: '/openstack' |
| 75 | members: |
| 76 | - host: ${_param:openstack_message_queue_node01_address} |
| 77 | - host: ${_param:openstack_message_queue_node02_address} |
| 78 | - host: ${_param:openstack_message_queue_node03_address} |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 79 | x509: |
| 80 | enabled: ${_param:openstack_rabbitmq_x509_enabled} |
| 81 | ca_file: ${_param:rabbitmq_nova_ssl_ca_file} |
| 82 | key_file: ${_param:rabbitmq_nova_client_ssl_key_file} |
| 83 | cert_file: ${_param:rabbitmq_nova_client_ssl_cert_file} |
| 84 | ssl: |
| 85 | enabled: ${_param:rabbitmq_ssl_enabled} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 86 | glance: |
| 87 | host: ${_param:cluster_vip_address} |
| 88 | port: 9292 |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 89 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 90 | network: |
| 91 | engine: neutron |
| 92 | region: ${_param:openstack_region} |
Guillaume Thouvenin | 1b2e66d | 2017-01-11 15:53:01 +0100 | [diff] [blame] | 93 | host: ${_param:neutron_service_host} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 94 | user: neutron |
| 95 | password: ${_param:keystone_neutron_password} |
| 96 | port: 9696 |
| 97 | mtu: 1500 |
| 98 | tenant: service |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 99 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 100 | metadata: |
Oleksii Chupryn | b79f91d | 2017-04-07 09:54:21 +0300 | [diff] [blame] | 101 | password: ${_param:metadata_password} |