Jump to: navigation, search

Difference between revisions of "Powervcdriver"

Line 56: Line 56:
 
     git clone https://github.com/stackforge/powervc-driver.git
 
     git clone https://github.com/stackforge/powervc-driver.git
  
* Create Common Link for each component
+
=== Post install setup ===
 +
 
 +
* create logging directory
 +
    mkdir /var/log/powervc
 +
 
 +
=== Setup powervc.conf and powervc-neutron.conf ===
 +
 
 +
== Launch PowerVC Driver services ==

Revision as of 06:20, 16 May 2014

IBM PowerVC Driver for OpenStack

Overview

<TODO>

Setup

Prepare OpenStack

DevStack

Edit local.conf

  • Enable Qpid
   # Enable Qpid
   ENABLED_SERVICES="$ENABLED_SERVICES,-rabbit,-zeromq,qpid"
  • Enable ML2 and setup VLAN
   # Enable neutron network
   disable_service n-net
   enable_service q-svc
   enable_service q-agt
   enable_service q-dhcp
   enable_service q-l3
   enable_service q-meta
   enable_service q-metering
   enable_service neutron
   #VLAN configuration
   Q_PLUGIN=ml2
   ENABLE_TENANT_VLANS=True
   PHYSICAL_NETWORK=default
   ML2_VLAN_RANGES=default:1:4094

Ubuntu Cloud Archive

<TODO>

RDO

Edit packstack answer file

  • Enable Qpid
   CONFIG_AMQP_SERVER=qpid
  • Enable ML2 and setup VLAN
   CONFIG_NEUTRON_L2_PLUGIN=ml2
   CONFIG_NEUTRON_ML2_TYPE_DRIVERS=local,vlan
   CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=local,vlan
   CONFIG_NEUTRON_ML2_VLAN_RANGES=default:1:4094

Install PowerVC Driver

  • Download PowerVC Driver
   git clone https://github.com/stackforge/powervc-driver.git

Post install setup

  • create logging directory
   mkdir /var/log/powervc

Setup powervc.conf and powervc-neutron.conf

Launch PowerVC Driver services