X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Frelease%2Finstallation%2Finstallationprocedure.rst;h=98d0cb87b544115d4595088e5ecd2bce5eefba0d;hb=2c03acdb23144b72ed9c8b5f9b85c8646172a057;hp=65560b1c67005134a6150c9222298b74fd6fd5b3;hpb=935769078463aa2d75979a1a212a32d71a10d498;p=joid.git diff --git a/docs/release/installation/installationprocedure.rst b/docs/release/installation/installationprocedure.rst index 65560b1c..98d0cb87 100644 --- a/docs/release/installation/installationprocedure.rst +++ b/docs/release/installation/installationprocedure.rst @@ -9,10 +9,10 @@ Networking: **Minimum 2 networks** -| ``1. First for Admin network with gateway to access external network`` -| ``2. Second for public network to consume by tenants for floating ips`` +| ``1. First for Admin/Management network with gateway to access external network`` +| ``2. Second for floating ip network to consume by tenants for floating ips`` -**NOTE: JOID support multiple isolated networks for data as well as storage. +**NOTE: JOID support multiple isolated networks for API, data as well as storage. Based on your network options for Openstack.** **Minimum 6 physical servers** @@ -23,15 +23,15 @@ Based on your network options for Openstack.** | ``  CPU cores: 16`` | ``  Memory: 32 GB`` | ``  Hard Disk: 1(250 GB)`` -| ``  NIC: eth0(Admin, Management), eth1 (external network)`` +| ``  NIC: if0(Admin, Management), if1 (external network)`` 2. Node servers (minimum 5): | ``  Minimum H/W Spec`` | ``  CPU cores: 16`` | ``  Memory: 32 GB`` -| ``  Hard Disk: 1(1 TB) this includes the space for ceph as well`` -| ``  NIC: eth0(Admin, Management), eth1 (external network)`` +| ``  Hard Disk: 2(1 TB preferred SSD) this includes the space for ceph as well`` +| ``  NIC: if0 (Admin, Management), if1 (external network)`` **NOTE: Above configuration is minimum and for better performance and usage of @@ -43,32 +43,28 @@ Make sure all servers are connected to top of rack switch and config Jump node configuration: ------------------------ -1. Install Ubuntu 14.04 LTS server version of OS on the nodes. +1. Install Ubuntu 16.04.1 LTS server version of OS on the first server. 2. Install the git and bridge-utils packages on the server and configure minimum two bridges on jump host: -brAdm and brPublic cat /etc/network/interfaces +brAdm and brExt cat /etc/network/interfaces | ``   # The loopback network interface`` | ``   auto lo`` | ``   iface lo inet loopback`` -| ``   iface eth0 inet manual`` +| ``   iface if0 inet manual`` | ``   auto brAdm `` | ``   iface brAdm inet static`` -| ``       address 10.4.1.1`` -| ``       netmask 255.255.248.0`` -| ``       network 10.4.0.0`` -| ``       broadcast 10.4.7.255`` -| ``       gateway 10.4.0.1`` -| ``       # dns-* options are implemented by the resolvconf package, if installed`` -| ``       dns-nameservers 10.4.0.2`` -| ``       bridge_ports eth0`` -| ``   auto brPublic`` -| ``   iface brPublic inet static`` -| ``       address 10.2.66.2`` -| Seperate yaml fi ``       netmask 255.255.255.0`` -| ``       bridge_ports eth2`` - -**NOTE: If you choose to use the separate network for management, data and +| ``       address 10.5.1.1`` +| ``       netmask 255.255.255.0`` +| ``       bridge_ports if0`` +| ``   iface if1 inet manual`` +| ``   auto brExt`` +| ``   iface brExt inet static`` +| ``       address 10.5.15.1`` +| ``       netmask 255.255.255.0`` +| ``       bridge_ports if1`` + +**NOTE: If you choose to use the separate network for management, pulic , data and storage then you need to create bridge for each interface. In case of VLAN tags use the appropriate network on jump-host depend upon VLAN ID on the interface.** @@ -78,26 +74,13 @@ Configure JOID for your lab **Get the joid code from gerritt** -*git clone https://gerrit.opnfv.org/gerrit/p/joid.git* +*git clone https://gerrit.opnfv.org/gerrit/joid.git* **Enable MAAS (labconfig.yaml is must and base for MAAS installation and scenario deployment)** If you have already enabled maas for your environment and installed it then there is no need to enabled it again or install it. If you have patches from previous MAAS enablement then you can apply it here. -NOTE: If MAAS is pre installed without 00-maasdeploy.sh then please do the following and skip rest of the step to enable MAAS. - -1. Copy MAAS API key and paste in ~/.juju/environments.yaml at appropriate place. -2. Run command cp ~/.juju/environments.yaml ./joid/ci/ -3. Generate labconfig.yaml for your lab and copy it to joid. - a. cp joid/labconfig///labconfig.yaml joid/ci/ or - b. cp joid/ci -4. cd joid/ci -5. python genMAASConfig.py -l labconfig.yaml > deployment.yaml -6. python genDeploymentConfig.py -l labconfig.yaml > deployconfig.yaml -7. cp ./environments.yaml ~/.juju/ -8. cp ./deployment.yaml ~/.juju/ -9. cp ./labconfig.yaml ~/.juju/ -10. cp ./deployconfig.yaml ~/.juju/ +NOTE: If MAAS is pre installed without 03-maasdeploy.sh not supported. We strongly suggest to use 03-maaseploy.sh to deploy the MAAS and JuJu environment. If enabling first time then follow it further. - Create a directory in joid/labconfig/// for example @@ -116,9 +99,9 @@ Prerequisite: 1. Make sure Jump host node has been configured with bridges on each interface, so that appropriate MAAS and JUJU bootstrap VM can be created. For example if -you have three network admin, data and public then I would suggest to give names -like brAdm, brData and brPublic. -2. You have information about the node MAC address and power management details (IPMI IP, username, password) of the nodes used for control and compute node. +you have three network admin, data and floating ip then I would suggest to give names +like brAdm, brData and brExt etc. +2. You have information about the node MAC address and power management details (IPMI IP, username, password) of the nodes used for deployment. --------------------- modify labconfig.yaml @@ -133,9 +116,9 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ *lab: location: intel racks: - - rack: pod5 + - rack: pod6 nodes: - - name: rack-5-m1 + - name: rack-6-m1 architecture: x86_64 roles: [network,control] nics: @@ -147,7 +130,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ address: xx.xx.xx.xx user: xxxx pass: xxxx - - name: rack-5-m1 + - name: rack-6-m1 architecture: x86_64 roles: [network,control] nics: @@ -159,7 +142,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ address: xx.xx.xx.xx user: xxxx pass: xxxx - - name: rack-5-m1 + - name: rack-6-m1 architecture: x86_64 roles: [network,control] nics: @@ -171,7 +154,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ address: xx.xx.xx.xx user: xxxx pass: xxxx - - name: rack-5-m1 + - name: rack-6-m1 architecture: x86_64 roles: [network,control] nics: @@ -183,7 +166,7 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ address: xx.xx.xx.xx user: xxxx pass: xxxx - - name: rack-5-m1 + - name: rack-6-m1 architecture: x86_64 roles: [network,control] nics: @@ -199,37 +182,28 @@ https://gerrit.opnfv.org/gerrit/gitweb?p=joid.git;a=blob;f=labconfig/intel/pod6/ ext-port: "eth1" dns: 8.8.8.8 opnfv: - release: c - distro: trusty + release: d + distro: xenial type: nonha - openstack: liberty + openstack: newton sdncontroller: - type: nosdn storage: - type: ceph - disk: /srv + disk: /dev/sdb feature: odl_l2 spaces: - - type: public - bridge: brPublic + - type: floating + bridge: brEx cidr: 10.5.15.0/24 gateway: 10.5.15.254 vlan: - - type: external - bridge: brExt - cidr: + - type: admin + bridge: brAdm + cidr: 10.5.1.0/24 gateway: - ipaddress: 10.2.117.92 vlan:* -NOTE: If you are using VLAN tagged network then make sure you modify the case $1 section under Enable vlan interface with maas appropriately. - -*'intelpod7' ) - maas refresh - enableautomodebyname eth2 AUTO "10.4.9.0/24" compute || true - enableautomodebyname eth2 AUTO "10.4.9.0/24" control || true - ;;* - Deployment of OPNFV using JOID: =============================== @@ -242,26 +216,30 @@ MAAS Install After integrating the changes as mentioned above run the MAAS install. then run the below commands to start the MAAS deployment. -``   ./00-maasdeploy.sh custom /labconfig.yaml `` +``   ./03-maasdeploy.sh custom /labconfig.yaml `` or -``   ./00-maasdeploy.sh custom http:///labconfig.yaml `` +``   ./03-maasdeploy.sh custom http:///labconfig.yaml `` + +For deployment of Danube release on KVM please use the following command. + +``   ./03-maasdeploy.sh default `` ------------- OPNFV Install ------------- -| ``   ./deploy.sh -o mitaka -s odl -t ha -l custom -f none -d xenial`` +| ``   ./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack`` | ``   `` -./deploy.sh -o mitaka -s odl -t ha -l custom -f none -d xenial +./deploy.sh -o newton -s nosdn -t nonha -l custom -f none -d xenial -m openstack NOTE: Possible options are as follows: choose which sdn controller to use. [-s ] nosdn: openvswitch only and no other SDN. - odl: OpenDayLight Lithium version. - opencontrail: OpenContrail SDN can be installed with Juno Openstack today. + odl: OpenDayLight Boron version. + opencontrail: OpenContrail SDN. onos: ONOS framework as SDN. Mode of Openstack deployed. @@ -270,18 +248,14 @@ Mode of Openstack deployed. ha: HA mode of openstack. Wihch version of Openstack deployed. - [-o ] - liberty: Liberty version of openstack. + [-o ] + Newton: Newton version of openstack. Mitaka: Mitaka version of openstack. Where to deploy - [-l ] etc... + [-l ] etc... custom: For bare metal deployment where labconfig.yaml provided externally and not part of JOID. - default: For virtual deployment where installation will be done on KVM created using ./00-maasdeploy.sh - intelpod5: Install on bare metal OPNFV pod5 of Intel lab. - intelpod6 - orangepod2 - custom + default: For virtual deployment where installation will be done on KVM created using 03-maasdeploy.sh what feature to deploy. Comma seperated list [-f ] @@ -295,17 +269,25 @@ what feature to deploy. Comma seperated list which Ubuntu distro to use. [ -d ] +Which model to deploy +JOID introduces the various model to deploy apart from openstack for docker based container workloads. +[-m ] + openstack: Openstack which will be used for KVM/LXD container based workloads. + kubernetes: Kubernes model will be used for docker based workloads. + OPNFV Scenarios in JOID Following OPNFV scenarios can be deployed using JOID. Seperate yaml bundle will be created to deploy the individual scenario. Scenario Owner Known Issues os-nosdn-nofeature-ha Joid os-nosdn-nofeature-noha Joid -os-odl_l2-nofeature-ha Joid +os-odl_l2-nofeature-ha Joid Floating ips are not working on this deployment. os-nosdn-lxd-ha Joid Yardstick team is working to support. os-nosdn-lxd-noha Joid Yardstick team is working to support. os-onos-nofeature-ha ONOSFW os-onos-sfc-ha ONOSFW +k8-nosdn-nofeature-nonha Joid No support from Functest and Yardstick +k8-nosdn-lb-nonha Joid No support from Functest and Yardstick ------------ Troubleshoot @@ -314,12 +296,14 @@ Troubleshoot By default debug is enabled in script and error messages will be printed on ssh terminal where you are running the scripts. To Access of any control or compute nodes. -juju ssh +juju ssh / for example to login into openstack-dashboard container. juju ssh openstack-dashboard/0 juju ssh nova-compute/0 juju ssh neutron-gateway/0 -By default juju will add the Ubuntu user keys for authentication into the deployed server and only ssh access will be available. +All charm jog files are availble under /var/log/juju + +By default juju will add the current user keys for authentication into the deployed server and only ssh access will be available.