Skip to content
Closed
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
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,12 @@ $(KUTTL): $(LOCALBIN)
kuttl-test: kuttl ## Run kuttl tests
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests $(KUTTL_ARGS)

# TODO(lpiwowar): Uncomment this once we update the Kuttl tests to work with LCORE
# kuttl-test-run: kuttl openstack-lightspeed-deploy kuttl-test openstack-lightspeed-undeploy
.PHONY: kuttl-test-run
kuttl-test-run: kuttl openstack-lightspeed-deploy kuttl-test openstack-lightspeed-undeploy
kuttl-test-run:
echo "WARNIN: KUTTL tests are skipped until LCORE migration is completed"
true
Comment thread
lpiwowar marked this conversation as resolved.

# go-install-tool will 'go install' any package with custom target and name of binary, if it doesn't exist
# $1 - target path with name of binary
Expand Down
71 changes: 0 additions & 71 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,74 +38,3 @@ rules:
- get
- patch
- update
- apiGroups:
- ols.openshift.io
resources:
- olsconfigs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ols.openshift.io
resources:
- olsconfigs/finalizers
verbs:
- update
- apiGroups:
- ols.openshift.io
resources:
- olsconfigs/status
verbs:
- get
- patch
- update
- apiGroups:
- operators.coreos.com
resources:
- clusterserviceversions
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: manager-role
namespace: openshift-lightspeed
rules:
- apiGroups:
- operators.coreos.com
resources:
- clusterserviceversions
verbs:
- delete
- patch
- update
- apiGroups:
- operators.coreos.com
resources:
- installplans
verbs:
- delete
- get
- list
- update
- watch
- apiGroups:
- operators.coreos.com
resources:
- subscriptions
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
Loading
Loading