Skip to content

Commit d88c368

Browse files
sdatkokstrenkova
authored andcommitted
Allow setting TLS-related options
1 parent 03d848d commit d88c368

File tree

37 files changed

+188
-0
lines changed

37 files changed

+188
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ 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+
14+
# --- Below are VA/DT-specific data ---
1015
glance:
1116
customServiceConfig: |
1217
[DEFAULT]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ 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+
14+
# --- Below are VA/DT-specific data ---
1015
glance:
1116
customServiceConfig: |
1217
[DEFAULT]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ 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+
16+
# --- Below are VA/DT-specific data ---
1217
cinderVolumes:
1318
lvm-iscsi:
1419
replicas: 1

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ 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+
14+
# --- Below are VA/DT-specific data ---
1015
cinder:
1116
customServiceConfig: |
1217
[DEFAULT]

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ 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+
14+
# --- Below are VA/DT-specific data ---
15+
_change_me: later

examples/dt/dcn/service-values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ 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+
15+
# --- Below are VA/DT-specific data ---
1116
cinder:
1217
customServiceConfig: |
1318
[DEFAULT]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ 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+
22+
# --- Below are VA/DT-specific data ---
1823
neutron:
1924
customServiceConfig: |
2025
[DEFAULT]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ 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+
22+
# --- Below are VA/DT-specific data ---
1823
neutron:
1924
customServiceConfig: |
2025
[DEFAULT]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ 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+
22+
# --- Below are VA/DT-specific data ---
1823
swift:
1924
enabled: false
2025
cinderAPI:

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ 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+
22+
# --- Below are VA/DT-specific data ---
1823
neutron:
1924
customServiceConfig: |
2025
[DEFAULT]

0 commit comments

Comments
 (0)