diff options
Diffstat (limited to 'blueprints/k8s-ves.yaml')
-rw-r--r-- | blueprints/k8s-ves.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/blueprints/k8s-ves.yaml b/blueprints/k8s-ves.yaml index f122bae..9866e96 100644 --- a/blueprints/k8s-ves.yaml +++ b/blueprints/k8s-ves.yaml @@ -78,6 +78,11 @@ inputs: type: integer description: number of instances default: 1 + user_list: + type: string + description: List of user,password separated by pipe; pwd should be generated by using crypt-password tool (https://nexus.onap.org/#nexus-search;quick~crypt-password) + default: "sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6|demouser,$2a$10$1cc.COcqV/d3iT2N7BjPG.S6ZKv2jpb9a5MV.o7lMih/GpjJRX.Ce" + node_templates: ves: interfaces: @@ -102,7 +107,8 @@ node_templates: event.transform.flag: "0" auth.method: get_input: auth_method - header.authlist: "sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6" + header.authlist: + get_input: user_list services_calls: [] streams_publishes: ves-fault: |