-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collection renamed from network to skupper (#33)
* Collection renamed from network to skupper * Renamed all variables to comply with Ansible lint * Renamed skupper role to skupper_deploy * Added e2e test * Added argument specs for all roles * Improved documentation for modules and roles * Removed collection inner docs dir * Updated unit tests * Updated README files * Renamed roles and variables * skupper_deploy is now skupper_setup * skupper_delete is now skupper_teardown * skupper_service_services is now skupper_service_list * skupper_link_links is now skupper_link_list
- Loading branch information
1 parent
ff97635
commit 4cd639d
Showing
235 changed files
with
5,686 additions
and
5,555 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ jobs: | |
uses: ansible/[email protected] | ||
with: | ||
api_key: ${{ secrets.ANSIBLE_API_KEY }} | ||
src_path: /github/workspace/skupper/network | ||
src_path: /github/workspace/skupper/skupper |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
*.tar.gz | ||
skupper/network/docs/build | ||
skupper/network/docs/temp-rst | ||
skupper/network/tests/output | ||
skupper/skupper/docs/ | ||
skupper/skupper/tests/output | ||
__pycache__/ |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 8e75efdab59539ee825b62b22b62bdf5 | ||
config: 01ba99357b9fe97b784fdfe65a6e108b | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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
Oops, something went wrong.