diff --git a/tests/run.yml b/tests/run.yml index 9c8ddb6e64..c538cd6a21 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -97,14 +97,11 @@ state: directory become: true - # TODO(mnasiadka): remove cinder and glance in Victoria - name: Ensure configuration directories exist file: path: "/etc/kolla/config/{{ item }}" state: directory loop: - - cinder - - glance - neutron - nova - bifrost @@ -460,16 +457,6 @@ git log --pretty=oneline -1 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 template: src: "{{ kolla_ansible_local_src_dir }}/{{ item.src }}"