Merge "[CI] Remove obsolete ceph configs"
This commit is contained in:
@@ -97,14 +97,11 @@
|
|||||||
state: directory
|
state: directory
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
# TODO(mnasiadka): remove cinder and glance in Victoria
|
|
||||||
- name: Ensure configuration directories exist
|
- name: Ensure configuration directories exist
|
||||||
file:
|
file:
|
||||||
path: "/etc/kolla/config/{{ item }}"
|
path: "/etc/kolla/config/{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
loop:
|
loop:
|
||||||
- cinder
|
|
||||||
- glance
|
|
||||||
- neutron
|
- neutron
|
||||||
- nova
|
- nova
|
||||||
- bifrost
|
- bifrost
|
||||||
@@ -460,16 +457,6 @@
|
|||||||
git log --pretty=oneline -1
|
git log --pretty=oneline -1
|
||||||
chdir: "{{ ansible_env.HOME }}/src/opendev.org/openstack/requirements/"
|
chdir: "{{ ansible_env.HOME }}/src/opendev.org/openstack/requirements/"
|
||||||
|
|
||||||
# TODO(mnasiadka): Remove in Victoria
|
|
||||||
- name: Remove not needed external ceph required configs
|
|
||||||
file:
|
|
||||||
name: "{{ item }}"
|
|
||||||
state: absent
|
|
||||||
with_items:
|
|
||||||
- /etc/kolla/config/glance/glance-api.conf
|
|
||||||
- /etc/kolla/config/cinder/cinder-volume.conf
|
|
||||||
- /etc/kolla/config/cinder/cinder-backup.conf
|
|
||||||
|
|
||||||
- name: Generate configuration files
|
- name: Generate configuration files
|
||||||
template:
|
template:
|
||||||
src: "{{ kolla_ansible_local_src_dir }}/{{ item.src }}"
|
src: "{{ kolla_ansible_local_src_dir }}/{{ item.src }}"
|
||||||
|
Reference in New Issue
Block a user