diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-04-08 12:02:05 +0200 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2020-04-08 13:02:34 +0000 |
commit | 52a02b2a4d2d9a6055a9ad0f0768f057f9259fb2 (patch) | |
tree | d588e917118f8ba83dcb45282557889ad7dc0242 /robot/assets/usecases/5gbulkpm/k8s-sftp.yaml | |
parent | d7855e2dbd5cc1d854cfa465cdd6554e2f165253 (diff) |
Enhance 5g bulk PM test case in order to use blueprints from DCAE inventory
Issue-ID: INT-1521
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ie757153744c69af9e5b98eaf351dfa6de214096a
Diffstat (limited to 'robot/assets/usecases/5gbulkpm/k8s-sftp.yaml')
-rw-r--r-- | robot/assets/usecases/5gbulkpm/k8s-sftp.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/robot/assets/usecases/5gbulkpm/k8s-sftp.yaml b/robot/assets/usecases/5gbulkpm/k8s-sftp.yaml index a8fe1839..c865de38 100644 --- a/robot/assets/usecases/5gbulkpm/k8s-sftp.yaml +++ b/robot/assets/usecases/5gbulkpm/k8s-sftp.yaml @@ -1,9 +1,7 @@ tosca_definitions_version: cloudify_dsl_1_3 - imports: - 'http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml' - - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R5/k8splugin/1.6.0/k8splugin_types.yaml' - + - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml' inputs: tag_version: type: string @@ -13,7 +11,6 @@ inputs: type: integer description: Number of instances default: 1 - node_templates: sftpserver: type: dcae.nodes.ContainerizedPlatformComponent @@ -25,10 +22,8 @@ node_templates: SFTP_USERS: bulkpm:bulkpm:::upload ports: - '22:32222' - properties: name: "sftpserver" dns_name: "sftpserver" - image: { get_input: tag_version } - replicas: { get_input: replicas }
\ No newline at end of file + replicas: { get_input: replicas } |