Merge "CI: Remove Stein upgrade support from CI"

This commit is contained in:
Zuul 2019-11-15 11:59:25 +00:00 committed by Gerrit Code Review
commit 657c9d8236
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