Project

staypuft

0.06
Repository is archived
No commit activity in last 3 years
No release in over 3 years
OpenStack Foreman Installer Plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Staypuft OpenStack Foreman Installer Plugin

Staypuft is the name of the OpenStack Foreman Installer plugin for The Foreman.

Installation

NOTE: Staypuft requires a nightly build of Foreman

You can either use staypuft-installer which is basically foreman installer with staypuft specific wizards or you can install staypuft plugin into existing foreman instance. The first options is preferred and you can find more instructions in installer README.

See How to Install a Plugin for how to install Foreman plugins

Development setup

See howto for development setup

Contributing

If you found an issue, you can report it in Bugzilla. If you want to chat about the issue or staypuft in general, we are on freenode irc server on channel #staypuft. We also have mailing list to which you can subscribe here. For staypuft related questions please add [Installer] tag in subject.

If you want to send a patch, fork the projects and send a Pull Request. Thanks!

Release a new version

To release a new gem version you have to be owner of the gem on rubygems.org. If you're not you can ask for ownership or you can build a gem locally. To build a gem locally, cd into staypuft directory and run rake build. This builds a gem in pkg directory. The version is determined by constant in lib/staypuft/version.rb so if you want to bump version, modify this file before running rake.

If you are the owner and you want to release new gem version, make sure you're building from official repository (not your own fork). Clone the repository and make sure the origin remote is github.com/theforeman/staypuft. Now bump the version in lib/staypuft/version.rb. Finally build and release new gem by running rake release. This will build the package, tag the commit, push the commit and the tag to origin and uploads the gem to rubygems.org.

To build an RPM we recommend using our specs in Foreman packaging. You should find the spec in rpm/develop branch. There's also a README.md which explains how you should update and build a package. Long story short, you update the gem and spec, send and send a PR. Once it's merged you can build in our koji instance (if you have access) using tito.

Copyright

Copyright (c) 2014 Red Hat, Inc. http://redhat.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.