Update 'stackforge' references to 'openstack'
The project has moved from Stackforge to OpenStack repositories. Change-Id: If408eaede8338e6035c85894b6f1af86e96024cf
This commit is contained in:
parent
c1ffc35d56
commit
1d27f33827
@ -4,7 +4,7 @@ Installation Guide
|
|||||||
|
|
||||||
Tuskar source code should be pulled directly from git::
|
Tuskar source code should be pulled directly from git::
|
||||||
|
|
||||||
git clone https://github.com/stackforge/tuskar.git
|
git clone https://github.com/openstack/tuskar.git
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
@ -86,7 +86,7 @@ Next, you can run a script to populate the DB with some sample data::
|
|||||||
|
|
||||||
This will create 2 Resource Classes and three Racks. You need to have the Tuskar
|
This will create 2 Resource Classes and three Racks. You need to have the Tuskar
|
||||||
API server running. You can see more examples of using the API at our `cURL
|
API server running. You can see more examples of using the API at our `cURL
|
||||||
Commands page <https://github.com/stackforge/tuskar/blob/master/docs/api/curl.rst>`_.
|
Commands page <https://github.com/openstack/tuskar/blob/master/docs/api/curl.rst>`_.
|
||||||
|
|
||||||
|
|
||||||
Running Tuskar API
|
Running Tuskar API
|
||||||
@ -105,6 +105,6 @@ Contributing
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
For additional developer information, take a look at
|
For additional developer information, take a look at
|
||||||
`CONTRIBUTING.rst <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
|
`CONTRIBUTING.rst <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
|
||||||
and the
|
and the
|
||||||
`Tuskar website <https://github.com/stackforge/tuskar/blob/master/docs/index.rst>`_.
|
`Tuskar website <https://github.com/openstack/tuskar/blob/master/docs/index.rst>`_.
|
||||||
|
@ -21,20 +21,20 @@ usage metrics, aiding in capacity planning and hardware procurement
|
|||||||
decisions.
|
decisions.
|
||||||
|
|
||||||
For additional information, take a look at the `Tuskar
|
For additional information, take a look at the `Tuskar
|
||||||
documentation <https://github.com/stackforge/tuskar/blob/master/docs/index.rst>`_.
|
documentation <https://github.com/openstack/tuskar/blob/master/docs/index.rst>`_.
|
||||||
|
|
||||||
Installation Information
|
Installation Information
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Please see
|
Please see
|
||||||
`INSTALL.rst <https://github.com/stackforge/tuskar/blob/master/INSTALL.rst>`_
|
`INSTALL.rst <https://github.com/openstack/tuskar/blob/master/INSTALL.rst>`_
|
||||||
for an installation guide.
|
for an installation guide.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Interested in contributing? Take a look at
|
Interested in contributing? Take a look at
|
||||||
`CONTRIBUTING.rst <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
|
`CONTRIBUTING.rst <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
|
||||||
for details on how to do so.
|
for details on how to do so.
|
||||||
|
|
||||||
Contact Us
|
Contact Us
|
||||||
|
@ -27,15 +27,15 @@ demo! <https://www.youtube.com/watch?v=VEY035-Lyzo>`_
|
|||||||
- *TODO* feature examples
|
- *TODO* feature examples
|
||||||
- *TODO* link to high-level portion of FAQ
|
- *TODO* link to high-level portion of FAQ
|
||||||
- `Recommended
|
- `Recommended
|
||||||
reading <https://github.com/stackforge/tuskar/blob/master/docs/recommended-reading.rst>`_
|
reading <https://github.com/openstack/tuskar/blob/master/docs/recommended-reading.rst>`_
|
||||||
|
|
||||||
Related Projects
|
Related Projects
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- `tuskar-ui <https://github.com/stackforge/tuskar-ui>`_ - Built on top
|
- `tuskar-ui <https://github.com/openstack/tuskar-ui>`_ - Built on top
|
||||||
of Horizon, tuskar-ui provides dashboard access to Tuskar
|
of Horizon, tuskar-ui provides dashboard access to Tuskar
|
||||||
functionality.
|
functionality.
|
||||||
- `python-tuskarclient <https://github.com/stackforge/python-tuskarclient>`_
|
- `python-tuskarclient <https://github.com/openstack/python-tuskarclient>`_
|
||||||
- A Python client for the Tuskar API, python-tuskarclient is utilized
|
- A Python client for the Tuskar API, python-tuskarclient is utilized
|
||||||
by tuskar-ui.
|
by tuskar-ui.
|
||||||
|
|
||||||
@ -46,23 +46,23 @@ Install and Contribute
|
|||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
- `Install
|
- `Install
|
||||||
Guide <https://github.com/stackforge/tuskar/blob/master/INSTALL.rst>`_
|
Guide <https://github.com/openstack/tuskar/blob/master/INSTALL.rst>`_
|
||||||
- `Contributing
|
- `Contributing
|
||||||
Guide <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
|
Guide <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
|
||||||
- `Debugging with
|
- `Debugging with
|
||||||
iPython <https://github.com/stackforge/tuskar/blob/master/docs/debugging-with-ipython.rst>`_
|
iPython <https://github.com/openstack/tuskar/blob/master/docs/debugging-with-ipython.rst>`_
|
||||||
- `Demo Data
|
- `Demo Data
|
||||||
Script <https://github.com/stackforge/tuskar/blob/master/docs/demo-data-script.rst>`_
|
Script <https://github.com/openstack/tuskar/blob/master/docs/demo-data-script.rst>`_
|
||||||
|
|
||||||
API
|
API
|
||||||
---
|
---
|
||||||
|
|
||||||
- `API
|
- `API
|
||||||
Information <https://github.com/stackforge/tuskar/blob/master/docs/api/api.md>`_
|
Information <https://github.com/openstack/tuskar/blob/master/docs/api/api.md>`_
|
||||||
- `cURL
|
- `cURL
|
||||||
Commands <https://github.com/stackforge/tuskar/blob/master/docs/api/curl.rst>`_
|
Commands <https://github.com/openstack/tuskar/blob/master/docs/api/curl.rst>`_
|
||||||
- `Resource Class Demo
|
- `Resource Class Demo
|
||||||
Script <https://github.com/stackforge/tuskar/blob/master/docs/resource-class-demo-script.rst>`_
|
Script <https://github.com/openstack/tuskar/blob/master/docs/resource-class-demo-script.rst>`_
|
||||||
(uses cURL)
|
(uses cURL)
|
||||||
|
|
||||||
HEAT Integration
|
HEAT Integration
|
||||||
|
@ -6,7 +6,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = Mark McLoughlin
|
author = Mark McLoughlin
|
||||||
author-email = markmc@redhat.com
|
author-email = markmc@redhat.com
|
||||||
home-page = https://github.com/stackforge/tuskar
|
home-page = https://github.com/openstack/tuskar
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
x
Reference in New Issue
Block a user