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