From 7ade42345f88d1e715fa20b763ad5efc8e9d2e7e Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Tue, 30 Sep 2014 19:09:01 -0400 Subject: [PATCH] clean up of lab_compute_node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changed to After the reboot of the node, the VM removed extra space and added a , after which changed . to colon, added “the” where necessary Change-Id: I45230b05a3663b43f936d3274b2d6eb0de8ba003 --- .../basic-install-guide/lab_compute-node.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/training-guides/basic-install-guide/lab_compute-node.xml b/doc/training-guides/basic-install-guide/lab_compute-node.xml index 28ed830f..328573f9 100644 --- a/doc/training-guides/basic-install-guide/lab_compute-node.xml +++ b/doc/training-guides/basic-install-guide/lab_compute-node.xml @@ -7,7 +7,7 @@ Compute Node - Network Diagram : + Network Diagram:
@@ -30,9 +30,9 @@ used by VirtualBox VMs for OpenStack networks, so that OpenStack’s services can communicate with each other. Compute node - Start the controller node which was set up in a previous section. + Start the controller node, which was set up in a previous section. - On reboot the node VM may lose internet and network + After the reboot of the node, the VM may lose internet and network connectivity. Restart the networking service and use the ping command to verify the network connectivity for the given VM. @@ -44,7 +44,7 @@ Controller node - Start the controller node which was set up in a previous section. + Start the controller node, which was set up in a previous section. Preparing Ubuntu 14.04 Networking: @@ -55,7 +55,7 @@ Open /etc/network/interfaces and edit the file as mentioned: -# This file is for the OpenStack compute node for OpenStack training project. +# This file is for the OpenStack compute node for the OpenStack training project. # Note: Selection of the IP addresses is important. # Any changes to the IP addresses may break OpenStack related services. @@ -98,7 +98,7 @@ netmask 255.255.255.0 To SSH into the compute node from the host machine, type the - command mentioned below. + command below: $ ssh compute@10.10.10.51 $ sudo su @@ -113,7 +113,7 @@ netmask 255.255.255.0 - Add Icehouse repositories: + Add the Icehouse repositories: #apt-get install ubuntu-cloud-keyring python-software-properties software-properties-common python-keyring #add-apt-repository cloud-archive:icehouse @@ -128,7 +128,7 @@ netmask 255.255.255.0 - Restart the machine for the changes to apply + Restart the machine for the changes to apply: # reboot @@ -218,7 +218,7 @@ admin_password = service_pass virt_type = qemu - Restart Nova Compute Service + Restart the Nova Compute Service: #service nova-compute restart @@ -226,7 +226,7 @@ virt_type = qemu Neutron and OVS - Install Open vSwitch + Install Open vSwitch: # apt-get install -y neutron-common neutron-plugin-ml2 neutron-plugin-openvswitch-agent @@ -276,7 +276,7 @@ admin_password = service_pass - Add the integration bridge + Add the integration bridge: #ovs-vsctl add-br br-int