Skip to content

Commit 1055d8f

Browse files
committed
Allow setting TLS-related options
1 parent c8fcb00 commit 1055d8f

File tree

37 files changed

+154
-0
lines changed

37 files changed

+154
-0
lines changed

examples/dt/bgp-l3-xl/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ metadata:
66
annotations:
77
config.kubernetes.io/local-config: "true"
88
data:
9+
# --- Fields required by lib/control-plane ---
910
preserveJobs: false
11+
tls:
12+
caBundleSecretName: ""
13+
# --- Below are VA/DT-specific data ---
1014
glance:
1115
customServiceConfig: |
1216
[DEFAULT]

examples/dt/bgp_dt01/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ metadata:
66
annotations:
77
config.kubernetes.io/local-config: "true"
88
data:
9+
# --- Fields required by lib/control-plane ---
910
preserveJobs: false
11+
tls:
12+
caBundleSecretName: ""
13+
# --- Below are VA/DT-specific data ---
1014
glance:
1115
customServiceConfig: |
1216
[DEFAULT]

examples/dt/bmo01/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ metadata:
88
config.kubernetes.io/local-config: "true"
99

1010
data:
11+
# --- Fields required by lib/control-plane ---
1112
preserveJobs: false
13+
tls:
14+
caBundleSecretName: ""
15+
# --- Below are VA/DT-specific data ---
1216
cinderVolumes:
1317
lvm-iscsi:
1418
replicas: 1

examples/dt/dcn/control-plane/scaledown/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ metadata:
66
annotations:
77
config.kubernetes.io/local-config: "true"
88
data:
9+
# --- Fields required by lib/control-plane ---
910
preserveJobs: false
11+
tls:
12+
caBundleSecretName: ""
13+
# --- Below are VA/DT-specific data ---
1014
cinder:
1115
customServiceConfig: |
1216
[DEFAULT]

examples/dt/dcn/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ metadata:
66
annotations:
77
config.kubernetes.io/local-config: "true"
88
data:
9+
# --- Fields required by lib/control-plane ---
910
preserveJobs: false
11+
tls:
12+
caBundleSecretName: ""
13+
# --- Below are VA/DT-specific data ---

examples/dt/dcn/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ metadata:
77
annotations:
88
config.kubernetes.io/local-config: "true"
99
data:
10+
# --- Fields required by lib/control-plane ---
1011
preserveJobs: false
12+
tls:
13+
caBundleSecretName: ""
14+
# --- Below are VA/DT-specific data ---
1115
cinder:
1216
customServiceConfig: |
1317
[DEFAULT]

examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ metadata:
1414
annotations:
1515
config.kubernetes.io/local-config: "true"
1616
data:
17+
# --- Fields required by lib/control-plane ---
1718
preserveJobs: false
19+
tls:
20+
caBundleSecretName: ""
21+
# --- Below are VA/DT-specific data ---
1822
neutron:
1923
customServiceConfig: |
2024
[DEFAULT]

examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ metadata:
1414
annotations:
1515
config.kubernetes.io/local-config: "true"
1616
data:
17+
# --- Fields required by lib/control-plane ---
1718
preserveJobs: false
19+
tls:
20+
caBundleSecretName: ""
21+
# --- Below are VA/DT-specific data ---
1822
neutron:
1923
customServiceConfig: |
2024
[DEFAULT]

examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ metadata:
1414
annotations:
1515
config.kubernetes.io/local-config: "true"
1616
data:
17+
# --- Fields required by lib/control-plane ---
1718
preserveJobs: false
19+
tls:
20+
caBundleSecretName: ""
21+
# --- Below are VA/DT-specific data ---
1822
swift:
1923
enabled: false
2024
cinderAPI:

examples/dt/nfv/nfv-ovs-dpdk-sriov-networker/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ metadata:
1414
annotations:
1515
config.kubernetes.io/local-config: "true"
1616
data:
17+
# --- Fields required by lib/control-plane ---
1718
preserveJobs: false
19+
tls:
20+
caBundleSecretName: ""
21+
# --- Below are VA/DT-specific data ---
1822
neutron:
1923
customServiceConfig: |
2024
[DEFAULT]

0 commit comments

Comments
 (0)