Merge "Fix ovs_dpdk molecule job to work with stream node" into stable/train

This commit is contained in:
Zuul 2021-05-03 11:37:19 +00:00 committed by Gerrit Code Review
commit c88c414a79
4 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,7 @@ platforms:
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro
- /etc/pki/rpm-gpg:/etc/pki/rpm-gpg
- /opt/yum.repos.d:/etc/yum.repos.d:rw
- /etc/dnf/vars:/etc/dnf/vars
privileged: true
environment: &env
http_proxy: "{{ lookup('env', 'http_proxy') }}"

View File

@ -20,11 +20,12 @@
become: true
vars:
test_deps_setup_tripleo: true
test_deps_setup_stream: false
roles:
- role: test_deps
post_tasks:
- name: Create tripleo repos
command: tripleo-repos current-tripleo
command: tripleo-repos --no-stream current-tripleo
become: true
- name: Install required packages
become: true

View File

@ -16,6 +16,7 @@ platforms:
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro
- /etc/pki/rpm-gpg:/etc/pki/rpm-gpg
- /opt/yum.repos.d:/etc/yum.repos.d:rw
- /etc/dnf/vars:/etc/dnf/vars
privileged: true
environment: &env
http_proxy: "{{ lookup('env', 'http_proxy') }}"

View File

@ -22,6 +22,7 @@
- role: test_deps
vars:
test_deps_setup_tripleo: true
test_deps_setup_stream: false
post_tasks:
- name: Install ovs
package: