diff options
author | Brian Freeman <bf1936@att.com> | 2019-03-22 15:48:55 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-03-22 15:49:03 -0500 |
commit | 150337803cfe405cd6e7ae6765e8c942b3a24c7b (patch) | |
tree | be855f2ddefe59a6692d6ac9f792e18312d44e92 /robot/assets/templates | |
parent | d8966bcdbc302cb06604773297623fc9edba7512 (diff) |
Sync to Dublin SDC
Issue-ID: SDC-2205
Change-Id: I903f8c5124bef4a2b9ba868af20329e4752382c6
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/asdc/entitlement_pool.template | 37 | ||||
-rw-r--r-- | robot/assets/templates/asdc/key_group.template | 19 |
2 files changed, 21 insertions, 35 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" +} diff --git a/robot/assets/templates/asdc/key_group.template b/robot/assets/templates/asdc/key_group.template index 2081261b..2d194dc8 100644 --- a/robot/assets/templates/asdc/key_group.template +++ b/robot/assets/templates/asdc/key_group.template @@ -1,11 +1,10 @@ { - "name": "${key_group_name}", - "description": "vendor license key group", - "operationalScope": { - "choices": [ - "Tenant" - ], - "other": "" - }, - "type": "Universal" -}
\ No newline at end of file + "name": "${key_group_name}", + "description": "vendor license key group", + "type": "Universal", + "thresholdValue": "100", + "thresholdUnits": "Percentage", + "startDate": "${license_start_date}", + "expiryDate": "${license_end_date}", + "manufacturerReferenceNumber": "11111" +} |