Changes between Version 25 and Version 26 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 17, 2019, 4:49:57 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v25 v26  
    7676[[CollapsibleStart(From Scratch)]]
    7777Follow https://docs.openstack.org/devstack/latest/guides/single-machine.html
     78
     79https://docs.openstack.org/devstack/latest/networking.html
     80
     81
     82If you don’t specify any configuration you will get the following:
     83
     84neutron (including l3 with openvswitch)
     85
     86private project networks for each openstack project
     87
     88a floating ip range of 172.24.4.0/24 with the gateway of 172.24.4.1
     89
     90the demo project configured with fixed ips on a subnet allocated from the 10.0.0.0/22 range
     91
     92a br-ex interface controlled by neutron for all its networking (this is not connected to any physical interfaces).
     93
     94DNS resolution for guests based on the resolv.conf for your host
     95
     96an ip masq rule that allows created guests to route out
     97
     98PUBLIC_INTERFACE=eth1 (this connects to the br-ex bridge)
     99
     100https://docs.openstack.org/devstack/latest/_sources/guides/neutron.rst.txt
     101
     102
    78103[[CollapsibleEnd]]
    79104