openstack-resource-controller icon indicating copy to clipboard operation
openstack-resource-controller copied to clipboard

A set of Kubernetes controllers to manage your OpenStack infrastructure

Results 80 openstack-resource-controller issues
Sort by recently updated
recently updated
newest added

Creating a minimal subnet with: ```yaml apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Network metadata: name: create-minimal spec: cloudCredentialsRef: cloudName: devstack secretName: openstack-clouds managementPolicy: managed resource: description: create-minimal --- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Subnet metadata:...

Would greatly improve quickstart experience, as well as being generally useful. For example, I would like to be able to type: ``` $ kubectl -n my-namespace orc generate credentials my-credentials...

We're occasionally seeing flakiness in the kuttl test routerinterface-create-minimal on caracal. I've attached the logs from a failing CI run which includes the problem. [journal.log](https://github.com/user-attachments/files/19962039/journal.log) [orc-pod.log](https://github.com/user-attachments/files/19962040/orc-pod.log) The immediate cause is...

### What would you like to see implemented? Hey, we'd like to manage Subnets wih korc, but we have a requirement on IPv6. To uniquely allocate IPv6 prefixes we use...

As mentioned in https://github.com/k-orc/openstack-resource-controller/issues/275, the fact that we haven't implemented mutability yet should be mentioned in the README.

semver:patch

### What would you like to see implemented? A change in a resource manifest should result in a change in the corresponding OpenStack resource. ### Additional information This is a...

### What would you like to see implemented? I would like ORC to support creating Server resources with boot from volume and advanced block_device_mapping. Example: ``` block_device_mapping=[ { 'uuid': IMAGE_ID,...

### What would you like to see implemented? I would like ORC to support setting more advanced options on Port resources, like extra_dhcp_opts. ### Additional information Background - in the...

### What would you like to see implemented? I would like support for Neutron Trunk Port resources. Neutron docs: https://docs.openstack.org/neutron/latest/admin/config-trunking.html ### Additional information Background - in the future I would...