-
Notifications
You must be signed in to change notification settings - Fork 67
Exapnd MachineConfigPool for creation #1204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following are automatically added:
Available user actions:
Supported labels
|
Tox check failedvalidate-resources: install_deps> python -I -m pip install pytest requests validate-resources: commands[0]> pip install . Processing /openshift-python-wrapper-tox-e52b300f-b65f-40df-94d7-0e74d8054d5d Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorlog Using cached colorlog-6.7.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: urllib3 in ./.tox/validate-resources/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (1.26.15) Collecting xmltodict Using cached xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB) Requirement already satisfied: packaging in ./.tox/validate-resources/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (23.1) Collecting openshift Using cached openshift-0.13.1-py3-none-any.whl Collecting kubernetes>=12.0 Using cached kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB) Collecting python-string-utils Using cached python_string_utils-1.0.0-py3-none-any.whl (26 kB) Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 Using cached websocket_client-1.5.1-py3-none-any.whl (55 kB) Requirement already satisfied: certifi>=14.05.14 in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (2022.12.7) Collecting python-dateutil>=2.5.3 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Requirement already satisfied: requests in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (2.29.0) Requirement already satisfied: setuptools>=21.0.0 in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (67.4.0) Collecting requests-oauthlib Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting pyyaml>=5.4.1 Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) Collecting google-auth>=1.0.1 Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) Collecting cachetools<6.0,>=2.0.0 Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting rsa<5,>=3.1.4 Using cached rsa-4.9-py3-none-any.whl (34 kB) Collecting pyasn1-modules>=0.2.1 Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/validate-resources/lib/python3.8/site-packages (from requests->kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (3.1.0) Requirement already satisfied: idna<4,>=2.5 in ./.tox/validate-resources/lib/python3.8/site-packages (from requests->kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (3.4) Collecting oauthlib>=3.0.0 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting pyasn1<0.6.0,>=0.4.6 Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) Building wheels for collected packages: openshift-python-wrapper Building wheel for openshift-python-wrapper (pyproject.toml): started Building wheel for openshift-python-wrapper (pyproject.toml): finished with status 'done' Created wheel for openshift-python-wrapper: filename=openshift_python_wrapper-0.0.0-py3-none-any.whl size=110517 sha256=882e3e682539ec3ad0a348a3476b823a5e1ef0b10b1e09bcd89fab0514f8df47 Stored in directory: /root/.cache/pip/wheels/cd/d9/72/48b15c671a96b682a7e10ef8f8f43f75f5ea3af36e8aef359d Successfully built openshift-python-wrapper Installing collected packages: xmltodict, websocket-client, six, pyyaml, python-string-utils, pyasn1, oauthlib, colorlog, cachetools, rsa, requests-oauthlib, python-dateutil, pyasn1-modules, google-auth, kubernetes, openshift, openshift-python-wrapper Attempting uninstall: openshift-python-wrapper Found existing installation: openshift-python-wrapper 0.0.0 Not uninstalling openshift-python-wrapper at /openshift-python-wrapper-tox-e52b300f-b65f-40df-94d7-0e74d8054d5d, outside environment /openshift-python-wrapper-tox-e52b300f-b65f-40df-94d7-0e74d8054d5d/.tox/validate-resources Can't uninstall 'openshift-python-wrapper'. No files were found to uninstall. Successfully installed cachetools-5.3.0 colorlog-6.7.0 google-auth-2.17.3 kubernetes-26.1.0 oauthlib-3.2.2 openshift-0.13.1 openshift-python-wrapper-0.0.0 pyasn1-0.5.0 pyasn1-modules-0.3.0 python-dateutil-2.8.2 python-string-utils-1.0.0 pyyaml-6.0 requests-oauthlib-1.3.1 rsa-4.9 six-1.16.0 websocket-client-1.5.1 xmltodict-0.13.0 validate-resources: commands[1]> pytest tests/test_validate_resources.py ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.3.1, pluggy-1.0.0 cachedir: .tox/validate-resources/.pytest_cache rootdir: /openshift-python-wrapper-tox-e52b300f-b65f-40df-94d7-0e74d8054d5d collected 1 itemtests/test_validate_resources.py F [100%] =================================== FAILURES =================================== resources_definitions_errors = ["Resource VirtualMachineClusterInstancetype api_group should be {'instancetype.kubevirt.io': {'namespaced': 'false', ...uld be {'instancetype.kubevirt.io': {'namespaced': 'true', 'api_version': 'v1alpha2'}}. got instance.type.kubevirt.io"]
E AssertionError: Resource VirtualMachineClusterInstancetype api_group should be {'instancetype.kubevirt.io': {'namespaced': 'false', 'api_version': 'v1alpha2'}}. got instance.type.kubevirt.io tests/test_validate_resources.py:155: AssertionError �[K �[K |
b355c14 to
1a82483
Compare
Tox check failedvalidate-resources: install_deps> python -I -m pip install pytest requests validate-resources: commands[0]> pip install . Processing /openshift-python-wrapper-tox-21c4b5b9-7361-4989-a59c-458e8a3bfb10 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting xmltodict Using cached xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB) Requirement already satisfied: packaging in ./.tox/validate-resources/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (23.1) Requirement already satisfied: urllib3 in ./.tox/validate-resources/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (1.26.15) Collecting colorlog Using cached colorlog-6.7.0-py2.py3-none-any.whl (11 kB) Collecting openshift Using cached openshift-0.13.1-py3-none-any.whl Collecting kubernetes>=12.0 Using cached kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB) Collecting python-string-utils Using cached python_string_utils-1.0.0-py3-none-any.whl (26 kB) Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: certifi>=14.05.14 in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (2022.12.7) Requirement already satisfied: setuptools>=21.0.0 in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (67.4.0) Collecting python-dateutil>=2.5.3 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting google-auth>=1.0.1 Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) Requirement already satisfied: requests in ./.tox/validate-resources/lib/python3.8/site-packages (from kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (2.29.0) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 Using cached websocket_client-1.5.1-py3-none-any.whl (55 kB) Collecting pyyaml>=5.4.1 Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) Collecting requests-oauthlib Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting cachetools<6.0,>=2.0.0 Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting pyasn1-modules>=0.2.1 Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Collecting rsa<5,>=3.1.4 Using cached rsa-4.9-py3-none-any.whl (34 kB) Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/validate-resources/lib/python3.8/site-packages (from requests->kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (3.1.0) Requirement already satisfied: idna<4,>=2.5 in ./.tox/validate-resources/lib/python3.8/site-packages (from requests->kubernetes>=12.0->openshift->openshift-python-wrapper==0.0.0) (3.4) Collecting oauthlib>=3.0.0 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting pyasn1<0.6.0,>=0.4.6 Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) Building wheels for collected packages: openshift-python-wrapper Building wheel for openshift-python-wrapper (pyproject.toml): started Building wheel for openshift-python-wrapper (pyproject.toml): finished with status 'error' Failed to build openshift-python-wrapper validate-resources: exit 1 (2.69 seconds) /openshift-python-wrapper-tox-21c4b5b9-7361-4989-a59c-458e8a3bfb10> pip install . pid=542�[K �[K |
ad6f4df to
6d8c172
Compare
Tox check passed�[K �[K |
6d8c172 to
a5ea727
Compare
Tox check passed�[K �[K |
Tox check passed�[K �[K |
dbb2a32 to
dfacd87
Compare
Tox check failedunittests: install_deps> python -I -m pip install pytest unittests: commands[0]> pip install pip -U Requirement already satisfied: pip in ./.tox/unittests/lib/python3.8/site-packages (23.0.1) Collecting pip Using cached pip-23.1.2-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.0.1 Uninstalling pip-23.0.1: Successfully uninstalled pip-23.0.1 Successfully installed pip-23.1.2 unittests: commands[1]> pip install . Processing /openshift-python-wrapper-tox-a43a3a21-7a45-47f0-a6ff-1301d11c4e15 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting openshift (from openshift-python-wrapper==0.0.0) Using cached openshift-0.13.1-py3-none-any.whl Collecting xmltodict (from openshift-python-wrapper==0.0.0) Using cached xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB) Collecting urllib3 (from openshift-python-wrapper==0.0.0) Using cached urllib3-2.0.1-py3-none-any.whl (123 kB) Collecting colorlog (from openshift-python-wrapper==0.0.0) Using cached colorlog-6.7.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: packaging in ./.tox/unittests/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (23.1) Collecting kubernetes (from openshift-python-wrapper==0.0.0) Using cached kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB) Collecting python-simple-logger (from openshift-python-wrapper==0.0.0) Using cached python_simple_logger-1.0.5-py3-none-any.whl (6.9 kB) Collecting certifi>=14.05.14 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached certifi-2022.12.7-py3-none-any.whl (155 kB) Collecting six>=1.9.0 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting python-dateutil>=2.5.3 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Requirement already satisfied: setuptools>=21.0.0 in ./.tox/unittests/lib/python3.8/site-packages (from kubernetes->openshift-python-wrapper==0.0.0) (67.4.0) Collecting pyyaml>=5.4.1 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) Collecting google-auth>=1.0.1 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 (from kubernetes->openshift-python-wrapper==0.0.0) Using cached websocket_client-1.5.1-py3-none-any.whl (55 kB) Collecting requests (from kubernetes->openshift-python-wrapper==0.0.0) Using cached requests-2.29.0-py3-none-any.whl (62 kB) Collecting requests-oauthlib (from kubernetes->openshift-python-wrapper==0.0.0) Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting python-string-utils (from openshift->openshift-python-wrapper==0.0.0) Using cached python_string_utils-1.0.0-py3-none-any.whl (26 kB) Collecting poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4 (from python-simple-logger->openshift-python-wrapper==0.0.0) Using cached poetry_dynamic_versioning-0.21.4-py3-none-any.whl (14 kB) Collecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes->openshift-python-wrapper==0.0.0) Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes->openshift-python-wrapper==0.0.0) Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Collecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes->openshift-python-wrapper==0.0.0) Using cached rsa-4.9-py3-none-any.whl (34 kB) Collecting dunamai<2.0.0,>=1.16.0 (from poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached dunamai-1.16.0-py3-none-any.whl (23 kB) Collecting jinja2<4,>=2.11.1 (from poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting tomlkit>=0.4 (from poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached tomlkit-0.11.8-py3-none-any.whl (35 kB) Collecting poetry<2.0.0,>=1.2.0 (from poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached poetry-1.4.2-py3-none-any.whl (222 kB) Collecting charset-normalizer<4,>=2 (from requests->kubernetes->openshift-python-wrapper==0.0.0) Using cached charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195 kB) Collecting idna<4,>=2.5 (from requests->kubernetes->openshift-python-wrapper==0.0.0) Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting urllib3 (from openshift-python-wrapper==0.0.0) Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib->kubernetes->openshift-python-wrapper==0.0.0) Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting MarkupSafe>=2.0 (from jinja2<4,>=2.11.1->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting build<0.11.0,>=0.10.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached build-0.10.0-py3-none-any.whl (17 kB) Collecting cachecontrol[filecache]<0.13.0,>=0.12.9 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached CacheControl-0.12.11-py2.py3-none-any.whl (21 kB) Collecting cleo<3.0.0,>=2.0.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached cleo-2.0.1-py3-none-any.whl (77 kB) Collecting crashtest<0.5.0,>=0.4.1 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached crashtest-0.4.1-py3-none-any.whl (7.6 kB) Collecting dulwich<0.22.0,>=0.21.2 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached dulwich-0.21.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (508 kB) Collecting filelock<4.0.0,>=3.8.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached filelock-3.12.0-py3-none-any.whl (10 kB) Collecting html5lib<2.0,>=1.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting importlib-metadata>=4.4 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting installer<0.8.0,>=0.7.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached installer-0.7.0-py3-none-any.whl (453 kB) Collecting jsonschema<5.0.0,>=4.10.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting keyring<24.0.0,>=23.9.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached keyring-23.13.1-py3-none-any.whl (37 kB) Collecting lockfile<0.13.0,>=0.12.2 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached lockfile-0.12.2-py2.py3-none-any.whl (13 kB) Collecting pexpect<5.0.0,>=4.7.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting pkginfo<2.0.0,>=1.9.4 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pkginfo-1.9.6-py3-none-any.whl (30 kB) Collecting platformdirs<3.0.0,>=2.5.2 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached platformdirs-2.6.2-py3-none-any.whl (14 kB) Collecting poetry-core==1.5.2 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached poetry_core-1.5.2-py3-none-any.whl (465 kB) Collecting poetry-plugin-export<2.0.0,>=1.3.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached poetry_plugin_export-1.3.1-py3-none-any.whl (10 kB) Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) Collecting requests-toolbelt<0.11.0,>=0.9.1 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB) Collecting shellingham<2.0,>=1.5 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached shellingham-1.5.0.post1-py2.py3-none-any.whl (9.4 kB) Requirement already satisfied: tomli<3.0.0,>=2.0.1 in ./.tox/unittests/lib/python3.8/site-packages (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) (2.0.1) Collecting trove-classifiers>=2022.5.19 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached trove_classifiers-2023.4.29-py3-none-any.whl (13 kB) Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached virtualenv-20.23.0-py3-none-any.whl (3.3 MB) Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes->openshift-python-wrapper==0.0.0) Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) Collecting msgpack>=0.5.2 (from cachecontrol[filecache]<0.13.0,>=0.12.9->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached msgpack-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB) Collecting rapidfuzz<3.0.0,>=2.2.0 (from cleo<3.0.0,>=2.0.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached rapidfuzz-2.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB) Collecting webencodings (from html5lib<2.0,>=1.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.4->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting attrs>=17.4.0 (from jsonschema<5.0.0,>=4.10.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached attrs-23.1.0-py3-none-any.whl (61 kB) Collecting importlib-resources>=1.4.0 (from jsonschema<5.0.0,>=4.10.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema<5.0.0,>=4.10.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema<5.0.0,>=4.10.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) Collecting jaraco.classes (from keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached jaraco.classes-3.2.3-py3-none-any.whl (6.0 kB) Collecting SecretStorage>=3.2 (from keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached SecretStorage-3.3.3-py3-none-any.whl (15 kB) Collecting jeepney>=0.4.2 (from keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached jeepney-0.8.0-py3-none-any.whl (48 kB) Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting distlib<1,>=0.3.6 (from virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) INFO: pip is looking at multiple versions of virtualenv to determine which version is compatible with other requirements. This could take a while. Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 (from poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) Using cached virtualenv-20.21.1-py3-none-any.whl (8.7 MB) Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) Collecting more-itertools (from jaraco.classes->keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached more_itertools-9.1.0-py3-none-any.whl (54 kB) Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442 kB) Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry<2.0.0,>=1.2.0->poetry-dynamic-versioning[plugin]<0.22.0,>=0.21.4->python-simple-logger->openshift-python-wrapper==0.0.0) Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Building wheels for collected packages: openshift-python-wrapper Building wheel for openshift-python-wrapper (pyproject.toml): started Building wheel for openshift-python-wrapper (pyproject.toml): finished with status 'error' Failed to build openshift-python-wrapper unittests: exit 1 (9.82 seconds) /openshift-python-wrapper-tox-a43a3a21-7a45-47f0-a6ff-1301d11c4e15> pip install . pid=3878�[K �[K |
Tox check passed�[K �[K |
rnetser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reference to the api is missing; we cannot review it without it. We need to see which fields are requierd
cd94c99 to
008246b
Compare
|
Yeah, whatever. |
008246b to
aa477d1
Compare
|
Kudos, SonarCloud Quality Gate passed! |
|
@yossisegev kind reminder, pr needs to be marked as |
|
@yossisegev and unresolved comments |
|
/verified |
|
@rnetser |
|
@yossisegev they can be resolved from the PR main gage; I resolved them now. |
And thank you for doing so, @rnetser 🙏 . |
* add v4.14 to renovate.json * Exapnd MachineConfigPool for creation (#1204) * Exapnd MachineConfigPool for creation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ICSP: set repository_digest_mirrors to None (#1231) * Add close-stale-issues workflow * [pre-commit.ci] pre-commit autoupdate (#1239) updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * rmemove pre-commit-hooks * remove ruff from pre-commit * Update OWNERS (#1241) * adding omrirh to owners * Update OWNERS Co-authored-by: oharan2 <oharan@redhat.com> --------- Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> Co-authored-by: oharan2 <oharan@redhat.com> * StorageClass - add support for resource creation (#1246) * Update StorageClass class * fix per review * fix per review * wait_for_condition: use sampler, not watcher (#1248) * wait_for_condition: use sampler, not watcher * wait_for_condition: use sampler, not watcher * [pre-commit.ci] pre-commit autoupdate (#1245) updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * disable stale.yml * Update close-stale-issues.yml * [pre-commit.ci] pre-commit autoupdate (#1252) updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Release 4.14.0 * ICSP: set repository_digest_mirrors to None (#1231) (#1233) Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> * Release 4.14.1 * wait_for_condition: use sampler, not watcher (#1250) * Release 4.14.2 * Sync from main (#1253) * add v4.14 to renovate.json * Exapnd MachineConfigPool for creation (#1204) * Exapnd MachineConfigPool for creation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ICSP: set repository_digest_mirrors to None (#1231) * Add close-stale-issues workflow * [pre-commit.ci] pre-commit autoupdate (#1239) updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * rmemove pre-commit-hooks * remove ruff from pre-commit * Update OWNERS (#1241) * adding omrirh to owners * Update OWNERS Co-authored-by: oharan2 <oharan@redhat.com> --------- Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> Co-authored-by: oharan2 <oharan@redhat.com> * StorageClass - add support for resource creation (#1246) * Update StorageClass class * fix per review * fix per review * wait_for_condition: use sampler, not watcher (#1248) * wait_for_condition: use sampler, not watcher * wait_for_condition: use sampler, not watcher * [pre-commit.ci] pre-commit autoupdate (#1245) updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * disable stale.yml * Update close-stale-issues.yml * [pre-commit.ci] pre-commit autoupdate (#1252) updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com> * Release 4.14.3 * Add kubevirt market to test_vm (#1257) Co-authored-by: RedHatQE <None> --------- Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com> Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Release 4.14.0 * ICSP: set repository_digest_mirrors to None (#1231) (#1233) Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> * Release 4.14.1 * wait_for_condition: use sampler, not watcher (#1250) * Release 4.14.2 * Sync from main (#1253) * add v4.14 to renovate.json * Exapnd MachineConfigPool for creation (#1204) * Exapnd MachineConfigPool for creation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ICSP: set repository_digest_mirrors to None (#1231) * Add close-stale-issues workflow * [pre-commit.ci] pre-commit autoupdate (#1239) updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * rmemove pre-commit-hooks * remove ruff from pre-commit * Update OWNERS (#1241) * adding omrirh to owners * Update OWNERS Co-authored-by: oharan2 <oharan@redhat.com> --------- Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> Co-authored-by: oharan2 <oharan@redhat.com> * StorageClass - add support for resource creation (#1246) * Update StorageClass class * fix per review * fix per review * wait_for_condition: use sampler, not watcher (#1248) * wait_for_condition: use sampler, not watcher * wait_for_condition: use sampler, not watcher * [pre-commit.ci] pre-commit autoupdate (#1245) updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * disable stale.yml * Update close-stale-issues.yml * [pre-commit.ci] pre-commit autoupdate (#1252) updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com> * Release 4.14.3 * Add kubevirt market to test_vm (#1257) Co-authored-by: RedHatQE <None> --------- Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com> Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Exapnd MachineConfigPool for creation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Release 4.14.0 * ICSP: set repository_digest_mirrors to None (#1231) (#1233) Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> * Release 4.14.1 * wait_for_condition: use sampler, not watcher (#1250) * Release 4.14.2 * Sync from main (#1253) * add v4.14 to renovate.json * Exapnd MachineConfigPool for creation (#1204) * Exapnd MachineConfigPool for creation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ICSP: set repository_digest_mirrors to None (#1231) * Add close-stale-issues workflow * [pre-commit.ci] pre-commit autoupdate (#1239) updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * rmemove pre-commit-hooks * remove ruff from pre-commit * Update OWNERS (#1241) * adding omrirh to owners * Update OWNERS Co-authored-by: oharan2 <oharan@redhat.com> --------- Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> Co-authored-by: oharan2 <oharan@redhat.com> * StorageClass - add support for resource creation (#1246) * Update StorageClass class * fix per review * fix per review * wait_for_condition: use sampler, not watcher (#1248) * wait_for_condition: use sampler, not watcher * wait_for_condition: use sampler, not watcher * [pre-commit.ci] pre-commit autoupdate (#1245) updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * disable stale.yml * Update close-stale-issues.yml * [pre-commit.ci] pre-commit autoupdate (#1252) updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com> * Release 4.14.3 * Add kubevirt market to test_vm (#1257) Co-authored-by: RedHatQE <None> --------- Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com> Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Omri Bar Haim <obarhaim@redhat.com> Co-authored-by: oharan2 <oharan@redhat.com> Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com>








Support creation of MachineConfigPool resource, with several attributes.