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

Merge "Do some Train TODOs"

parents 55e8a83f bb9d51e2
No related branches found
No related tags found
No related merge requests found
...@@ -803,10 +803,7 @@ gnocchi_metric_datadir_volume: "gnocchi" ...@@ -803,10 +803,7 @@ gnocchi_metric_datadir_volume: "gnocchi"
cinder_backend_ceph: "{{ enable_ceph }}" cinder_backend_ceph: "{{ enable_ceph }}"
cinder_backend_vmwarevc_vmdk: "no" cinder_backend_vmwarevc_vmdk: "no"
cinder_volume_group: "cinder-volumes" cinder_volume_group: "cinder-volumes"
# DEPRECATED: Use 'cinder_target_helper' instead. This option will be removed cinder_target_helper: "tgtadm"
# in the Train release.
cinder_iscsi_helper: "tgtadm"
cinder_target_helper: "{{ cinder_iscsi_helper }}"
# Valid options are [ nfs, swift, ceph ] # Valid options are [ nfs, swift, ceph ]
cinder_backup_driver: "ceph" cinder_backup_driver: "ceph"
......
...@@ -3,14 +3,5 @@ ...@@ -3,14 +3,5 @@
- include_tasks: bootstrap_service.yml - include_tasks: bootstrap_service.yml
# NOTE(kiennt): vitrage-collector are removed in Stein cycle.
# Upgrade to Stein should remove vitrage-collector
# container. This task should be removed in
# T cycle.
- name: Remove vitrage-collector container
kolla_docker:
name: vitrage_collector
action: remove_container
- name: Flush handlers - name: Flush handlers
meta: flush_handlers meta: flush_handlers
---
upgrade:
- |
Removes the ``cinder_iscsi_helper`` variable which was deprecated in the
Stein cycle in favour of ``cinder_target_helper``.
...@@ -11,9 +11,6 @@ keepalived_virtual_router_id: "{{ 250 | random(1) }}" ...@@ -11,9 +11,6 @@ keepalived_virtual_router_id: "{{ 250 | random(1) }}"
{% if enable_core_openstack | bool %} {% if enable_core_openstack | bool %}
kolla_internal_vip_address: "{{ api_interface_address if hostvars | length > 2 else '169.254.169.10' }}" kolla_internal_vip_address: "{{ api_interface_address if hostvars | length > 2 else '169.254.169.10' }}"
enable_haproxy: "{{ 'no' if hostvars | length > 2 else 'yes' }}" enable_haproxy: "{{ 'no' if hostvars | length > 2 else 'yes' }}"
# TODO(mgoddard): Remove this in the Train cycle when heat is enabled in the
# initial deployment.
enable_heat: "{{ scenario != 'upgrade' or previous_release != 'rocky' }}"
neutron_external_interface: "fake_interface" neutron_external_interface: "fake_interface"
openstack_logging_debug: "True" openstack_logging_debug: "True"
openstack_service_workers: "1" openstack_service_workers: "1"
......
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