X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=1bf597cdc50da48ee09c8e6bca0097e54bb3ba98;hb=0a1efeda7d6f21e7c5291ac617a6403853697949;hp=4dafed5dc66497486da89a2f58b8629fffd3d417;hpb=536bb568cd1c79d16d36cd13bdd20d167337d30d;p=osm%2FNBI.git diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 4dafed5..1bf597c 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -815,12 +815,11 @@ k8scluster_deploy_method_schema = { "title": "Deployment methods for K8s cluster", "type": "object", "properties": { - "helm-chart": {"type": "boolean"}, "juju-bundle": {"type": "boolean"}, "helm-chart-v3": {"type": "boolean"}, }, "additionalProperties": False, - "minProperties": 3, + "minProperties": 2, } k8scluster_nets_schema = { "title": "k8scluster nets input schema", @@ -930,6 +929,9 @@ k8srepo_properties = { "description": description_schema, "type": k8srepo_types, "url": description_schema, + "cacert": long_description_schema, + "user": string_schema, + "password": passwd_schema, } k8srepo_new_schema = { "title": "k8scluster creation input schema",