osism 0.20241219.1__tar.gz → 0.20241219.2__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.
Files changed (94) hide show
  1. osism-0.20241219.2/ChangeLog +7 -0
  2. {osism-0.20241219.1/osism.egg-info → osism-0.20241219.2}/PKG-INFO +1 -2
  3. {osism-0.20241219.1 → osism-0.20241219.2}/Pipfile +0 -1
  4. {osism-0.20241219.1 → osism-0.20241219.2}/Pipfile.lock +4 -68
  5. {osism-0.20241219.1 → osism-0.20241219.2/osism.egg-info}/PKG-INFO +1 -2
  6. osism-0.20241219.2/osism.egg-info/pbr.json +1 -0
  7. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/requires.txt +0 -1
  8. {osism-0.20241219.1 → osism-0.20241219.2}/requirements.txt +0 -1
  9. osism-0.20241219.1/ChangeLog +0 -7
  10. osism-0.20241219.1/osism.egg-info/pbr.json +0 -1
  11. {osism-0.20241219.1 → osism-0.20241219.2}/.flake8 +0 -0
  12. {osism-0.20241219.1 → osism-0.20241219.2}/.github/renovate.json +0 -0
  13. {osism-0.20241219.1 → osism-0.20241219.2}/.github/workflows/publish.yml +0 -0
  14. {osism-0.20241219.1 → osism-0.20241219.2}/.hadolint.yaml +0 -0
  15. {osism-0.20241219.1 → osism-0.20241219.2}/.zuul.yaml +0 -0
  16. {osism-0.20241219.1 → osism-0.20241219.2}/AUTHORS +0 -0
  17. {osism-0.20241219.1 → osism-0.20241219.2}/Containerfile +0 -0
  18. {osism-0.20241219.1 → osism-0.20241219.2}/Dockerfile +0 -0
  19. {osism-0.20241219.1 → osism-0.20241219.2}/LICENSE +0 -0
  20. {osism-0.20241219.1 → osism-0.20241219.2}/README.md +0 -0
  21. {osism-0.20241219.1 → osism-0.20241219.2}/files/change.sh +0 -0
  22. {osism-0.20241219.1 → osism-0.20241219.2}/files/cleanup-ansible-collections.sh +0 -0
  23. {osism-0.20241219.1 → osism-0.20241219.2}/files/clustershell/clush.conf +0 -0
  24. {osism-0.20241219.1 → osism-0.20241219.2}/files/clustershell/groups.conf +0 -0
  25. {osism-0.20241219.1 → osism-0.20241219.2}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
  26. {osism-0.20241219.1 → osism-0.20241219.2}/files/import/main.py +0 -0
  27. {osism-0.20241219.1 → osism-0.20241219.2}/files/run-ansible-console.sh +0 -0
  28. {osism-0.20241219.1 → osism-0.20241219.2}/osism/__init__.py +0 -0
  29. {osism-0.20241219.1 → osism-0.20241219.2}/osism/__main__.py +0 -0
  30. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/__init__.py +0 -0
  31. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/check_configuration.py +0 -0
  32. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/deploy_configuration.py +0 -0
  33. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/diff_configuration.py +0 -0
  34. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/generate_configuration.py +0 -0
  35. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/manage_device.py +0 -0
  36. {osism-0.20241219.1 → osism-0.20241219.2}/osism/actions/manage_interface.py +0 -0
  37. {osism-0.20241219.1 → osism-0.20241219.2}/osism/api.py +0 -0
  38. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/__init__.py +0 -0
  39. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/apply.py +0 -0
  40. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/compose.py +0 -0
  41. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/compute.py +0 -0
  42. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/configuration.py +0 -0
  43. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/console.py +0 -0
  44. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/container.py +0 -0
  45. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/get.py +0 -0
  46. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/log.py +0 -0
  47. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/manage.py +0 -0
  48. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/netbox.py +0 -0
  49. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/noset.py +0 -0
  50. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/reconciler.py +0 -0
  51. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/server.py +0 -0
  52. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/service.py +0 -0
  53. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/set.py +0 -0
  54. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/status.py +0 -0
  55. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/sync.py +0 -0
  56. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/task.py +0 -0
  57. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/validate.py +0 -0
  58. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/vault.py +0 -0
  59. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/volume.py +0 -0
  60. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/wait.py +0 -0
  61. {osism-0.20241219.1 → osism-0.20241219.2}/osism/commands/worker.py +0 -0
  62. {osism-0.20241219.1 → osism-0.20241219.2}/osism/core/__init__.py +0 -0
  63. {osism-0.20241219.1 → osism-0.20241219.2}/osism/core/enums.py +0 -0
  64. {osism-0.20241219.1 → osism-0.20241219.2}/osism/core/playbooks.py +0 -0
  65. {osism-0.20241219.1 → osism-0.20241219.2}/osism/data/__init__.py +0 -0
  66. {osism-0.20241219.1 → osism-0.20241219.2}/osism/main.py +0 -0
  67. {osism-0.20241219.1 → osism-0.20241219.2}/osism/plugins/__init__.py +0 -0
  68. {osism-0.20241219.1 → osism-0.20241219.2}/osism/services/__init__.py +0 -0
  69. {osism-0.20241219.1 → osism-0.20241219.2}/osism/services/listener.py +0 -0
  70. {osism-0.20241219.1 → osism-0.20241219.2}/osism/settings.py +0 -0
  71. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/__init__.py +0 -0
  72. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/ansible.py +0 -0
  73. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/ceph.py +0 -0
  74. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/conductor.py +0 -0
  75. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/kolla.py +0 -0
  76. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/kubernetes.py +0 -0
  77. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/netbox.py +0 -0
  78. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/openstack.py +0 -0
  79. {osism-0.20241219.1 → osism-0.20241219.2}/osism/tasks/reconciler.py +0 -0
  80. {osism-0.20241219.1 → osism-0.20241219.2}/osism/utils/__init__.py +0 -0
  81. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/SOURCES.txt +0 -0
  82. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/dependency_links.txt +0 -0
  83. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/entry_points.txt +0 -0
  84. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/not-zip-safe +0 -0
  85. {osism-0.20241219.1 → osism-0.20241219.2}/osism.egg-info/top_level.txt +0 -0
  86. {osism-0.20241219.1 → osism-0.20241219.2}/playbooks/build.yml +0 -0
  87. {osism-0.20241219.1 → osism-0.20241219.2}/playbooks/pre.yml +0 -0
  88. {osism-0.20241219.1 → osism-0.20241219.2}/playbooks/test-setup.yml +0 -0
  89. {osism-0.20241219.1 → osism-0.20241219.2}/requirements.ansible.txt +0 -0
  90. {osism-0.20241219.1 → osism-0.20241219.2}/requirements.openstack-flavor-manager.txt +0 -0
  91. {osism-0.20241219.1 → osism-0.20241219.2}/requirements.openstack-image-manager.txt +0 -0
  92. {osism-0.20241219.1 → osism-0.20241219.2}/requirements.yml +0 -0
  93. {osism-0.20241219.1 → osism-0.20241219.2}/setup.cfg +0 -0
  94. {osism-0.20241219.1 → osism-0.20241219.2}/setup.py +0 -0
@@ -0,0 +1,7 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v0.20241219.2
5
+ -------------
6
+
7
+ * Remove netbox-manager as requirement (#1162)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: osism
3
- Version: 0.20241219.1
3
+ Version: 0.20241219.2
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -39,7 +39,6 @@ Requires-Dist: keystoneauth1==5.9.1
39
39
  Requires-Dist: kombu==5.4.2
40
40
  Requires-Dist: kubernetes==31.0.0
41
41
  Requires-Dist: loguru==0.7.3
42
- Requires-Dist: netbox-manager==0.20241217.0
43
42
  Requires-Dist: netmiko==4.5.0
44
43
  Requires-Dist: nornir-ansible==2023.12.28
45
44
  Requires-Dist: nornir==3.4.1
@@ -23,7 +23,6 @@ keystoneauth1 = "==5.9.1"
23
23
  kombu = "==5.4.2"
24
24
  kubernetes = "==31.0.0"
25
25
  loguru = "==0.7.3"
26
- netbox-manager = "==0.20241217.0"
27
26
  netmiko = "==4.5.0"
28
27
  nornir = "==3.4.1"
29
28
  nornir-ansible = "==2023.12.28"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "hash": {
4
- "sha256": "a644baae79f99f6037710defe5b728e8faa73b1dda2f3d303102f4dfd523627b"
4
+ "sha256": "ab9b89e7c0db041da5c71ce76859322cae9501244eaafe789d413b1b639f94a4"
5
5
  },
6
6
  "pipfile-spec": 6,
7
7
  "requires": {},
@@ -22,14 +22,6 @@
22
22
  "markers": "python_version >= '3.6'",
23
23
  "version": "==5.3.1"
24
24
  },
25
- "ansible-core": {
26
- "hashes": [
27
- "sha256:14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f",
28
- "sha256:4a312e416e09c7271188d6b8e2b1062fc6834fefd6a1814d0e02fb8aadb3e1ba"
29
- ],
30
- "markers": "python_version >= '3.11'",
31
- "version": "==2.18.1"
32
- },
33
25
  "ansible-runner": {
34
26
  "hashes": [
35
27
  "sha256:82d02b2548830f37a53517b65c823c4af371069406c7d213b5c9041d45e0c5b6",
@@ -355,11 +347,11 @@
355
347
  },
356
348
  "cmd2": {
357
349
  "hashes": [
358
- "sha256:0219e2bb75075fa16deffb88edf86efdd2a87439d1fa7b94fdea4b929a3dc914",
359
- "sha256:7e5856fd1a75716288d4638e68946f9697404f377dfdeeddc19045c7012de9b7"
350
+ "sha256:aeb6eb6cd6d783bb7d92d37aa920bcfa7379690ba9ab1188576562f73a13471c",
351
+ "sha256:ddf29beaa7c9d4e9806eefad528a59c372ca97b4c0d83e019fef0e37c44f4497"
360
352
  ],
361
353
  "markers": "python_version >= '3.8'",
362
- "version": "==2.5.7"
354
+ "version": "==2.5.8"
363
355
  },
364
356
  "cryptography": {
365
357
  "hashes": [
@@ -444,14 +436,6 @@
444
436
  ],
445
437
  "version": "==0.9"
446
438
  },
447
- "dynaconf": {
448
- "hashes": [
449
- "sha256:3911c740d717df4576ed55f616c7cbad6e06bc8ef23ffca444b6e2a12fb1c34c",
450
- "sha256:74cc1897396380bb957730eb341cc0976ee9c38bbcb53d3307c50caed0aedfb8"
451
- ],
452
- "markers": "python_version >= '3.8'",
453
- "version": "==3.2.6"
454
- },
455
439
  "flower": {
456
440
  "hashes": [
457
441
  "sha256:5ab717b979530770c16afb48b50d2a98d23c3e9fe39851dcf6bc4d01845a02a0",
@@ -963,23 +947,6 @@
963
947
  "markers": "python_version >= '3.5'",
964
948
  "version": "==1.0.0"
965
949
  },
966
- "natsort": {
967
- "hashes": [
968
- "sha256:45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a1ea581",
969
- "sha256:4732914fb471f56b5cce04d7bae6f164a592c7712e1c85f9ef585e197299521c"
970
- ],
971
- "markers": "python_version >= '3.7'",
972
- "version": "==8.4.0"
973
- },
974
- "netbox-manager": {
975
- "hashes": [
976
- "sha256:85ccb2a6192ba20e48e4b8ef45c55233e81fae13e60d574b3d6f65c7aca46c61",
977
- "sha256:bd2af1c094b49fc4a05f553599fc08e121d4a8de68f1b72084ba382d314c8e62"
978
- ],
979
- "index": "pypi",
980
- "markers": "python_version >= '3.8'",
981
- "version": "==0.20241217.0"
982
- },
983
950
  "netmiko": {
984
951
  "hashes": [
985
952
  "sha256:42d81fb906339af1fb5c6899f181f5cb5c9b03311262ba56c696b113e1f2f61a",
@@ -1415,13 +1382,6 @@
1415
1382
  ],
1416
1383
  "version": "==1.4.0"
1417
1384
  },
1418
- "resolvelib": {
1419
- "hashes": [
1420
- "sha256:04ce76cbd63fded2078ce224785da6ecd42b9564b1390793f64ddecbe997b309",
1421
- "sha256:d2da45d1a8dfee81bdd591647783e340ef3bcb104b54c383f70d422ef5cc7dbf"
1422
- ],
1423
- "version": "==1.0.1"
1424
- },
1425
1385
  "rich": {
1426
1386
  "hashes": [
1427
1387
  "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098",
@@ -1514,14 +1474,6 @@
1514
1474
  "markers": "python_version >= '3.9'",
1515
1475
  "version": "==75.6.0"
1516
1476
  },
1517
- "shellingham": {
1518
- "hashes": [
1519
- "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686",
1520
- "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"
1521
- ],
1522
- "markers": "python_version >= '3.7'",
1523
- "version": "==1.5.4"
1524
- },
1525
1477
  "six": {
1526
1478
  "hashes": [
1527
1479
  "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274",
@@ -1659,14 +1611,6 @@
1659
1611
  "index": "pypi",
1660
1612
  "version": "==0.9.2"
1661
1613
  },
1662
- "typer": {
1663
- "hashes": [
1664
- "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847",
1665
- "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"
1666
- ],
1667
- "markers": "python_version >= '3.7'",
1668
- "version": "==0.15.1"
1669
- },
1670
1614
  "typing-extensions": {
1671
1615
  "hashes": [
1672
1616
  "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d",
@@ -1758,14 +1702,6 @@
1758
1702
  ],
1759
1703
  "markers": "python_version >= '3.6'",
1760
1704
  "version": "==0.14.2"
1761
- },
1762
- "yamale": {
1763
- "hashes": [
1764
- "sha256:19bbe713d588f07177bc519a46070c0793ed126ea37f425a76055b99703f835a",
1765
- "sha256:e44cd30cf3055ee4b34c1c71d6fe35490a127dcbd36f82f27859d105a9989922"
1766
- ],
1767
- "markers": "python_version >= '3.8'",
1768
- "version": "==5.2.1"
1769
1705
  }
1770
1706
  },
1771
1707
  "develop": {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: osism
3
- Version: 0.20241219.1
3
+ Version: 0.20241219.2
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -39,7 +39,6 @@ Requires-Dist: keystoneauth1==5.9.1
39
39
  Requires-Dist: kombu==5.4.2
40
40
  Requires-Dist: kubernetes==31.0.0
41
41
  Requires-Dist: loguru==0.7.3
42
- Requires-Dist: netbox-manager==0.20241217.0
43
42
  Requires-Dist: netmiko==4.5.0
44
43
  Requires-Dist: nornir-ansible==2023.12.28
45
44
  Requires-Dist: nornir==3.4.1
@@ -0,0 +1 @@
1
+ {"git_version": "e14566d", "is_release": false}
@@ -16,7 +16,6 @@ keystoneauth1==5.9.1
16
16
  kombu==5.4.2
17
17
  kubernetes==31.0.0
18
18
  loguru==0.7.3
19
- netbox-manager==0.20241217.0
20
19
  netmiko==4.5.0
21
20
  nornir-ansible==2023.12.28
22
21
  nornir==3.4.1
@@ -16,7 +16,6 @@ keystoneauth1==5.9.1
16
16
  kombu==5.4.2
17
17
  kubernetes==31.0.0
18
18
  loguru==0.7.3
19
- netbox-manager==0.20241217.0
20
19
  netmiko==4.5.0
21
20
  nornir-ansible==2023.12.28
22
21
  nornir==3.4.1
@@ -1,7 +0,0 @@
1
- CHANGES
2
- =======
3
-
4
- v0.20241219.1
5
- -------------
6
-
7
- * Fix the new wait for Pypi script (#1161)
@@ -1 +0,0 @@
1
- {"git_version": "3001a21", "is_release": false}
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