diff options
Diffstat (limited to 'robot/assets/templates/asdc/entitlement_pool.template')
-rw-r--r-- | robot/assets/templates/asdc/entitlement_pool.template | 37 |
1 files changed, 12 insertions, 25 deletions
diff --git a/robot/assets/templates/asdc/entitlement_pool.template b/robot/assets/templates/asdc/entitlement_pool.template index bcb04d2f..b7e6825c 100644 --- a/robot/assets/templates/asdc/entitlement_pool.template +++ b/robot/assets/templates/asdc/entitlement_pool.template @@ -1,26 +1,13 @@ { - "name": "${entitlement_pool_name}", - "description": "vendor entitlement pool", - "thresholdValue": "99", - "thresholdUnits": "Absolute", - "entitlementMetric": { - "choice": "CPU", - "other": "" - }, - "increments": "robot", - "aggregationFunction": { - "choice": "Peak", - "other": "" - }, - "operationalScope": { - "choices": [ - "Availability_Zone" - ], - "other": "" - }, - "time": { - "choice": "Hour", - "other": "" - }, - "manufacturerReferenceNumber": "robot12345" -}
\ No newline at end of file + "name": "${entitlement_pool_name}", + "description": "vendor entitlement pool", + "thresholdValue": "100", + "thresholdUnits": "Percentage", + "time": { + "choice": "", + "other": "" + }, + "startDate": "${license_start_date}", + "expiryDate": "${license_end_date}", + "manufacturerReferenceNumber": "111111" +} |