User Tools

Site Tools


wiki:devstack

Scripts to deploy two compute and one controller node using DevStack.

There is no HA, and no bare metal provisioning, since they are devstack based they aim only to help developers and CI.

You can download them from here:

https://download.01.org/packet-processing/ONPS1.2/onps_server_1_2.tar.gz

The README file explains in detail how the scripts should be used.

The package contains the following

1. prepare_system.sh

  • script to prepare system for Openstack installation

2. prepare_stack.sh

  • script to install Openstack

3. onps_config

  • configuration file for user to enter system, network, and other information

4. onps_config_stand_alone_compute

  • same as onps_config but to be used for deployment of compute node *without* any controllers

5. local.conf-ovdk-controller

  • template local.conf file for controller node

6. local.conf-ovdk-compute

  • template local.conf file for compute node

7. README

  • This file

Steps to build Openstack through Devstack

  • install fedora 20

software selection:

	C Development Tool and Libraries
              Development Tools
create user 'stack' 
  • prepare Fedora 20 system

login as 'su'

modify file 'onps_config' for basic system, network, and other information

NOTE: It is important to correctly enter information in onps_config; see section "Edit onps_config" for instructions

	run script 'prepare_system.sh'
reboot system
login as 'su'
update system with latest libraries, run command 'yum update -y'
reboot system
  • install devstack with openstack ovdk patches

login as 'stack'

cd /home/stack/
run script 'prepare_stack.sh'
  • after successfully installing controller node and compute node(s), Openstack should be up and running

From: joseph.gasparakis@intel.com> Date: Monday, February 2, 2015 at 1:01 PM

wiki/devstack.txt · Last modified: 2015/02/26 22:44 by Ray Paik