aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-27 06:49:12 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-05 06:03:35 +0100
commit7f2ca07e6822f99ef37c3f9ca6cce15ff00ffed8 (patch)
tree32199ae5973f11aa656dc126d1c0c0e08c2055bd /docs/release
parent9c3ecbb5238fa815e3f6b46c1933d69d588a5430 (diff)
[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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs/release')
-rw-r--r--docs/release/installation/installation.instruction.rst2
-rw-r--r--docs/release/userguide/userguide.rst10
2 files changed, 6 insertions, 6 deletions
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://<controller VIP>:8078, e.g. http://10.16.0.101:8078.
+ available at http://<controller VIP>: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://<controller VIP>:8078, e.g. http://10.16.0.101:8078.
+The OpenStack Dashboard, Horizon is available at http://<controller VIP>: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 |
+-----------+--------------+---------------+