Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 1 | --- |
| 2 | # .. vim: foldmarker=[[[,]]]:foldmethod=marker |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 3 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 4 | # .. Copyright (C) 2022 VEXXHOST, Inc. |
| 5 | # .. SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # Default variables |
| 8 | # ================= |
| 9 | |
| 10 | # .. contents:: Sections |
| 11 | # :local: |
| 12 | |
Mohammed Naser | daf1bee | 2022-03-14 19:57:15 -0400 | [diff] [blame] | 13 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 14 | # .. envvar:: openstack_helm_endpoints_config [[[ |
| 15 | # |
| 16 | # Additional overrides for the OpenStack Helm endpoints |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 17 | openstack_helm_endpoints_config: {} |
| 18 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 19 | # ]]] |
| 20 | # .. envvar:: openstack_helm_endpoints_region_name [[[ |
| 21 | # |
| 22 | # Default OpenStack region name |
| 23 | openstack_helm_endpoints_region_name: "{{ undef(hint='You must specify an OpenStack region name') }}" |
| 24 | |
| 25 | # ]]] |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 26 | # .. envvar:: openstack_helm_endpoints_rabbitmq_admin_password [[[ |
| 27 | # |
| 28 | # RabbitMQ administrator password |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 29 | openstack_helm_endpoints_rabbitmq_admin_password: "{{ undef(hint='You must specify a RabbitMQ admin password') }}" |
| 30 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 31 | # ]]] |
| 32 | # .. envvar:: openstack_helm_endpoints_memcached_secret_key [[[ |
| 33 | # |
| 34 | # Memcached secret key for ``oslo.cache`` |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 35 | openstack_helm_endpoints_memcached_secret_key: "{{ undef(hint='You must specify a Memcached secret key') }}" |
| 36 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 37 | # ]]] |
| 38 | # .. envvar:: openstack_helm_endpoints_keystone_api_host [[[ |
| 39 | # |
| 40 | # API hostname for OpenStack Identity Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 41 | openstack_helm_endpoints_keystone_api_host: "{{ undef(hint='You must specify a Keystone API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 42 | |
| 43 | # ]]] |
| 44 | # .. envvar:: openstack_helm_endpoints_keystone_region_name [[[ |
| 45 | # |
| 46 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 47 | openstack_helm_endpoints_keystone_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 48 | |
| 49 | # ]]] |
| 50 | # .. envvar:: openstack_helm_endpoints_keystone_admin_password [[[ |
| 51 | # |
| 52 | # Keystone password for ``admin`` user |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 53 | openstack_helm_endpoints_keystone_admin_password: "{{ undef(hint='You must specify a Keystone administrator password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 54 | |
| 55 | # ]]] |
| 56 | # .. envvar:: openstack_helm_endpoints_keystone_mariadb_password [[[ |
| 57 | # |
| 58 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 59 | openstack_helm_endpoints_keystone_mariadb_password: "{{ undef(hint='You must specify a Keystone MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 60 | |
| 61 | # ]]] |
| 62 | # .. envvar:: openstack_helm_endpoints_keystone_rabbitmq_password [[[ |
| 63 | # |
| 64 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 65 | openstack_helm_endpoints_keystone_rabbitmq_password: "{{ undef(hint='You must specify a Keystone RabbitMQ password') }}" |
| 66 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 67 | # ]]] |
| 68 | # .. envvar:: openstack_helm_endpoints_glance_api_host [[[ |
| 69 | # |
| 70 | # API hostname for OpenStack Image Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 71 | openstack_helm_endpoints_glance_api_host: "{{ undef(hint='You must specify a Glance API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 72 | |
| 73 | # ]]] |
| 74 | # .. envvar:: openstack_helm_endpoints_glance_region_name [[[ |
| 75 | # |
| 76 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 77 | openstack_helm_endpoints_glance_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 78 | |
| 79 | # ]]] |
| 80 | # .. envvar:: openstack_helm_endpoints_glance_keystone_password [[[ |
| 81 | # |
| 82 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 83 | openstack_helm_endpoints_glance_keystone_password: "{{ undef(hint='You must specify a Glance Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 84 | |
| 85 | # ]]] |
| 86 | # .. envvar:: openstack_helm_endpoints_glance_mariadb_password [[[ |
| 87 | # |
| 88 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 89 | openstack_helm_endpoints_glance_mariadb_password: "{{ undef(hint='You must specify a Glance MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 90 | |
| 91 | # ]]] |
| 92 | # .. envvar:: openstack_helm_endpoints_glance_rabbitmq_password [[[ |
| 93 | # |
| 94 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 95 | openstack_helm_endpoints_glance_rabbitmq_password: "{{ undef(hint='You must specify a Glance RabbitMQ password') }}" |
| 96 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 97 | # ]]] |
| 98 | # .. envvar:: openstack_helm_endpoints_cinder_api_host [[[ |
| 99 | # |
| 100 | # API hostname for OpenStack Block Storage Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 101 | openstack_helm_endpoints_cinder_api_host: "{{ undef(hint='You must specify a Cinder API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 102 | |
| 103 | # ]]] |
| 104 | # .. envvar:: openstack_helm_endpoints_cinder_region_name [[[ |
| 105 | # |
| 106 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 107 | openstack_helm_endpoints_cinder_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 108 | |
| 109 | # ]]] |
| 110 | # .. envvar:: openstack_helm_endpoints_cinder_keystone_password [[[ |
| 111 | # |
| 112 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 113 | openstack_helm_endpoints_cinder_keystone_password: "{{ undef(hint='You must specify a Cinder Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 114 | |
| 115 | # ]]] |
| 116 | # .. envvar:: openstack_helm_endpoints_cinder_mariadb_password [[[ |
| 117 | # |
| 118 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 119 | openstack_helm_endpoints_cinder_mariadb_password: "{{ undef(hint='You must specify a Cinder MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 120 | |
| 121 | # ]]] |
| 122 | # .. envvar:: openstack_helm_endpoints_cinder_rabbitmq_password [[[ |
| 123 | # |
| 124 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 125 | openstack_helm_endpoints_cinder_rabbitmq_password: "{{ undef(hint='You must specify a Cinder RabbitMQ password') }}" |
| 126 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 127 | # ]]] |
| 128 | # .. envvar:: openstack_helm_endpoints_placement_api_host [[[ |
| 129 | # |
| 130 | # API hostname for OpenStack Placement Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 131 | openstack_helm_endpoints_placement_api_host: "{{ undef(hint='You must specify a Placement API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 132 | |
| 133 | # ]]] |
| 134 | # .. envvar:: openstack_helm_endpoints_placement_region_name [[[ |
| 135 | # |
| 136 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 137 | openstack_helm_endpoints_placement_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 138 | |
| 139 | # ]]] |
| 140 | # .. envvar:: openstack_helm_endpoints_placement_keystone_password [[[ |
| 141 | # |
| 142 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 143 | openstack_helm_endpoints_placement_keystone_password: "{{ undef(hint='You must specify a Placement Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 144 | |
| 145 | # ]]] |
| 146 | # .. envvar:: openstack_helm_endpoints_placement_mariadb_password [[[ |
| 147 | # |
| 148 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 149 | openstack_helm_endpoints_placement_mariadb_password: "{{ undef(hint='You must specify a Placement MariaDB password') }}" |
| 150 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 151 | # ]]] |
okozachenko | 43771bd | 2022-04-30 01:22:46 +1000 | [diff] [blame] | 152 | # .. envvar:: openstack_helm_endpoints_barbican_api_host [[[ |
| 153 | # |
| 154 | # API hostname for OpenStack Barbican Service |
| 155 | openstack_helm_endpoints_barbican_api_host: "{{ undef(hint='You must specify a Barbican API hostname') }}" |
| 156 | |
| 157 | # ]]] |
| 158 | # .. envvar:: openstack_helm_endpoints_barbican_region_name [[[ |
| 159 | # |
| 160 | # Region name for service |
| 161 | openstack_helm_endpoints_barbican_region_name: "{{ openstack_helm_endpoints_region_name }}" |
| 162 | |
| 163 | # ]]] |
| 164 | # .. envvar:: openstack_helm_endpoints_barbican_keystone_password [[[ |
| 165 | # |
| 166 | # Keystone password for service |
| 167 | openstack_helm_endpoints_barbican_keystone_password: "{{ undef(hint='You must specify a Barbican Keystone password') }}" |
| 168 | |
| 169 | # ]]] |
| 170 | # .. envvar:: openstack_helm_endpoints_barbican_mariadb_password [[[ |
| 171 | # |
| 172 | # Database password for service |
| 173 | openstack_helm_endpoints_barbican_mariadb_password: "{{ undef(hint='You must specify a Barbican MariaDB password') }}" |
| 174 | |
| 175 | # ]]] |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 176 | # .. envvar:: openstack_helm_endpoints_neutron_api_host [[[ |
| 177 | # |
| 178 | # API hostname for OpenStack Networking Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 179 | openstack_helm_endpoints_neutron_api_host: "{{ undef(hint='You must specify a Neutron API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 180 | |
| 181 | # ]]] |
| 182 | # .. envvar:: openstack_helm_endpoints_neutron_region_name [[[ |
| 183 | # |
| 184 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 185 | openstack_helm_endpoints_neutron_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 186 | |
| 187 | # ]]] |
| 188 | # .. envvar:: openstack_helm_endpoints_neutron_keystone_password [[[ |
| 189 | # |
| 190 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 191 | openstack_helm_endpoints_neutron_keystone_password: "{{ undef(hint='You must specify a Neutron Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 192 | |
| 193 | # ]]] |
| 194 | # .. envvar:: openstack_helm_endpoints_neutron_mariadb_password [[[ |
| 195 | # |
| 196 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 197 | openstack_helm_endpoints_neutron_mariadb_password: "{{ undef(hint='You must specify a Neutron MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 198 | |
| 199 | # ]]] |
| 200 | # .. envvar:: openstack_helm_endpoints_neutron_rabbitmq_password [[[ |
| 201 | # |
| 202 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 203 | openstack_helm_endpoints_neutron_rabbitmq_password: "{{ undef(hint='You must specify a Neutron RabbitMQ password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 204 | |
| 205 | # ]]] |
| 206 | # .. envvar:: openstack_helm_endpoints_neutron_metadata_secret [[[ |
| 207 | # |
| 208 | # Shared secret for Nova metadata service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 209 | openstack_helm_endpoints_neutron_metadata_secret: "{{ undef(hint='You must specify a Neutron metadata secret') }}" |
| 210 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 211 | # ]]] |
| 212 | # .. envvar:: openstack_helm_endpoints_nova_api_host [[[ |
| 213 | # |
| 214 | # API hostname for OpenStack Compute Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 215 | openstack_helm_endpoints_nova_api_host: "{{ undef(hint='You must specify a Nova API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 216 | |
| 217 | # ]]] |
| 218 | # .. envvar:: openstack_helm_endpoints_nova_novnc_host [[[ |
| 219 | # |
| 220 | # API hostname for OpenStack Compute Service (VNC) |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 221 | openstack_helm_endpoints_nova_novnc_host: "{{ undef(hint='You must specify a Nova NoVNC hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 222 | |
| 223 | # ]]] |
| 224 | # .. envvar:: openstack_helm_endpoints_nova_region_name [[[ |
| 225 | # |
| 226 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 227 | openstack_helm_endpoints_nova_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 228 | |
| 229 | # ]]] |
| 230 | # .. envvar:: openstack_helm_endpoints_nova_keystone_password [[[ |
| 231 | # |
| 232 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 233 | openstack_helm_endpoints_nova_keystone_password: "{{ undef(hint='You must specify a Nova Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 234 | |
| 235 | # ]]] |
| 236 | # .. envvar:: openstack_helm_endpoints_nova_mariadb_password [[[ |
| 237 | # |
| 238 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 239 | openstack_helm_endpoints_nova_mariadb_password: "{{ undef(hint='You must specify a Nova MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 240 | |
| 241 | # ]]] |
| 242 | # .. envvar:: openstack_helm_endpoints_nova_rabbitmq_password [[[ |
| 243 | # |
| 244 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 245 | openstack_helm_endpoints_nova_rabbitmq_password: "{{ undef(hint='You must specify a Nova RabbitMQ password') }}" |
| 246 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 247 | # ]]] |
| 248 | # .. envvar:: openstack_helm_endpoints_ironic_api_host [[[ |
| 249 | # |
| 250 | # API hostname for OpenStack Bare Metal Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 251 | openstack_helm_endpoints_ironic_api_host: "{{ undef(hint='You must specify an Ironic API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 252 | |
| 253 | # ]]] |
| 254 | # .. envvar:: openstack_helm_endpoints_ironic_region_name [[[ |
| 255 | # |
| 256 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 257 | openstack_helm_endpoints_ironic_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 258 | |
| 259 | # ]]] |
| 260 | # .. envvar:: openstack_helm_endpoints_ironic_keystone_password [[[ |
| 261 | # |
| 262 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 263 | openstack_helm_endpoints_ironic_keystone_password: "{{ undef(hint='You must specify an Ironic Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 264 | |
| 265 | # ]]] |
| 266 | # .. envvar:: openstack_helm_endpoints_ironic_mariadb_password [[[ |
| 267 | # |
| 268 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 269 | openstack_helm_endpoints_ironic_mariadb_password: "{{ undef(hint='You must specify an Ironic MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 270 | |
| 271 | # ]]] |
| 272 | # .. envvar:: openstack_helm_endpoints_ironic_rabbitmq_password [[[ |
| 273 | # |
| 274 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 275 | openstack_helm_endpoints_ironic_rabbitmq_password: "{{ undef(hint='You must specify an Ironic RabbitMQ password') }}" |
| 276 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 277 | # ]]] |
| 278 | # .. envvar:: openstack_helm_endpoints_designate_api_host [[[ |
| 279 | # |
| 280 | # API hostname for OpenStack DNS Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 281 | openstack_helm_endpoints_designate_api_host: "{{ undef(hint='You must specify a Designate API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 282 | |
| 283 | # ]]] |
| 284 | # .. envvar:: openstack_helm_endpoints_designate_region_name [[[ |
| 285 | # |
| 286 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 287 | openstack_helm_endpoints_designate_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 288 | |
| 289 | # ]]] |
| 290 | # .. envvar:: openstack_helm_endpoints_designate_keystone_password [[[ |
| 291 | # |
| 292 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 293 | openstack_helm_endpoints_designate_keystone_password: "{{ undef(hint='You must specify a Designate Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 294 | |
| 295 | # ]]] |
| 296 | # .. envvar:: openstack_helm_endpoints_designate_mariadb_password [[[ |
| 297 | # |
| 298 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 299 | openstack_helm_endpoints_designate_mariadb_password: "{{ undef(hint='You must specify a Designate MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 300 | |
| 301 | # ]]] |
| 302 | # .. envvar:: openstack_helm_endpoints_designate_rabbitmq_password [[[ |
| 303 | # |
| 304 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 305 | openstack_helm_endpoints_designate_rabbitmq_password: "{{ undef(hint='You must specify a Designate RabbitMQ password') }}" |
| 306 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 307 | # ]]] |
| 308 | # .. envvar:: openstack_helm_endpoints_octavia_api_host [[[ |
| 309 | # |
| 310 | # API hostname for OpenStack Load Balancer Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 311 | openstack_helm_endpoints_octavia_api_host: "{{ undef(hint='You must specify an Octavia API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 312 | |
| 313 | # ]]] |
| 314 | # .. envvar:: openstack_helm_endpoints_octavia_region_name [[[ |
| 315 | # |
| 316 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 317 | openstack_helm_endpoints_octavia_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 318 | |
| 319 | # ]]] |
| 320 | # .. envvar:: openstack_helm_endpoints_octavia_keystone_password [[[ |
| 321 | # |
| 322 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 323 | openstack_helm_endpoints_octavia_keystone_password: "{{ undef(hint='You must specify an Octavia Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 324 | |
| 325 | # ]]] |
| 326 | # .. envvar:: openstack_helm_endpoints_octavia_mariadb_password [[[ |
| 327 | # |
| 328 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 329 | openstack_helm_endpoints_octavia_mariadb_password: "{{ undef(hint='You must specify an Octavia MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 330 | |
| 331 | # ]]] |
| 332 | # .. envvar:: openstack_helm_endpoints_octavia_rabbitmq_password [[[ |
| 333 | # |
| 334 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 335 | openstack_helm_endpoints_octavia_rabbitmq_password: "{{ undef(hint='You must specify an Octavia RabbitMQ password') }}" |
| 336 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 337 | # ]]] |
Mohammed Naser | 096ade0 | 2022-12-15 09:53:33 -0500 | [diff] [blame] | 338 | # .. envvar:: openstack_helm_endpoints_magnum_api_host [[[ |
| 339 | # |
| 340 | # API hostname for OpenStack COE Service |
| 341 | openstack_helm_endpoints_magnum_api_host: "{{ undef(hint='You must specify an Magnum API hostname') }}" |
| 342 | |
| 343 | # ]]] |
| 344 | # .. envvar:: openstack_helm_endpoints_magnum_registry_host [[[ |
| 345 | # |
| 346 | # API hostname for container registry of OpenStack COE Service |
| 347 | openstack_helm_endpoints_magnum_registry_host: "{{ undef(hint='You must specify an Magnum Registry hostname') }}" |
| 348 | |
| 349 | # ]]] |
| 350 | # .. envvar:: openstack_helm_endpoints_magnum_region_name [[[ |
| 351 | # |
| 352 | # Region name for service |
| 353 | openstack_helm_endpoints_magnum_region_name: "{{ openstack_helm_endpoints_region_name }}" |
| 354 | |
| 355 | # ]]] |
| 356 | # .. envvar:: openstack_helm_endpoints_magnum_keystone_password [[[ |
| 357 | # |
| 358 | # Keystone password for service |
| 359 | openstack_helm_endpoints_magnum_keystone_password: "{{ undef(hint='You must specify an Magnum Keystone password') }}" |
| 360 | |
| 361 | # ]]] |
| 362 | # .. envvar:: openstack_helm_endpoints_magnum_mariadb_password [[[ |
| 363 | # |
| 364 | # Database password for service |
| 365 | openstack_helm_endpoints_magnum_mariadb_password: "{{ undef(hint='You must specify an Magnum MariaDB password') }}" |
| 366 | |
| 367 | # ]]] |
| 368 | # .. envvar:: openstack_helm_endpoints_magnum_rabbitmq_password [[[ |
| 369 | # |
| 370 | # RabbitMQ password for service |
| 371 | openstack_helm_endpoints_magnum_rabbitmq_password: "{{ undef(hint='You must specify an Magnum RabbitMQ password') }}" |
| 372 | |
| 373 | # ]]] |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 374 | # .. envvar:: openstack_helm_endpoints_heat_api_host [[[ |
| 375 | # |
| 376 | # API hostname for OpenStack Orchestration Service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 377 | openstack_helm_endpoints_heat_api_host: "{{ undef(hint='You must specify a Heat API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 378 | |
| 379 | # ]]] |
| 380 | # .. envvar:: openstack_helm_endpoints_heat_region_name [[[ |
| 381 | # |
| 382 | # Region name for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 383 | openstack_helm_endpoints_heat_region_name: "{{ openstack_helm_endpoints_region_name }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 384 | |
| 385 | # ]]] |
| 386 | # .. envvar:: openstack_helm_endpoints_heat_keystone_password [[[ |
| 387 | # |
| 388 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 389 | openstack_helm_endpoints_heat_keystone_password: "{{ undef(hint='You must specify a Heat Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 390 | |
| 391 | # ]]] |
| 392 | # .. envvar:: openstack_helm_endpoints_heat_trustee_keystone_password [[[ |
| 393 | # |
| 394 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 395 | openstack_helm_endpoints_heat_trustee_keystone_password: "{{ undef(hint='You must specify a Heat trustee Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 396 | |
| 397 | # ]]] |
| 398 | # .. envvar:: openstack_helm_endpoints_heat_stack_user_keystone_password [[[ |
| 399 | # |
| 400 | # Keystone password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 401 | openstack_helm_endpoints_heat_stack_user_keystone_password: "{{ undef(hint='You must specify a Heat stack user Keystone password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 402 | |
| 403 | # ]]] |
| 404 | # .. envvar:: openstack_helm_endpoints_heat_mariadb_password [[[ |
| 405 | # |
| 406 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 407 | openstack_helm_endpoints_heat_mariadb_password: "{{ undef(hint='You must specify a Heat MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 408 | |
| 409 | # ]]] |
| 410 | # .. envvar:: openstack_helm_endpoints_heat_rabbitmq_password [[[ |
| 411 | # |
| 412 | # RabbitMQ password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 413 | openstack_helm_endpoints_heat_rabbitmq_password: "{{ undef(hint='You must specify a Heat RabbitMQ password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 414 | |
| 415 | # ]]] |
| 416 | # .. envvar:: openstack_helm_endpoints_heat_cfn_api_host [[[ |
| 417 | # |
| 418 | # API hostname for OpenStack Orchestration Service (CloudFormation) |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 419 | openstack_helm_endpoints_heat_cfn_api_host: "{{ undef(hint='You must specify a Heat CloudFormation API hostname') }}" |
| 420 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 421 | # ]]] |
| 422 | # .. envvar:: openstack_helm_endpoints_horizon_api_host [[[ |
| 423 | # |
| 424 | # API hostname for OpenStack Dashboard |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 425 | openstack_helm_endpoints_horizon_api_host: "{{ undef(hint='You must specify a Horizon API hostname') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 426 | |
| 427 | # ]]] |
| 428 | # .. envvar:: openstack_helm_endpoints_horizon_mariadb_password [[[ |
| 429 | # |
| 430 | # Database password for service |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 431 | openstack_helm_endpoints_horizon_mariadb_password: "{{ undef(hint='You must specify a Horizon MariaDB password') }}" |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 432 | |
| 433 | # ]]] |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 434 | # .. envvar:: openstack_helm_endpoints_tempest_region_name [[[ |
| 435 | # |
| 436 | # Region name for service |
| 437 | openstack_helm_endpoints_tempest_region_name: "{{ openstack_helm_endpoints_region_name }}" |
| 438 | |
| 439 | # ]]] |
| 440 | # .. envvar:: openstack_helm_endpoints_tempest_keystone_password [[[ |
| 441 | # |
| 442 | # Keystone password for service |
| 443 | openstack_helm_endpoints_tempest_keystone_password: "{{ undef(hint='You must specify a Tempest Keystone password') }}" |
| 444 | |
| 445 | # ]]] |
guilhermesteinmuller | 86a88b6 | 2022-05-27 16:45:49 +0000 | [diff] [blame] | 446 | # .. envvar:: openstack_helm_endpoints_openstack_exporter_keystone_password [[[ |
| 447 | # |
| 448 | # Keystone password for service |
| 449 | openstack_helm_endpoints_openstack_exporter_keystone_password: "{{ undef(hint='You must specify a OpenStack Exporter Keystone password') }}" |
| 450 | |
| 451 | # ]]] |
Mohammed Naser | 92614e9 | 2023-02-10 05:57:17 +0000 | [diff] [blame] | 452 | # .. envvar:: openstack_helm_endpoints_rgw_host [[[ |
| 453 | # |
| 454 | # API hostname for object storage service backed by Ceph RGW |
| 455 | openstack_helm_endpoints_rgw_host: "{{ undef(hint='You must specify an Rados Gateway hostname') }}" |
| 456 | |
| 457 | # ]]] |
| 458 | # .. envvar:: openstack_helm_endpoints_rgw_region_name [[[ |
| 459 | # |
| 460 | # Region name for service |
| 461 | openstack_helm_endpoints_rgw_region_name: "{{ openstack_helm_endpoints_region_name }}" |
| 462 | |
| 463 | # ]]] |
| 464 | # .. envvar:: openstack_helm_endpoints_rgw_keystone_password [[[ |
| 465 | # |
| 466 | # Keystone password for service |
| 467 | openstack_helm_endpoints_rgw_keystone_password: "{{ undef(hint='You must specify an Rados Gateway Keystone password') }}" |
| 468 | |
| 469 | # ]]] |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 470 | # .. envvar:: openstack_helm_endpoints_manila_api_host [[[ |
| 471 | # |
| 472 | # API hostname for OpenStack Manila Service |
| 473 | openstack_helm_endpoints_manila_api_host: "{{ undef(hint='You must specify a Manila API hostname') }}" |
| 474 | |
| 475 | # ]]] |
| 476 | # .. envvar:: openstack_helm_endpoints_manila_region_name [[[ |
| 477 | # |
| 478 | # Region name for service |
| 479 | openstack_helm_endpoints_manila_region_name: "{{ openstack_helm_endpoints_region_name }}" |
| 480 | |
| 481 | # ]]] |
| 482 | # .. envvar:: openstack_helm_endpoints_manila_keystone_password [[[ |
| 483 | # |
| 484 | # Keystone password for service |
| 485 | openstack_helm_endpoints_manila_keystone_password: "{{ undef(hint='You must specify a Manila Keystone password') }}" |
| 486 | |
| 487 | # ]]] |
| 488 | # .. envvar:: openstack_helm_endpoints_manila_mariadb_password [[[ |
| 489 | # |
| 490 | # Database password for service |
| 491 | openstack_helm_endpoints_manila_mariadb_password: "{{ undef(hint='You must specify a Manila MariaDB password') }}" |
| 492 | |
| 493 | # ]]] |
Rico Lin | d020bc2 | 2023-11-01 01:57:03 +0800 | [diff] [blame] | 494 | # .. envvar:: openstack_helm_endpoints_staffeln_mariadb_password [[[ |
| 495 | # |
| 496 | # Database password for service |
| 497 | openstack_helm_endpoints_staffeln_mariadb_password: "{{ undef(hint='You must specify a Staffeln MariaDB password') }}" |
| 498 | |
| 499 | # ]]] |