Saturday, March 1, 2014

OpenStack Neutron Configuration

Neutron Configuration:

Deploying OpenStack neutron(with 3 nodes) as explained in previous post OpenStack Neutron Architecture

1. Requirements
Three node setup requirements for VLAN networking.
Considering management network as 10.30.10.0/24.

Controller Node: Controller node contains all OpenStack API services. It requires one NIC card.
        NIC-1(eth0) : Connected with management network. (IP-10.30.10.3)
        Install Keystone
        Install Glance
        Install Compute required services
        Install Neutron required services
 
Network Node: Network node contains DHCP server and virtual routing. It requires 3 NIC cards.
        NIC-1(eth0) : Connected to management network. (IP-10.30.10.4)
        NIC-2(eth1) : Connected to VM internal network. (No ip address is assigned)
        NIC-3(eth2) : Connected to VM external network. (No ip address is assigned)
        Install Neutron

Compute Node: Network node contains compute service and neutron plugin. It requires 2 NIC cards.
        NIC-1(eth0) : Connected to management network.(IP-10.30.10.5)
        NIC-2(eth1) : Connected to VM internal network. (No ip address is assigned)
        Install Compute
        Install Neutron required services

No comments:

Post a Comment