diff options
author | 2020-10-27 08:19:07 +0530 | |
---|---|---|
committer | 2020-10-27 08:21:39 +0530 | |
commit | a848ae411a7e3a69bf00042166392c5a0d45a7e0 (patch) | |
tree | e4036c81351cdf76ab4e0bce1c7d7a977436ca41 /sdv/docs/docker/urls | |
parent | f12039ae1fb9ed773ddf3d8000c6645e5900c48e (diff) |
DOCS: Re-Organize Documentation.
This patch organizes documentation for Jerma Release.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I653c8c4b4e0092059f19314631a0fcab4941e134
Diffstat (limited to 'sdv/docs/docker/urls')
-rw-r--r-- | sdv/docs/docker/urls/userguide.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sdv/docs/docker/urls/userguide.rst b/sdv/docs/docker/urls/userguide.rst deleted file mode 100644 index 15d0724..0000000 --- a/sdv/docs/docker/urls/userguide.rst +++ /dev/null @@ -1,24 +0,0 @@ -******************************************************** -CIRV-SDV: Validating the URLs in the Installer Manifests -******************************************************** - -Supported Installer Manifest: Airship. - -Building and starting the container: -* Go to folder sdv/docker/sdvurls -* Build the container with 'docker build' command. Consider naming/tagging the container properly. -* Run the container using docker run. The container creates a report under /tmp folder. Hence, consider mapping a volume to '/tmp' folder to get the report. - - -Interacting with the container -############################## -Inputs: - -* Installer Used. Keyword: "installer". Example Value: "airship". This is mandatory -* Link to the installer manifests. Keyword: "link". Example Value: "https://gerrit.opnfv.org/gerrit/airship". This is mandatory -* Version (For Airship, this refers to Treasuremap Version). Keyword: "version". Example Value: "v1.7". This is mandatory only for Airship. -* Name of the site. Keyword: "name". Example Value: "intel-pod10". This is mandatory only for Airship - -Assuming the container is running locally, the example command would be:: - - curl --header "Content-Type: application/json" --redata '{"installer":"airship", "link":"https://gerrit.opnfv.org/gerrit/airship", "version":"v1.7", "name":"intel-pod10"}' http://localhost:8989/airship |