From c855e6604cd37c028936dada1e282823c9fdabb7 Mon Sep 17 00:00:00 2001 From: yangyan Date: Sun, 29 Sep 2019 17:09:59 +0800 Subject: update part of cli command guide about vfc test Change-Id: I1a49e5bd1ed7ec189b19027c5ca6a9613540c361 Issue-ID: VFC-1524 Signed-off-by: yangyan --- .../platform/cli-userguide/register_vnfm/index.rst | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'docs/platform/cli-userguide/register_vnfm') diff --git a/docs/platform/cli-userguide/register_vnfm/index.rst b/docs/platform/cli-userguide/register_vnfm/index.rst index f91cdaeb..78aaaaee 100644 --- a/docs/platform/cli-userguide/register_vnfm/index.rst +++ b/docs/platform/cli-userguide/register_vnfm/index.rst @@ -25,3 +25,41 @@ Cli Regist Vnfm Command Guide values.get("version"), values.get("url"), values.get("vim-id"), \ values.get("user-name"), values.get("user-password"), values.get("vnfm-version"), \ parameters["aai_url"], parameters["aai_username"], parameters["aai_password"]) + +2. vnfm list +--------------- + +:: + + usage: oclip vnfm-list + List the configured vnfm + Product: onap-dublin Service: aai Author: ONAP CLI Team onap-discuss@lists.onap.org + Options: + [-m | --host-url] [-C | --no-catalog] [-f | --format] + [-h | --help] [-V | --verify] [-t | --no-title] + [-d | --debug] [-v | --version] [-s | --long] + [-D | --context] [-u | --host-username] [-a | --no-auth] + [-p | --host-password] + For example: + "oclip vnfm-list -m {} -u {} -p {}".format(parameters["aai_url"], parameters["aai_username"], \ + parameters["aai_password"]) + + +3. vnfm-delete +----------------- + +:: + + + usage: oclip vnfm-delete + Un-register a VNFM in Onap + Options: + [-m | --host-url] [-C | --no-catalog] [-f | --format] + [-h | --help] [-V | --verify] [-t | --no-title] + [-d | --debug] [-v | --version] [-y | --resource-version] + [-x | --vnfm-id] [-s | --long] [-D | --context] + [-u | --host-username] [-a | --no-auth] [-p | --host-password] + For example: + oclip vnfm-delete -m https://159.138.61.203:30233 -uAAI -p AAI -x 4839a0bc-60d1-4346-9c69-185d0962633b -y 1568450136276 + Note: + vnfm-id and resource-version is the result returned after executing the vnfm-list command(command 2) -- cgit 1.2.3-korg