Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.nova.compute.kvm |
Mykyta Karpin | 882dcac | 2018-11-30 16:37:28 +0200 | [diff] [blame] | 3 | - system.nova.upgrade |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 4 | - system.salt.minion.cert.rabbitmq.clients.openstack.nova |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 5 | parameters: |
| 6 | _param: |
Petr Michalec | bb7138b | 2017-02-02 08:44:24 +0100 | [diff] [blame] | 7 | nova_vncproxy_url: https://${_param:cluster_public_host}:6080 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 8 | nova_compute_virtualization: kvm |
Jiri Broulik | 533dd58 | 2017-02-15 20:51:06 +0100 | [diff] [blame] | 9 | nova_compute_avail_zone: |
Damian Szeluga | 452dce6 | 2017-04-19 07:58:02 +0200 | [diff] [blame] | 10 | nova_aggregates: [] |
Éric Lemoine | 5a1807d | 2016-12-14 14:37:13 +0000 | [diff] [blame] | 11 | openssh: |
| 12 | client: |
| 13 | enabled: True |
| 14 | user: {} |
| 15 | stricthostkeychecking: False |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 16 | nova: |
| 17 | compute: |
| 18 | version: ${_param:nova_version} |
| 19 | enabled: true |
| 20 | virtualization: ${_param:nova_compute_virtualization} |
Jiri Broulik | 533dd58 | 2017-02-15 20:51:06 +0100 | [diff] [blame] | 21 | availability_zone: ${_param:nova_compute_avail_zone} |
Damian Szeluga | 1aa24ab | 2017-04-14 11:55:09 +0200 | [diff] [blame] | 22 | aggregates: ${_param:nova_aggregates} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 23 | heal_instance_info_cache_interval: 60 |
Ondrej Smola | ded2170 | 2016-12-30 11:55:18 +0100 | [diff] [blame] | 24 | vncproxy_url: ${_param:nova_vncproxy_url} |
Vasyl Saienko | e2bad8d | 2019-02-19 18:36:40 +0200 | [diff] [blame] | 25 | instance_build_timeout: ${_param:nova_instance_build_timeout} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 26 | bind: |
| 27 | vnc_address: ${_param:cluster_local_address} |
| 28 | vnc_port: 6080 |
| 29 | vnc_name: 0.0.0.0 |
| 30 | database: |
| 31 | engine: mysql |
| 32 | host: ${_param:openstack_database_address} |
| 33 | port: 3306 |
| 34 | name: nova |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 35 | user: ${_param:mysql_nova_username} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 36 | password: ${_param:mysql_nova_password} |
| 37 | identity: |
| 38 | engine: keystone |
| 39 | region: ${_param:openstack_region} |
| 40 | host: ${_param:cluster_vip_address} |
| 41 | port: 35357 |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 42 | user: ${_param:keystone_nova_username} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 43 | password: ${_param:keystone_nova_password} |
| 44 | tenant: service |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 45 | protocol: ${_param:cluster_internal_protocol} |
Ivan Berezovskiy | 000d2ff | 2019-08-29 13:32:01 +0400 | [diff] [blame^] | 46 | service_token_roles: admin |
| 47 | service_token_roles_required: true |
Oleksandr Bryndzii | e9ba5e4 | 2019-03-05 17:16:48 +0200 | [diff] [blame] | 48 | service_user: |
| 49 | enabled: ${_param:nova_service_user_enabled} |
Vasyl Saienko | 1cc05de | 2018-11-19 16:49:27 +0200 | [diff] [blame] | 50 | barbican: |
| 51 | enabled: ${_param:barbican_integration_enabled} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 52 | message_queue: |
| 53 | engine: rabbitmq |
Oleksandr Shyshko | 3d1dd6f | 2018-09-20 18:22:04 +0300 | [diff] [blame] | 54 | port: ${_param:openstack_rabbitmq_port} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 55 | user: openstack |
| 56 | password: ${_param:rabbitmq_openstack_password} |
| 57 | virtual_host: '/openstack' |
| 58 | members: |
| 59 | - host: ${_param:openstack_message_queue_node01_address} |
| 60 | - host: ${_param:openstack_message_queue_node02_address} |
| 61 | - host: ${_param:openstack_message_queue_node03_address} |
Oleksandr Bryndzii | e50923d | 2018-09-12 13:54:20 +0000 | [diff] [blame] | 62 | x509: |
| 63 | enabled: ${_param:openstack_rabbitmq_x509_enabled} |
| 64 | ca_file: ${_param:rabbitmq_nova_ssl_ca_file} |
| 65 | key_file: ${_param:rabbitmq_nova_client_ssl_key_file} |
| 66 | cert_file: ${_param:rabbitmq_nova_client_ssl_cert_file} |
| 67 | ssl: |
| 68 | enabled: ${_param:rabbitmq_ssl_enabled} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 69 | image: |
| 70 | engine: glance |
| 71 | host: ${_param:cluster_vip_address} |
| 72 | port: 9292 |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 73 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 74 | network: |
| 75 | engine: neutron |
| 76 | region: ${_param:openstack_region} |
Guillaume Thouvenin | 1b2e66d | 2017-01-11 15:53:01 +0100 | [diff] [blame] | 77 | host: ${_param:neutron_service_host} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 78 | port: 9696 |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 79 | user: ${_param:keystone_neutron_username} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 80 | tenant: service |
| 81 | password: ${_param:keystone_neutron_password} |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 82 | protocol: ${_param:cluster_internal_protocol} |
Éric Lemoine | 5a1807d | 2016-12-14 14:37:13 +0000 | [diff] [blame] | 83 | user: |
| 84 | public_key: ${_param:nova_compute_ssh_public} |
| 85 | private_key: ${_param:nova_compute_ssh_private} |
Vasyl Saienko | d365d2a | 2018-04-19 17:27:10 +0300 | [diff] [blame] | 86 | # Due to bug in qemu, migration will not work when fqdn is higher than 64 chars. |
| 87 | # https://bugzilla.redhat.com/show_bug.cgi?id=1568939 |
| 88 | # Set migration address explicitly to avoid such problems. |
| 89 | libvirt: |
| 90 | migration_inbound_addr: ${_param:single_address} |
Andrey | 6a1ab76 | 2017-08-11 15:47:00 -0500 | [diff] [blame] | 91 | my_ip: ${_param:single_address} |
Oleksandr Bryndzii | 87f2423 | 2018-10-02 09:51:13 +0000 | [diff] [blame] | 92 | cache: |
| 93 | security: |
| 94 | enabled: ${_param:nova_memcache_security_enabled} |
| 95 | strategy: ${_param:openstack_memcache_security_strategy} |
| 96 | secret_key: ${_param:nova_memcache_secret_key} |