Creating a template scenario installation file for Colorado.
[opnfvdocs.git] / docs / installationprocedure / template-os-nosdn-nofeature-ha / install.optional.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International
2 .. License. .. http://creativecommons.org/licenses/by/4.0 ..
3 .. (c) Christopher Price (Ericsson AB) and others
4
5
6 OPTIONAL - Set Local Mirror Repos
7 ---------------------------------
8
9 The following steps can be executed if you are in an environment with
10 no connection to the Internet. The Fuel server delivers a local repo
11 that can be used for installation / deployment of openstack.
12
13 #. In the Fuel UI of your Environment, click the Settings Tab and select General from the left pane.
14
15    - Replace the URI values for the "Name" values outlined below:
16
17    - "ubuntu" URI="deb http://<ip-of-fuel-server>:8080/mirrors/ubuntu/ trusty main"
18
19    - "ubuntu-security" URI="deb http://<ip-of-fuel-server>:8080/mirrors/ubuntu/ trusty-security main"
20
21    - "ubuntu-updates" URI="deb http://<ip-of-fuel-server>:8080/mirrors/ubuntu/ trusty-updates main"
22
23    - "mos" URI="deb http://<ip-of-fuel-server>::8080/liberty-8.0/ubuntu/x86_64 mos8.0 main restricted"
24
25    - "Auxiliary" URI="deb http://<ip-of-fuel-server>:8080/liberty-8.0/ubuntu/auxiliary auxiliary main restricted"
26
27    - Click <Save Settings> at the bottom to Save your changes
28
29 Target specific configuration
30 -----------------------------
31
32 #. Set up targets for provisioning with non-default "Offloading Modes"
33
34    Some target nodes may require additional configuration after they are
35    PXE booted (bootstrapped); the most frequent changes are in defaults
36    for ethernet devices' "Offloading Modes" settings (e.g. some targets'
37    ethernet drivers may strip VLAN traffic by default).
38
39    If your target ethernet drivers have wrong "Offloading Modes" defaults,
40    in "Configure interfaces" page (described above), expand affected
41    interface's "Offloading Modes" and [un]check the relevant settings:
42
43 #. Set up targets for "Verify Networks" with non-default "Offloading Modes"
44
45    **NOTE**: Check *Reference 15* for an updated and comprehensive list of
46    known issues and/or limitations, including "Offloading Modes" not being
47    applied during "Verify Networks" step.
48
49    Setting custom "Offloading Modes" in Fuel GUI will only apply those settings
50    during provisioning and **not** during "Verify Networks", so if your targets
51    need this change, you have to apply "Offloading Modes" settings by hand
52    to bootstrapped nodes.
53
54    **E.g.**: Our driver has "rx-vlan-filter" default "on" (expected "off") on
55    the openstack interface(s) "eth1", preventing VLAN traffic from passing
56    during "Verify Networks".
57
58    - From Fuel master console identify target nodes admin IPs:
59
60      .. code-block:: bash
61
62          $ fuel nodes
63
64
65    - SSH into each of the target nodes and disable "rx-vlan-filter" on the
66      affected physical interface(s) allocated for OpenStack traffic (eth1):
67
68      .. code-block:: bash
69
70          $ ssh root@10.20.0.6 ethtool -K eth1 rx-vlan-filter off
71
72    - Repeat the step above for all affected nodes/interfaces in the POD.
73