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 |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 16 | linux: |
| 17 | system: |
| 18 | package: |
| 19 | python-pymysql: |
| 20 | fromrepo: ${_param:openstack_version} |
| 21 | version: latest |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 22 | nova: |
| 23 | controller: |
| 24 | enabled: true |
| 25 | version: ${_param:nova_version} |
Ondrej Smola | ded2170 | 2016-12-30 11:55:18 +0100 | [diff] [blame] | 26 | vncproxy_url: ${_param:nova_vncproxy_url} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 27 | security_group: false |
| 28 | dhcp_domain: novalocal |
sandriichenko | f07789c | 2018-01-22 15:17:34 +0000 | [diff] [blame] | 29 | 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] | 30 | cpu_allocation_ratio: ${_param:nova_cpu_allocation_ratio} |
| 31 | ram_allocation_ratio: ${_param:nova_ram_allocation_ratio} |
| 32 | disk_allocation_ratio: ${_param:nova_disk_allocation_ratio} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 33 | workers: 8 |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 34 | role: ${_param:openstack_node_role} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 35 | bind: |
| 36 | private_address: ${_param:cluster_local_address} |
| 37 | public_address: ${_param:cluster_vip_address} |
| 38 | public_name: ${_param:cluster_vip_address} |
Petr Michalec | ab6d98b | 2017-02-24 12:52:50 +0100 | [diff] [blame] | 39 | novncproxy_address: ${_param:cluster_local_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 40 | novncproxy_port: 6080 |
| 41 | database: |
| 42 | engine: mysql |
| 43 | host: ${_param:openstack_database_address} |
| 44 | port: 3306 |
| 45 | name: nova |
| 46 | user: nova |
| 47 | password: ${_param:mysql_nova_password} |
Oleksandr Shyshko | a3b6662 | 2018-08-16 12:51:58 +0300 | [diff] [blame] | 48 | x509: |
| 49 | enabled: ${_param:openstack_mysql_x509_enabled} |
Oleksandr Shyshko | c77d0b7 | 2018-08-27 11:52:22 +0300 | [diff] [blame] | 50 | ca_file: ${_param:mysql_nova_ssl_ca_file} |
| 51 | key_file: ${_param:mysql_nova_client_ssl_key_file} |
| 52 | cert_file: ${_param:mysql_nova_client_ssl_cert_file} |
| 53 | ssl: |
| 54 | enabled: ${_param:galera_ssl_enabled} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 55 | identity: |
| 56 | engine: keystone |
| 57 | region: ${_param:openstack_region} |
| 58 | host: ${_param:cluster_vip_address} |
| 59 | port: 35357 |
| 60 | user: nova |
| 61 | password: ${_param:keystone_nova_password} |
| 62 | tenant: service |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 63 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 64 | message_queue: |
| 65 | engine: rabbitmq |
Oleksandr Shyshko | 3d1dd6f | 2018-09-20 18:22:04 +0300 | [diff] [blame] | 66 | port: ${_param:openstack_rabbitmq_port} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 67 | user: openstack |
| 68 | password: ${_param:rabbitmq_openstack_password} |
| 69 | virtual_host: '/openstack' |
| 70 | members: |
| 71 | - host: ${_param:openstack_message_queue_node01_address} |
| 72 | - host: ${_param:openstack_message_queue_node02_address} |
| 73 | - host: ${_param:openstack_message_queue_node03_address} |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 74 | x509: |
| 75 | enabled: ${_param:openstack_rabbitmq_x509_enabled} |
| 76 | ca_file: ${_param:rabbitmq_nova_ssl_ca_file} |
| 77 | key_file: ${_param:rabbitmq_nova_client_ssl_key_file} |
| 78 | cert_file: ${_param:rabbitmq_nova_client_ssl_cert_file} |
| 79 | ssl: |
| 80 | enabled: ${_param:rabbitmq_ssl_enabled} |
Oleksandr Bryndzii | 87f2423 | 2018-10-02 09:51:13 +0000 | [diff] [blame] | 81 | cache: |
| 82 | security: |
| 83 | enabled: ${_param:nova_memcache_security_enabled} |
| 84 | strategy: ${_param:openstack_memcache_security_strategy} |
| 85 | secret_key: ${_param:nova_memcache_secret_key} |
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} |