Add --no-stream to all tripleo-repos in molecule jobs

After --stream added as default in [1] molecule jobs fail when they
don't have stream nodes.

[1] https://review.opendev.org/c/openstack/tripleo-repos/+/786485

Change-Id: I3657169a3b519869f7f3594c8c6a6072a058e0c8
This commit is contained in:
Sagi Shnaidman 2021-04-22 12:01:31 +03:00 committed by James Slagle
parent 8fbb53d01c
commit 2aecb0131c
6 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@
- test_deps_setup_tripleo | bool
block:
- name: Create tripleo repos
command: tripleo-repos -b master current-tripleo
command: tripleo-repos --no-stream -b master current-tripleo
- name: Install tripleo packages
package:

View File

@ -25,7 +25,7 @@
name: openssh
state: present
- name: Enable ceph repsitory
command: tripleo-repos -b master current-tripleo ceph
command: tripleo-repos --no-stream -b master current-tripleo ceph
become: true
- name: Ensure ceph-admin group exists
group:

View File

@ -29,7 +29,7 @@
- name: "Set-up tripleo-repos"
command: |
tripleo-repos -b master current-tripleo
tripleo-repos --no-stream -b master current-tripleo
- name: "Install collectd plugin packages"
package:

View File

@ -14,7 +14,7 @@
- name: "Set-up tripleo-repos"
command: |
tripleo-repos -b master current-tripleo
tripleo-repos --no-stream -b master current-tripleo
- name: Install Deps
package:

View File

@ -25,7 +25,7 @@
- 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

@ -21,5 +21,5 @@
- role: test_deps
post_tasks:
- name: Create tripleo repos
command: tripleo-repos current-tripleo
command: tripleo-repos --no-stream current-tripleo
become: true