Changes between Version 28 and Version 29 of GENIRacksHome/OpenGENIRacks/InstallationGuideJuno


Ignore:
Timestamp:
10/03/15 15:28:18 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJuno

    v28 v29  
    259259
    260260
    261   - Set up the namespace only on the control node. Use a '''root shell'''.
    262     1. Check that sudo ip netns has two entries - the qrouter-* is the important one.
    263     1. If qdhcp-* namespace is not there, type sudo quantum-dhcp-agent-restart
    264     1. If you still cannot get 2 entries, try restarting all the quantum services:
    265       * sudo service quantum-server restart
    266       * sudo service quantum-plugin-openvswitch-agent restart
    267       * sudo service quantum-dhcp-agent restart
    268       * sudo service quantum-l3-agent restart
     261  - Set up the namespace only on the control node. But with neutron, the namespaces will be found on the network node.  Use a '''root shell''' on the network node to check for namespaces.
     262    1. Check that sudo ip netns has two entries - the qrouter-* is the important one.  Output will look like this:
     263{{{
     264# ip netns
     265qrouter-dd9fe832-5755-4c3e-a4e4-d5c2e1b54da9
     266qdhcp-3fbabd6b-6402-4202-bdc2-977c9b2721a4
     267}}}
     268    1. If qdhcp-* namespace is not there, type sudo neutron-dhcp-agent-restart
     269    1. If you still cannot get 2 entries, try restarting all the neutron services:
     270      * sudo service openvswitch-switch restart
     271      * sudo service neutron-plugin-openvswitch-agent restart
     272      * sudo service neutron-l3-agent restart
     273      * sudo service neutron-dhcp-agent restart
     274      * sudo service neutron-metadata-agent restart
    269275
    270276On the control node ONLY = In the root shell, type