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

This commit is contained in:
Zuul 2021-04-24 06:30:35 +00:00 committed by Gerrit Code Review
commit 168541b0de
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -25,7 +25,7 @@
- role: test_deps - role: test_deps
post_tasks: post_tasks:
- name: Create tripleo repos - name: Create tripleo repos
command: tripleo-repos current-tripleo command: tripleo-repos --no-stream current-tripleo
become: true become: true
- name: Install required packages - name: Install required packages
become: true become: true

View File

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