Skip to content

Remove copy of api/v1beta1#1089

Open
auniyal61 wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
auniyal61:remove-redundant-copy-of-api-v1beta1
Open

Remove copy of api/v1beta1#1089
auniyal61 wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
auniyal61:remove-redundant-copy-of-api-v1beta1

Conversation

@auniyal61
Copy link
Contributor

@auniyal61 auniyal61 commented Mar 25, 2026

Remove the redundant api/v1beta1/ directory that was maintained for backward compability during transition period, the new location is now api/nova/v1beta1/.

Also restore Makefile controller-gen targets to use paths="./..."

Related: OSPRH-28250

Depends-On: openstack-k8s-operators/openstack-operator#1863

Remove the redundant api/v1beta1/ directory that was maintained for
backward compability during transition period, the new location is now
api/nova/v1beta1/.

Also restore Makefile controller-gen targets to use paths="./..."
@openshift-ci openshift-ci bot requested review from abays and stuggi March 25, 2026 06:29
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 25, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: auniyal61

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@auniyal61
Copy link
Contributor Author

recheck

unrelated nova-operator-tempest-multinode-ceph

2026-03-25 07:05:19.748539 | controller |
2026-03-25 07:05:19.748574 | controller | TASK [openshift_setup : Gather network.operator info kubeconfig={{ cifmw_openshift_kubeconfig }}, api_key={{ cifmw_openshift_token | default(omit)}}, context={{ cifmw_openshift_context | default(omit)}}, api_version=operator.openshift.io/v1, kind=Network, name=cluster] ***
2026-03-25 07:05:19.748581 | controller | Wednesday 25 March 2026  07:05:18 +0000 (0:00:00.034)       0:01:42.882 *******
2026-03-25 07:05:19.748586 | controller | Wednesday 25 March 2026  07:05:18 +0000 (0:00:00.034)       0:01:42.880 *******
2026-03-25 07:05:19.748595 | controller | An exception occurred during task execution. To see the full traceback, use -vvv. The error was: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.crc.testing', port=6443): Max retries exceeded with url: /apis/operator.openshift.io/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9f1431d0a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-25 07:05:19.748610 | controller | task path: /home/zuul/src/github.com/openstack-k8s-operators/ci-framework/roles/openshift_setup/tasks/patch_network_operator.yml:5
2026-03-25 07:05:19.748618 | controller | fatal: [localhost]: FAILED! =>
2026-03-25 07:05:19.748623 | controller |     changed: false
2026-03-25 07:05:19.748627 | controller |     module_stderr: |
2026-03-25 07:05:19.748632 | controller |       Traceback (most recent call last):
2026-03-25 07:05:19.748636 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-25 07:05:19.748641 | controller |           conn = connection.create_connection(
2026-03-25 07:05:19.748646 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-25 07:05:19.748650 | controller |           raise err
2026-03-25 07:05:19.748655 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-25 07:05:19.748659 | controller |           sock.connect(sa)
2026-03-25 07:05:19.748663 | controller |       ConnectionRefusedError: [Errno 111] Connection refused
2026-03-25 07:05:19.748668 | controller |
2026-03-25 07:05:19.748672 | controller |       During handling of the above exception, another exception occurred:
2026-03-25 07:05:19.748676 | controller |
2026-03-25 07:05:19.748681 | controller |       Traceback (most recent call last):
2026-03-25 07:05:19.748694 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-25 07:05:19.748698 | controller |           httplib_response = self._make_request(
2026-03-25 07:05:19.748703 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-25 07:05:19.748707 | controller |           self._validate_conn(conn)
2026-03-25 07:05:19.748712 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-25 07:05:19.748716 | controller |           conn.connect()
2026-03-25 07:05:19.748720 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-25 07:05:19.748724 | controller |           conn = self._new_conn()
2026-03-25 07:05:19.748729 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-25 07:05:19.748733 | controller |           raise NewConnectionError(
2026-03-25 07:05:19.748740 | controller |       urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9f1431d0a0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-25 07:05:19.748744 | controller |
2026-03-25 07:05:19.748749 | controller |       During handling of the above exception, another exception occurred:
2026-03-25 07:05:19.748753 | controller |
2026-03-25 07:05:19.748757 | controller |       Traceback (most recent call last):
2026-03-25 07:05:19.748762 | controller |         File "<stdin>", line 107, in <module>
2026-03-25 07:05:19.748766 | controller |         File "<stdin>", line 99, in _ansiballz_main
2026-03-25 07:05:19.748771 | controller |         File "<stdin>", line 47, in invoke_module
2026-03-25 07:05:19.748775 | controller |         File "/usr/lib64/python3.9/runpy.py", line 225, in run_module
2026-03-25 07:05:19.748779 | controller |           return _run_module_code(code, init_globals, run_name, mod_spec)
2026-03-25 07:05:19.748786 | controller |         File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code
2026-03-25 07:05:19.748790 | controller |           _run_code(code, mod_globals, init_globals,
2026-03-25 07:05:19.748794 | controller |         File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
2026-03-25 07:05:19.748799 | controller |           exec(code, run_globals)
2026-03-25 07:05:19.748803 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/modules/k8s_info.py", line 229, in <module>
2026-03-25 07:05:19.748808 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/modules/k8s_info.py", line 223, in main
2026-03-25 07:05:19.748812 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/modules/k8s_info.py", line 183, in execute_module
2026-03-25 07:05:19.748817 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/k8s/service.py", line 244, in find
2026-03-25 07:05:19.748821 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/k8s/service.py", line 87, in find_resource
2026-03-25 07:05:19.748826 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/k8s/client.py", line 305, in resource
2026-03-25 07:05:19.748830 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/k8s/client.py", line 285, in _find_resource_with_prefix
2026-03-25 07:05:19.748835 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/client/discovery.py", line 158, in get
2026-03-25 07:05:19.748839 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/discovery.py", line 248, in search
2026-03-25 07:05:19.748843 | controller |           results = self.__search(self.__build_search(**kwargs), self.__resources, [])
2026-03-25 07:05:19.748851 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/discovery.py", line 296, in __search
2026-03-25 07:05:19.750347 | controller |           matches.extend(self.__search([key] + parts[1:], resources, reqParams))
2026-03-25 07:05:19.750368 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/discovery.py", line 282, in __search
2026-03-25 07:05:19.750376 | controller |           return self.__search(parts[1:], resourcePart, reqParams + [part] )
2026-03-25 07:05:19.750382 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/discovery.py", line 282, in __search
2026-03-25 07:05:19.750388 | controller |           return self.__search(parts[1:], resourcePart, reqParams + [part] )
2026-03-25 07:05:19.750394 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/discovery.py", line 271, in __search
2026-03-25 07:05:19.750401 | controller |           resourcePart.resources = self.get_resources_for_api_version(
2026-03-25 07:05:19.750407 | controller |         File "/tmp/ansible_kubernetes.core.k8s_info_payload_ltrv9tdf/ansible_kubernetes.core.k8s_info_payload.zip/ansible_collections/kubernetes/core/plugins/module_utils/client/discovery.py", line 105, in get_resources_for_api_version
2026-03-25 07:05:19.750413 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/client.py", line 55, in inner
2026-03-25 07:05:19.750419 | controller |           resp = func(self, *args, **kwargs)
2026-03-25 07:05:19.750426 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/dynamic/client.py", line 277, in request
2026-03-25 07:05:19.750435 | controller |           api_response = self.client.call_api(
2026-03-25 07:05:19.750443 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 348, in call_api
2026-03-25 07:05:19.750449 | controller |           return self.__call_api(resource_path, method,
2026-03-25 07:05:19.750456 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 180, in __call_api
2026-03-25 07:05:19.750461 | controller |           response_data = self.request(
2026-03-25 07:05:19.750468 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 373, in request
2026-03-25 07:05:19.750474 | controller |           return self.rest_client.GET(url,
2026-03-25 07:05:19.750480 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/client/rest.py", line 244, in GET
2026-03-25 07:05:19.750486 | controller |           return self.request("GET", url,
2026-03-25 07:05:19.750492 | controller |         File "/home/zuul/.local/lib/python3.9/site-packages/kubernetes/client/rest.py", line 217, in request
2026-03-25 07:05:19.750498 | controller |           r = self.pool_manager.request(method, url,
2026-03-25 07:05:19.750504 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-25 07:05:19.750510 | controller |           return self.request_encode_url(
2026-03-25 07:05:19.750516 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-25 07:05:19.750523 | controller |           return self.urlopen(method, url, **extra_kw)
2026-03-25 07:05:19.750528 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-25 07:05:19.750534 | controller |           response = conn.urlopen(method, u.request_uri, **kw)
2026-03-25 07:05:19.750541 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-25 07:05:19.750547 | controller |           return self.urlopen(
2026-03-25 07:05:19.750553 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-25 07:05:19.750559 | controller |           return self.urlopen(
2026-03-25 07:05:19.750565 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-25 07:05:19.750571 | controller |           return self.urlopen(
2026-03-25 07:05:19.750577 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-25 07:05:19.750583 | controller |           retries = retries.increment(
2026-03-25 07:05:19.750589 | controller |         File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-25 07:05:19.750595 | controller |           raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-25 07:05:19.750602 | controller |       urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.crc.testing', port=6443): Max retries exceeded with url: /apis/operator.openshift.io/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9f1431d0a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-25 07:05:19.750609 | controller |     module_stdout: ''
2026-03-25 07:05:19.750615 | controller |     msg: |-
2026-03-25 07:05:19.750621 | controller |       MODULE FAILURE
2026-03-25 07:05:19.750627 | controller |       See stdout/stderr for the exact error
2026-03-25 07:05:19.750633 | controller |     rc: 1
2026-03-25 07:05:19.750639 | controller |

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c2446ed14a0940a3a74574e42e681935

✔️ openstack-meta-content-provider SUCCESS in 2h 27m 09s
✔️ nova-operator-kuttl SUCCESS in 52m 45s
✔️ nova-operator-tempest-multinode SUCCESS in 2h 10m 01s
nova-operator-tempest-multinode-ceph FAILURE in 26m 11s

@auniyal61
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1a3f024ed9434edc9b9d97fde9fcd7bf

✔️ openstack-meta-content-provider SUCCESS in 2h 42m 42s
✔️ nova-operator-kuttl SUCCESS in 52m 30s
✔️ nova-operator-tempest-multinode SUCCESS in 2h 22m 59s
nova-operator-tempest-multinode-ceph RETRY_LIMIT in 21m 23s

@auniyal61
Copy link
Contributor Author

recheck
unrealted crc infra issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant