summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/tcagen2-docker/installation.rst
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-04-27 18:30:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-27 18:30:52 +0000
commit1d9549e5adf1feab7a5b269e3748b5027fec3746 (patch)
tree28f2ec8aa3a23b160fc025a3cc4380f1487a9ced /docs/sections/services/tcagen2-docker/installation.rst
parent119b02361f6eb3d9f34202d2ae4c2dab467dfadd (diff)
parent7cfaea2ee5e73a5a0a669da3b8c949000245cb83 (diff)
Merge "dcae r6 doc updates cont."
Diffstat (limited to 'docs/sections/services/tcagen2-docker/installation.rst')
-rw-r--r--docs/sections/services/tcagen2-docker/installation.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/sections/services/tcagen2-docker/installation.rst b/docs/sections/services/tcagen2-docker/installation.rst
index 7fa53e29..792f8a48 100644
--- a/docs/sections/services/tcagen2-docker/installation.rst
+++ b/docs/sections/services/tcagen2-docker/installation.rst
@@ -21,14 +21,13 @@ Enter the Cloudify Manager kuberenetes pod
- Tca-gen2 blueprint directory (/blueprints/k8s-tcagen2.yaml). The blueprint is also maintained in gerrit and can be downloaded from
https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-tcagen2.yaml
- - Create input file required for deployment
+ - Create input file required for deployment
Configuration of the service consists of generating an inputs file (YAML) which will be used as part of the
Cloudify install. The tca-gen2 blueprints was designed with known defaults for the majority of the fields.
Below you will find examples of fields which can be configured, and some of the fields
- which must be configured. The full list of configurable parameters can be seen within the bootstrap container under
- /inputs/k8s-tcagen2-inputs.yaml
+ which must be configured. An input file is loaded into bootstrap container (/inputs/k8s-tcagen2-inputs.yaml).
.. csv-table::
@@ -52,7 +51,7 @@ Enter the Cloudify Manager kuberenetes pod
.. code-block:: bash
- cfy install --blueprint-id tca-gen2 --deployment-id tca-gen2 -i k8s-tcagen2-inputs.yaml /blueprints/k8s-tcagen2.yaml
+ cfy install --blueprint-id tcagen2 --deployment-id tcagen2 -i /inputs/k8s-tcagen2-inputs.yaml /blueprints/k8s-tcagen2.yaml
@@ -61,9 +60,9 @@ To undeploy TCA-gen2, steps are shown below
- Uninstall running TCA-gen2 and delete deployment
.. code-block:: bash
- cfy uninstall tca-gen2
+ cfy uninstall tcagen2
- Delete blueprint
.. code-block:: bash
- cfy blueprints delete tca-gen2
+ cfy blueprints delete tcagen2
\ No newline at end of file