Merge "Do some Train TODOs"
This commit is contained in:
commit
a16576e9c0
@ -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 @@
|
|||||||
|
|
||||||
- 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
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
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) }}"
|
|||||||
{% 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user