From 7259212791972fc10e41210487ff0f780ab024a6 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 6 Oct 2017 23:26:20 +0530 Subject: Onap to Oclip text migration Issue-Id: CLI-66 Change-Id: I58e98952c61902e34585e9defabc36d1233a99a4 Signed-off-by: Kanagaraj Manickam k00365106 --- .../open-cli-schema/sample-create-schema.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'main/src/test/resources/open-cli-schema') diff --git a/main/src/test/resources/open-cli-schema/sample-create-schema.yaml b/main/src/test/resources/open-cli-schema/sample-create-schema.yaml index 3c1dda8d..23421b37 100644 --- a/main/src/test/resources/open-cli-schema/sample-create-schema.yaml +++ b/main/src/test/resources/open-cli-schema/sample-create-schema.yaml @@ -9,18 +9,18 @@ info: parameters: - name: service-name - description: Onap service name + description: Oclip service name type: string short_option: x long_option: service-name is_optional: false - name: node-ip - description: Onap service running node IP + description: Oclip service running node IP type: array short_option: i long_option: node-ip - name: node-port - description: Onap service running node port + description: Oclip service running node port type: map short_option: o long_option: node-port @@ -28,27 +28,27 @@ results: direction: portrait attributes: - name: name - description: Onap service name + description: Oclip service name scope: short type: string - name: version - description: Onap service version + description: Oclip service version scope: short type: string - name: url - description: Onap service base url + description: Oclip service base url scope: short type: url - name: status - description: Onap service status + description: Oclip service status scope: short type: digit - name: nodes - description: Onap service running nodes + description: Oclip service running nodes scope: long type: string - name: location - description: Onap service location + description: Oclip service location scope: long type: url http: -- cgit 1.2.3-korg