Skip to content

Commit dd2644f

Browse files
authored
Merge pull request #22 from Netcracker/feature/return_api_group
feat: return api group
2 parents a411f36 + ad672f0 commit dd2644f

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
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/disasterRecovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ backupDaemon:
8383
persistentVolume: null
8484
s3:
8585
enabled: true
86-
url: "http://s3-storage.environment.openshift.sdntest.qubership.org"
86+
url: "http://s3-storage.environment.openshift.sdntest.netcracker.com"
8787
bucket: "rabbitmqbucket"
8888
keyId: "s3keyid"
8989
keySecret: "s3keysecret"

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:
@@ -1411,7 +1411,7 @@ For example:
14111411
kubect get rabbitmqservices rabbitmq -o yaml
14121412
```
14131413

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

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

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.

operator/deploy/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: rabbitmq-operator
66
rules:
77
- apiGroups:
8-
- qubership.org
8+
- netcracker.com
99
resources:
1010
- "*"
1111
verbs:

0 commit comments

Comments
 (0)