X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fviews%2Focloud_dto.py;fp=o2ims%2Fviews%2Focloud_dto.py;h=651de97ceaeb78fa8abe7c3355156721b8264433;hb=ad15ec6b732868c3ecedb9cd84450462bafa3320;hp=dacfcf146c5fc1044bdff84df09ba24cc245aa3a;hpb=f113db48acbe73641ce7d13c1cb8be6eea147f98;p=pti%2Fo2.git diff --git a/o2ims/views/ocloud_dto.py b/o2ims/views/ocloud_dto.py index dacfcf1..651de97 100644 --- a/o2ims/views/ocloud_dto.py +++ b/o2ims/views/ocloud_dto.py @@ -159,6 +159,11 @@ class DeploymentManagerDTO: 'admin_client_cert': fields.String(attributes='admin_client_cert'), 'admin_client_key': fields.String(attributes='admin_client_key'), # 'kube_config_file': fields.String(attributes='kube_config_file') + 'helmcli_host_with_port': fields.String( + attributes='helmcli_host_with_port'), + 'helmcli_username': fields.String(attributes='helmcli_username'), + 'helmcli_password': fields.String(attributes='helmcli_password'), + 'helmcli_kubeconfig': fields.String(attributes='helmcli_kubeconfig'), }) deployment_manager_get = api_ims_inventory_v1.model(