Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/control-plane/base/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ kind: OpenStackControlPlane
metadata:
name: controlplane
spec:
tls:
podLevel:
enabled: false
barbican:
apiOverride:
route: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
- name: ANSIBLE_FORCE_COLOR
value: "True"
preProvisioned: true
tlsEnabled: false
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down
1 change: 1 addition & 0 deletions lib/dataplane/nodeset/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
- name: ANSIBLE_FORCE_COLOR
value: "True"
preProvisioned: true
tlsEnabled: false
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down