Skip to content
Open
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
12 changes: 1 addition & 11 deletions dt/uni05epsilon/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ transformers:
components:
- ../../../../lib/control-plane
- ../../../../lib/control-plane/messaging-bus
- ../../../../lib/dataplane/nodeset

patches:
Expand Down Expand Up @@ -389,17 +390,6 @@ replacements:
#
# Notifications
#
- source:
kind: ConfigMap
name: service-values
fieldPath: data.notificationsBusInstance
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.notificationsBusInstance
options:
create: true
- source:
kind: ConfigMap
name: service-values
Expand Down
2 changes: 2 additions & 0 deletions examples/dt/bgp-l3-xl/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/bgp_dt01/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/bgp_dt04_ipv6/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/bmo01/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
8 changes: 6 additions & 2 deletions examples/dt/dcn/control-plane/scaledown/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down Expand Up @@ -256,7 +258,8 @@ data:
cell1:
cellDatabaseInstance: openstack-cell1
cellDatabaseAccount: nova-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand All @@ -275,7 +278,8 @@ data:
cell3:
cellDatabaseInstance: openstack-cell3
cellDatabaseAccount: nova-cell3
cellMessageBusInstance: rabbitmq-cell3
messagingBus:
cluster: rabbitmq-cell3
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand Down
2 changes: 2 additions & 0 deletions examples/dt/dcn/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
11 changes: 8 additions & 3 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down Expand Up @@ -317,7 +319,8 @@ data:
cell1:
cellDatabaseInstance: openstack-cell1
cellDatabaseAccount: nova-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand All @@ -336,7 +339,8 @@ data:
cell2:
cellDatabaseInstance: openstack-cell2
cellDatabaseAccount: nova-cell2
cellMessageBusInstance: rabbitmq-cell2
messagingBus:
cluster: rabbitmq-cell2
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand All @@ -355,7 +359,8 @@ data:
cell3:
cellDatabaseInstance: openstack-cell3
cellDatabaseAccount: nova-cell3
cellMessageBusInstance: rabbitmq-cell3
messagingBus:
cluster: rabbitmq-cell3
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand Down
11 changes: 8 additions & 3 deletions examples/dt/dz-storage/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ data:
name: default-spread-pods
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down Expand Up @@ -422,7 +424,8 @@ data:
# name: azone-node-affinity
cellDatabaseInstance: openstack-cell1
cellDatabaseAccount: nova-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand All @@ -436,7 +439,8 @@ data:
# name: bzone-node-affinity
# cellDatabaseInstance: openstack-cell2
# cellDatabaseAccount: nova-cell2
# cellMessageBusInstance: rabbitmq-cell2
# messagingBus:
# cluster: rabbitmq-cell2
# conductorServiceTemplate:
# replicas: 1
# hasAPIAccess: true
Expand All @@ -448,7 +452,8 @@ data:
# name: czone-node-affinity
# cellDatabaseInstance: openstack-cell3
# cellDatabaseAccount: nova-cell3
# cellMessageBusInstance: rabbitmq-cell3
# messagingBus:
# cluster: rabbitmq-cell3
# conductorServiceTemplate:
# replicas: 1
# hasAPIAccess: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
9 changes: 6 additions & 3 deletions examples/dt/nova/nova-three-cells/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,24 @@ spec:
cell0:
cellDatabaseAccount: nova-cell0
cellDatabaseInstance: openstack
cellMessageBusInstance: rabbitmq
messagingBus:
cluster: rabbitmq
conductorServiceTemplate:
replicas: 3
hasAPIAccess: true
cell1:
cellDatabaseAccount: nova-cell1
cellDatabaseInstance: openstack-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
conductorServiceTemplate:
replicas: 3
hasAPIAccess: true
cell2:
cellDatabaseAccount: nova-cell2
cellDatabaseInstance: openstack-cell2
cellMessageBusInstance: rabbitmq-cell2
messagingBus:
cluster: rabbitmq-cell2
conductorServiceTemplate:
replicas: 3
hasAPIAccess: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down Expand Up @@ -45,7 +47,8 @@ data:
cell2:
cellDatabaseAccount: nova-cell2
cellDatabaseInstance: openstack-cell2
cellMessageBusInstance: rabbitmq-cell2
messagingBus:
cluster: rabbitmq-cell2
conductorServiceTemplate:
replicas: 1
hasAPIAccess: true
Expand Down
2 changes: 2 additions & 0 deletions examples/dt/nova/nova01alpha/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/nova/nova02beta/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/osasinfra-ipv6/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/osasinfra-ipv6/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/osasinfra/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/osasinfra/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/perfscale/scalelab/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
2 changes: 2 additions & 0 deletions examples/dt/pidone/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
3 changes: 2 additions & 1 deletion examples/dt/uni01alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ spec:
cell1:
cellDatabaseAccount: nova-cell1
cellDatabaseInstance: openstack-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
hasAPIAccess: true
novaComputeTemplates:
compute-ironic:
Expand Down
8 changes: 6 additions & 2 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down Expand Up @@ -81,12 +83,14 @@ data:
cell0:
cellDatabaseInstance: openstack
cellDatabaseAccount: nova-cell0
cellMessageBusInstance: rabbitmq
messagingBus:
cluster: rabbitmq
hasAPIAccess: true
cell1:
cellDatabaseInstance: openstack-cell1
cellDatabaseAccount: nova-cell1
cellMessageBusInstance: rabbitmq-cell1
messagingBus:
cluster: rabbitmq-cell1
hasAPIAccess: true
novaComputeTemplates:
compute-ironic:
Expand Down
2 changes: 2 additions & 0 deletions examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""

Expand Down
Loading