Remove Retired Karbor Support
As announced on the openstack-discuss ML[1], Karbor is retiring this cycle (Wallaby). Needed-By: https://review.opendev.org/c/openstack/karbor/+/767032 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html Change-Id: I5a3af41e4cc3988540ff95c880207279133a19d4
This commit is contained in:
parent
05867bfa18
commit
0644ea238b
@ -166,8 +166,6 @@ overcloud_container_image_regex_map:
|
||||
enabled: "{{ kolla_enable_iscsid | bool }}"
|
||||
- regex: kafka
|
||||
enabled: "{{ kolla_enable_kafka | bool }}"
|
||||
- regex: karbor
|
||||
enabled: "{{ kolla_enable_karbor | bool }}"
|
||||
- regex: keepalived
|
||||
enabled: "{{ kolla_enable_keepalived | bool }}"
|
||||
- regex: keystone
|
||||
@ -493,7 +491,6 @@ kolla_enable_ironic_ipxe: "no"
|
||||
kolla_enable_ironic: "no"
|
||||
kolla_enable_ironic_neutron_agent: "{{ kolla_enable_neutron | bool and kolla_enable_ironic | bool }}"
|
||||
kolla_enable_iscsid: "{{ (kolla_enable_cinder | bool and kolla_enable_cinder_backend_iscsi | bool) or kolla_enable_ironic | bool }}"
|
||||
kolla_enable_karbor: "no"
|
||||
kolla_enable_kafka: "{{ kolla_enable_monasca | bool }}"
|
||||
kolla_enable_kibana: "{{ 'yes' if kolla_enable_central_logging | bool or kolla_enable_monasca | bool else 'no' }}"
|
||||
kolla_enable_kuryr: "no"
|
||||
|
@ -53,9 +53,6 @@ monitoring
|
||||
[kafka:children]
|
||||
control
|
||||
|
||||
[karbor:children]
|
||||
control
|
||||
|
||||
[kibana:children]
|
||||
control
|
||||
|
||||
|
@ -145,16 +145,6 @@ ironic
|
||||
[tgtd:children]
|
||||
storage
|
||||
|
||||
# Karbor
|
||||
[karbor-api:children]
|
||||
karbor
|
||||
|
||||
[karbor-protection:children]
|
||||
karbor
|
||||
|
||||
[karbor-operationengine:children]
|
||||
karbor
|
||||
|
||||
# Manila
|
||||
[manila-api:children]
|
||||
manila
|
||||
|
@ -145,7 +145,6 @@
|
||||
kolla_enable_ironic: True
|
||||
kolla_enable_ironic_neutron_agent: True
|
||||
kolla_enable_kafka: True
|
||||
kolla_enable_karbor: True
|
||||
kolla_enable_kibana: True
|
||||
kolla_enable_kuryr: True
|
||||
kolla_enable_magnum: True
|
||||
@ -274,7 +273,6 @@
|
||||
#enable_ironic: True
|
||||
#enable_ironic_neutron_agent: True
|
||||
#enable_kafka: True
|
||||
#enable_karbor: True
|
||||
#enable_kibana: True
|
||||
#enable_kuryr: True
|
||||
#enable_magnum: True
|
||||
|
@ -109,7 +109,6 @@ kolla_feature_flags:
|
||||
- horizon_freezer
|
||||
- horizon_heat
|
||||
- horizon_ironic
|
||||
- horizon_karbor
|
||||
- horizon_magnum
|
||||
- horizon_manila
|
||||
- horizon_masakari
|
||||
@ -133,7 +132,6 @@ kolla_feature_flags:
|
||||
- ironic_pxe_uefi
|
||||
- iscsid
|
||||
- kafka
|
||||
- karbor
|
||||
- keepalived
|
||||
- keystone
|
||||
- kibana
|
||||
|
@ -244,7 +244,6 @@
|
||||
#kolla_enable_horizon_freezer:
|
||||
#kolla_enable_horizon_heat:
|
||||
#kolla_enable_horizon_ironic:
|
||||
#kolla_enable_horizon_karbor:
|
||||
#kolla_enable_horizon_magnum:
|
||||
#kolla_enable_horizon_manila:
|
||||
#kolla_enable_horizon_masakari:
|
||||
@ -268,7 +267,6 @@
|
||||
#kolla_enable_ironic_pxe_uefi:
|
||||
#kolla_enable_iscsid:
|
||||
#kolla_enable_kafka:
|
||||
#kolla_enable_karbor:
|
||||
#kolla_enable_keepalived:
|
||||
#kolla_enable_keystone:
|
||||
#kolla_enable_kibana:
|
||||
|
7
releasenotes/notes/remove-karbor-9d3bfad50490ec06.yaml
Normal file
7
releasenotes/notes/remove-karbor-9d3bfad50490ec06.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Karbor project is no longer maintained and `retired since the Wallaby
|
||||
cycle
|
||||
<http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html>`__.
|
||||
Support for deployment of Karbor has been removed.
|
@ -1,7 +1,7 @@
|
||||
upgrade:
|
||||
- |
|
||||
The ``Qinling`` project is no longer maintained and
|
||||
`retired since Wallaby cycle`__ . Its support is also removed
|
||||
since Wallaby cycle.
|
||||
`retired since the Wallaby cycle`__ . Support for deployment of Qinling has
|
||||
been removed.
|
||||
|
||||
__ http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html
|
||||
|
@ -1,7 +1,7 @@
|
||||
upgrade:
|
||||
- |
|
||||
The ``Searchlight`` project is no longer maintained and
|
||||
`retired since Wallaby cycle`__ . Its support is also
|
||||
removed since Wallaby cycle.
|
||||
`retired since Wallaby cycle`__ . Support for deployment of Searchlight has
|
||||
been removed.
|
||||
|
||||
__ http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user