Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3886,6 +3886,8 @@ spec:
additionalProperties:
type: string
type: object
netUtilsImage:
type: string
networkAttachments:
items:
type: string
Expand Down
14 changes: 7 additions & 7 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ require (
github.com/onsi/gomega v1.42.0
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260616141308-cf2cd68abe0f
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260616003035-565ac66033e1
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260610101308-d3778a549c89
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260610101308-d3778a549c89
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260615125922-f672a628bc79
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260615145416-87913af2060a
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260616141904-5eb137cd5080
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.77.1-rhobs1 // indirect
github.com/rhobs/observability-operator v1.0.0 // indirect
Expand Down
28 changes: 14 additions & 14 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260615155357-d0dd24fbae8a/go.mod h1:R+c9QNOpC2lkEck07AtKP1ANaP96Mck/lvKOH20l63M=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566 h1:edXXd+vFzXtqoa5TnuDQt57ATqwpbl2kdWmbC+7HMIk=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260615105721-3ac6ffeb5566/go.mod h1:lvFKeX0fwYBh57JpF6ZhVXOWyorxZGbVBV6PN/MrpmE=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260616141308-cf2cd68abe0f h1:xAJDlMstK9v0QIcWbLBTon+3VVQDAmdqlJcUffrcdaU=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260616141308-cf2cd68abe0f/go.mod h1:yCggrRMRAm3rams5bRKMAORf8HNFyuJO+0mQMnx/d3w=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750 h1:pdczt8cc2ljySyum86e1Hz/I8ot9qNMsPrGJGckN744=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260617131633-58230a626750/go.mod h1:yCggrRMRAm3rams5bRKMAORf8HNFyuJO+0mQMnx/d3w=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8 h1:Wu2eS9qpVryOHnfEZBT2ucU9ACTPwfduVos9W5BRoH0=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260615074216-8ce9ecbb89b8/go.mod h1:bJst+pTF+qr90rcTFrRR4hrfpUhnGgH0nibdUnuoAFM=
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260615091402-b2a0ac65a741 h1:+r+bslwDF0ZPXhsz54mTxfbocHlvH8kBn8H3Mlq17ig=
Expand All @@ -128,16 +128,16 @@ github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260615144840-a13794f0c43f/go.mod h1:HCt4oH/+OcyvZeKxur3p7pTgfpjJdM+piYFXs151edM=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2 h1:OwOP97J/d/yb65wZixOWXDBn9Jvk2SCUUno8eQYepBs=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260615144539-b47e14ac1eb2/go.mod h1:OWqo6t7LwQmFxxLrOa9i5Gl8GAA2PwwThhjE8fTrVYc=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260616003035-565ac66033e1 h1:ijCF7nOXEg1w9qFh1mIXpIA1UyJT2Mts9/nDQssjHvQ=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260616003035-565ac66033e1/go.mod h1:R3MsU1uiqYkLXw7yRJ9VZYvpPDiQAJK08EfyZLZZeZk=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290 h1:JVzL3GfPlgp5OjTBbB8fUCwSWjXN2qXIhKo7gLCg2Ac=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260617191218-a77bb8988290/go.mod h1:R3MsU1uiqYkLXw7yRJ9VZYvpPDiQAJK08EfyZLZZeZk=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93 h1:3ZHPYBAxteaedlGb1nW6w8NxeFIrPMSMiuYTSTYjqG0=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260615144839-a3699b737b93/go.mod h1:RURtCihykyyH1VBNEZDleD1DseForvb8J6AlmG0WX7k=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260610101308-d3778a549c89 h1:+tWqTXuBAKW4BLfegP0HvtMsE9KK8tX4lw76gaW+oeA=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260610101308-d3778a549c89/go.mod h1:JC04T5G4E/he5ukonV1oCqa0QzFkLv761VbLruVghJM=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6 h1:mabtMNJpbQheJAdQxXaG8Dncpoz0/r38o3/28ofkVo4=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:oeIagnkOxEsxluKFcFMW80Lf1rXdV7FT2W+peB6kSE0=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89 h1:0rYrSFCNxuwZR2/SfnVRQLPw2uEkSZp+anZm/jXVESs=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260610101308-d3778a549c89/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260610101308-d3778a549c89 h1:mSGvj60EKV4W3sMRCoOyjilbwTFwe7LeQMi19yKfFOA=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260610101308-d3778a549c89/go.mod h1:4UPRrHSuvNj1Ep10VWb7GK+jELc31n94qhBwkTwxrA4=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6 h1:kghXAQ5zJpl3f6JV5jGxzsH1oYooTV0IItnQqe9n5XE=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260618094501-5109daf5eda6/go.mod h1:x9v3qtFDuv8mitRPA6/dTPftl4GODnM4O9242mCoDoA=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1 h1:BF6bThibnzpEo5Dczgq9iCm6OJxz3Y+vhiw+ShYeMqY=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260616061451-be3bf724cde1/go.mod h1:hoGjN0pwjWfv0eGh4vDN1JkMsEbRXe+lVp9BnyNu6Lk=
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260616061453-b93404ca8098 h1:i9vbvGPINjRTszXr0mKZ3rjTUGcqxltqoVFhq3k7CMw=
Expand All @@ -146,16 +146,16 @@ github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260615071335-2692ed559d0f/go.mod h1:QkvaBSM54M66ZGQHDpC5IiTlrsNMKkcvL4Eh5puunbI=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943 h1:nDCHsVPM5RFSTN/jhTNta3K5DHcYFV/Ycp4HZDNZehE=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260615152245-7ba93ca47943/go.mod h1:T1cbPs89ySFTBHMCMPi/6CCAVkH6PYoK94KaxqZ/fzQ=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260615125922-f672a628bc79 h1:CxsBNekRiwgzPly1iVrFEH1RVxCl7Jc3W1iZ89AZqW8=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260615125922-f672a628bc79/go.mod h1:uiij7wdRiPI6pLkYXcJmr0sX7A4hE1+lPIE0EQeFS64=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436 h1:NB3RwgwQH2+v/nRefWnpedvb2xHdc0vYT0yk7pOyeUk=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260617133708-c3ed57798436/go.mod h1:UDDslPkc8arhZ/HzXzikEkLGSJMt7FT+Hs7H3pLjtPs=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255 h1:vvmrQwhLRfTEbdpFsJFMlv4VKuEOvtgI0O07IgdKy1g=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260616061453-398b3c75e255/go.mod h1:bbV9jQfxwVoVmCS0W4nwFBclA5ySLyjCF05I+YddrxA=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594 h1:j2Ne/s/v3MnG7eS8KSWW4dIMPwcs6k9Ks9hDtTUdK7w=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260616061453-4d1ed7d50594/go.mod h1:hkAcz5q0tuL13+S/MOJ3tNloPIZtrq6TiWfWdFJ/Yb4=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260615145416-87913af2060a h1:c++nZjiytreZNcPYtQshrHVUKhHIDraLbCf5EYbSqDU=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260615145416-87913af2060a/go.mod h1:an5CpAr8e4uZjdoMdjEe6ZjunY9ntTodRRsQ0SqRO3M=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260616141904-5eb137cd5080 h1:XgT3Go/ulAkNFF1CJMx+MhY2RVb3qxo8EepP0adzC+U=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260616141904-5eb137cd5080/go.mod h1:Ax9FmoG/IQN5AomhbUviLp2MfCLT7JgiEUzlbW2rHh4=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e h1:F/I/JSfnTd+m7dh31OfMTl+YUAjHq2u3Mv9DzP5cNr4=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260617072918-d7ad7b28850e/go.mod h1:an5CpAr8e4uZjdoMdjEe6ZjunY9ntTodRRsQ0SqRO3M=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a h1:PWb5e4agsNih6iL847JilutPWRNe0+4gsiHodlm60tY=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260617204614-0fed94989e0a/go.mod h1:Ax9FmoG/IQN5AomhbUviLp2MfCLT7JgiEUzlbW2rHh4=
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74 h1:d5UDPw/i9TKQPQekd0BKB9UAZYIksoj4n/D1bcWYOyE=
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260616101713-d9e40c6abd74/go.mod h1:gV5arxmUjCpj2J1nr5Icj3+b/6ApQIImtHC6InB0R/E=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
2 changes: 2 additions & 0 deletions bindata/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4420,6 +4420,8 @@ spec:
additionalProperties:
type: string
type: object
netUtilsImage:
type: string
networkAttachments:
items:
type: string
Expand Down
3 changes: 3 additions & 0 deletions bindata/crds/designate.openstack.org_designates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,9 @@ spec:
ConfigOverwrite - interface to overwrite default config files like e.g. policy.json.
But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
type: object
netUtilsImage:
description: NetUtilsImage - NetUtils container image
type: string
networkAttachments:
description: NetworkAttachments is a list of NetworkAttachment
resource names to expose the services to the given network
Expand Down
3 changes: 3 additions & 0 deletions bindata/crds/designate.openstack.org_designateunbounds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ spec:
ConfigOverwrite - interface to overwrite default config files like e.g. policy.json.
But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
type: object
netUtilsImage:
description: NetUtilsImage - NetUtils container image
type: string
networkAttachments:
description: NetworkAttachments is a list of NetworkAttachment resource
names to expose the services to the given network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3886,6 +3886,8 @@ spec:
additionalProperties:
type: string
type: object
netUtilsImage:
type: string
networkAttachments:
items:
type: string
Expand Down
10 changes: 5 additions & 5 deletions config/operator/manager_operator_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/cinder-operator@sha256:ebc4676fe83556239243f73bcefbe187a99914ef5c3dced45e7cb0a627c56d3a
- name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/designate-operator@sha256:8177b852e76561823a6d1d573544b48e50042ca1b247e40c1e5347e6a7be5fb7
value: quay.io/openstack-k8s-operators/designate-operator@sha256:bed40a1e8997d9cb11d281639eba732e1e2d6c672787c5169c77b38e5cf2a784
- name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/glance-operator@sha256:306898dca9e23d8c1fa0977bd5381fa56c0f4630acb23fb7f8f688ae93f0c313
- name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL
Expand All @@ -28,7 +28,7 @@ spec:
- name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/infra-operator@sha256:f1de6a2dcdb917d6f810166e0512a9111c90cd6dbebba22aec717af0d8da1539
- name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/ironic-operator@sha256:f44d66664a77e8dcef0ba54817d54e78d04be234f5e847d03bf6ea9f1a042601
value: quay.io/openstack-k8s-operators/ironic-operator@sha256:8403aab52231cdd2bb7cbd38a9ea02aabf84feb61428cad28c8a2b88d282fcd4
- name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/keystone-operator@sha256:e37a1a7fa144e1df7c00bebdeff99b59687d09dc8028bd6486a3c3c03f4a17a2
- name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL
Expand All @@ -40,15 +40,15 @@ spec:
- name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/nova-operator@sha256:4592ed70aa1f088e92ae60222d9af7f0421518cb4bdb66e6ed4677f0c9b51a94
- name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/octavia-operator@sha256:32cc4f88217246e5e130bcb506883cbc76bb6f70ec45df8dd7513d54e2787bd8
value: quay.io/openstack-k8s-operators/octavia-operator@sha256:78666449d165d8ea475a35d0b0e5922d8d8f6b11539e193072aede9d59e80cd8
- name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:a20eef36a05301aa1e806595c7d5e85c0053d7161903be125b5ba6b173072707
- name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/ovn-operator@sha256:f43c4df763af3154b7fc0cb2baf6c3507e7e4bb12ea3b6d276aaae1a5ec83c55
- name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/swift-operator@sha256:87a54467629305fe247451c3f20097fdc9f7174a1df2bb70c67a9af910e6d526
value: quay.io/openstack-k8s-operators/swift-operator@sha256:f861a3ae47246205564acf80cb599c0bc66c4e82b025f334595e37e65d083070
- name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:0e40ccf4165140e342b063306e73ced56a56e14842214f1c5609a9acd268f678
value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:49b8f9a1c55d3d3ccb28b029fc0b5227ccf3ae80ab92d64b46aba45775138ef7
- name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL
value: quay.io/openstack-k8s-operators/test-operator@sha256:ca91d81bcefb16fff7065fbd68c6f832aef10b567048f6ee8af26baf518454eb
- name: RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL
Expand Down
Loading
Loading