Advertisement
Guest User

new bundle

a guest
Sep 22nd, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.81 KB | None | 0 0
  1. # Please refer to the OpenStack Charms Deployment Guide for more information.
  2. # https://docs.openstack.org/project-deploy-guide/charm-deployment-guide
  3.  
  4. series: focal
  5. variables:
  6. openstack-origin: &openstack-origin cloud:focal-yoga
  7. data-port: &data-port br-ex:bond0
  8. worker-multiplier: &worker-multiplier 0.25
  9. osd-devices: &osd-devices /dev/vdb #/dev/sdc
  10. expected-osd-count: &expected-osd-count 3
  11. expected-mon-count: &expected-mon-count 3
  12.  
  13. machines:
  14. '0':
  15. series: focal
  16. constraints: tags=control
  17. '1':
  18. series: focal
  19. constraints: tags=control
  20. '2':
  21. series: focal
  22. constraints: tags=control
  23. '3':
  24. series: focal
  25. constraints: tags=compute
  26. '4':
  27. series: focal
  28. constraints: tags=compute
  29. '5':
  30. series: focal
  31. constraints: tags=compute
  32. '6':
  33. series: focal
  34. constraints: tags=compute
  35. '7':
  36. series: focal
  37. constraints: tags=compute
  38. '8':
  39. series: focal
  40. constraints: tags=storage
  41. '9':
  42. series: focal
  43. constraints: tags=storage
  44. '10':
  45. series: focal
  46. constraints: tags=storage
  47.  
  48. applications:
  49.  
  50. heat:
  51. annotations:
  52. gui-x: '810'
  53. gui-y: '1560'
  54. charm: ch:heat
  55. channel: yoga/stable
  56. num_units: 3
  57. options:
  58. os-admin-hostname: heat.domain.local
  59. os-internal-hostname: heat.domain.local
  60. os-public-hostname: heat.domain.local
  61. vip: ipaddr.4
  62. openstack-origin: *openstack-origin
  63. bindings:
  64. "": admin-network
  65. to:
  66. - lxd:0
  67. - lxd:1
  68. - lxd:2
  69.  
  70. heat-mysql-router:
  71. annotations:
  72. gui-x: '-20'
  73. gui-y: '1290'
  74. charm: ch:mysql-router
  75. channel: 8.0/stable
  76. bindings:
  77. "": admin-network
  78.  
  79.  
  80. heat-hacluster:
  81. charm: 'ch:hacluster'
  82. series: focal
  83. channel: 2.4/stable
  84. annotations:
  85. gui-x: 147.09925842285156
  86. gui-y: 1222.342041015625
  87. bindings:
  88. "": admin-network
  89.  
  90. ceph-mon:
  91. annotations:
  92. gui-x: '790'
  93. gui-y: '1540'
  94. charm: ch:ceph-mon
  95. channel: quincy/stable
  96. num_units: 3
  97. options:
  98. expected-osd-count: *expected-osd-count
  99. monitor-count: *expected-mon-count
  100. source: *openstack-origin
  101. bindings:
  102. "": admin-network
  103. to:
  104. - lxd:0
  105. - lxd:1
  106. - lxd:2
  107.  
  108. ceph-osd:
  109. annotations:
  110. gui-x: '1065'
  111. gui-y: '1540'
  112. charm: ch:ceph-osd
  113. channel: quincy/stable
  114. num_units: 3
  115. options:
  116. osd-devices: *osd-devices
  117. source: *openstack-origin
  118. bindings:
  119. "": admin-network
  120. to:
  121. - '8'
  122. - '9'
  123. - '10'
  124.  
  125. ceph-radosgw-hacluster:
  126. charm: 'ch:hacluster'
  127. series: focal
  128. channel: 2.4/stable
  129. annotations:
  130. gui-x: 975.2022857666016
  131. gui-y: 861.4601440429688
  132. bindings:
  133. "": admin-network
  134.  
  135. ceph-radosgw:
  136. annotations:
  137. gui-x: '850'
  138. gui-y: '900'
  139. charm: ch:ceph-radosgw
  140. channel: quincy/stable
  141. num_units: 3
  142. options:
  143. os-admin-hostname: storage.domain.local
  144. os-internal-hostname: storage.domain.local
  145. os-public-hostname: storage.lab.domain.local
  146. vip: ipaddr.10 #192.168.51.200
  147. source: *openstack-origin
  148. bindings:
  149. "": admin-network
  150. to:
  151. - lxd:0
  152. - lxd:1
  153. - lxd:2
  154.  
  155. cinder-hacluster:
  156. charm: 'ch:hacluster'
  157. series: focal
  158. channel: 2.4/stable
  159. annotations:
  160. gui-x: 1097.0257568359375
  161. gui-y: 1207.35888671875
  162. bindings:
  163. "": admin-network
  164.  
  165. cinder-mysql-router:
  166. annotations:
  167. gui-x: '900'
  168. gui-y: '1400'
  169. charm: ch:mysql-router
  170. channel: 8.0/stable
  171. bindings:
  172. "": admin-network
  173.  
  174. cinder:
  175. annotations:
  176. gui-x: '980'
  177. gui-y: '1270'
  178. charm: ch:cinder
  179. channel: yoga/stable
  180. num_units: 3
  181. options:
  182. os-admin-hostname: cinder.domain.local
  183. os-internal-hostname: cinder.domain.local
  184. os-public-hostname: cinder.domain.local
  185. vip: ipaddr.11
  186. block-device: None
  187. glance-api-version: 2
  188. worker-multiplier: *worker-multiplier
  189. openstack-origin: *openstack-origin
  190. bindings:
  191. "": admin-network
  192. to:
  193. - lxd:0
  194. - lxd:1
  195. - lxd:2
  196.  
  197. cinder-ceph:
  198. annotations:
  199. gui-x: '1120'
  200. gui-y: '1400'
  201. bindings:
  202. "": admin-network
  203. charm: ch:cinder-ceph
  204. channel: yoga/stable
  205. num_units: 0
  206.  
  207. glance-hacluster:
  208. charm: 'ch:hacluster'
  209. series: focal
  210. channel: 2.4/stable
  211. annotations:
  212. gui-x: -134.58247900009155
  213. gui-y: 1207.35888671875
  214. bindings:
  215. "": admin-network
  216.  
  217. glance-mysql-router:
  218. annotations:
  219. gui-x: '-290'
  220. gui-y: '1400'
  221. bindings:
  222. "": admin-network
  223. charm: ch:mysql-router
  224. channel: 8.0/stable
  225.  
  226. glance:
  227. annotations:
  228. gui-x: '-230'
  229. gui-y: '1270'
  230. charm: ch:glance
  231. channel: yoga/stable
  232. num_units: 3
  233. options:
  234. os-admin-hostname: glance.domain.local
  235. os-internal-hostname: glance.domain.local
  236. os-public-hostname: glance.domain.local
  237. vip: ipaddr.12
  238. worker-multiplier: *worker-multiplier
  239. openstack-origin: *openstack-origin
  240. bindings:
  241. "": admin-network
  242. to:
  243. - lxd:0
  244. - lxd:1
  245. - lxd:2
  246.  
  247. keystone-hacluster:
  248. charm: 'ch:hacluster'
  249. series: focal
  250. channel: 2.4/stable
  251. annotations:
  252. gui-x: 416.79443359375
  253. gui-y: 1231.331787109375
  254. bindings:
  255. "": admin-network
  256.  
  257. keystone-mysql-router:
  258. annotations:
  259. gui-x: '230'
  260. gui-y: '1400'
  261. charm: ch:mysql-router
  262. channel: 8.0/stable
  263. bindings:
  264. "": admin-network
  265.  
  266. keystone:
  267. annotations:
  268. gui-x: '300'
  269. gui-y: '1270'
  270. charm: ch:keystone
  271. channel: yoga/stable
  272. num_units: 3
  273. options:
  274. os-admin-hostname: keystone.domain.local
  275. os-internal-hostname: keystone.domain.local
  276. os-public-hostname: keystone.domain.local
  277. worker-multiplier: *worker-multiplier
  278. openstack-origin: *openstack-origin
  279. vip: ipaddr.13
  280. bindings:
  281. "": admin-network
  282. to:
  283. - lxd:0
  284. - lxd:1
  285. - lxd:2
  286.  
  287. memcached:
  288. charm: ch:memcached
  289. num_units: 2
  290. bindings:
  291. "": admin-network
  292. series: focal
  293. to:
  294. - 'lxd:0'
  295. - 'lxd:1'
  296.  
  297. neutron-mysql-router:
  298. annotations:
  299. gui-x: '505'
  300. gui-y: '1385'
  301. charm: ch:mysql-router
  302. channel: 8.0/stable
  303. bindings:
  304. "": admin-network
  305.  
  306. neutron-api-plugin-ovn:
  307. annotations:
  308. gui-x: '690'
  309. gui-y: '1385'
  310. charm: ch:neutron-api-plugin-ovn
  311. channel: yoga/stable
  312. bindings:
  313. "": admin-network
  314.  
  315. neutron-api-hacluster:
  316. charm: 'ch:hacluster'
  317. series: focal
  318. channel: 2.4/stable
  319. annotations:
  320. gui-x: 689.4863891601562
  321. gui-y: 1237.3250732421875
  322. bindings:
  323. "": admin-network
  324.  
  325. neutron-api:
  326. annotations:
  327. gui-x: '580'
  328. gui-y: '1270'
  329. charm: ch:neutron-api
  330. channel: yoga/stable
  331. num_units: 3
  332. options:
  333. enable-ml2-port-security: true
  334. os-admin-hostname: neutron-api.domain.local
  335. os-internal-hostname: neutron-api.domain.local
  336. os-public-hostname: neutron-api.domain.local
  337. vip: ipaddr.14
  338. neutron-security-groups: true
  339. flat-network-providers: physnet1
  340. worker-multiplier: *worker-multiplier
  341. openstack-origin: *openstack-origin
  342. bindings:
  343. "": admin-network
  344. to:
  345. - lxd:0
  346. - lxd:1
  347. - lxd:2
  348.  
  349. placement-hacluster:
  350. charm: 'ch:hacluster'
  351. series: focal
  352. channel: 2.4/stable
  353. annotations:
  354. gui-x: 1426.066650390625
  355. gui-y: 1230.1529541015625
  356. bindings:
  357. "": admin-network
  358.  
  359. placement-mysql-router:
  360. annotations:
  361. gui-x: '1320'
  362. gui-y: '1385'
  363. charm: ch:mysql-router
  364. channel: 8.0/stable
  365. bindings:
  366. "": admin-network
  367.  
  368. placement:
  369. annotations:
  370. gui-x: '1320'
  371. gui-y: '1270'
  372. charm: ch:placement
  373. channel: yoga/stable
  374. num_units: 3
  375. options:
  376. os-admin-hostname: placement.domain.local
  377. os-internal-hostname: placement.domain.local
  378. os-public-hostname: placement.domain.local
  379. vip: ipaddr.15
  380. worker-multiplier: *worker-multiplier
  381. openstack-origin: *openstack-origin
  382. bindings:
  383. "": admin-network
  384. to:
  385. - lxd:0
  386. - lxd:1
  387. - lxd:2
  388.  
  389. nova-cloud-controller-hacluster:
  390. charm: 'ch:hacluster'
  391. series: focal
  392. channel: 2.4/stable
  393. annotations:
  394. gui-x: 147.09925842285156
  395. gui-y: 1222.342041015625
  396. bindings:
  397. "": admin-network
  398.  
  399. nova-mysql-router:
  400. annotations:
  401. gui-x: '-30'
  402. gui-y: '1385'
  403. charm: ch:mysql-router
  404. channel: 8.0/stable
  405. bindings:
  406. "": admin-network
  407.  
  408. nova-cloud-controller:
  409. annotations:
  410. gui-x: '35'
  411. gui-y: '1270'
  412. charm: ch:nova-cloud-controller
  413. channel: yoga/stable
  414. num_units: 3
  415. options:
  416. console-access-protocol: spice
  417. os-admin-hostname: compute.domain.local
  418. os-internal-hostname: compute.domain.local
  419. os-public-hostname: compute.domain.local
  420. vip: ipaddr.16
  421. network-manager: Neutron
  422. worker-multiplier: *worker-multiplier
  423. openstack-origin: *openstack-origin
  424. bindings:
  425. "": admin-network
  426. to:
  427. - lxd:0
  428. - lxd:1
  429. - lxd:2
  430.  
  431. barbican-hacluster:
  432. charm: 'ch:hacluster'
  433. series: focal
  434. channel: 2.4/stable
  435. annotations:
  436. gui-x: 147.09925842285156
  437. gui-y: 1222.342041015625
  438. bindings:
  439. "": admin-network
  440.  
  441. barbican-mysql-router:
  442. annotations:
  443. gui-x: '-30'
  444. gui-y: '1385'
  445. charm: ch:mysql-router
  446. channel: 8.0/stable
  447. bindings:
  448. "": admin-network
  449.  
  450. barbican:
  451. annotations:
  452. gui-x: '35'
  453. gui-y: '1270'
  454. charm: ch:barbican
  455. channel: yoga/stable
  456. num_units: 3
  457. options:
  458. os-admin-hostname: barbican.domain.local
  459. os-internal-hostname: barbican.domain.local
  460. os-public-hostname: barbican.domain.local
  461. vip: ipaddr.6
  462. openstack-origin: *openstack-origin
  463. bindings:
  464. "": admin-network
  465. to:
  466. - lxd:0
  467. - lxd:1
  468. - lxd:2
  469.  
  470. barbican-vault:
  471. charm: ch:barbican-vault
  472. channel: yoga/stable
  473.  
  474. nova-compute:
  475. annotations:
  476. gui-x: '190'
  477. gui-y: '890'
  478. charm: ch:nova-compute
  479. channel: yoga/stable
  480. num_units: 5
  481. options:
  482. customize-failure-domain: true
  483. libvirt-image-backend: rbd
  484. rbd-pool: cinder-ceph
  485. config-flags: default_ephemeral_format=ext4
  486. enable-live-migration: true
  487. enable-resize: true
  488. migration-auth-type: ssh
  489. openstack-origin: *openstack-origin
  490. bindings:
  491. "": admin-network
  492. to:
  493. - '3'
  494. - '4'
  495. - '5'
  496. - '6'
  497. - '7'
  498.  
  499. ntp:
  500. annotations:
  501. gui-x: '315'
  502. gui-y: '1030'
  503. charm: ch:ntp
  504. num_units: 0
  505. bindings:
  506. "": admin-network
  507.  
  508. openstack-dashboard-hacluster:
  509. charm: 'ch:hacluster'
  510. series: focal
  511. channel: 2.4/stable
  512. annotations:
  513. gui-x: 686.48974609375
  514. gui-y: 856.7550659179688
  515. bindings:
  516. "": admin-network
  517.  
  518. openstack-dashboard-mysql-router:
  519. annotations:
  520. gui-x: '510'
  521. gui-y: '1030'
  522. charm: ch:mysql-router
  523. channel: 8.0/stable
  524. bindings:
  525. "": admin-network
  526.  
  527. openstack-dashboard:
  528. annotations:
  529. gui-x: '585'
  530. gui-y: '900'
  531. charm: ch:openstack-dashboard
  532. channel: yoga/stable
  533. num_units: 3
  534. options:
  535. default-theme: default
  536. default-create-volume: no
  537. enforce-ssl: true
  538. os-public-hostname: openstack.domain.local
  539. openstack-origin: *openstack-origin
  540. password-retrieve: true
  541. vip: ipaddr.17 #192.168.51.206
  542. # ubuntu-theme: no
  543. bindings:
  544. "": admin-network
  545. to:
  546. - lxd:0
  547. - lxd:1
  548. - lxd:2
  549.  
  550. rabbitmq-server:
  551. annotations:
  552. gui-x: '300'
  553. gui-y: '1550'
  554. charm: ch:rabbitmq-server
  555. channel: 3.9/stable
  556. num_units: 3
  557. bindings:
  558. "": admin-network
  559. to:
  560. - lxd:0
  561. - lxd:1
  562. - lxd:2
  563.  
  564. mysql-innodb-cluster:
  565. annotations:
  566. gui-x: '535'
  567. gui-y: '1550'
  568. charm: ch:mysql-innodb-cluster
  569. channel: 8.0/stable
  570. num_units: 3
  571. bindings:
  572. "": admin-network
  573. to:
  574. - lxd:0
  575. - lxd:1
  576. - lxd:2
  577.  
  578. ovn-central:
  579. annotations:
  580. gui-x: '70'
  581. gui-y: '1550'
  582. charm: ch:ovn-central
  583. channel: 22.03/stable
  584. num_units: 3
  585. options:
  586. source: *openstack-origin
  587. bindings:
  588. "": admin-network
  589. to:
  590. - lxd:0
  591. - lxd:1
  592. - lxd:2
  593.  
  594. ovn-chassis:
  595. annotations:
  596. gui-x: '120'
  597. gui-y: '1030'
  598. charm: ch:ovn-chassis
  599. channel: 22.03/stable
  600. # *** Please update the `bridge-interface-mappings` to values suitable ***
  601. # *** for the hardware used in your deployment. See the referenced ***
  602. # *** documentation at the top of this file. ***
  603. options:
  604. ovn-bridge-mappings: physnet1:br-ex
  605. bridge-interface-mappings: *data-port
  606. bindings:
  607. "": admin-network
  608.  
  609. vault-hacluster:
  610. charm: 'ch:hacluster'
  611. series: focal
  612. channel: 2.4/stable
  613. annotations:
  614. bindings:
  615. "": admin-network
  616.  
  617. vault-mysql-router:
  618. annotations:
  619. gui-x: '1535'
  620. gui-y: '1560'
  621. charm: ch:mysql-router
  622. channel: 8.0/stable
  623. bindings:
  624. "": admin-network
  625.  
  626. vault:
  627. annotations:
  628. gui-x: '1610'
  629. gui-y: '1430'
  630. charm: ch:vault
  631. channel: 1.7/stable
  632. num_units: 3
  633. bindings:
  634. "": admin-network
  635. options:
  636. vip: ipaddr.5
  637. to:
  638. - lxd:0
  639. - lxd:1
  640. - lxd:2
  641.  
  642. masakari-mysql-router:
  643. annotations:
  644. gui-x: '920'
  645. gui-y: '1420'
  646. charm: ch:mysql-router
  647. channel: 8.0/stable
  648.  
  649. masakari-monitors:
  650. charm: ch:masakari-monitors
  651. channel: yoga/stable
  652. hacluster:
  653. charm: ch:hacluster
  654. channel: 2.4/stable
  655. options:
  656. maas_url: http://172.16.65.29:5240/MAAS/
  657. maas_credentials: v5eqhYhByXLAVEr5Qw:BVcxGfJD2QQ9QsnqGC:asZ4Zst34qUpeUhjpbw526zaz6YWPSKU
  658. pacemaker-remote:
  659. charm: ch:pacemaker-remote
  660. channel: yoga/stable
  661. options:
  662. enable-stonith: True
  663. enable-resources: False
  664. masakari:
  665. charm: ch:masakari
  666. channel: yoga/stable
  667. num_units: 3
  668. options:
  669. openstack-origin: *openstack-origin
  670. vip: ipaddr.7
  671. to:
  672. - 'lxd:0'
  673. - 'lxd:1'
  674. - 'lxd:2'
  675.  
  676. relations:
  677. - - nova-compute:juju-info
  678. - masakari-monitors:container
  679. - - masakari:ha
  680. - hacluster:ha
  681. - - keystone:identity-credentials
  682. - masakari-monitors:identity-credentials
  683. - - nova-compute:juju-info
  684. - pacemaker-remote:juju-info
  685. - - hacluster:pacemaker-remote
  686. - pacemaker-remote:pacemaker-remote
  687. - - masakari:identity-service
  688. - keystone:identity-service
  689. - - masakari:shared-db
  690. - masakari-mysql-router:shared-db
  691. - - masakari-mysql-router:db-router
  692. - mysql-innodb-cluster:db-router
  693. - - masakari:amqp
  694. - rabbitmq-server:amqp
  695. - - vault:certificates
  696. - masakari:certificates
  697. - - nova-compute:amqp
  698. - rabbitmq-server:amqp
  699. - - nova-cloud-controller:identity-service
  700. - keystone:identity-service
  701. - - glance:identity-service
  702. - keystone:identity-service
  703. - - neutron-api:identity-service
  704. - keystone:identity-service
  705. - - neutron-api:amqp
  706. - rabbitmq-server:amqp
  707. - - glance:amqp
  708. - rabbitmq-server:amqp
  709. - - nova-cloud-controller:image-service
  710. - glance:image-service
  711. - - nova-compute:image-service
  712. - glance:image-service
  713. - - nova-cloud-controller:cloud-compute
  714. - nova-compute:cloud-compute
  715. - - nova-cloud-controller:amqp
  716. - rabbitmq-server:amqp
  717. - - openstack-dashboard:identity-service
  718. - keystone:identity-service
  719. - - openstack-dashboard-hacluster:ha
  720. - openstack-dashboard:ha
  721. - - nova-cloud-controller:neutron-api
  722. - neutron-api:neutron-api
  723. - - cinder:image-service
  724. - glance:image-service
  725. - - cinder:amqp
  726. - rabbitmq-server:amqp
  727. - - cinder:identity-service
  728. - keystone:identity-service
  729. - - cinder:cinder-volume-service
  730. - nova-cloud-controller:cinder-volume-service
  731. - - cinder-ceph:storage-backend
  732. - cinder:storage-backend
  733. - - ceph-mon:client
  734. - nova-compute:ceph
  735. - - nova-compute:ceph-access
  736. - cinder-ceph:ceph-access
  737. - - ceph-mon:client
  738. - cinder-ceph:ceph
  739. - - ceph-mon:client
  740. - glance:ceph
  741. - - ceph-osd:mon
  742. - ceph-mon:osd
  743. - - ntp:juju-info
  744. - nova-compute:juju-info
  745. - - ceph-radosgw:mon
  746. - ceph-mon:radosgw
  747. - - ceph-radosgw:identity-service
  748. - keystone:identity-service
  749. - - placement:identity-service
  750. - keystone:identity-service
  751. - - placement:placement
  752. - nova-cloud-controller:placement
  753. - - keystone:shared-db
  754. - keystone-mysql-router:shared-db
  755. - - cinder:shared-db
  756. - cinder-mysql-router:shared-db
  757. - - glance:shared-db
  758. - glance-mysql-router:shared-db
  759. - - nova-cloud-controller:shared-db
  760. - nova-mysql-router:shared-db
  761. - - neutron-api:shared-db
  762. - neutron-mysql-router:shared-db
  763. - - openstack-dashboard:shared-db
  764. - openstack-dashboard-mysql-router:shared-db
  765. - - placement:shared-db
  766. - placement-mysql-router:shared-db
  767. - - vault:shared-db
  768. - vault-mysql-router:shared-db
  769. - - keystone-mysql-router:db-router
  770. - mysql-innodb-cluster:db-router
  771. - - cinder-mysql-router:db-router
  772. - mysql-innodb-cluster:db-router
  773. - - nova-mysql-router:db-router
  774. - mysql-innodb-cluster:db-router
  775. - - glance-mysql-router:db-router
  776. - mysql-innodb-cluster:db-router
  777. - - neutron-mysql-router:db-router
  778. - mysql-innodb-cluster:db-router
  779. - - openstack-dashboard-mysql-router:db-router
  780. - mysql-innodb-cluster:db-router
  781. - - placement-mysql-router:db-router
  782. - mysql-innodb-cluster:db-router
  783. - - vault-mysql-router:db-router
  784. - mysql-innodb-cluster:db-router
  785. - - neutron-api-plugin-ovn:neutron-plugin
  786. - neutron-api:neutron-plugin-api-subordinate
  787. - - neutron-api-hacluster:ha
  788. - neutron-api:ha
  789. - - ovn-central:certificates
  790. - vault:certificates
  791. - - ovn-central:ovsdb-cms
  792. - neutron-api-plugin-ovn:ovsdb-cms
  793. - - neutron-api:certificates
  794. - vault:certificates
  795. - - ovn-chassis:nova-compute
  796. - nova-compute:neutron-plugin
  797. - - ovn-chassis:certificates
  798. - vault:certificates
  799. - - ovn-chassis:ovsdb
  800. - ovn-central:ovsdb
  801. - - vault:certificates
  802. - neutron-api-plugin-ovn:certificates
  803. - - vault:certificates
  804. - cinder:certificates
  805. - - vault:certificates
  806. - glance:certificates
  807. - - vault:certificates
  808. - keystone:certificates
  809. - - vault:certificates
  810. - nova-cloud-controller:certificates
  811. - - vault:certificates
  812. - openstack-dashboard:certificates
  813. - - vault:certificates
  814. - placement:certificates
  815. - - vault:certificates
  816. - ceph-radosgw:certificates
  817. - - vault:certificates
  818. - mysql-innodb-cluster:certificates
  819. - - keystone-hacluster:ha
  820. - keystone:ha
  821. - - nova-cloud-controller-hacluster:ha
  822. - nova-cloud-controller:ha
  823. - - nova-cloud-controller:memcache
  824. - memcached:cache
  825. - - ceph-radosgw-hacluster:ha
  826. - ceph-radosgw:ha
  827. - - cinder-hacluster:ha
  828. - cinder:ha
  829. - - glance-hacluster:ha
  830. - glance:ha
  831. - - placement-hacluster:ha
  832. - placement:ha
  833. - - vault-hacluster:ha
  834. - vault:ha
  835.  
  836. - - barbican-mysql-router:db-router
  837. - mysql-innodb-cluster:db-router
  838. - - barbican-mysql-router:shared-db
  839. - barbican:shared-db
  840. - - barbican:certificates
  841. - vault:certificates
  842.  
  843. - - barbican-hacluster:ha
  844. - barbican:ha
  845.  
  846. - - heat-mysql-router:db-router
  847. - mysql-innodb-cluster:db-router
  848. - - heat-mysql-router:shared-db
  849. - heat:shared-db
  850.  
  851. - - heat-hacluster:ha
  852. - heat:ha
  853.  
  854. - - keystone:identity-service
  855. - heat:identity-service
  856.  
  857. - - rabbitmq-server:amqp
  858. - heat:amqp
  859.  
  860. - - vault:certificates
  861. - heat:certificates
  862.  
  863. - - keystone:identity-service
  864. - barbican:identity-service
  865.  
  866. - - rabbitmq-server:amqp
  867. - barbican:amqp
  868.  
  869. - - barbican-vault:secrets
  870. - barbican:secrets
  871. - - vault:secrets
  872. - barbican-vault:secrets-storage
  873.  
  874.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement