From 7f2ca07e6822f99ef37c3f9ca6cce15ff00ffed8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 27 Jan 2018 06:49:12 +0100 Subject: [virtual] Change IP addrs to align with baremetal To be able to re-use pod_config.yaml parameters generated based on PDF for both baremetal and virtual scenarios without forking it, we first need to align the IP addresses used in virtual deployments. Currently hard set values will be parameterized in an ulterior change. - 10.1.0.0/24 (internal): * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); - 172.16.10.0/24 (mgmt): * 101 -> 11 (ctl01); * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); - 10.16.0.0/24 (public): * 101 -> 11 (ctl01); * 105 -> 101 (cmp01); 106 -> 102 (cmp02); * 110 -> 124 (gtw01); JIRA: FUEL-322 Change-Id: I5d5def4e92c3462f1a34f73dde65ef7a262a5d62 Signed-off-by: Alexandru Avadanii --- docs/release/installation/installation.instruction.rst | 2 +- docs/release/userguide/userguide.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/release') diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 5c0d715a8..1f5279e0e 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -424,7 +424,7 @@ Examples -S /home/jenkins/tmpdir |& tee deploy.log Once the deployment is complete, the OpenStack Dashboard, Horizon is - available at http://:8078, e.g. http://10.16.0.101:8078. + available at http://:8078, e.g. http://10.16.0.11:8078. The administrator credentials are **admin** / **opnfv_secret**. #. Baremetal deploy diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst index 2b46a84ac..6ea923267 100644 --- a/docs/release/userguide/userguide.rst +++ b/docs/release/userguide/userguide.rst @@ -229,7 +229,7 @@ Openstack credentials are at */root/keystonercv3*. +--------------------------------------+-----------------------------------------------+--------+ -The OpenStack Dashboard, Horizon is available at http://:8078, e.g. http://10.16.0.101:8078. +The OpenStack Dashboard, Horizon is available at http://:8078, e.g. http://10.16.0.11:8078. The administrator credentials are *admin*/*opnfv_secret*. .. figure:: img/horizon_login.png @@ -244,13 +244,13 @@ For Virtual deploys, the most commonly used IPs are in the table below. +-----------+--------------+---------------+ | Component | IP | Default value | +===========+==============+===============+ -| gtw01 | x.y.z.110 | 172.16.10.110 | +| gtw01 | x.y.z.124 | 172.16.10.124 | +-----------+--------------+---------------+ -| ctl01 | x.y.z.100 | 172.16.10.100 | +| ctl01 | x.y.z.11 | 172.16.10.11 | +-----------+--------------+---------------+ -| cmp001 | x.y.z.105 | 172.16.10.105 | +| cmp001 | x.y.z.101 | 172.16.10.101 | +-----------+--------------+---------------+ -| cmp002 | x.y.z.106 | 172.16.10.106 | +| cmp002 | x.y.z.102 | 172.16.10.102 | +-----------+--------------+---------------+ -- cgit 1.2.3-korg