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

### What would you like to see implemented? Create a controller to manage keystone roles. ### Link to reference documentation https://docs.openstack.org/api-ref/identity/v3/index.html#create-role

It should be a list of KubernetesNameRef and not OpenStackName. Fixes #438

semver:major

### What would you like to see implemented? Recent changes to kube-api-linter highlighted problems in our API: - optional fields are supposed to be pointers - required fields that have...

Add a controller for managing roles. Issue: #430 TODO: - Waiting on pending Gophercloud SDK updates to support the description field. [link](https://github.com/gophercloud/gophercloud/pull/3532) - Once Domain Controller is available, will add...

semver:major

Same as #507 but for host aggregates. **TODOs** * Get tests passing * Rename to Aggregate to align with gophercloud and OSC (???) * Decide what fields we want to...

semver:major

Make some tweaks based on initial attempts to use this tool. - **docs: Distinguish between import, create dependencies** - **scaffold-controller: Make difference between questions more obvious**

semver:patch

### What would you like to see implemented? Openstack's identity API supports listing own projects using a non-admin account. Making Project actuator able to use both endpoints to produce a...

### Problem description The mechanism we use to track backwards-compatibility (the workflow that applies the `semver` labels to PRs) only checks that the Go code is backwards-compatible. However, in this...

### Problem description Hello, According to portResourceSpec, viewable from https://github.com/k-orc/openstack-resource-controller/blob/main/website/docs/crd-reference.md#portresourcespec , generated from https://github.com/k-orc/openstack-resource-controller/blob/f5d3d53c5908bf6462edff8ae99f3d6348b5801a/api/v1alpha1/port_types.go#L133 Here the PortSecurityGroupRefs is a list of OpenStackName(s). My understanding is (with the docs) that OpenStackName...

### Problem description Commit images were meant to only last 4 weeks on Quay; [many of them don't have an expiration date](https://quay.io/repository/orc/openstack-resource-controller?tab=tags). ### ORC version all branches? ### Additional information...