openstack setup on one node
In terms of Networking and interfaces, how should I set up openstack on one node? I have 2 NIC and run centos 7.
Thanks
First time here? Check out the FAQ!
In terms of Networking and interfaces, how should I set up openstack on one node? I have 2 NIC and run centos 7.
Thanks
The most simple way RDO Juno All-in-one install on CentOS 7 via packstack
Instructions here: https://openstack.redhat.com/Quickstart
For now one NIC is enough. Packstack will do all job for you, but
When it's done you have manually create ifcfg-br-ex for OVS bridge br-ex,
ifcfg-em1 ( or whatever you had originally ) as OVS port for br-ex.
Enable service network && disable NetworkManager ( it's a must ).
Samples of ifcfg-* files
[root@juno1 network-scripts(keystone_admin)]# cat ifcfg-br-ex
DEVICE="br-ex"
BOOTPROTO="static"
IPADDR="192.168.1.127"
NETMASK="255.255.255.0"
DNS1="83.221.202.254"
BROADCAST="192.168.1.255"
GATEWAY="192.168.1.1"
NM_CONTROLLED="no"
DEFROUTE="yes"
IPV4_FAILURE_FATAL="yes"
IPV6INIT=no
ONBOOT="yes"
TYPE="OVSIntPort"
OVS_BRIDGE=br-ex
DEVICETYPE="ovs"
[root@juno1 network-scripts(keystone_admin)]# cat ifcfg-enp2s0
DEVICE="enp2s0"
# HWADDR=00:22:15:63:E4:E2
ONBOOT="yes"
TYPE="OVSPort"
DEVICETYPE="ovs"
OVS_BRIDGE=br-ex
NM_CONTROLLED=no
IPV6INIT=no
Asked: 2015-02-18 12:42:47 -0600
Seen: 162 times
Last updated: Feb 18 '15
How do I add nics to an All In One packstack build?
how to set up rsync for swift on CentOS? [closed]
fedora 27/pike install fails with packstack --allinone
How to specify IPs for Centos guests under nova-network?
unittests failed - Swift All In One on Ubuntu [closed]
Cannot reach floating IP from outside network
Mirantis host OS support for CentOS?
router interface for packstack all-in-one (single node)
How to configure network with single NIC for Single node manual installation of Openstack