A set of drivers and utilities to integrate PowerVC into OpenStack.
Go to file
Jerry Cai fd05a48a19 Add/Remove/Modify vNIC post deployment Edit
User call the following hosting cli to add a vNIC with IP and port
specified:
    nova interface-attach --net-id {net_uuid} --fixed-ip {ipAddress}
<server_name>
PowerVC driver handle the request in the following driver method:
    def attach_interface(self, instance, image_meta, network_info):
then call the PowerVC restAPI to attach the interface to server.

User call the following hosting cli to remove a vNIC with port
specified:
    nova interface-detach <server-id> <port-id>
PowerVC driver handle the request in the following driver method:
    def detach_interface(self, instance, network_info):
then call the PowerVC restAPI to attach the interface to server.

Change-Id: If0ae14a86005da06dc35620c2af47f37112228d5
Closes-Bug: #1375132
2014-09-30 02:45:53 +08:00
cinder-powervc Temp fix for powervc side volumes operation not synced to local 2014-09-04 17:29:27 +08:00
common-powervc Add Host Maintenance Mode Get and evacuation support 2014-09-23 14:06:12 +08:00
glance-powervc Fix the issue to unescape unneed characters in image property 2014-08-29 10:03:58 +08:00
neutron-powervc Add/Remove/Modify vNIC post deployment Edit 2014-09-30 02:45:53 +08:00
nova-powervc Add/Remove/Modify vNIC post deployment Edit 2014-09-30 02:45:53 +08:00
.gitignore Add .gitignore to the project 2014-08-19 13:32:15 +08:00
.gitreview Added .gitreview 2014-05-06 22:11:04 +00:00
CONTRIBUTING.rst Add CONTRIBUTING.rst and change README.rst format. 2014-05-27 15:52:50 +08:00
LICENSE Missing License file and README file in the project 2014-05-09 13:21:02 +08:00
README.rst Add CONTRIBUTING.rst and change README.rst format. 2014-05-27 15:52:50 +08:00

README.rst

PowerVC Drivers

This project contains a set of OpenStack drivers and utilities to implement the manage-to Power via PowerVC.