Skip to content

Commit 7e1fb59

Browse files
committed
Allow setting TLS-related options
1 parent afc0f8d commit 7e1fb59

File tree

37 files changed

+120
-0
lines changed

37 files changed

+120
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +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+
# --- Below are VA/DT-specific data ---
1013
glance:
1114
customServiceConfig: |
1215
[DEFAULT]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +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+
# --- Below are VA/DT-specific data ---
1013
glance:
1114
customServiceConfig: |
1215
[DEFAULT]

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

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

1010
data:
11+
# --- Fields required by lib/control-plane ---
1112
preserveJobs: false
13+
tls: {}
14+
# --- Below are VA/DT-specific data ---
1215
cinderVolumes:
1316
lvm-iscsi:
1417
replicas: 1

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +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+
# --- Below are VA/DT-specific data ---
1013
cinder:
1114
customServiceConfig: |
1215
[DEFAULT]

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

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

examples/dt/dcn/service-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ 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+
# --- Below are VA/DT-specific data ---
1114
cinder:
1215
customServiceConfig: |
1316
[DEFAULT]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ 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+
# --- Below are VA/DT-specific data ---
1821
neutron:
1922
customServiceConfig: |
2023
[DEFAULT]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ 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+
# --- Below are VA/DT-specific data ---
1821
neutron:
1922
customServiceConfig: |
2023
[DEFAULT]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ 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+
# --- Below are VA/DT-specific data ---
1821
swift:
1922
enabled: false
2023
cinderAPI:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ 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+
# --- Below are VA/DT-specific data ---
1821
neutron:
1922
customServiceConfig: |
2023
[DEFAULT]

0 commit comments

Comments
 (0)