Skip to content

Commit 1806748

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

File tree

41 files changed

+207
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+207
-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/bgp_dt04_ipv6/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/dz-storage/control-plane/service-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ data:
99
storageClass: lvms-local-storage
1010
topologyRef:
1111
name: default-spread-pods
12+
# --- Fields required by lib/control-plane ---
1213
preserveJobs: false
14+
tls:
15+
caBundleSecretName: ""
1316

17+
# --- Below are VA/DT-specific data ---
1418
memcached:
1519
# consider 1 replica per worker (this example uses less for testing)
1620
templates:

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]

0 commit comments

Comments
 (0)