Table of Contents

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

2. prepare_stack.sh

3. onps_config

4. onps_config_stand_alone_compute

5. local.conf-ovdk-controller

6. local.conf-ovdk-compute

7. README

Steps to build Openstack through Devstack

software selection:

	C Development Tool and Libraries
              Development Tools
create user 'stack' 

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

login as 'stack'

cd /home/stack/
run script 'prepare_stack.sh'

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