|
121 | 121 | # Full custom seed inventory contents.
|
122 | 122 | #kolla_seed_inventory_custom:
|
123 | 123 |
|
| 124 | +# List of names of default host variables to pass through from kayobe hosts to |
| 125 | +# the kolla-ansible seed host, if set. See also |
| 126 | +# kolla_seed_inventory_pass_through_host_vars_map. |
| 127 | +#kolla_seed_inventory_pass_through_host_vars_default: |
| 128 | + |
| 129 | +# List of names of additional host variables to pass through from kayobe hosts |
| 130 | +# to the kolla-ansible seed host, if set. See also |
| 131 | +# kolla_seed_inventory_pass_through_host_vars_map. |
| 132 | +#kolla_seed_inventory_pass_through_host_vars_extra: |
| 133 | + |
124 | 134 | # List of names of host variables to pass through from kayobe hosts to
|
125 | 135 | # the kolla-ansible seed host, if set. See also
|
126 | 136 | # kolla_seed_inventory_pass_through_host_vars_map.
|
127 | 137 | #kolla_seed_inventory_pass_through_host_vars:
|
128 | 138 |
|
| 139 | +# Dict mapping names of default variables in |
| 140 | +# kolla_seed_inventory_pass_through_host_vars to the variable to use in |
| 141 | +# kolla-ansible. If a variable name is not in this mapping the kayobe name is |
| 142 | +# used. |
| 143 | +#kolla_seed_inventory_pass_through_host_vars_map_default: |
| 144 | + |
| 145 | +# Dict mapping names of extra variables in |
| 146 | +# kolla_seed_inventory_pass_through_host_vars to the variable to use in |
| 147 | +# kolla-ansible. If a variable name is not in this mapping the kayobe name is |
| 148 | +# used. |
| 149 | +#kolla_seed_inventory_pass_through_host_vars_map_extra: |
| 150 | + |
129 | 151 | # Dict mapping names of variables in
|
130 | 152 | # kolla_seed_inventory_pass_through_host_vars to the variable to use in
|
131 | 153 | # kolla-ansible. If a variable name is not in this mapping the kayobe name is
|
|
158 | 180 | # have no hosts mapped to them will be provided with an empty group definition.
|
159 | 181 | #kolla_overcloud_inventory_kolla_top_level_groups:
|
160 | 182 |
|
| 183 | +# List of names of default host variables to pass through from kayobe hosts to |
| 184 | +# kolla-ansible hosts, if set. See also |
| 185 | +# kolla_overcloud_inventory_pass_through_host_vars_map. |
| 186 | +#kolla_overcloud_inventory_pass_through_host_vars_default: |
| 187 | + |
| 188 | +# List of names of additional host variables to pass through from kayobe hosts |
| 189 | +# to kolla-ansible hosts, if set. See also |
| 190 | +# kolla_overcloud_inventory_pass_through_host_vars_map. |
| 191 | +#kolla_overcloud_inventory_pass_through_host_vars_extra: |
| 192 | + |
161 | 193 | # List of names of host variables to pass through from kayobe hosts to
|
162 | 194 | # kolla-ansible hosts, if set. See also
|
163 | 195 | # kolla_overcloud_inventory_pass_through_host_vars_map.
|
164 | 196 | #kolla_overcloud_inventory_pass_through_host_vars:
|
165 | 197 |
|
| 198 | +# Dict mapping names of default variables in |
| 199 | +# kolla_overcloud_inventory_pass_through_host_vars to the variable to use in |
| 200 | +# kolla-ansible. If a variable name is not in this mapping the kayobe name is |
| 201 | +# used. |
| 202 | +#kolla_overcloud_inventory_pass_through_host_vars_map_default: |
| 203 | + |
| 204 | +# Dict mapping names of additional variables in |
| 205 | +# kolla_overcloud_inventory_pass_through_host_vars to the variable to use in |
| 206 | +# kolla-ansible. If a variable name is not in this mapping the kayobe name is |
| 207 | +# used. |
| 208 | +#kolla_overcloud_inventory_pass_through_host_vars_map_extra: |
| 209 | + |
166 | 210 | # Dict mapping names of variables in
|
167 | 211 | # kolla_overcloud_inventory_pass_through_host_vars to the variable to use in
|
168 | 212 | # kolla-ansible. If a variable name is not in this mapping the kayobe name is
|
|
0 commit comments