Skip to content

Commit bc7b4e2

Browse files
Merge pull request #1631 from lpiwowar/lpiwowar/revert-rhoso-lightspeed
Revert "[OSPRH-16305] Introduce OpenStackLightspeed"
2 parents bd5d835 + 9ed0468 commit bc7b4e2

25 files changed

+1
-1618
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ help: ## Display this help.
137137
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
138138
mkdir -p config/operator/rbac && \
139139
$(CONTROLLER_GEN) crd$(CRDDESC_OVERRIDE) output:crd:artifacts:config=config/crd/bases webhook paths="./..." && \
140-
$(CONTROLLER_GEN) rbac:roleName=manager-role paths="{./apis/lightspeed/...,./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/lightspeed/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \
140+
$(CONTROLLER_GEN) rbac:roleName=manager-role paths="{./apis/client/...,./apis/core/...,./apis/dataplane/...,./controllers/client/...,./controllers/core/...,./controllers/dataplane/...,./pkg/...}" output:dir=config/rbac && \
141141
$(CONTROLLER_GEN) rbac:roleName=operator-role paths="./controllers/operator/..." paths="./apis/operator/..." output:dir=config/operator/rbac && \
142142
rm -f apis/bases/* && cp -a config/crd/bases apis/
143143

PROJECT

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,4 @@ resources:
8686
kind: OpenStack
8787
path: github.com/openstack-k8s-operators/openstack-operator/apis/operator/v1beta1
8888
version: v1beta1
89-
- api:
90-
crdVersion: v1
91-
namespaced: true
92-
controller: true
93-
domain: openstack.org
94-
group: lightspeed
95-
kind: OpenStackLightspeed
96-
path: github.com/openstack-k8s-operators/openstack-operator/apis/lightspeed/v1beta1
97-
version: v1beta1
9889
version: "3"

apis/bases/lightspeed.openstack.org_openstacklightspeeds.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

apis/lightspeed/v1beta1/conditions.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

apis/lightspeed/v1beta1/groupversion_info.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

apis/lightspeed/v1beta1/openstacklightspeed_types.go

Lines changed: 0 additions & 124 deletions
This file was deleted.

apis/lightspeed/v1beta1/webhook_suite_test.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)