orchestrator-lso 2.1.0__tar.gz → 2.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.bumpversion.cfg +1 -1
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/run-unit-tests.yaml +0 -6
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/Dockerfile.example +1 -1
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/PKG-INFO +6 -6
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/__init__.py +1 -1
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/pyproject.toml +5 -5
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/dependabot.yml +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/styles/config/vocabularies/Sphinx/accept.txt +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/styles/config/vocabularies/jargon/accept.txt +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/publish-package.yaml +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/run-linting-tests.yaml +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/sphinx.yaml +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.gitignore +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.vale.ini +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/LICENSE +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/README.md +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/LSO_banner.jpg +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/Makefile +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/_static/custom.css +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/_static/lso_logo.png +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/conf.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/index.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/config.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/playbook.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/default.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/index.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/playbook.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/modules.rst +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/env.example +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/app.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/config.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/environment.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/execute.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/playbook.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/__init__.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/default.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/execute.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/playbook.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/tasks.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/utils.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/worker.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/setup.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/__init__.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/conftest.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/__init__.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_default.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_execute.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_playbook.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test-playbook.yaml +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test_execute.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test_playbook.py +0 -0
- {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/utils.py +0 -0
|
@@ -26,9 +26,3 @@ jobs:
|
|
|
26
26
|
FLIT_ROOT_INSTALL: 1
|
|
27
27
|
- name: Run Unit tests
|
|
28
28
|
run: pytest --cov-branch --cov=lso --cov-report=xml
|
|
29
|
-
- name: "Upload coverage to Codecov"
|
|
30
|
-
uses: codecov/codecov-action@v3
|
|
31
|
-
with:
|
|
32
|
-
token: ${{ secrets.CODECOV_TOKEN }}
|
|
33
|
-
fail_ci_if_error: true
|
|
34
|
-
files: ./coverage.xml
|
|
@@ -11,7 +11,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml
|
|
|
11
11
|
RUN apk add --update --no-cache gcc libc-dev libffi-dev openssh
|
|
12
12
|
|
|
13
13
|
# Install the LSO python package, and additional requirements
|
|
14
|
-
RUN pip install orchestrator-lso=="2.1.
|
|
14
|
+
RUN pip install orchestrator-lso=="2.1.1"
|
|
15
15
|
RUN pip install -r requirements.txt
|
|
16
16
|
|
|
17
17
|
# Install required Ansible Galaxy roles and collections
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: orchestrator-lso
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: LSO, an API for remotely running Ansible playbooks.
|
|
5
5
|
Author-email: GÉANT Orchestration and Automation Team <goat@geant.org>
|
|
6
6
|
Requires-Python: >=3.11,<3.13
|
|
@@ -26,14 +26,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
28
|
License-File: LICENSE
|
|
29
|
-
Requires-Dist: ansible-runner==2.4.
|
|
29
|
+
Requires-Dist: ansible-runner==2.4.1
|
|
30
30
|
Requires-Dist: ansible==10.7.0
|
|
31
|
-
Requires-Dist: fastapi==0.115.
|
|
31
|
+
Requires-Dist: fastapi==0.115.12
|
|
32
32
|
Requires-Dist: httpx==0.28.1
|
|
33
|
-
Requires-Dist: uvicorn[standard]==0.34.
|
|
33
|
+
Requires-Dist: uvicorn[standard]==0.34.2
|
|
34
34
|
Requires-Dist: requests==2.32.3
|
|
35
|
-
Requires-Dist: pydantic-settings==2.
|
|
36
|
-
Requires-Dist: celery==5.
|
|
35
|
+
Requires-Dist: pydantic-settings==2.9.1
|
|
36
|
+
Requires-Dist: celery==5.5.2
|
|
37
37
|
Requires-Dist: redis==5.2.1
|
|
38
38
|
Requires-Dist: types-setuptools ; extra == "dev"
|
|
39
39
|
Requires-Dist: types-requests ; extra == "dev"
|
|
@@ -29,14 +29,14 @@ classifiers = [
|
|
|
29
29
|
"Programming Language :: Python :: 3.12",
|
|
30
30
|
]
|
|
31
31
|
dependencies = [
|
|
32
|
-
"ansible-runner==2.4.
|
|
32
|
+
"ansible-runner==2.4.1",
|
|
33
33
|
"ansible==10.7.0",
|
|
34
|
-
"fastapi==0.115.
|
|
34
|
+
"fastapi==0.115.12",
|
|
35
35
|
"httpx==0.28.1",
|
|
36
|
-
"uvicorn[standard]==0.34.
|
|
36
|
+
"uvicorn[standard]==0.34.2",
|
|
37
37
|
"requests==2.32.3",
|
|
38
|
-
"pydantic-settings==2.
|
|
39
|
-
"celery==5.
|
|
38
|
+
"pydantic-settings==2.9.1",
|
|
39
|
+
"celery==5.5.2",
|
|
40
40
|
"redis==5.2.1",
|
|
41
41
|
]
|
|
42
42
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|