-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from RedHatSatellite/rel210
release 2.1.0
- Loading branch information
Showing
120 changed files
with
14,100 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ jobs: | |
- stable-2.8 | ||
- stable-2.9 | ||
- stable-2.10 | ||
- stable-2.11 | ||
- devel | ||
exclude: | ||
- python: "2.7" | ||
|
@@ -31,32 +32,40 @@ jobs: | |
ansible: "stable-2.9" | ||
- python: "2.7" | ||
ansible: "stable-2.10" | ||
- python: "2.7" | ||
ansible: "stable-2.11" | ||
- python: "3.6" | ||
ansible: "stable-2.8" | ||
- python: "3.6" | ||
ansible: "stable-2.9" | ||
- python: "3.6" | ||
ansible: "stable-2.10" | ||
- python: "3.6" | ||
ansible: "stable-2.11" | ||
- python: "3.8" | ||
ansible: "stable-2.8" | ||
- python: "3.8" | ||
ansible: "stable-2.9" | ||
- python: "3.8" | ||
ansible: "stable-2.10" | ||
- python: "3.8" | ||
ansible: "stable-2.11" | ||
- python: "3.9" | ||
ansible: "stable-2.8" | ||
- python: "3.9" | ||
ansible: "stable-2.9" | ||
- python: "3.9" | ||
ansible: "stable-2.10" | ||
- python: "3.9" | ||
ansible: "stable-2.11" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
- name: Restore pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -77,7 +86,7 @@ jobs: | |
run: sudo mkdir -p /etc/rhsm/ca/ && sudo touch /etc/rhsm/ca/redhat-uep.pem | ||
- name: Install required collections for ansible-base (2.10+) | ||
run: ansible-galaxy collection install community.docker | ||
if: matrix.ansible == 'devel' || matrix.ansible == 'stable-2.10' | ||
if: matrix.ansible == 'devel' || matrix.ansible == 'stable-2.10' || matrix.ansible == 'stable-2.11' | ||
- name: Run crud tests | ||
run: make test-crud | ||
- name: Run other tests | ||
|
@@ -86,7 +95,7 @@ jobs: | |
run: make dist-test | ||
- name: Run sanity tests | ||
run: make SANITY_OPTS="--local" sanity | ||
if: matrix.ansible == 'devel' || matrix.ansible == 'stable-2.10' | ||
if: matrix.ansible == 'devel' || matrix.ansible == 'stable-2.10' || matrix.stable == 'stable-2.11' | ||
|
||
checkmode: | ||
runs-on: ubuntu-latest | ||
|
@@ -97,7 +106,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -119,7 +128,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -144,7 +153,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ Paul Gration <[email protected]> | |
Peter Ondrejka <[email protected]> <[email protected]> | ||
Richard Stempfl <[email protected]> <[email protected]> | ||
Richard Stempfl <[email protected]> <[email protected]> | ||
Adam Růžička <[email protected]> | ||
Adam Růžička <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python3-rpm [(platform:redhat platform:base-py3)] | ||
rpm-python [(platform:redhat platform:base-py2)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ namespace: "redhat" | |
name: "satellite" | ||
description: Ansible Modules to manage Satellite installations | ||
authors: | ||
- "Adam Růžička <[email protected]>" | ||
- "AlanCoding <[email protected]>" | ||
- "Andrew Kofink <[email protected]>" | ||
- "Anthony Green <[email protected]>" | ||
|
@@ -11,6 +12,7 @@ authors: | |
- "Bernhard Suttner <[email protected]>" | ||
- "Bryan Kearney <[email protected]>" | ||
- "Chris Forkner <[email protected]>" | ||
- "Chris Hindman <[email protected]>" | ||
- "Chris Snell <[email protected]>" | ||
- "Christoffer Reijer <[email protected]>" | ||
- "Deric Crago <[email protected]>" | ||
|
@@ -20,6 +22,7 @@ authors: | |
- "Evgeni Golov <[email protected]>" | ||
- "Ewoud Kohl van Wijngaarden <[email protected]>" | ||
- "Greg Swift <[email protected]>" | ||
- "Hideki Saito <[email protected]>" | ||
- "Ismael Puerto <[email protected]>" | ||
- "Jameer Pathan <[email protected]>" | ||
- "James Stuart <[email protected]>" | ||
|
@@ -62,7 +65,8 @@ authors: | |
- "metalcated <[email protected]>" | ||
- "russianguppie <[email protected]>" | ||
- "willtome <[email protected]>" | ||
version: "2.0.1" | ||
- "yifatmakias <[email protected]>" | ||
version: "2.1.0" | ||
license: | ||
- "GPL-3.0-or-later" | ||
tags: | ||
|
Oops, something went wrong.