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:
Mark Goddard 2019-11-14 11:57:17 +00:00
parent 8a003189ef
commit 6f87625457
3 changed files with 0 additions and 21 deletions

View File

@ -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 }}"

View File

@ -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.

View File

@ -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