osism 0.20250902.0__py3-none-any.whl → 0.20250919.0__py3-none-any.whl

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/commands/manage.py CHANGED
@@ -87,7 +87,9 @@ class ImageClusterapi(Command):
87
87
  logger.info(f"date: {splitted[0]}")
88
88
  logger.info(f"image: {splitted[1]}")
89
89
 
90
- r = findall(r".*ubuntu-2204-kube-v(.*\..*\..*).qcow2", splitted[1])
90
+ r = findall(
91
+ r".*ubuntu-[0-9][02468]04-kube-v(.*\..*\..*).qcow2", splitted[1]
92
+ )
91
93
  logger.info(f"version: {r[0].strip()}")
92
94
 
93
95
  url = urljoin(base_url, splitted[1])
osism/data/__init__.py CHANGED
@@ -23,6 +23,7 @@ images:
23
23
  replace_frequency: quarterly
24
24
  uuid_validity: last-1
25
25
  provided_until: none
26
+ os_purpose: network
26
27
  tags:
27
28
  - amphora
28
29
  versions:
@@ -57,6 +58,7 @@ images:
57
58
  replace_frequency: never
58
59
  uuid_validity: none
59
60
  provided_until: none
61
+ os_purpose: k8snode
60
62
  tags: []
61
63
  versions:
62
64
  - version: "v{{ image_version }}"
@@ -90,6 +92,7 @@ images:
90
92
  replace_frequency: never
91
93
  uuid_validity: none
92
94
  provided_until: none
95
+ os_purpose: k8snode
93
96
  tags: []
94
97
  versions:
95
98
  - version: "{{ image_version }}"
@@ -77,4 +77,5 @@ SUPPORTED_HWSKUS = [
77
77
  "Accton-AS7326-56X",
78
78
  "Accton-AS7726-32X",
79
79
  "Accton-AS9716-32D",
80
+ "Accton-AS9726-32D",
80
81
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osism
3
- Version: 0.20250902.0
3
+ Version: 0.20250919.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -29,10 +29,10 @@ Requires-Dist: PyYAML==6.0.2
29
29
  Requires-Dist: ara==1.7.3
30
30
  Requires-Dist: celery[redis]==5.5.3
31
31
  Requires-Dist: cliff==4.11.0
32
- Requires-Dist: deepdiff==8.6.0
32
+ Requires-Dist: deepdiff==8.6.1
33
33
  Requires-Dist: docker==7.1.0
34
34
  Requires-Dist: dtrack-auditor==1.5.0
35
- Requires-Dist: fastapi==0.116.1
35
+ Requires-Dist: fastapi==0.116.2
36
36
  Requires-Dist: flower==2.0.1
37
37
  Requires-Dist: hiredis==3.2.1
38
38
  Requires-Dist: jc==1.25.5
@@ -41,7 +41,7 @@ Requires-Dist: kombu==5.5.4
41
41
  Requires-Dist: kubernetes==33.1.0
42
42
  Requires-Dist: loguru==0.7.3
43
43
  Requires-Dist: nbcli==0.10.0.dev2
44
- Requires-Dist: openstacksdk==4.7.0
44
+ Requires-Dist: openstacksdk==4.7.1
45
45
  Requires-Dist: paramiko==3.5.1
46
46
  Requires-Dist: pottery==3.0.1
47
47
  Requires-Dist: prompt-toolkit==3.0.52
@@ -49,7 +49,7 @@ Requires-Dist: pynetbox==7.5.0
49
49
  Requires-Dist: pytest-testinfra==10.2.2
50
50
  Requires-Dist: python-dateutil==2.9.0.post0
51
51
  Requires-Dist: setuptools==80.9.0
52
- Requires-Dist: sqlmodel==0.0.24
52
+ Requires-Dist: sqlmodel==0.0.25
53
53
  Requires-Dist: sushy==5.7.1
54
54
  Requires-Dist: tabulate==0.9.0
55
55
  Requires-Dist: transitions==0.9.3
@@ -59,9 +59,9 @@ Requires-Dist: watchdog==6.0.0
59
59
  Requires-Dist: websockets==15.0.1
60
60
  Provides-Extra: ansible
61
61
  Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
62
- Requires-Dist: ansible-core==2.19.1; extra == "ansible"
62
+ Requires-Dist: ansible-core==2.19.2; extra == "ansible"
63
63
  Provides-Extra: openstack-image-manager
64
- Requires-Dist: openstack-image-manager==0.20250827.0; extra == "openstack-image-manager"
64
+ Requires-Dist: openstack-image-manager==0.20250912.0; extra == "openstack-image-manager"
65
65
  Dynamic: author
66
66
  Dynamic: author-email
67
67
  Dynamic: classifier
@@ -14,7 +14,7 @@ osism/commands/container.py,sha256=jHk5A0PXBzHGIm-1d5HQZI_POANAq7An1lZGRbqBvr0,1
14
14
  osism/commands/get.py,sha256=ryytjtXWmlMV0NucP5tGkMZu0nIlC4xVtjRk4iMZ06c,8967
15
15
  osism/commands/lock.py,sha256=MrZ5Ku6xJkic8Nlnv285V89EAgi0NQ8HZioU8urpWXA,3220
16
16
  osism/commands/log.py,sha256=QnnTTNiAoa8oj4kDOcggh0QrRAD6onxcEpLXBy7CvDg,4113
17
- osism/commands/manage.py,sha256=nQTsV-0D9_JLR7v53Wa7G0DcOmmfntZ557W4mcQzNw0,17095
17
+ osism/commands/manage.py,sha256=mYPXha5LmLyzHMc04jBJZ0Bva0I2fyPorrUuGoTWtSg,17135
18
18
  osism/commands/netbox.py,sha256=dxljfrQ07qHdUgWWRiAxzihlRmXI2JeWWPicuuKTRww,8659
19
19
  osism/commands/noset.py,sha256=0_5-LruRIbmzKP8UfV6r25DaYf0sWC958GZAl5nj04g,1697
20
20
  osism/commands/reconciler.py,sha256=2svFOFEQtPd2z14_lMd0yGrKLgGJ9dh0bCnyCHhl7ms,2305
@@ -31,7 +31,7 @@ osism/commands/vault.py,sha256=llaqNN8UH8t8cCu2KmdaURvprA4zeG6izCen_W7ulPs,2029
31
31
  osism/commands/volume.py,sha256=l6oAk__dFM8KKdLTWOvuSiI7tLh9wAPZp8hwmYF-NX0,6595
32
32
  osism/commands/wait.py,sha256=2Ncx63M0AFq4fq40VZVClf1LS-WHetD8iC_mG2dY_Cw,5275
33
33
  osism/commands/worker.py,sha256=S8EBBVHSP6qQ4nek5fPclxdeHtjY4AFQF43YK0Kyly4,1777
34
- osism/data/__init__.py,sha256=7nhKIh5lATHCVO34En60dmM9WXclucRO59ylMp_1gks,2232
34
+ osism/data/__init__.py,sha256=biSDzdL9QvXjbRpXROVKaNToHzDe74kqCITYRhic444,2310
35
35
  osism/data/enums.py,sha256=gItIjOK6xWuOZSkMxpMdYLRyt4ezyhzkqA7BGiah2o0,10030
36
36
  osism/data/playbooks.py,sha256=M3T3ajV-8Lt-orsRO3jAoukhaoYFr4EZ2dzYXQjt1kg,728
37
37
  osism/services/__init__.py,sha256=bG7Ffen4LvQtgnYPFEpFccsWs81t4zqqeqn9ZeirH6E,38
@@ -58,18 +58,18 @@ osism/tasks/conductor/sonic/bgp.py,sha256=PC6gGI5bCj2PCXcNGyMV9-EdlJWDsYaodzxigm
58
58
  osism/tasks/conductor/sonic/cache.py,sha256=Asv2k3nLJejuq7iB0a_LyK8dEmJzypP9v3OHkNY3GwI,3438
59
59
  osism/tasks/conductor/sonic/config_generator.py,sha256=U9tFNdJsZIdk-lzbkodXiWmK4FJq0FplBKKKuP7R27o,53269
60
60
  osism/tasks/conductor/sonic/connections.py,sha256=MU3u7HRG42dDlKL5GMruDVSvVl6AUXEf_WivfYdFURE,19297
61
- osism/tasks/conductor/sonic/constants.py,sha256=HjVFwmH-AN3np1qN97ahEAcwz2-4cHa-pA9pXWqWsqs,2219
61
+ osism/tasks/conductor/sonic/constants.py,sha256=hBNaI-uS4gMSi4H96495SBmqBENjCKNCJTLYPNevmIU,2244
62
62
  osism/tasks/conductor/sonic/device.py,sha256=ZYJA0bQ8waKWStzWUPxbcwNWa2Z_hMB3pqs8aA_nxXA,2458
63
63
  osism/tasks/conductor/sonic/exporter.py,sha256=25L1vbi84ZQD0xNHNTWk-anTz5QRkGJskCECBkeGQw4,8882
64
64
  osism/tasks/conductor/sonic/interface.py,sha256=M876LHdFqGxUfTizzDusdzvCkDI0vCgqte5uLmOXFaY,39472
65
65
  osism/tasks/conductor/sonic/sync.py,sha256=fpgsQVwq6Hb7eeDHhLkAqx5BkaK3Ce_m_WvmWEsJyOo,9182
66
66
  osism/utils/__init__.py,sha256=IEr0sR1HKg-QI_u84fs4gMldC6-EPSxvMBh2zMGu5dU,9939
67
67
  osism/utils/ssh.py,sha256=nxeEgwjJWvQCybKDp-NelMeWyODCYpaXFCBchAv4-bg,8691
68
- osism-0.20250902.0.dist-info/licenses/AUTHORS,sha256=oWotd63qsnNR945QLJP9mEXaXNtCMaesfo8ZNuLjwpU,39
69
- osism-0.20250902.0.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
70
- osism-0.20250902.0.dist-info/METADATA,sha256=_xvoRz16d6iqeVWURWvof1byffIiHa-Zte9nIwt8Q_g,2971
71
- osism-0.20250902.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
72
- osism-0.20250902.0.dist-info/entry_points.txt,sha256=W45YQ7MJ7BCAPZXl3F6d2FSi6An0moZQbzLn_BwGnRE,4618
73
- osism-0.20250902.0.dist-info/pbr.json,sha256=WxolaY6TtsKHRl9bCd1zfWmrvaKK9RpOboW60FHI1oA,47
74
- osism-0.20250902.0.dist-info/top_level.txt,sha256=8L8dsI9hcaGHsdnR4k_LN9EM78EhwrXRFHyAryPXZtY,6
75
- osism-0.20250902.0.dist-info/RECORD,,
68
+ osism-0.20250919.0.dist-info/licenses/AUTHORS,sha256=DJIRsjyrFxKjFvmpUNDRDBS04nRiJ5B6FpKcDcfnoGM,36
69
+ osism-0.20250919.0.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
70
+ osism-0.20250919.0.dist-info/METADATA,sha256=yUP8maQEdZTw_S98mpMq_gjQY-oRTPxIZPxH3l7vUus,2971
71
+ osism-0.20250919.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
72
+ osism-0.20250919.0.dist-info/entry_points.txt,sha256=W45YQ7MJ7BCAPZXl3F6d2FSi6An0moZQbzLn_BwGnRE,4618
73
+ osism-0.20250919.0.dist-info/pbr.json,sha256=PAMccwqoOE9e-txmqk4y_4SaKyVuFto85oajizESJwM,47
74
+ osism-0.20250919.0.dist-info/top_level.txt,sha256=8L8dsI9hcaGHsdnR4k_LN9EM78EhwrXRFHyAryPXZtY,6
75
+ osism-0.20250919.0.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ janhorstmann <horstmann@osism.tech>
@@ -0,0 +1 @@
1
+ {"git_version": "6f46bd9", "is_release": false}
@@ -1 +0,0 @@
1
- Christian Berendt <berendt@osism.tech>
@@ -1 +0,0 @@
1
- {"git_version": "8ffeee4", "is_release": false}