summaryrefslogtreecommitdiffstats
path: root/docs/installation-instructions
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-03-24 01:09:02 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-24 01:09:03 +0000
commit81e8d7b55fbc27d8f25031817baf92d9b100f322 (patch)
tree819a8a94a6ef9db8d7cc2d8480d768d9daca274f /docs/installation-instructions
parenta896444c04552b866a9460bbe70ae3488e4877d9 (diff)
parent4b5e79294eecf7e10bfb1459c55f9186312c32bf (diff)
Merge topics 'compute_count_fix', 'build_rewrite'
* changes: Allow 2+ compute node for none HA installs APEX-117 updating vm creation for virt deployment
Diffstat (limited to 'docs/installation-instructions')
-rw-r--r--docs/installation-instructions/virtualinstall.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/installation-instructions/virtualinstall.rst b/docs/installation-instructions/virtualinstall.rst
index b31a6af0..7232952d 100644
--- a/docs/installation-instructions/virtualinstall.rst
+++ b/docs/installation-instructions/virtualinstall.rst
@@ -63,24 +63,5 @@ Verifying the Setup - VMs
To verify the set you can follow the instructions in the `Verifying the Setup`_ section.
-Before you get started following these instructions you will need to add IP addresses on the networks that have been
-created for the External and provisioning networks. By default the External network is 192.168.37.0/24 and the
-provisioning network is 192.0.2.0/24. To access these networks simply add an IP to brbm and brbm1 and set their link to
-up. This will provide a route from the hypervisor into the virtual networks acting as OpenStack's underlay network in
-the virtual deployment.
-
-| ``ip addr add 192.0.2.252/24 dev brbm``
-| ``ip link set up dev brbm``
-| ``ip addr add 192.168.37.252/24 dev brbm1``
-| ``ip link set up dev brbm1``
-
-Once these IP addresses are assigned and the links are up the gateways on the overcloud's networks should be pingable
-and read to be SSHed to.
-
-| ``ping 192.0.2.1``
-| ``ping 192.168.37.1``
-
-Now continue with the `Verifying the Setup`_ section.
-
.. _`Install Bare Metal Jumphost`: baremetal.html
.. _`Verifying the Setup`: verification.html