X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fviews%2Focloud_dto.py;h=a35be4ba4a5ea0bf6aac30cc9d26f32200fb7d3b;hb=defeb292d90ce07556f0dc6d5f9ab0d16d760e42;hp=7d1b8f634af021641cfbd66e6a6aca788dfa2093;hpb=d526dada19a291932dd2c235fc2c40f0422ccdd7;p=pti%2Fo2.git diff --git a/o2ims/views/ocloud_dto.py b/o2ims/views/ocloud_dto.py index 7d1b8f6..a35be4b 100644 --- a/o2ims/views/ocloud_dto.py +++ b/o2ims/views/ocloud_dto.py @@ -369,9 +369,17 @@ class DeploymentManagerDTO: capacity = api_ims_inventory_v1.model( "DeploymentManagerCapacity", { - 'OS': fields.String( - example='low_latency', - description='Show the OS capacity of ' + + 'cpu': fields.String( + example='32', + description='Show the cpu capacity of ' + + 'the Deployment Manager'), + 'hugepages-2Mi': fields.String( + example='2048', + description='Show the 2Mi hugepages capacity of ' + + 'the Deployment Manager'), + 'hugepages-1Gi': fields.String( + example='2048', + description='Show the 1Gi hugepages capacity of ' + 'the Deployment Manager'), })