Apr 19, 2016

Contrail R3.0 Manual installation on ubuntu(1)

There are some ways of Contrail installation such as Fabric or Contrail Server Manager. But we can manually install Contrail. To learn how to install contrail by hands, we can use our own Configuration management tools like Ansible or Chef.

Today, Contrail is installed High Avaiilability. The installarion procedure is below.
  1. Create local repository of Contrail and Set common configuration.
  2. Install HA modules
  3. Install Contrail Database Node
  4. Install Contrail Support Service
  5. Install Contrail Config Node
  6. Install Contrail Control Node
  7. Install Contrail Analytics Node
  8. Install Contrail WebUI
  9. Set initial configuration
  10. Install Compute Node
  11. Operation check
There are many items, but almost configuration can be done by Copy and Paste.

Prerequisite of Installation Contrail

  • Contrail version is R3.0 that is provided at juniper.net. 
  • Finish to install/Configure Openstack except Neutron before installing Contrail.
  • Ubuntu version is 14.04.2. Finish to install OS and configure basic configuration like IP address, default gateway, ssh and so on.
Contrail is installed to Physical configuration below. There are two networks, one is Management for SSH and another is Control/Data for actual traffic of User traffic and Control traffic generated by Contrail.


IP address and Host name

Contrail
10.84.50.131    contrail1
10.84.50.132    contrail2
10.84.50.133    contrail3
Openstack
10.84.50.134    openstack
Compute
10.84.50.135    compute1
HAのVIP
172.27.115.159
10.84.50.139

User ID and Password

Neutron
neutron / password
Openstack Admin
admin / password

Installed components in Openstack node

Keysotne
Nova
Cinder
Glance
Horizon

Next topic is "Create local repository of Contrail and Set common configuration".

No comments:

Post a Comment