Commit 05817bd
Add top-level notificationsBus and replace deprecated messaging fields
This commit introduces a new messaging bus configuration structure
while replacing deprecated field names with their modern equivalents.
Changes:
- Add notificationsBus.cluster to all service-values files
- Use rabbitmq-notifications for va/hci and dt/uni05epsilon (dedicated cluster)
- Use rabbitmq for all other deployments (default cluster)
- Replace cellMessageBusInstance with messagingBus.cluster in nova cells
- Replace notificationsBusInstance with top-level notificationsBus.cluster
- Create lib/control-plane/messaging-bus kustomize component to inject
notificationsBus from service-values ConfigMap into spec.notificationsBus
- Update va/hci and dt/uni05epsilon kustomization files to use new
messaging-bus component instead of manual notificationsBusInstance replacement
- Update documentation (README files) to reflect new messagingBus structure
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 52c2a16 commit 05817bd
File tree
51 files changed
+151
-45
lines changed- dt/uni05epsilon/edpm-post-ceph/nodeset
- examples
- dt
- bgp-l3-xl/control-plane
- bgp_dt01/control-plane
- bgp_dt04_ipv6/control-plane
- bmo01/control-plane
- dcn
- control-plane
- scaledown
- dz-storage/control-plane
- nfv
- nfv-ovs-dpdk-sriov-2nodesets
- nfv-ovs-dpdk-sriov-hci
- control-plane
- nfv-ovs-dpdk-sriov-ipv6-2nodesets
- nfv-ovs-dpdk-sriov-networker
- nova
- nova-three-cells
- control-plane
- nova01alpha
- nova02beta
- nova04delta/control-plane
- osasinfra-ipv6
- control-plane
- osasinfra
- control-plane
- perfscale/scalelab
- pidone
- uni01alpha
- control-plane
- uni02beta/control-plane
- uni04delta-ipv6/control-plane
- uni04delta/control-plane
- uni05epsilon
- control-plane
- uni06zeta/control-plane
- uni07eta/control-plane
- uni09iota/control-plane
- va
- hci
- control-plane
- multi-namespace
- control-plane2
- control-plane
- nfv
- ovs-dpdk-networker
- ovs-dpdk-sriov-ipv6
- ovs-dpdk-sriov
- ovs-dpdk
- sriov
- nvidia-mdev/control-plane
- nvidia-vfio-passthrough/control-plane
- lib/control-plane
- base
- messaging-bus
- va/hci
- edpm-post-ceph/nodeset
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+151
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
389 | 390 | | |
390 | 391 | | |
391 | 392 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | 393 | | |
404 | 394 | | |
405 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
259 | | - | |
| 261 | + | |
| 262 | + | |
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
| |||
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
| 281 | + | |
| 282 | + | |
279 | 283 | | |
280 | 284 | | |
281 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
320 | | - | |
| 322 | + | |
| 323 | + | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
| |||
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
339 | | - | |
| 342 | + | |
| 343 | + | |
340 | 344 | | |
341 | 345 | | |
342 | 346 | | |
| |||
355 | 359 | | |
356 | 360 | | |
357 | 361 | | |
358 | | - | |
| 362 | + | |
| 363 | + | |
359 | 364 | | |
360 | 365 | | |
361 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
422 | 424 | | |
423 | 425 | | |
424 | 426 | | |
425 | | - | |
| 427 | + | |
| 428 | + | |
426 | 429 | | |
427 | 430 | | |
428 | 431 | | |
| |||
436 | 439 | | |
437 | 440 | | |
438 | 441 | | |
439 | | - | |
| 442 | + | |
| 443 | + | |
440 | 444 | | |
441 | 445 | | |
442 | 446 | | |
| |||
448 | 452 | | |
449 | 453 | | |
450 | 454 | | |
451 | | - | |
| 455 | + | |
| 456 | + | |
452 | 457 | | |
453 | 458 | | |
454 | 459 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments