File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ ansible/collections/**/
114
114
* ~
115
115
. * .swp
116
116
. * sw ?
117
+ .vscode /
117
118
118
119
# Ignore working dirs
119
120
ansible /openstack-config-image-cache
Original file line number Diff line number Diff line change 1
1
# Magnum cluster templates generated using latest upstream release tags
2
- # To make use of the generated config snippets, copy them to the
2
+ # To make use of the generated config snippets, copy them to the
3
3
# openstack_container_clusters_templates list.
4
4
5
5
# List snippet to add to existing openstack_container_clusters_templates:
11
11
{% for item in new_template_data %}
12
12
{{ item.key | replace('-', '_') }}_{{ item.value.kubernetes_version | replace('.', '_') }}:
13
13
labels:
14
- monitoring_enabled: "True"
15
- kube_dashboard_enabled: "True"
14
+ monitoring_enabled: "true"
15
+ kube_dashboard_enabled: "true"
16
+ keystone_auth_enabled: "false"
16
17
capi_helm_chart_version: "{{ capi_helm_chart_release_data.json.tag_name }}"
17
18
octavia_provider: {{ magnum_loadbalancer_provider }}
18
19
external_network_id: {{ magnum_external_net_name }}
You can’t perform that action at this time.
0 commit comments