Skip to content
Snippets Groups Projects
Commit 858c0f2a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove retired Searchlight support"

parents 4398856e d02a40c5
No related branches found
No related tags found
No related merge requests found
...@@ -231,8 +231,6 @@ overcloud_container_image_regex_map: ...@@ -231,8 +231,6 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_redis | bool }}" enabled: "{{ kolla_enable_redis | bool }}"
- regex: sahara - regex: sahara
enabled: "{{ kolla_enable_sahara | bool }}" enabled: "{{ kolla_enable_sahara | bool }}"
- regex: searchlight
enabled: "{{ kolla_enable_searchlight | bool }}"
- regex: senlin - regex: senlin
enabled: "{{ kolla_enable_senlin | bool }}" enabled: "{{ kolla_enable_senlin | bool }}"
- regex: skydive - regex: skydive
...@@ -523,7 +521,6 @@ kolla_enable_qinling: "no" ...@@ -523,7 +521,6 @@ kolla_enable_qinling: "no"
kolla_enable_rally: "no" kolla_enable_rally: "no"
kolla_enable_redis: "no" kolla_enable_redis: "no"
kolla_enable_sahara: "no" kolla_enable_sahara: "no"
kolla_enable_searchlight: "no"
kolla_enable_senlin: "no" kolla_enable_senlin: "no"
kolla_enable_skydive: "no" kolla_enable_skydive: "no"
kolla_enable_solum: "no" kolla_enable_solum: "no"
......
...@@ -213,9 +213,6 @@ control ...@@ -213,9 +213,6 @@ control
[rally:children] [rally:children]
control control
[searchlight:children]
control
[octavia:children] [octavia:children]
control control
......
...@@ -414,13 +414,6 @@ senlin ...@@ -414,13 +414,6 @@ senlin
[senlin-health-manager:children] [senlin-health-manager:children]
senlin senlin
# Searchlight
[searchlight-api:children]
searchlight
[searchlight-listener:children]
searchlight
# Octavia # Octavia
[octavia-api:children] [octavia-api:children]
octavia octavia
......
...@@ -169,7 +169,6 @@ ...@@ -169,7 +169,6 @@
kolla_enable_panko: True kolla_enable_panko: True
kolla_enable_prometheus: True kolla_enable_prometheus: True
kolla_enable_rally: True kolla_enable_rally: True
kolla_enable_searchlight: True
kolla_enable_sahara: True kolla_enable_sahara: True
kolla_enable_senlin: True kolla_enable_senlin: True
kolla_enable_skydive: True kolla_enable_skydive: True
...@@ -300,7 +299,6 @@ ...@@ -300,7 +299,6 @@
#enable_prometheus: True #enable_prometheus: True
#enable_rally: True #enable_rally: True
#enable_sahara: True #enable_sahara: True
#enable_searchlight: True
#enable_skydive: True #enable_skydive: True
#enable_solum: True #enable_solum: True
#enable_senlin: True #enable_senlin: True
......
...@@ -119,7 +119,6 @@ kolla_feature_flags: ...@@ -119,7 +119,6 @@ kolla_feature_flags:
- horizon_octavia - horizon_octavia
- horizon_qinling - horizon_qinling
- horizon_sahara - horizon_sahara
- horizon_searchlight
- horizon_senlin - horizon_senlin
- horizon_solum - horizon_solum
- horizon_tacker - horizon_tacker
...@@ -187,7 +186,6 @@ kolla_feature_flags: ...@@ -187,7 +186,6 @@ kolla_feature_flags:
- rally - rally
- redis - redis
- sahara - sahara
- searchlight
- senlin - senlin
- skydive - skydive
- solum - solum
......
...@@ -254,7 +254,6 @@ ...@@ -254,7 +254,6 @@
#kolla_enable_horizon_octavia: #kolla_enable_horizon_octavia:
#kolla_enable_horizon_qinling: #kolla_enable_horizon_qinling:
#kolla_enable_horizon_sahara: #kolla_enable_horizon_sahara:
#kolla_enable_horizon_searchlight:
#kolla_enable_horizon_senlin: #kolla_enable_horizon_senlin:
#kolla_enable_horizon_solum: #kolla_enable_horizon_solum:
#kolla_enable_horizon_tacker: #kolla_enable_horizon_tacker:
...@@ -322,7 +321,6 @@ ...@@ -322,7 +321,6 @@
#kolla_enable_rally: #kolla_enable_rally:
#kolla_enable_redis: #kolla_enable_redis:
#kolla_enable_sahara: #kolla_enable_sahara:
#kolla_enable_searchlight:
#kolla_enable_senlin: #kolla_enable_senlin:
#kolla_enable_skydive: #kolla_enable_skydive:
#kolla_enable_solum: #kolla_enable_solum:
......
upgrade:
- |
The ``Searchlight`` project is no longer maintained and
`retired since Wallaby cycle`__ . Its support is also
removed since Wallaby cycle.
__ http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment