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

Merge "Apply TODOs for Antelope cycle"

parents 7f7026f6 0874242a
No related branches found
No related tags found
No related merge requests found
---
# TODO(mgoddard): Remove this task in the Antelope release.
- name: Fail if kolla_install_type is defined
fail:
msg: >
Support for binary images was removed in the Zed release.
kolla_install_type should no longer be set.
when: kolla_install_type is defined
# NOTE: We're not looping over the two inventory files to avoid having the file
# content displayed in the ansible-playbook output.
......
......@@ -27,10 +27,6 @@ common
[opensearch:children]
control
# TODO: This is used for cleanup and can be removed in the Antelope cycle.
[elasticsearch-curator:children]
opensearch
# Opensearch dashboards
[opensearch-dashboards:children]
opensearch
......
---
# NOTE(mgoddard): Don't reboot after disabling SELinux during CI testing, as
# Ansible is run directly on the controller.
# TODO(priteau): This is needed for the deployment of the previous release.
# Remove when previous_release is zed.
disable_selinux_do_reboot: false
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"
......
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