osism 0.20250314.0__tar.gz → 0.20250326.0__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.
- osism-0.20250326.0/AUTHORS +1 -0
- osism-0.20250326.0/ChangeLog +7 -0
- osism-0.20250326.0/Containerfile +105 -0
- osism-0.20250326.0/Dockerfile +105 -0
- {osism-0.20250314.0/osism.egg-info → osism-0.20250326.0}/PKG-INFO +10 -9
- {osism-0.20250314.0 → osism-0.20250326.0}/Pipfile +6 -6
- {osism-0.20250314.0 → osism-0.20250326.0}/Pipfile.lock +54 -46
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/manage.py +117 -55
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/netbox.py +12 -21
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/ansible.py +0 -15
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/openstack.py +64 -15
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/reconciler.py +0 -16
- {osism-0.20250314.0 → osism-0.20250326.0/osism.egg-info}/PKG-INFO +10 -9
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/entry_points.txt +0 -1
- osism-0.20250326.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/requires.txt +7 -7
- {osism-0.20250314.0 → osism-0.20250326.0}/playbooks/build.yml +0 -1
- osism-0.20250326.0/requirements.ansible.txt +2 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/requirements.txt +5 -5
- {osism-0.20250314.0 → osism-0.20250326.0}/requirements.yml +3 -3
- {osism-0.20250314.0 → osism-0.20250326.0}/setup.cfg +0 -1
- osism-0.20250314.0/AUTHORS +0 -1
- osism-0.20250314.0/ChangeLog +0 -7
- osism-0.20250314.0/Containerfile +0 -135
- osism-0.20250314.0/Dockerfile +0 -135
- osism-0.20250314.0/osism.egg-info/pbr.json +0 -1
- osism-0.20250314.0/requirements.ansible.txt +0 -2
- {osism-0.20250314.0 → osism-0.20250326.0}/.flake8 +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/.github/renovate.json +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/.hadolint.yaml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/.zuul.yaml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/LICENSE +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/README.md +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/change.sh +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/__main__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/actions/manage_device.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/actions/manage_interface.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/api.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/apply.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/compose.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/compute.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/console.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/container.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/get.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/log.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/noset.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/server.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/service.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/set.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/status.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/sync.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/task.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/validate.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/vault.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/volume.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/wait.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/commands/worker.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/core/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/core/enums.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/data/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/main.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/services/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/services/listener.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/settings.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/SOURCES.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/playbooks/pre.yml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/requirements.netbox-manager.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250314.0 → osism-0.20250326.0}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
@@ -0,0 +1,105 @@
|
|
1
|
+
ARG PYTHON_VERSION=3.13.2
|
2
|
+
|
3
|
+
FROM python:${PYTHON_VERSION}-slim
|
4
|
+
|
5
|
+
ENV PYTHONWARNINGS="ignore::UserWarning"
|
6
|
+
|
7
|
+
COPY . /src
|
8
|
+
COPY --from=ghcr.io/astral-sh/uv:0.6.10 /uv /usr/local/bin/uv
|
9
|
+
|
10
|
+
COPY files/data /data
|
11
|
+
COPY files/change.sh /change.sh
|
12
|
+
COPY files/run-ansible-console.sh /run-ansible-console.sh
|
13
|
+
COPY requirements.yml /ansible/requirements.yml
|
14
|
+
|
15
|
+
ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
|
16
|
+
COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
|
17
|
+
COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
|
18
|
+
|
19
|
+
COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
|
20
|
+
|
21
|
+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
22
|
+
|
23
|
+
RUN <<EOF
|
24
|
+
set -e
|
25
|
+
set -x
|
26
|
+
|
27
|
+
# install required packages
|
28
|
+
apt-get update
|
29
|
+
apt-get install -y --no-install-recommends \
|
30
|
+
git \
|
31
|
+
less \
|
32
|
+
openssh-client \
|
33
|
+
procps \
|
34
|
+
tini \
|
35
|
+
build-essential \
|
36
|
+
gcc \
|
37
|
+
libldap2-dev \
|
38
|
+
libsasl2-dev
|
39
|
+
|
40
|
+
# install python packages
|
41
|
+
uv pip install --no-cache --system -r /src/requirements.txt
|
42
|
+
uv pip install --no-cache --system -r /src/requirements.ansible.txt
|
43
|
+
uv pip install --no-cache --system -r /src/requirements.openstack-image-manager.txt
|
44
|
+
uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager.txt
|
45
|
+
uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
|
46
|
+
|
47
|
+
# install python-osism
|
48
|
+
uv pip install --no-cache --system /src
|
49
|
+
|
50
|
+
# install ansible collections
|
51
|
+
mkdir -p /ansible/logs
|
52
|
+
ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
|
53
|
+
ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
|
54
|
+
ln -s /usr/share/ansible/collections /ansible/collections
|
55
|
+
|
56
|
+
# copy image definitions for the openstack-image-manager
|
57
|
+
git clone --depth 1 https://github.com/osism/openstack-image-manager.git /openstack-image-manager
|
58
|
+
mkdir -p /etc/images
|
59
|
+
ln -s /opt/configuration/environments/openstack /etc/openstack
|
60
|
+
cp /openstack-image-manager/etc/images/* /etc/images
|
61
|
+
rm -rf /openstack-image-manager
|
62
|
+
|
63
|
+
# install openstack-project-manager
|
64
|
+
git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
|
65
|
+
uv pip install --no-cache --system -r /openstack-project-manager/requirements.txt
|
66
|
+
rm -rf /openstack-project-manager/.git
|
67
|
+
|
68
|
+
# install openstack-simple-stress
|
69
|
+
git clone --depth 1 https://github.com/osism/openstack-simple-stress.git /openstack-simple-stress
|
70
|
+
uv pip install --no-cache --system -r /openstack-simple-stress/requirements.txt
|
71
|
+
rm -rf /osism/openstack-simple-stress/.git
|
72
|
+
|
73
|
+
# install openstack-resource-manager
|
74
|
+
git clone --depth 1 https://github.com/osism/openstack-resource-manager.git /openstack-resource-manager
|
75
|
+
rm -rf /openstack-resource-manager/.git
|
76
|
+
|
77
|
+
# add tests
|
78
|
+
git clone --depth 1 https://github.com/osism/tests.git /tests
|
79
|
+
rm -rf /tests/.git
|
80
|
+
|
81
|
+
# prepare use of clustershell
|
82
|
+
ln -s /ansible/inventory/clustershell /etc/clustershell/groups.d
|
83
|
+
|
84
|
+
# cleanup
|
85
|
+
apt-get remove -y \
|
86
|
+
build-essential \
|
87
|
+
gcc \
|
88
|
+
libldap2-dev \
|
89
|
+
libsasl2-dev
|
90
|
+
apt-get autoremove -y
|
91
|
+
apt-get clean
|
92
|
+
rm -rf \
|
93
|
+
/src \
|
94
|
+
/tmp/* \
|
95
|
+
/usr/share/doc/* \
|
96
|
+
/usr/share/man/* \
|
97
|
+
/var/lib/apt/lists/* \
|
98
|
+
/var/tmp/*
|
99
|
+
|
100
|
+
uv pip install --no-cache --system pyclean==3.0.0
|
101
|
+
pyclean /usr
|
102
|
+
uv pip uninstall --system pyclean
|
103
|
+
EOF
|
104
|
+
|
105
|
+
ENTRYPOINT ["/usr/bin/tini", "--"]
|
@@ -0,0 +1,105 @@
|
|
1
|
+
ARG PYTHON_VERSION=3.13.2
|
2
|
+
|
3
|
+
FROM python:${PYTHON_VERSION}-slim
|
4
|
+
|
5
|
+
ENV PYTHONWARNINGS="ignore::UserWarning"
|
6
|
+
|
7
|
+
COPY . /src
|
8
|
+
COPY --from=ghcr.io/astral-sh/uv:0.6.10 /uv /usr/local/bin/uv
|
9
|
+
|
10
|
+
COPY files/data /data
|
11
|
+
COPY files/change.sh /change.sh
|
12
|
+
COPY files/run-ansible-console.sh /run-ansible-console.sh
|
13
|
+
COPY requirements.yml /ansible/requirements.yml
|
14
|
+
|
15
|
+
ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
|
16
|
+
COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
|
17
|
+
COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
|
18
|
+
|
19
|
+
COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
|
20
|
+
|
21
|
+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
22
|
+
|
23
|
+
RUN <<EOF
|
24
|
+
set -e
|
25
|
+
set -x
|
26
|
+
|
27
|
+
# install required packages
|
28
|
+
apt-get update
|
29
|
+
apt-get install -y --no-install-recommends \
|
30
|
+
git \
|
31
|
+
less \
|
32
|
+
openssh-client \
|
33
|
+
procps \
|
34
|
+
tini \
|
35
|
+
build-essential \
|
36
|
+
gcc \
|
37
|
+
libldap2-dev \
|
38
|
+
libsasl2-dev
|
39
|
+
|
40
|
+
# install python packages
|
41
|
+
uv pip install --no-cache --system -r /src/requirements.txt
|
42
|
+
uv pip install --no-cache --system -r /src/requirements.ansible.txt
|
43
|
+
uv pip install --no-cache --system -r /src/requirements.openstack-image-manager.txt
|
44
|
+
uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager.txt
|
45
|
+
uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
|
46
|
+
|
47
|
+
# install python-osism
|
48
|
+
uv pip install --no-cache --system /src
|
49
|
+
|
50
|
+
# install ansible collections
|
51
|
+
mkdir -p /ansible/logs
|
52
|
+
ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
|
53
|
+
ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
|
54
|
+
ln -s /usr/share/ansible/collections /ansible/collections
|
55
|
+
|
56
|
+
# copy image definitions for the openstack-image-manager
|
57
|
+
git clone --depth 1 https://github.com/osism/openstack-image-manager.git /openstack-image-manager
|
58
|
+
mkdir -p /etc/images
|
59
|
+
ln -s /opt/configuration/environments/openstack /etc/openstack
|
60
|
+
cp /openstack-image-manager/etc/images/* /etc/images
|
61
|
+
rm -rf /openstack-image-manager
|
62
|
+
|
63
|
+
# install openstack-project-manager
|
64
|
+
git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
|
65
|
+
uv pip install --no-cache --system -r /openstack-project-manager/requirements.txt
|
66
|
+
rm -rf /openstack-project-manager/.git
|
67
|
+
|
68
|
+
# install openstack-simple-stress
|
69
|
+
git clone --depth 1 https://github.com/osism/openstack-simple-stress.git /openstack-simple-stress
|
70
|
+
uv pip install --no-cache --system -r /openstack-simple-stress/requirements.txt
|
71
|
+
rm -rf /osism/openstack-simple-stress/.git
|
72
|
+
|
73
|
+
# install openstack-resource-manager
|
74
|
+
git clone --depth 1 https://github.com/osism/openstack-resource-manager.git /openstack-resource-manager
|
75
|
+
rm -rf /openstack-resource-manager/.git
|
76
|
+
|
77
|
+
# add tests
|
78
|
+
git clone --depth 1 https://github.com/osism/tests.git /tests
|
79
|
+
rm -rf /tests/.git
|
80
|
+
|
81
|
+
# prepare use of clustershell
|
82
|
+
ln -s /ansible/inventory/clustershell /etc/clustershell/groups.d
|
83
|
+
|
84
|
+
# cleanup
|
85
|
+
apt-get remove -y \
|
86
|
+
build-essential \
|
87
|
+
gcc \
|
88
|
+
libldap2-dev \
|
89
|
+
libsasl2-dev
|
90
|
+
apt-get autoremove -y
|
91
|
+
apt-get clean
|
92
|
+
rm -rf \
|
93
|
+
/src \
|
94
|
+
/tmp/* \
|
95
|
+
/usr/share/doc/* \
|
96
|
+
/usr/share/man/* \
|
97
|
+
/var/lib/apt/lists/* \
|
98
|
+
/var/tmp/*
|
99
|
+
|
100
|
+
uv pip install --no-cache --system pyclean==3.0.0
|
101
|
+
pyclean /usr
|
102
|
+
uv pip uninstall --system pyclean
|
103
|
+
EOF
|
104
|
+
|
105
|
+
ENTRYPOINT ["/usr/bin/tini", "--"]
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250326.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -28,28 +28,28 @@ Requires-Dist: PyYAML==6.0.2
|
|
28
28
|
Requires-Dist: ara==1.7.2
|
29
29
|
Requires-Dist: celery[redis]==5.4.0
|
30
30
|
Requires-Dist: cliff==4.9.1
|
31
|
-
Requires-Dist: deepdiff==8.
|
31
|
+
Requires-Dist: deepdiff==8.4.2
|
32
32
|
Requires-Dist: docker==7.1.0
|
33
33
|
Requires-Dist: dtrack-auditor==1.5.0
|
34
|
-
Requires-Dist: fastapi==0.115.
|
34
|
+
Requires-Dist: fastapi==0.115.12
|
35
35
|
Requires-Dist: flower==2.0.1
|
36
36
|
Requires-Dist: hiredis==3.1.0
|
37
37
|
Requires-Dist: jc==1.25.4
|
38
38
|
Requires-Dist: keystoneauth1==5.10.0
|
39
|
-
Requires-Dist: kombu==5.5.
|
39
|
+
Requires-Dist: kombu==5.5.1
|
40
40
|
Requires-Dist: kubernetes==32.0.1
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: netmiko==4.5.0
|
43
43
|
Requires-Dist: nornir-ansible==2023.12.28
|
44
44
|
Requires-Dist: nornir==3.5.0
|
45
45
|
Requires-Dist: openstacksdk==4.4.0
|
46
|
-
Requires-Dist: pottery==3.0.
|
46
|
+
Requires-Dist: pottery==3.0.1
|
47
47
|
Requires-Dist: prompt-toolkit==3.0.50
|
48
48
|
Requires-Dist: pydantic==1.10.21
|
49
49
|
Requires-Dist: pynetbox==7.4.1
|
50
50
|
Requires-Dist: pytest-testinfra==10.1.1
|
51
51
|
Requires-Dist: python-dateutil==2.9.0.post0
|
52
|
-
Requires-Dist: setuptools==
|
52
|
+
Requires-Dist: setuptools==78.1.0
|
53
53
|
Requires-Dist: sqlmodel==0.0.24
|
54
54
|
Requires-Dist: sushy==5.5.0
|
55
55
|
Requires-Dist: tabulate==0.9.0
|
@@ -57,8 +57,8 @@ Requires-Dist: transitions==0.9.2
|
|
57
57
|
Requires-Dist: uvicorn[standard]==0.34.0
|
58
58
|
Requires-Dist: watchdog==6.0.0
|
59
59
|
Provides-Extra: ansible
|
60
|
-
Requires-Dist: ansible-runner==2.4.
|
61
|
-
Requires-Dist: ansible-core==2.18.
|
60
|
+
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
61
|
+
Requires-Dist: ansible-core==2.18.4; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
63
|
Requires-Dist: openstack-image-manager==0.20250314.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
@@ -66,6 +66,7 @@ Dynamic: author-email
|
|
66
66
|
Dynamic: classifier
|
67
67
|
Dynamic: description
|
68
68
|
Dynamic: home-page
|
69
|
+
Dynamic: license-file
|
69
70
|
Dynamic: requires-dist
|
70
71
|
Dynamic: requires-python
|
71
72
|
Dynamic: summary
|
@@ -8,32 +8,32 @@ ClusterShell = "==1.9.3"
|
|
8
8
|
GitPython = "==3.1.44"
|
9
9
|
Jinja2 = "==3.1.6"
|
10
10
|
PyYAML = "==6.0.2"
|
11
|
-
ansible-runner = "==2.4.
|
11
|
+
ansible-runner = "==2.4.1"
|
12
12
|
ara = "==1.7.2"
|
13
13
|
celery = {version = "==5.4.0", extras = ["redis"]}
|
14
14
|
cliff = "==4.9.1"
|
15
|
-
deepdiff = "==8.
|
15
|
+
deepdiff = "==8.4.2"
|
16
16
|
docker = "==7.1.0"
|
17
17
|
dtrack-auditor = "==1.5.0"
|
18
18
|
flower = "==2.0.1"
|
19
19
|
hiredis = "==3.1.0"
|
20
|
-
huey = "==2.5.
|
20
|
+
huey = "==2.5.3"
|
21
21
|
jc = "==1.25.4"
|
22
22
|
keystoneauth1 = "==5.10.0"
|
23
|
-
kombu = "==5.5.
|
23
|
+
kombu = "==5.5.1"
|
24
24
|
kubernetes = "==32.0.1"
|
25
25
|
loguru = "==0.7.3"
|
26
26
|
netmiko = "==4.5.0"
|
27
27
|
nornir = "==3.5.0"
|
28
28
|
nornir-ansible = "==2023.12.28"
|
29
29
|
openstacksdk = "==4.4.0"
|
30
|
-
pottery = "==3.0.
|
30
|
+
pottery = "==3.0.1"
|
31
31
|
prompt-toolkit = "==3.0.50"
|
32
32
|
pydantic = "==1.10.21"
|
33
33
|
pynetbox = "==7.4.1"
|
34
34
|
pytest-testinfra = "==10.1.1"
|
35
35
|
python-dateutil = "==2.9.0.post0"
|
36
|
-
setuptools = "==
|
36
|
+
setuptools = "==78.1.0"
|
37
37
|
sqlmodel = "==0.0.24"
|
38
38
|
sushy = "==5.5.0"
|
39
39
|
transitions = "==0.9.2"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_meta": {
|
3
3
|
"hash": {
|
4
|
-
"sha256": "
|
4
|
+
"sha256": "fdcd2ada79e948f3b9b2dc37443bee51cb5911c01213c5a7f7f844eb7b3594b6"
|
5
5
|
},
|
6
6
|
"pipfile-spec": 6,
|
7
7
|
"requires": {},
|
@@ -24,12 +24,12 @@
|
|
24
24
|
},
|
25
25
|
"ansible-runner": {
|
26
26
|
"hashes": [
|
27
|
-
"sha256:
|
28
|
-
"sha256:
|
27
|
+
"sha256:11d717da4dd8d93d56703a4a98e5f2154026a7ed1b46d9930902b8298dc67d09",
|
28
|
+
"sha256:ef4efe906414f6e9a4c2e41d131fabc3bfe952f16edded7bdc06d597b05f0eb6"
|
29
29
|
],
|
30
30
|
"index": "pypi",
|
31
31
|
"markers": "python_version >= '3.9'",
|
32
|
-
"version": "==2.4.
|
32
|
+
"version": "==2.4.1"
|
33
33
|
},
|
34
34
|
"ara": {
|
35
35
|
"hashes": [
|
@@ -417,12 +417,12 @@
|
|
417
417
|
},
|
418
418
|
"deepdiff": {
|
419
419
|
"hashes": [
|
420
|
-
"sha256:
|
421
|
-
"sha256:
|
420
|
+
"sha256:5c741c0867ebc7fcb83950ad5ed958369c17f424e14dee32a11c56073f4ee92a",
|
421
|
+
"sha256:7e39e5b26f3747c54f9d0e8b9b29daab670c3100166b77cc0185d5793121b099"
|
422
422
|
],
|
423
423
|
"index": "pypi",
|
424
424
|
"markers": "python_version >= '3.8'",
|
425
|
-
"version": "==8.
|
425
|
+
"version": "==8.4.2"
|
426
426
|
},
|
427
427
|
"docker": {
|
428
428
|
"hashes": [
|
@@ -696,18 +696,18 @@
|
|
696
696
|
},
|
697
697
|
"huey": {
|
698
698
|
"hashes": [
|
699
|
-
"sha256:
|
699
|
+
"sha256:089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7"
|
700
700
|
],
|
701
701
|
"index": "pypi",
|
702
|
-
"version": "==2.5.
|
702
|
+
"version": "==2.5.3"
|
703
703
|
},
|
704
704
|
"humanize": {
|
705
705
|
"hashes": [
|
706
|
-
"sha256:
|
707
|
-
"sha256:
|
706
|
+
"sha256:ce0715740e9caacc982bb89098182cf8ded3552693a433311c6a4ce6f4e12a2c",
|
707
|
+
"sha256:e4e44dced598b7e03487f3b1c6fd5b1146c30ea55a110e71d5d4bca3e094259e"
|
708
708
|
],
|
709
709
|
"markers": "python_version >= '3.9'",
|
710
|
-
"version": "==4.12.
|
710
|
+
"version": "==4.12.2"
|
711
711
|
},
|
712
712
|
"idna": {
|
713
713
|
"hashes": [
|
@@ -719,11 +719,11 @@
|
|
719
719
|
},
|
720
720
|
"iniconfig": {
|
721
721
|
"hashes": [
|
722
|
-
"sha256:
|
723
|
-
"sha256:
|
722
|
+
"sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7",
|
723
|
+
"sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"
|
724
724
|
],
|
725
|
-
"markers": "python_version >= '3.
|
726
|
-
"version": "==2.
|
725
|
+
"markers": "python_version >= '3.8'",
|
726
|
+
"version": "==2.1.0"
|
727
727
|
},
|
728
728
|
"iso8601": {
|
729
729
|
"hashes": [
|
@@ -786,12 +786,12 @@
|
|
786
786
|
},
|
787
787
|
"kombu": {
|
788
788
|
"hashes": [
|
789
|
-
"sha256:
|
790
|
-
"sha256:
|
789
|
+
"sha256:3b66add422e1655235c7c9244000600368ef6f2ba66278a5cf0ba2e7b2dc6425",
|
790
|
+
"sha256:a4c2250396cdfb947c5e5322f3094fd36c3f86a1cff655f5cffdf45f371dddb8"
|
791
791
|
],
|
792
792
|
"index": "pypi",
|
793
793
|
"markers": "python_version >= '3.8'",
|
794
|
-
"version": "==5.5.
|
794
|
+
"version": "==5.5.1"
|
795
795
|
},
|
796
796
|
"kubernetes": {
|
797
797
|
"hashes": [
|
@@ -1017,11 +1017,11 @@
|
|
1017
1017
|
},
|
1018
1018
|
"ntc-templates": {
|
1019
1019
|
"hashes": [
|
1020
|
-
"sha256:
|
1021
|
-
"sha256:
|
1020
|
+
"sha256:693536d228de466e0ce895226586f090eb91fcd4e209aeb12527391b4340fc62",
|
1021
|
+
"sha256:db0e8328117b6ce51e0fffee291a2cf7d8771977fbf4d751e457c49748e9c56b"
|
1022
1022
|
],
|
1023
1023
|
"markers": "python_version >= '3.8' and python_version < '4.0'",
|
1024
|
-
"version": "==7.
|
1024
|
+
"version": "==7.8.0"
|
1025
1025
|
},
|
1026
1026
|
"oauthlib": {
|
1027
1027
|
"hashes": [
|
@@ -1088,11 +1088,11 @@
|
|
1088
1088
|
},
|
1089
1089
|
"platformdirs": {
|
1090
1090
|
"hashes": [
|
1091
|
-
"sha256:
|
1092
|
-
"sha256:
|
1091
|
+
"sha256:a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94",
|
1092
|
+
"sha256:eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"
|
1093
1093
|
],
|
1094
|
-
"markers": "python_version >= '3.
|
1095
|
-
"version": "==4.3.
|
1094
|
+
"markers": "python_version >= '3.9'",
|
1095
|
+
"version": "==4.3.7"
|
1096
1096
|
},
|
1097
1097
|
"pluggy": {
|
1098
1098
|
"hashes": [
|
@@ -1110,20 +1110,20 @@
|
|
1110
1110
|
},
|
1111
1111
|
"pottery": {
|
1112
1112
|
"hashes": [
|
1113
|
-
"sha256:
|
1114
|
-
"sha256:
|
1113
|
+
"sha256:22db1268d7b035800a8c1d225e3806f8b35748f1f5191cbcf364f06fbe11104d",
|
1114
|
+
"sha256:c0e223ccfa72d620e4ba16e7e381ab6498745f875e6c939c6b396525e9aee112"
|
1115
1115
|
],
|
1116
1116
|
"index": "pypi",
|
1117
|
-
"markers": "python_version >= '3.
|
1118
|
-
"version": "==3.0.
|
1117
|
+
"markers": "python_version >= '3.9' and python_version < '4'",
|
1118
|
+
"version": "==3.0.1"
|
1119
1119
|
},
|
1120
1120
|
"prettytable": {
|
1121
1121
|
"hashes": [
|
1122
|
-
"sha256:
|
1123
|
-
"sha256:
|
1122
|
+
"sha256:3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57",
|
1123
|
+
"sha256:b5eccfabb82222f5aa46b798ff02a8452cf530a352c31bddfa29be41242863aa"
|
1124
1124
|
],
|
1125
1125
|
"markers": "python_version >= '3.9'",
|
1126
|
-
"version": "==3.
|
1126
|
+
"version": "==3.16.0"
|
1127
1127
|
},
|
1128
1128
|
"prometheus-client": {
|
1129
1129
|
"hashes": [
|
@@ -1254,6 +1254,14 @@
|
|
1254
1254
|
"markers": "python_version >= '3.8'",
|
1255
1255
|
"version": "==2.19.1"
|
1256
1256
|
},
|
1257
|
+
"pyjwt": {
|
1258
|
+
"hashes": [
|
1259
|
+
"sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850",
|
1260
|
+
"sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"
|
1261
|
+
],
|
1262
|
+
"markers": "python_version >= '3.8'",
|
1263
|
+
"version": "==2.9.0"
|
1264
|
+
},
|
1257
1265
|
"pynacl": {
|
1258
1266
|
"hashes": [
|
1259
1267
|
"sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858",
|
@@ -1327,10 +1335,10 @@
|
|
1327
1335
|
},
|
1328
1336
|
"pytz": {
|
1329
1337
|
"hashes": [
|
1330
|
-
"sha256:
|
1331
|
-
"sha256:
|
1338
|
+
"sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3",
|
1339
|
+
"sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"
|
1332
1340
|
],
|
1333
|
-
"version": "==2025.
|
1341
|
+
"version": "==2025.2"
|
1334
1342
|
},
|
1335
1343
|
"pyyaml": {
|
1336
1344
|
"hashes": [
|
@@ -1394,11 +1402,11 @@
|
|
1394
1402
|
},
|
1395
1403
|
"redis": {
|
1396
1404
|
"hashes": [
|
1397
|
-
"sha256:
|
1398
|
-
"sha256:
|
1405
|
+
"sha256:6e62c20bb261a5bd718f6a41ab33aeb8ea151d1f59034f974d66455dbba908f8",
|
1406
|
+
"sha256:fb0104559a9c56f94aabd944f0b7004be79d21211226da47edbda4f37e205edc"
|
1399
1407
|
],
|
1400
|
-
"markers": "python_version >= '3.
|
1401
|
-
"version": "==
|
1408
|
+
"markers": "python_version >= '3.8'",
|
1409
|
+
"version": "==5.3.0b5"
|
1402
1410
|
},
|
1403
1411
|
"requests": {
|
1404
1412
|
"hashes": [
|
@@ -1456,12 +1464,12 @@
|
|
1456
1464
|
},
|
1457
1465
|
"setuptools": {
|
1458
1466
|
"hashes": [
|
1459
|
-
"sha256:
|
1460
|
-
"sha256:
|
1467
|
+
"sha256:18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54",
|
1468
|
+
"sha256:3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"
|
1461
1469
|
],
|
1462
1470
|
"index": "pypi",
|
1463
1471
|
"markers": "python_version >= '3.9'",
|
1464
|
-
"version": "==
|
1472
|
+
"version": "==78.1.0"
|
1465
1473
|
},
|
1466
1474
|
"six": {
|
1467
1475
|
"hashes": [
|
@@ -1602,11 +1610,11 @@
|
|
1602
1610
|
},
|
1603
1611
|
"typing-extensions": {
|
1604
1612
|
"hashes": [
|
1605
|
-
"sha256:
|
1606
|
-
"sha256:
|
1613
|
+
"sha256:0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b",
|
1614
|
+
"sha256:c8dd92cc0d6425a97c18fbb9d1954e5ff92c1ca881a309c45f06ebc0b79058e5"
|
1607
1615
|
],
|
1608
1616
|
"markers": "python_version >= '3.8'",
|
1609
|
-
"version": "==4.
|
1617
|
+
"version": "==4.13.0"
|
1610
1618
|
},
|
1611
1619
|
"tzdata": {
|
1612
1620
|
"hashes": [
|