updated managed Zone (depend on ms-id)
parent
113ef10ba6
commit
e7f7c1f237
|
|
@ -109,6 +109,32 @@
|
|||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "CLOUD_APPLICATION"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS",
|
||||
"type": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_HOST_LIKE",
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -109,6 +109,32 @@
|
|||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "CLOUD_APPLICATION"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS",
|
||||
"type": "STATIC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_HOST_LIKE",
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue