diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-03-24 01:57:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-24 01:57:00 +0000 |
commit | f4c4b404e18ef1fddfe7425186026c1e3b43488b (patch) | |
tree | d045c89e1710ecd97c7079afc18fbcb246b35ca3 /components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json | |
parent | f13c7c4cb1fd32d5f0d36a909285cab2c4337cf9 (diff) | |
parent | 9f6848476de716fe68e315a4b4f99c8d893eecef (diff) |
Merge "Add new elements of starter dictionary for vFW CNF CBA"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json new file mode 100644 index 000000000..b830ccbd8 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-source.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, config, k8s-rb-config-template-source", + "name": "k8s-rb-config-template-source", + "property": { + "description": "The source of configuration template for config-assign operation", + "type": "string" + }, + "group": "default", + "updated-by": "Rajewski, Lukasz <lukasz.rajewski@orange.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } +}
\ No newline at end of file |