X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fk8s_conn.py;h=f9aefa722e19cbfd6f060e3e95ef8aceae0b97c1;hp=4fdaee8df0686052ecd882ed2d738cf56245bdb2;hb=4d193dc97be946877fc9b033e5d267b103a7cc45;hpb=54771fa2e857c92aa8454e80389ee7461e4a9773;ds=sidebyside diff --git a/n2vc/k8s_conn.py b/n2vc/k8s_conn.py index 4fdaee8..f9aefa7 100644 --- a/n2vc/k8s_conn.py +++ b/n2vc/k8s_conn.py @@ -147,7 +147,8 @@ class K8sConnector(abc.ABC, Loggable): atomic: bool = True, timeout: float = 300, params: dict = None, - db_dict: dict = None + db_dict: dict = None, + kdu_name: str = None ): """ Deploys of a new KDU instance. It would implicitly rely on the `install` call to deploy the Chart/Bundle @@ -167,6 +168,7 @@ class K8sConnector(abc.ABC, Loggable): :param dict db_dict: where to write into database when the status changes. It contains a dict with {collection: , filter: {}, path: }, e.g. {collection: "nsrs", filter: {_id: , path: "_admin.deployed.K8S.3"} + :param kdu_name: Name of the KDU instance to be installed :return: True if successful """