Removed cond. naming pg and service
parent
3f303cb86f
commit
70c4174a02
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDAPIGW: template.json
|
|
||||||
|
|
||||||
CDAPIGW:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: APIGW
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDAPIGW: template.json
|
|
||||||
|
|
||||||
CDAPIGW:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: APIGW
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDAPIM: template.json
|
|
||||||
|
|
||||||
CDAPIM:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: APIM
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDAPIM: template.json
|
|
||||||
|
|
||||||
CDAPIM:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: APIM
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-HAL: template.json
|
|
||||||
|
|
||||||
CDASBC-HAL:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-HAL
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-HAL: template.json
|
|
||||||
|
|
||||||
CDASBC-HAL:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-HAL
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-RSU: template.json
|
|
||||||
|
|
||||||
CDASBC-RSU:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-RSU
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-RSU: template.json
|
|
||||||
|
|
||||||
CDASBC-RSU:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-RSU
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-SMACC: template.json
|
|
||||||
|
|
||||||
CDASBC-SMACC:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-SMACC
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDASBC-SMACC: template.json
|
|
||||||
|
|
||||||
CDASBC-SMACC:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ASBC-SMACC
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDApp-Repository: template.json
|
|
||||||
|
|
||||||
CDApp-Repository:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: App-Repository
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDApp-Repository: template.json
|
|
||||||
|
|
||||||
CDApp-Repository:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: App-Repository
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDBMWPoints: template.json
|
|
||||||
|
|
||||||
CDBMWPoints:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: BMWPoints
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDBMWPoints: template.json
|
|
||||||
|
|
||||||
CDBMWPoints:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: BMWPoints
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDBilling_Buffet: template.json
|
|
||||||
|
|
||||||
CDBilling_Buffet:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Billing_Buffet
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDBilling_Buffet: template.json
|
|
||||||
|
|
||||||
CDBilling_Buffet:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Billing_Buffet
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCCG: template.json
|
|
||||||
|
|
||||||
CDCCG:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CCG
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCCG: template.json
|
|
||||||
|
|
||||||
CDCCG:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CCG
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCSI: template.json
|
|
||||||
|
|
||||||
CDCSI:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CSI
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCSI: template.json
|
|
||||||
|
|
||||||
CDCSI:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CSI
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCall-Handling-Backends: template.json
|
|
||||||
|
|
||||||
CDCall-Handling-Backends:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Call-Handling-Backends
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCall-Handling-Backends: template.json
|
|
||||||
|
|
||||||
CDCall-Handling-Backends:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Call-Handling-Backends
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCallCenterClient: template.json
|
|
||||||
|
|
||||||
CDCallCenterClient:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CallCenterClient
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCallCenterClient: template.json
|
|
||||||
|
|
||||||
CDCallCenterClient:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CallCenterClient
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnected-Backend-Services: template.json
|
|
||||||
|
|
||||||
CDConnected-Backend-Services:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Connected-Backend-Services
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnected-Backend-Services: template.json
|
|
||||||
|
|
||||||
CDConnected-Backend-Services:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Connected-Backend-Services
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnected-User-Behaviour: template.json
|
|
||||||
|
|
||||||
CDConnected-User-Behaviour:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Connected-User-Behaviour
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnected-User-Behaviour: template.json
|
|
||||||
|
|
||||||
CDConnected-User-Behaviour:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: Connected-User-Behaviour
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnectedDrive-Internet-Portal: template.json
|
|
||||||
|
|
||||||
CDConnectedDrive-Internet-Portal:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ConnectedDrive-Internet-Portal
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDConnectedDrive-Internet-Portal: template.json
|
|
||||||
|
|
||||||
CDConnectedDrive-Internet-Portal:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ConnectedDrive-Internet-Portal
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDContentProvider: template.json
|
|
||||||
|
|
||||||
CDContentProvider:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ContentProvider
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDContentProvider: template.json
|
|
||||||
|
|
||||||
CDContentProvider:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: ContentProvider
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDDPP_DPM: template.json
|
|
||||||
|
|
||||||
CDDPP_DPM:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: DPP_DPM
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue