added test config
parent
c7c2aafcdd
commit
91fe1d7bd0
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure management zones?
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dimensionalRules": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"entitySelectorBasedRules": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: CD_TESTFR
|
||||||
|
- compassIDs: \"compass-id:id-1\",\"compass-id:id-2\"
|
||||||
Loading…
Reference in New Issue