Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 1 | classes: |
Oleh Hryhorov | c6cb447 | 2018-10-29 14:19:29 +0200 | [diff] [blame^] | 2 | - system.defaults |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 3 | - system.linux.system.lowmem |
| 4 | - system.linux.system.repo.mcp.openstack |
| 5 | - system.linux.system.repo.mcp.extra |
| 6 | - system.linux.storage.loopback |
| 7 | - system.rabbitmq.server.vhost.openstack |
| 8 | - system.keystone.server.wsgi |
| 9 | - system.keystone.server.single |
| 10 | - service.galera.master.cluster |
| 11 | - system.galera.server.database.cinder |
| 12 | - system.galera.server.database.designate |
| 13 | - system.galera.server.database.glance |
| 14 | - system.galera.server.database.heat |
| 15 | - system.galera.server.database.keystone |
| 16 | - system.galera.server.database.nova |
| 17 | - system.galera.server.database.barbican |
| 18 | - system.keystone.client.single |
| 19 | - system.keystone.client.service.barbican |
| 20 | - system.keystone.client.service.nova21 |
| 21 | - system.keystone.client.service.nova-placement |
| 22 | - system.keystone.client.service.designate |
| 23 | - system.glance.control.single |
| 24 | - system.nova.control.single |
| 25 | - system.neutron.control.openvswitch.single |
| 26 | - system.neutron.client.service.public |
| 27 | - system.heat.server.single |
| 28 | - system.nova.compute.single |
| 29 | - service.neutron.gateway.single |
| 30 | - system.cinder.control.single |
| 31 | - system.cinder.control.backend.lvm |
| 32 | - service.cinder.volume.single |
| 33 | - system.cinder.volume.backend.lvm |
| 34 | - system.horizon.server.single |
sgarbuz | 058ca27 | 2018-02-27 11:28:45 +0200 | [diff] [blame] | 35 | - system.horizon.server.plugin.theme |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 36 | - system.bind.server.single |
| 37 | - system.barbican.server.single |
| 38 | - service.barbican.server.plugin.simple_crypto |
| 39 | - system.designate.server.single |
| 40 | - system.designate.server.backend.bind |
sgarbuz | 74a58c6 | 2018-04-10 12:22:09 +0300 | [diff] [blame] | 41 | - service.runtest.tempest |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 42 | parameters: |
| 43 | _param: |
| 44 | openstack_version: ocata |
| 45 | cluster_public_host: ${_param:single_address} |
| 46 | cluster_public_protocol: http |
| 47 | openstack_region: RegionOne |
| 48 | admin_email: root@localhost |
| 49 | rabbitmq_openstack_password: workshop |
| 50 | galera_server_cluster_name: openstack_cluster |
| 51 | galera_server_maintenance_password: workshop |
| 52 | galera_server_admin_password: workshop |
| 53 | keystone_version: ${_param:openstack_version} |
| 54 | barbican_version: ${_param:openstack_version} |
| 55 | glance_version: ${_param:openstack_version} |
| 56 | nova_version: ${_param:openstack_version} |
| 57 | neutron_version: ${_param:openstack_version} |
| 58 | cinder_version: ${_param:openstack_version} |
| 59 | heat_version: ${_param:openstack_version} |
| 60 | horizon_version: ${_param:openstack_version} |
| 61 | designate_version: ${_param:openstack_version} |
| 62 | keystone_service_token: workshop |
| 63 | keystone_admin_password: workshop |
| 64 | keystone_barbican_password: workshop |
| 65 | keystone_ceilometer_password: workshop |
| 66 | keystone_cinder_password: workshop |
| 67 | keystone_glance_password: workshop |
| 68 | keystone_heat_password: workshop |
| 69 | keystone_neutron_password: workshop |
| 70 | keystone_nova_password: workshop |
| 71 | keystone_designate_password: workshop |
| 72 | keystone_service_host: ${_param:single_address} |
| 73 | mysql_keystone_password: workshop |
| 74 | mysql_barbican_password: workshop |
| 75 | mysql_glance_password: workshop |
| 76 | mysql_nova_password: workshop |
| 77 | mysql_neutron_password: workshop |
| 78 | mysql_cinder_password: workshop |
| 79 | mysql_heat_password: workshop |
| 80 | mysql_designate_password: workshop |
| 81 | barbican_service_host: ${_param:single_address} |
| 82 | heat_service_host: ${_param:single_address} |
| 83 | neutron_service_host: ${_param:single_address} |
| 84 | glance_service_host: ${_param:single_address} |
| 85 | cinder_service_host: ${_param:single_address} |
| 86 | designate_service_host: ${_param:single_address} |
| 87 | nova_service_host: ${_param:single_address} |
| 88 | control_address: ${_param:single_address} |
| 89 | metadata_password: workshop |
| 90 | cluster_vip_address: ${_param:single_address} |
| 91 | cluster_local_address: ${_param:single_address} |
| 92 | openstack_database_address: ${_param:single_address} |
| 93 | tenant_address: ${_param:single_address} |
| 94 | heat_domain_admin_password: workshop |
| 95 | horizon_secret_key: workshop |
| 96 | horizon_identity_encryption: none |
| 97 | horizon_identity_version: 2 |
| 98 | horizon_identity_host: ${_param:single_address} |
Mykyta Karpin | ef9a368 | 2017-12-27 15:05:04 +0200 | [diff] [blame] | 99 | designate_admin_api_enabled: true |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 100 | designate_bind9_rndc_key: 4pc+X4PDqb2q+5o72dISm72LM1Ds9X2EYZjqg+nmsS7FhdTwzFFY8l/iEDmHxnyjkA33EQC8H+z0fLLBunoitw== |
| 101 | designate_pool_target_type: bind9 |
| 102 | designate_domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 103 | designate_pool_ns_records: |
| 104 | - hostname: 'ns1.example.org.' |
| 105 | priority: 10 |
| 106 | designate_pool_nameservers: |
| 107 | - host: ${_param:single_address} |
| 108 | port: 53 |
| 109 | designate_pool_target_masters: |
| 110 | - host: ${_param:single_address} |
| 111 | port: 5354 |
| 112 | designate_pool_target_options: |
| 113 | host: ${_param:single_address} |
| 114 | port: 53 |
| 115 | rndc_host: 127.0.0.1 |
| 116 | rndc_port: 953 |
| 117 | rndc_key_file: /etc/designate/rndc.key |
| 118 | designate_quota_zones: 40 |
| 119 | designate_worker_enabled: true |
| 120 | linux_system_repo: deb [arch=amd64] http://mirror.fuel-infra.org/mcp-repos/${_param:openstack_version}/xenial ${_param:openstack_version} main |
| 121 | linux_system_repo_pin: release a=${_param:openstack_version} |
| 122 | linux_system_repo_priority: 1200 |
| 123 | openstack_public_neutron_subnet_gateway: 192.168.130.1 |
| 124 | openstack_public_neutron_subnet_cidr: 192.168.130.0/24 |
| 125 | openstack_public_neutron_subnet_allocation_start: 192.168.130.10 |
| 126 | openstack_public_neutron_subnet_allocation_end: 192.168.130.254 |
| 127 | barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY= |
| 128 | barbican_integration_enabled: False |
Oleg Iurchenko | 95e47be | 2018-01-15 11:14:02 +0200 | [diff] [blame] | 129 | runtest_tempest_cfg_dir: /root/rally_reports/ |
| 130 | runtest_tempest_cfg_name: tempest_generated.conf |
Mykyta Karpin | 2e39448 | 2018-04-23 20:50:10 +0300 | [diff] [blame] | 131 | runtest_tempest_log_file: /home/rally/rally_reports/tempest.log |
Oleg Iurchenko | 15522cb | 2018-01-30 15:55:38 +0200 | [diff] [blame] | 132 | artifactory_user: artifactory_user |
| 133 | artifactory_password: artifactory_password |
sgarbuz | f0b3e8a | 2018-08-30 15:17:59 +0300 | [diff] [blame] | 134 | openstack_log_appender: true |
| 135 | openstack_fluentd_handler_enabled: true |
| 136 | openstack_ossyslog_handler_enabled: true |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 137 | galera: |
| 138 | master: |
| 139 | members: ~ |
| 140 | innodb_buffer_pool_size: 1024M |
| 141 | max_connections: 1000 |
| 142 | slave: |
| 143 | enabled: false |
| 144 | barbican: |
| 145 | server: |
| 146 | ks_notifications_enable: True |
| 147 | store: |
| 148 | software: |
| 149 | crypto_plugin: simple_crypto |
| 150 | store_plugin: store_crypto |
| 151 | global_default: True |
| 152 | neutron: |
| 153 | server: |
| 154 | message_queue: |
| 155 | members: ~ |
| 156 | gateway: |
| 157 | agent_mode: dvr_snat |
| 158 | dvr: True |
| 159 | nova: |
| 160 | compute: |
| 161 | barbican: |
| 162 | enabled: ${_param:barbican_integration_enabled} |
| 163 | vncproxy_url: http://${_param:single_address}:6080 |
| 164 | network: |
| 165 | user: neutron |
| 166 | password: ${_param:keystone_neutron_password} |
| 167 | tenant: service |
| 168 | cache: |
| 169 | members: ~ |
| 170 | controller: |
| 171 | barbican: |
| 172 | enabled: ${_param:barbican_integration_enabled} |
| 173 | vncproxy_url: http://${_param:single_address}:6080 |
| 174 | cinder: |
| 175 | controller: |
| 176 | barbican: |
| 177 | enabled: ${_param:barbican_integration_enabled} |
| 178 | volume: |
| 179 | cache: |
| 180 | members: ~ |
| 181 | horizon: |
| 182 | server: |
| 183 | secure: False |
| 184 | designate: |
| 185 | server: |
| 186 | quota: |
| 187 | zones: ${_param:designate_quota_zones} |
| 188 | worker: |
| 189 | enabled: ${_param:designate_worker_enabled} |
| 190 | glance: |
| 191 | server: |
| 192 | barbican: |
| 193 | enabled: ${_param:barbican_integration_enabled} |
Oleg Iurchenko | 95e47be | 2018-01-15 11:14:02 +0200 | [diff] [blame] | 194 | runtest: |
| 195 | enabled: True |
| 196 | tempest: |
| 197 | enabled: True |
| 198 | cfg_dir: ${_param:runtest_tempest_cfg_dir} |
| 199 | cfg_name: ${_param:runtest_tempest_cfg_name} |
Mykyta Karpin | d65cc92 | 2018-04-23 15:55:49 +0000 | [diff] [blame] | 200 | DEFAULT: |
Mykyta Karpin | 2e39448 | 2018-04-23 20:50:10 +0300 | [diff] [blame] | 201 | log_file: ${_param:runtest_tempest_log_file} |
Mykyta Karpin | cef29ba | 2018-01-17 12:15:58 +0200 | [diff] [blame] | 202 | compute: |
| 203 | build_timeout: 600 |
| 204 | min_microversion: 2.1 |
| 205 | max_microversion: 2.42 |
| 206 | orchestration: |
| 207 | max_template_size: 5440000 |
| 208 | max_resources_per_stack: 20000 |
| 209 | dns_feature_enabled: |
| 210 | # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages |
| 211 | # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749 |
| 212 | api_admin: false |
| 213 | api_v1: false |
| 214 | api_v2: true |
| 215 | api_v2_quotas: true |
| 216 | api_v2_root_recordsets: true |
| 217 | bug_1573141_fixed: true |
| 218 | volume-feature-enabled: |
| 219 | backup: false |
Oleg Iurchenko | 15522cb | 2018-01-30 15:55:38 +0200 | [diff] [blame] | 220 | artifact_collector: |
| 221 | enabled: true |
| 222 | artifactory: |
| 223 | enabled: true |
| 224 | user: ${_param:artifactory_user} |
| 225 | password: ${_param:artifactory_password} |
| 226 | host: artifactory.mcp.mirantis.net |
| 227 | port: 443 |
| 228 | proto: https |
| 229 | endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname} |
| 230 | artifacts: |
| 231 | sys_logs: |
| 232 | path: /var/log |
| 233 | etc: |
| 234 | path: /etc |