Use openstack/solar-resources not Mirantis one

Change-Id: I0ace8937a171c63288d09dc07a94af284c96e6a4
Closes-bug: #1545630
This commit is contained in:
Jedrzej Nowak 2016-02-15 10:01:28 +01:00
parent e4cb8ad0c7
commit 637afa23df
5 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@
tasks:
# setup solar-resources
# change to openstack/solar-resources later
- git: repo=https://github.com/Mirantis/solar-resources.git version=0.2.0 dest=/vagrant/solar-resources update=no
- git: repo=https://github.com/openstack/solar-resources.git version=0.2.0 dest=/vagrant/solar-resources update=no
- shell: 'mount|grep " /vagrant"'
register: vagrant_mounted

View File

@ -65,4 +65,4 @@ Where can I find solar examples ?
---------------------------------
Example resources, composer templates and examples itself are located:
https://github.com/Mirantis/solar-resources
https://github.com/openstack/solar-resources

View File

@ -38,7 +38,7 @@ add them to a Solar repository.
.. code-block:: bash
git clone https://github.com/Mirantis/solar-resources
git clone https://github.com/openstack/solar-resources
sudo mkdir -p /var/lib/solar/repositories
sudo chown -R <your_user_name> /var/lib/solar/

View File

@ -15,7 +15,7 @@ typical resource.
.. TODO: change to openstack/solar-resources later
.. note::
You can find example resources https://github.com/Mirantis/solar-resources
You can find example resources https://github.com/openstack/solar-resources
You can easily use this resource in your system,
from CLI you just need to call ``solar resource create`` with correct options.

View File

@ -20,15 +20,15 @@ Each API is used in different examples:
Python API
~~~~~~~~~~
* `3 node cluster riak <https://github.com/Mirantis/solar-resources/blob/master/examples/riak/riaks.py>`_
* `hosts files <https://github.com/Mirantis/solar-resources/blob/master/examples/hosts_file/hosts.py>`_
* `2 node OpenStack Cluster <https://github.com/Mirantis/solar-resources/blob/master/examples/openstack/openstack.py>`_
* `3 node cluster riak <https://github.com/openstack/solar-resources/blob/master/examples/riak/riaks.py>`_
* `hosts files <https://github.com/openstack/solar-resources/blob/master/examples/hosts_file/hosts.py>`_
* `2 node OpenStack Cluster <https://github.com/openstack/solar-resources/blob/master/examples/openstack/openstack.py>`_
Composer files
~~~~~~~~~~~~~~
* `Wordpress site <https://github.com/Mirantis/solar-resources/tree/master/examples/wordpress>`_
* `3 node cluster riak <https://github.com/Mirantis/solar-resources/blob/master/examples/riak/riak_cluster.yaml>`_
* `Wordpress site <https://github.com/openstack/solar-resources/tree/master/examples/wordpress>`_
* `3 node cluster riak <https://github.com/openstack/solar-resources/blob/master/examples/riak/riak_cluster.yaml>`_
CLI API