diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-01-24 18:24:14 -0800 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-01-25 11:12:28 -0800 |
commit | 5a509f45600d443c1ca087706d4609607cebe537 (patch) | |
tree | 6461382d8e9e3bb3c40dd4211be16a0ac7751160 /src/k8splugin/mock_files/mock_json | |
parent | 704d7c52983cd935b48d4eb38108c758c7b6c67d (diff) |
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/mock_files/mock_json')
-rw-r--r-- | src/k8splugin/mock_files/mock_json/create_rbdefinition.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |