DC image name

Create substitution for DC image name to allow vendor differentiation.
Changed substitution name.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I751632d4aaf39671eb3c88e9e418518037771598
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
Ron Stone 2021-07-07 08:52:07 -04:00
parent 01df660f89
commit f610de3196
2 changed files with 9 additions and 3 deletions

View File

@ -64,3 +64,9 @@
.. |pvr| replace:: 00004
.. |release-caveat| replace:: This is a pre-release feature and may not function as described in |prod| 5 documentation.
..
.. Misc
..
.. |installer-image-name| replace:: bootimage

View File

@ -60,9 +60,9 @@ subcloud, the subcloud installation has these phases:
For example,
.. code-block:: none
.. parsed-literal::
~(keystone_admin)]$ system --os-region-name SystemController load-import --active wind-river-cloud-platform-host-installer-<version>.iso wind-river-cloud-platform-host-installer-<version>.sig
~(keystone_admin)]$ system --os-region-name SystemController load-import --active |installer-image-name|.iso |installer-image-name|.sig
In order to be able to deploy subclouds from either controller, all local
files that are referenced in the **bootstrap.yml** file must exist on both
@ -95,7 +95,7 @@ subcloud, the subcloud installation has these phases:
#. Create the install-values.yaml file and use the content to pass the file
into the :command:`dcmanager subcloud add` command, using the
:command:`--install-values` command option.
``--install-values`` command option.
.. note::