Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 1c63181

Browse files
committed
Use openshift-lightspeed namespace
Install the OpenStack Lightspeed operator into the openshift-lightspeed namespace by default to align with ownership responsibilities and ensure compatibility, as the OLS operator is not guaranteed to function correctly in other namespaces.
1 parent 934f51b commit 1c63181

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

config/manifests/bases/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Basic Install
7-
operatorframework.io/suggested-namespace: openstack-lightspeed
7+
operatorframework.io/suggested-namespace: openshift-lightspeed
88
repository: https://github.com/openstack-lightspeed/operator
99
name: openstack-lightspeed-operator.v0.0.0
10-
namespace: openstack-lightspeed
10+
namespace: openshift-lightspeed
1111
spec:
1212
apiservicedefinitions: {}
1313
customresourcedefinitions: {}

scripts/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
export OPENSHIFT_LIGHTSPEED_OPERATOR_VERSION=1.0.7
3-
export WATCH_NAMESPACE="openstack-lightspeed"
3+
export WATCH_NAMESPACE="openshift-lightspeed"

scripts/gen-rhosls.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ cat > "${DEST_DIR}/namespace.yaml" <<EOF
1818
apiVersion: v1
1919
kind: Namespace
2020
metadata:
21-
name: openstack-lightspeed
21+
name: openshift-lightspeed
2222
EOF
2323

2424
cat > "${DEST_DIR}/operator_group.yaml" <<EOF
2525
apiVersion: operators.coreos.com/v1
2626
kind: OperatorGroup
2727
metadata:
2828
name: lightspeed-operator-group
29-
namespace: openstack-lightspeed
29+
namespace: openshift-lightspeed
3030
spec:
3131
targetNamespaces:
32-
- openstack-lightspeed
32+
- openshift-lightspeed
3333
EOF
3434

3535
for i in $(seq 1 20); do
@@ -50,7 +50,7 @@ metadata:
5050
labels:
5151
operators.coreos.com/lightspeed-operator.openshift-lightspeed: ""
5252
name: openstack-lightspeed-operator
53-
namespace: openstack-lightspeed
53+
namespace: openshift-lightspeed
5454
spec:
5555
channel: ${CHANNEL}
5656
installPlanApproval: Automatic

0 commit comments

Comments
 (0)