Migrate to OpenStack infra
Change-Id: I126b10a6b95e2cd3ac07de4a87f9b14c10b938b4
This commit is contained in:
parent
396b56a57a
commit
8c7870f6ad
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.openstack.org
|
||||||
|
port=29418
|
||||||
|
project=openstack/metalsmith.git
|
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
|||||||
language: python
|
|
||||||
python: 2.7
|
|
||||||
env:
|
|
||||||
- TOX_ENV=py27
|
|
||||||
- TOX_ENV=py3
|
|
||||||
- TOX_ENV=pep8
|
|
||||||
install:
|
|
||||||
- pip install tox
|
|
||||||
script:
|
|
||||||
- tox -e $TOX_ENV
|
|
21
README.rst
21
README.rst
@ -1,9 +1,6 @@
|
|||||||
Deployment and Scheduling tool for Bare Metal
|
Deployment and Scheduling tool for Bare Metal
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/dtantsur/metalsmith.svg?branch=master
|
|
||||||
:target: https://travis-ci.org/dtantsur/metalsmith
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -13,6 +10,13 @@ Metal Service (ironic) <https://docs.openstack.org/ironic/latest/>`_,
|
|||||||
and `OpenStack Networking Service (neutron)
|
and `OpenStack Networking Service (neutron)
|
||||||
<https://docs.openstack.org/neutron/latest/>`_.
|
<https://docs.openstack.org/neutron/latest/>`_.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
pip install --user metalsmith
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
@ -38,3 +42,14 @@ To remove the deployed instance::
|
|||||||
For all possible options see the built-in help::
|
For all possible options see the built-in help::
|
||||||
|
|
||||||
metalsmith --help
|
metalsmith --help
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
------------
|
||||||
|
|
||||||
|
* Pull requests: `Gerrit
|
||||||
|
<https://review.openstack.org/#/q/project:openstack/metalsmith>`_
|
||||||
|
(see `developer's guide
|
||||||
|
<https://docs.openstack.org/infra/manual/developers.html>`_)
|
||||||
|
* Bugs and RFEs: `StoryBoard
|
||||||
|
<https://storyboard.openstack.org/#!/project/1000>`_
|
||||||
|
(please do NOT report bugs to Github)
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
name = metalsmith
|
name = metalsmith
|
||||||
summary = Deployment and Scheduling tool for Bare Metal
|
summary = Deployment and Scheduling tool for Bare Metal
|
||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
|
author = OpenStack
|
||||||
|
author-email = openstack-dev@lists.openstack.org
|
||||||
|
home-page = https://git.openstack.org/cgit/openstack/metalsmith
|
||||||
license = Apache-2
|
license = Apache-2
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
@ -12,6 +15,9 @@ classifier =
|
|||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
|
Programming Language :: Python :: 2.7
|
||||||
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
Reference in New Issue
Block a user