CI: Remove Stein upgrade support from CI
Resolves a number of TODOs in the CI configuration that provide support for upgrading from the Stein release. Change-Id: I9bac5c230b82ac7c097fe6ca2556e428abda31a1 Depends-On: https://review.opendev.org/694254
This commit is contained in:
parent
8a003189ef
commit
6f87625457
@ -91,12 +91,6 @@
|
||||
vars:
|
||||
is_previous_release: "{{ is_upgrade }}"
|
||||
with_items:
|
||||
# Docker daemon.json
|
||||
# TODO(mgoddard): Remove templating of docker daemon.json in Ussuri cycle.
|
||||
- src: "tests/templates/docker_daemon.json.j2"
|
||||
dest: "/etc/docker/daemon.json"
|
||||
become: true
|
||||
when: "{{ is_previous_release and previous_release == 'stein' }}"
|
||||
# Ansible inventory
|
||||
- src: "tests/templates/inventory.j2"
|
||||
dest: "{{ kolla_inventory_path }}"
|
||||
|
@ -4,13 +4,10 @@ kolla_install_type: "{{ install_type }}"
|
||||
network_interface: "{{ api_interface_name }}"
|
||||
network_address_family: "{{ address_family }}"
|
||||
docker_restart_policy: "no"
|
||||
# TODO(mgoddard): Always do this in Ussuri cycle.
|
||||
{% if not is_previous_release or previous_release != 'stein' %}
|
||||
docker_custom_config:
|
||||
debug: true
|
||||
registry-mirrors:
|
||||
- {{ infra_dockerhub_mirror }}
|
||||
{% endif %}
|
||||
|
||||
# Use a random router id, otherwise it may result in the same router id
|
||||
# in the CI gate.
|
||||
|
@ -281,12 +281,6 @@ nova
|
||||
[nova-super-conductor:children]
|
||||
nova
|
||||
|
||||
# TODO(yoctozepto): Remove completely in the Ussuri cycle.
|
||||
{% if is_previous_release and previous_release == 'stein' %}
|
||||
[nova-consoleauth:children]
|
||||
nova
|
||||
{% endif %}
|
||||
|
||||
[nova-novncproxy:children]
|
||||
nova
|
||||
|
||||
@ -312,12 +306,6 @@ neutron
|
||||
[neutron-l3-agent:children]
|
||||
neutron
|
||||
|
||||
# TODO(yoctozepto): Remove completely in the Ussuri cycle.
|
||||
{% if is_previous_release and previous_release == 'stein' %}
|
||||
[neutron-lbaas-agent:children]
|
||||
neutron
|
||||
{% endif %}
|
||||
|
||||
[neutron-metadata-agent:children]
|
||||
neutron
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user