From b2b175eae0f4e8b5b0cb9ccbeeca1e98065feeb5 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Fri, 15 Mar 2019 15:18:12 -0700 Subject: Update definition and profile to latest spec Bringing all the definition and profile code upto the latest spec. Integrated the end to end instance code changes that were made. P9: Added updated plugin.sh with updated uri paths based on spec Issue-ID: MULTICLOUD-291 Change-Id: Id6e3c6bc2cd02cfb7005e203ccf03e0793b97e95 Signed-off-by: Kiran Kamineni --- src/k8splugin/mock_files/mock_json/create_rbprofile.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/k8splugin/mock_files/mock_json/create_rbprofile.json') diff --git a/src/k8splugin/mock_files/mock_json/create_rbprofile.json b/src/k8splugin/mock_files/mock_json/create_rbprofile.json index 5d439cf0..72111a4d 100644 --- a/src/k8splugin/mock_files/mock_json/create_rbprofile.json +++ b/src/k8splugin/mock_files/mock_json/create_rbprofile.json @@ -1,7 +1,11 @@ { - "name": "test-rbprofile", - "description": "testing resource bundle profile api", - "rbdid": "7eb09e38-4363-9942-1234-3beb2e95fd85", - "uuid": "12345678-8888-4578-3344-987654398731", - "service-type": "firewall" + "rb-name": "test-rbdef", + "rb-version": "v1", + "profile-name": "profile1", + "release-name": "testrelease", + "namespace": "testnamespace", + "kubernetes-version": "1.12.3", + "labels": { + "vnf_customization_module_uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85" + } } -- cgit