Add nova dependency repo for distro install

Change-Id: Idcb699d92a6c8086531b842ebe4889181120cdd8
This commit is contained in:
Satish Patel 2021-08-04 13:24:38 +00:00 committed by Dmitriy Rabotyagov
parent 985d20185b
commit ad56e08fdc
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ _package_list:
state: absent
- name: ca-certificates
state: latest
- name: centos-release-nfv-openvswitch
state: "{{ (service_install_method | default('source') == 'distro') | ternary('present', 'absent') }}"
_openstack_hosts_rdo_repo_url: "{{ openstack_hosts_rdo_mirror_url }}/centos{{ ansible_facts['distribution_major_version'] }}-{{ openstack_distrib_code_name | lower }}/current/"
_openstack_hosts_rdo_deps_url: "{{ openstack_hosts_rdo_mirror_url }}/centos{{ ansible_facts['distribution_major_version'] }}-{{ openstack_distrib_code_name | lower }}/deps/latest/"