From 5a509f45600d443c1ca087706d4609607cebe537 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 24 Jan 2019 18:24:14 -0800 Subject: Add another parameter to the definition Add a ChartName parameter to definition This is need to explicitly specify the chart name to be used within the tar file. Issue-ID: MULTICLOUD-291 Change-Id: I3d6e20607b74e54801622a6c27d5674777548ee1 Signed-off-by: Kiran Kamineni --- src/k8splugin/mock_files/mock_json/create_rbdefinition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/k8splugin/mock_files') diff --git a/src/k8splugin/mock_files/mock_json/create_rbdefinition.json b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json index 994afdf8..370c3c79 100644 --- a/src/k8splugin/mock_files/mock_json/create_rbdefinition.json +++ b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json @@ -1,6 +1,7 @@ { + "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85", "name": "test-rbdef", + "chart-name": "testchart", "description": "testing resource bundle definition api", - "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85", "service-type": "firewall" } \ No newline at end of file -- cgit 1.2.3-korg