Merge "Remove --standalone from tripleo deploy command"

This commit is contained in:
Zuul 2022-07-15 09:19:50 +00:00 committed by Gerrit Code Review
commit c866d680f3
1 changed files with 3 additions and 6 deletions

View File

@ -334,8 +334,7 @@ Deploying a Standalone OpenStack node
-r /usr/share/openstack-tripleo-heat-templates/roles/Standalone.yaml \ -r /usr/share/openstack-tripleo-heat-templates/roles/Standalone.yaml \
-e $HOME/containers-prepare-parameters.yaml \ -e $HOME/containers-prepare-parameters.yaml \
-e $HOME/standalone_parameters.yaml \ -e $HOME/standalone_parameters.yaml \
--output-dir $HOME \ --output-dir $HOME
--standalone
.. admonition:: Ceph .. admonition:: Ceph
:class: ceph :class: ceph
@ -354,8 +353,7 @@ Deploying a Standalone OpenStack node
-e $HOME/containers-prepare-parameters.yaml \ -e $HOME/containers-prepare-parameters.yaml \
-e $HOME/standalone_parameters.yaml \ -e $HOME/standalone_parameters.yaml \
-e $HOME/deployed_ceph.yaml \ -e $HOME/deployed_ceph.yaml \
--output-dir $HOME \ --output-dir $HOME
--standalone
#. Check the deployed OpenStack Services #. Check the deployed OpenStack Services
@ -1004,8 +1002,7 @@ Deploy the second node with the following:
-e $HOME/export_control_plane/all-nodes-extra-map-data.json \ -e $HOME/export_control_plane/all-nodes-extra-map-data.json \
-e $HOME/export_control_plane/extra-host-file-entries.json \ -e $HOME/export_control_plane/extra-host-file-entries.json \
-e $HOME/export_control_plane/oslo.yaml \ -e $HOME/export_control_plane/oslo.yaml \
--output-dir $HOME \ --output-dir $HOME
--standalone
The example above assumes that ``export_control_plane`` is the name The example above assumes that ``export_control_plane`` is the name
of the directory which contains the content extracted from the of the directory which contains the content extracted from the