diff --git a/tasks/cinder_post_install.yml b/tasks/cinder_post_install.yml index 0ec73af6..a8b59bb8 100644 --- a/tasks/cinder_post_install.yml +++ b/tasks/cinder_post_install.yml @@ -146,6 +146,16 @@ - "cinder_target_helper == 'tgtadm'" - cinder_backend_lvm_inuse | bool +- name: Ensure iscsi service is started + service: + name: "{{ tgt_service_name }}" + state: started + enabled: true + when: + - "cinder_services['cinder-volume']['group'] in group_names" + - "cinder_target_helper == 'lioadm'" + - cinder_backend_lvm_inuse | bool + - name: Create nfs shares export file template: src: nfs_shares.j2 diff --git a/vars/redhat.yml b/vars/redhat.yml index b5f9cb50..73a0e575 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -14,7 +14,7 @@ # limitations under the License. # service names -tgt_service_name: tgtd +tgt_service_name: iscsid # Common yum packages cinder_distro_packages: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index d9a9cf24..fa06cd80 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -19,5 +19,7 @@ - openstack-ansible-linters-jobs - openstack-ansible-deploy-aio_metal-jobs - openstack-ansible-deploy-aio_distro_metal-jobs + - openstack-ansible-deploy-ceph-jobs + - openstack-ansible-deploy-nfs-jobs - publish-openstack-docs-pti - build-release-notes-jobs-python3