CDVPS-9777 added the database service configuration for vps-va-joynr
parent
7b7c54b631
commit
353a37c7e4
|
|
@ -4513,12 +4513,15 @@
|
|||
"type": "STATIC"
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
]
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "SERVICE",
|
||||
"valueFormat": "VPS-Admin"
|
||||
},
|
||||
{
|
||||
"type": "SERVICE",
|
||||
"enabled": true,
|
||||
"type": "SERVICE",
|
||||
"valueFormat": "msgsvc",
|
||||
"propagationTypes": [],
|
||||
"conditions": [
|
||||
|
|
@ -4546,13 +4549,37 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
=======
|
||||
],
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "SERVICE",
|
||||
"valueFormat": "VPS-Admin"
|
||||
>>>>>>> 9185efc6d986c7d7f7546667d2c36279c3db0e6c
|
||||
"valueFormat": "vps-va-joynr",
|
||||
"propagationTypes": [],
|
||||
"conditions": [
|
||||
{
|
||||
"key": {
|
||||
"attribute": "SERVICE_TYPE"
|
||||
},
|
||||
"comparisonInfo": {
|
||||
"type": "SERVICE_TYPE",
|
||||
"operator": "EQUALS",
|
||||
"value": "DATABASE_SERVICE",
|
||||
"negate": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": {
|
||||
"attribute": "SERVICE_DATABASE_NAME"
|
||||
},
|
||||
"comparisonInfo": {
|
||||
"type": "STRING",
|
||||
"operator": "CONTAINS",
|
||||
"value": "vps-va-joynr_",
|
||||
"negate": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue