Commit Graph

24 Commits

Author SHA1 Message Date
Takashi Kajinami 04e053c5cb Retire PowerVMStacker SIG: Remove Project Content
Depends-on: https://review.opendev.org/c/openstack/project-config/+/909535
Change-Id: Icb1894348ef7b1602a3181dad3162df6d6ad53af
2024-02-20 22:52:00 +09:00
Ian Wienand c6f71071ec Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4bb50d272d34e4ce0a17a53623972c325a53a47f
2019-03-24 20:34:47 +00:00
esberglu 8b1d543501 Update the SEA local.conf
This updates the SEA local.conf to a known working version for master.
It renames the file to clarify the difference between the OVS and SEA
conf files.

Change-Id: Iffb250388b083a6391a5407597fa03e9f2c4acd6
2018-01-31 10:08:02 -06:00
esberglu 35dbd2084e Add all-in-one local.conf with OVS networking
This adds an example local.conf for an all-in-one devstack using Open
vSwitch networking.

Change-Id: I597d45d88c68942377d412b2bd47142fe23f754c
2017-12-28 21:48:38 +00:00
Hangdong Zhang dac4bcdd96 Update the documentation link for doc migration
BTW, update one URL of networking-powervm as well.

Change-Id: I684e4457d9baee25aa569b20f20e73474cf88578
2017-07-21 14:32:17 +08:00
Drew Thorstensen 216cb2248c Remove INSTALL_PYPOWERVM
This function is no longer required now that pypowervm is in the
global-requirements.txt.

Change-Id: I177daf3de95fe20875ed0f48a580fbe6810cd4b7
2017-04-06 16:56:17 -04:00
Eric Fried eedae5b0d4 Change namespace to nova.virt.powervm_ext
In order to avoid conflict with the in-tree nova.virt.powervm driver,
the namespace of out-of-tree ('ext'ernal) driver is being change to
nova.virt.powervm_ext.

Change-Id: I9c8ad22be448a724b4a62d560a0cf3021da1b9eb
2017-01-10 17:34:36 +00:00
Eric Fried fcb87e0234 Change devstack pypowervm branch to develop
Change the default pypowervm branch installed by devstack from 'master'
to 'develop'.  The master branch is not useful.

Change-Id: I6f732e9f491057854088027c3407552ced4d9adf
2016-10-13 10:25:40 -05:00
Eric Fried fe9bec248e Shim compute driver in nova.virt namespace
Recent nova commit 8eb03de1eb83a6cd2d4d41804e1b8253f94e5400 removed the
mechanism by which nova-powervm was loading its ComputeDriver from out
of tree.

With Change-Id: I78c0ca85cb6ee2e370214a89a203f6f099748930 we can now add
to the nova.virt namespace from the nova-powervm package.

This change set restores the ability to load the driver by creating a
thin shim into nova.virt.powervm.driver, passing through all public
symbols from nova_powervm.virt.powervm.driver.

Change-Id: I8ff5154edfcef6fa83686b2ae046512ce7d6d628
Partial-Bug: 1575335
2016-04-28 14:55:52 -05:00
Drew Thorstensen 08577f420d Add more information on local.conf files
This change set adds some additional background information on the
local.conf files.  This was feedback from the field that this will help
developers as they on board for the project.

Change-Id: I0e69bb01e497bfd29817559021cdafeaf0248cad
2016-02-02 20:43:02 -05:00
adreznec 35bc4447db Do not error if NovaLink not installed
Instead of throwing a fatal error if NovaLink is not installed,
simply warn the user instead.

Change-Id: If676cfaa081ee7bb2d0ce3d02323d729c79b943d
2016-01-21 12:42:04 -06:00
Eric Fried d2a4f4608a pypowervm log level to INFO in local.conf samples
At DEBUG, pypowervm produces way too much information, including the
payload of every REST request & response.  Set the log level to the
more-reasonable INFO in our sample local.conf files for compute and
all-in-one nodes.

Change-Id: Ie8b1abed5106902046bb36c39fbc980a9e481f12
2016-01-21 08:00:54 -06:00
Jenkins fb6b585c3b Merge "Disable installing pypowervm by default" 2016-01-04 13:09:23 +00:00
adreznec bf3d518670 Disable installing pypowervm by default
Add a configurable option to choose to install pypowervm from source,
otherwise default to relying on it already being installed

Change-Id: I15b85c8bcae163e762310efdabfdc26d72e2b629
2015-12-19 16:21:00 -06:00
adreznec 45fb0dc163 Overhaul the DevStack plugins README file
Add a more detailed walkthrough of the devstack plugins readme
file, including links to our devrefs and docs.

Change-Id: I254b33607daa89c1c8f3dc33d4281cfa4fad72db
2015-12-17 09:12:35 -06:00
adreznec d32d147112 Disable ceilometer services in devstack compute template
In the local.conf.compute template disable the ceilometer control
services that are enabled by default by the ceilometer plugin

Change-Id: Iaaeebaf99fdfbfbc4fdeb191652c1587d7eae8e9
2015-12-07 11:20:08 -06:00
adreznec 5c2c6e90db Disable ceilometer-acompute in control node example
The ceilomter devstack plugin turns on every ceilometer service by
default. This disables the ceilometer-acompute service in the control
node example file.

Change-Id: Ic338350d5d1db266657e4bfd18b679cfff96b0e2
2015-12-02 15:11:54 -06:00
adreznec 0171d7a7f3 Fix README whitespace, update README
Fix a non-breaking whitespace error in a devstack plugins README link, as well
as updating content to place in the link in better context.

Change-Id: Ib7d0b90f6c90c144cae658b25e7b6578212d6138
2015-12-02 08:27:59 -06:00
Jenkins 530361ec26 Merge "Add nova-powervm devstack multi-node support" 2015-12-02 14:18:58 +00:00
adreznec ea80a75126 Add nova-powervm devstack multi-node support
Support running nova-powervm devstack plugins in a multi-node
environment, with example configs for compute, control, or
all-in-one node installation.

Change-Id: I62d3681165cfeab8fd472b61b9898e28da4ea2f6
2015-12-01 15:07:42 -06:00
adreznec 5eb6808693 Shorten default devstack instance name template
Shorten the default devstack instance name template due to issues
with the 31 character instance name maximum

Change-Id: I8815a0c5478c999292daa14fa1d4a1b4d3e54399
2015-11-24 15:29:26 -06:00
adreznec c86e558fd1 Change pypowervm repo location
Update the pypowervm repo location in code and docs
for the pypowervm->powervm github org rename

Change-Id: I95a5593af76ed0b164ed60a9d14b82f3a808078a
2015-11-18 14:49:48 -06:00
Adam Reznechek f76b70f6ae Fix devstack README formatting
Fix formatting of step list for devstack plugins

Change-Id: I559145cdb00a40e77afae0b9707c62b4e4b00450
2015-10-30 00:05:20 -04:00
Adam Reznechek ecc4100bf1 Add base devstack plugins support
Add support for installing nova powervm through the devstack plugins
infrastructure. This allows you to simply enable the plugin in a
devstack localrc, provide any non-default config, and run stack.sh
to configure/install it.
- Added plugin files
- Added README and example config
- Added bashate to tox test environments for scripts

Change-Id: I3dfed189e60b0aa63fc9029e3f56f2d8b7785bd3
2015-10-29 21:43:01 -04:00