make controller and network be one node
Now I am trying to install juno from scratch into ubuntu 14.04 server.
I am referring to
http://
About the network interface for each node, I have some questions.
1, Can I make controller and network be one node, because I want to use neutron as network component? Do I need have 2 physical NICs for controller or just 1 NIC?
2, I am considering configure my /etc/network/
#Controller + network node
#1 physical NIC
/etc/network/
iface eth0 inet static
address 10.0.0.11
netmask 255.255.255.0
gateway 10.0.0.1
iface eth1 inet static
address 10.0.1.11
netmask 255.255.255.0
iface eth2 inet manual
up ip link set dev $IFACE up
down ip link set dev $IFACE down
#compute node
#1 physical NIC
/etc/network/
iface eth0 inet static
address 10.0.0.12
netmask 255.255.255.0
gateway 10.0.0.1
iface eth1 inet static
address 10.0.1.12
netmask 255.255.255.0
thanks
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Cong Yue for more information if necessary.