Skip to content

Commit 5973fb6

Browse files
committed
feat: return api group
1 parent 2e86c26 commit 5973fb6

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Security Reporting Process
22

3-
Please, report any security issue to `opensourcegroup@qubership.org` where the issue will be triaged appropriately.
3+
Please, report any security issue to `opensourcegroup@netcracker.com` where the issue will be triaged appropriately.
44

5-
If you know of a publicly disclosed security vulnerability please IMMEDIATELY email `opensourcegroup@qubership.org`
5+
If you know of a publicly disclosed security vulnerability please IMMEDIATELY email `opensourcegroup@netcracker.com`
66
to inform the team about the vulnerability, so we may start the patch, release, and communication process.
77

88
# Security Release Process

docs/public/TLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ Automatic re-encrypt Route creation is not supported out of box, need to perform
220220
**NOTE**: If you can't access the rabbitmq host after Route creation because of "too many redirects" error, then one of the possible root
221221
causes is there is HTTP traffic between balancers and the cluster. To resolve that issue it's necessary to add the Route name to
222222
the exception list at the balancers,
223-
[see documentation](https://git.qubership.org/PROD.Platform.HA/ocp-4-support/-/blob/master/documentation/Maintenance.md#configure-tls-offload-at-the-load-balancer-nodes)
223+
[see documentation](https://git.netcracker.com/PROD.Platform.HA/ocp-4-support/-/blob/master/documentation/Maintenance.md#configure-tls-offload-at-the-load-balancer-nodes)

docs/public/disasterRecovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In Disaster Recovery scheme the `REGION` environment variable is automatically a
4242
Each backup will contain information about `REGION` as `region` custom parameter. If backup daemon tries to restore backup on `active`
4343
side it will restore the latest backup from the `other` region. The `standby` to `active` switchover process will be failed if
4444
there is no backup from the other region. But, the restore process will be skipped in this case without fail if `noWait` site manager parameter is `true`.
45-
For more information about site manager `noWait` parameter, refer to [Site Manager](https://git.qubership.org/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md).
45+
For more information about site manager `noWait` parameter, refer to [Site Manager](https://git.netcracker.com/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md).
4646

4747
## Configuration Example
4848

@@ -84,7 +84,7 @@ backupDaemon:
8484
persistentVolume: null
8585
s3:
8686
enabled: true
87-
url: "http://s3-storage.environment.openshift.sdntest.qubership.org"
87+
url: "http://s3-storage.environment.openshift.sdntest.netcracker.com"
8888
bucket: "rabbitmqbucket"
8989
keyId: "s3keyid"
9090
keySecret: "s3keysecret"
@@ -139,7 +139,7 @@ backupDaemon:
139139
You can perform the switchover using the `SiteManager` functionality or RabbitMQ disaster recovery REST server API.
140140

141141
<!-- #GFCFilterMarkerStart# -->
142-
For more information about `SiteManager`, refer to [Site Manager](https://git.qubership.org/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md) article.
142+
For more information about `SiteManager`, refer to [Site Manager](https://git.netcracker.com/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md) article.
143143
<!-- #GFCFilterMarkerEnd# -->
144144

145145
If you want to perform a switchover manually, you need to switch `active` RabbitMQ cluster to `standby` mode and then switch `standby` RabbitMQ cluster to `active` mode.

docs/public/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To avoid using `cluster-wide` rights during the deployment, the following condit
5353
name: deploy-user-role
5454
rules:
5555
- apiGroups:
56-
- qubership.org
56+
- netcracker.com
5757
resources:
5858
- "*"
5959
verbs:
@@ -1410,7 +1410,7 @@ For example:
14101410
kubect get rabbitmqservices rabbitmq -o yaml
14111411
```
14121412

1413-
## Deployer Job Failed With Unknown Fields in Rabbitmqservices.qubership.org
1413+
## Deployer Job Failed With Unknown Fields in Rabbitmqservices.netcracker.com
14141414

14151415
It can be an issue with CRD changes. Refer to [CRD Upgrade](#crd-upgrade) for details.
14161416

docs/sources/crds/oc311crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: apiextensions.k8s.io/v1beta1
22
kind: CustomResourceDefinition
33
metadata:
4-
name: rabbitmqservices.qubership.org
4+
name: rabbitmqservices.netcracker.com
55
spec:
66
scope: Namespaced
7-
group: qubership.org
7+
group: netcracker.com
88
version: v1alpha
99
subresources:
1010
status: {}

operator/charts/helm/rabbitmq/crds/crd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
crd.qubership.org/version: 0.10.0
6-
name: rabbitmqservices.qubership.org
5+
crd.netcracker.com/version: 0.10.0
6+
name: rabbitmqservices.netcracker.com
77
spec:
8-
group: qubership.org
8+
group: netcracker.com
99
scope: Namespaced
1010
names:
1111
kind: RabbitMQService

operator/charts/helm/rabbitmq/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ global:
2626
securityContext: {}
2727
disableRunAsNonRoot: false
2828
disasterRecovery:
29-
siteManagerApiGroup: "qubership.org"
29+
siteManagerApiGroup: "netcracker.com"
3030

3131
operator:
3232
resources:
@@ -39,7 +39,7 @@ operator:
3939
customLabels: {}
4040
securityContext: {}
4141
priorityClassName: ""
42-
apiGroup: "qubership.org"
42+
apiGroup: "netcracker.com"
4343
pullPolicy: "Always"
4444
restartScheduler:
4545
dockerImage: bitnami/kubectl:1.30.6

operator/deploy/cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: qubership.org/v1
1+
apiVersion: netcracker.com/v1
22
kind: RabbitMQService
33
metadata:
44
name: rabbitmq-service

operator/deploy/crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: apiextensions.k8s.io/v1beta1
22
kind: CustomResourceDefinition
33
metadata:
4-
name: rabbitmqservices.qubership.org
4+
name: rabbitmqservices.netcracker.com
55
spec:
66
scope: Namespaced
7-
group: qubership.org
7+
group: netcracker.com
88
version: v1
99
names:
1010
kind: RabbitMQService

operator/deploy/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To deploy RabbitMQ with an operator in OpenShift/Kubernetes:
66
1. Replace the `REPLACE_IMAGE` value in the **/deploy/operator.yaml** file with the required operator image. You can replace the image using the following command:
77

88
```
9-
sed -i 's|REPLACE_IMAGE|artifactorycn.qubership.org:17008/thirdparty/thirdparty.platform.services_rabbitmq:rabbitmq-operator_latest_operator|g' deploy/operator.yaml
9+
sed -i 's|REPLACE_IMAGE|artifactorycn.netcracker.com:17008/thirdparty/thirdparty.platform.services_rabbitmq:rabbitmq-operator_latest_operator|g' deploy/operator.yaml
1010
```
1111

1212
You can also specify the `LOGLEVEL` environment variable in order to set the logging level of the operator in the **/deploy/operator.yaml** file. Another available environment variable is `OPERATOR_DELETE_RESOURCES`, which specifies whether the operator should delete all RabbitMQ resources when the RabbitMQ Custom Resource (CR) is deleted. When not specified, the value is `False`. **Warning:** If `OPERATOR_DELETE_RESOURCES` is set to `True`, the RabbitMQ operator must be up and running when you are deleting the CR. Otherwise, the delete operation may be stuck for an extended period of time, and may stop you from deleting the namespace.

0 commit comments

Comments
 (0)