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/**/
114114* ~
115115. * .swp
116116. * sw ?
117+ .vscode /
117118
118119# Ignore working dirs
119120ansible /openstack-config-image-cache
Original file line number Diff line number Diff line change 11# 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
33# openstack_container_clusters_templates list.
44
55# List snippet to add to existing openstack_container_clusters_templates:
1111{% for item in new_template_data %}
1212{{ item.key | replace('-', '_') }}_{{ item.value.kubernetes_version | replace('.', '_') }}:
1313 labels:
14- monitoring_enabled: "True"
15- kube_dashboard_enabled: "True"
14+ monitoring_enabled: "true"
15+ kube_dashboard_enabled: "true"
16+ keystone_auth_enabled: "false"
1617 capi_helm_chart_version: "{{ capi_helm_chart_release_data.json.tag_name }}"
1718 octavia_provider: {{ magnum_loadbalancer_provider }}
1819 external_network_id: {{ magnum_external_net_name }}
You can’t perform that action at this time.
0 commit comments