X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FdeploymentManager_allfields_properties.json;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FdeploymentManager_allfields_properties.json;h=2b6af8b183111c98eb99c96aab6d59f3ad353e91;hb=409d070b3bdde3e4676c507a959d245ff246fa9f;hp=0000000000000000000000000000000000000000;hpb=ca6b81bb15b879eff50598350b018946f2e3dced;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_allfields_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_allfields_properties.json new file mode 100644 index 0000000..2b6af8b --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_allfields_properties.json @@ -0,0 +1,76 @@ +{ + "type": "object", + "properties": { + "deploymentManagerId": { + "type": "string", + "default": "a6f48e28-0c50-330c-934f-2c355bdaed98" + }, + "name": { + "type": "string", + "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef.kubernetes" + }, + "description": { + "type": "string", + "default": "A DMS" + }, + "oCloudId": { + "type": "string", + "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b" + }, + "serviceUri": { + "type": "string", + "default": "https://128.224.115.23:6443" + }, + "extensions": { + "type": "object", + "properties": { + "profileName": { + "type": "string", + "default": "native_k8sapi" + }, + "profileData": { + "type": "object", + "properties": { + "cluster_api_endpoint": { + "type": "string", + "default": "" + }, + "cluster_ca_cert": { + "type": "string", + "default": "" + }, + "admin_user": { + "type": "string", + "default": "" + }, + "admin_client_cert": { + "type": "string", + "default": "" + }, + "admin_client_key": { + "type": "string", + "default": "" + } + }, + "required": [ + "admin_client_cert", + "admin_client_key", + "admin_user", + "cluster_api_endpoint", + "cluster_ca_cert" + ] + } + }, + "required": [ + ] + } + }, + "required": [ + "deploymentManagerId", + "description", + "extensions", + "name", + "oCloudId", + "serviceUri" + ] +} \ No newline at end of file