Update docs to reflect repo rename
Change-Id: Ib86ce9dfd61d5009ca192a52138fe264741c39d7
This commit is contained in:
parent
3273f3ea90
commit
9933bfe6c2
@ -33,13 +33,13 @@ Project Hosting Details
|
||||
* https://wiki.openstack.org/wiki/Meetings#Murano_meeting
|
||||
|
||||
* Code Hosting
|
||||
* https://git.openstack.org/cgit/stackforge/murano
|
||||
* https://git.openstack.org/cgit/openstack/murano
|
||||
|
||||
* https://git.openstack.org/cgit/stackforge/murano-agent
|
||||
* https://git.openstack.org/cgit/openstack/murano-agent
|
||||
|
||||
* https://git.openstack.org/cgit/stackforge/murano-dashboard
|
||||
* https://git.openstack.org/cgit/openstack/murano-dashboard
|
||||
|
||||
* https://git.openstack.org/cgit/stackforge/python-muranoclient
|
||||
* https://git.openstack.org/cgit/openstack/python-muranoclient
|
||||
|
||||
* Code Review
|
||||
* https://review.openstack.org/#/q/murano+AND+status:+open,n,z
|
||||
|
@ -30,7 +30,7 @@ To install latest murano CLI client run the following command in your shell::
|
||||
pip install python-muranoclient
|
||||
|
||||
Alternatively you can checkout the latest version from
|
||||
https://github.com/stackforge/python-muranoclient
|
||||
https://git.openstack.org/cgit/openstack/python-muranoclient
|
||||
|
||||
|
||||
Using CLI client
|
||||
@ -60,7 +60,7 @@ To get the latest bash completion script download `murano.bash_completion`_
|
||||
from the source repository and add it to your completion scripts.
|
||||
|
||||
|
||||
.. _murano.bash_completion: https://raw.githubusercontent.com/stackforge/python-muranoclient/master/tools/murano.bash_completion
|
||||
.. _murano.bash_completion: https://git.openstack.org/cgit/openstack/python-muranoclient/plain/tools/murano.bash_completion
|
||||
|
||||
|
||||
Listing currently installed packages
|
||||
|
@ -43,7 +43,7 @@ Murano Automated Tests: UI Tests
|
||||
================================
|
||||
|
||||
Murano project has a Web User Interface and all possible user scenarios should be tested.
|
||||
All UI tests are located at the https://git.openstack.org/cgit/stackforge/murano-dashboard/tree/muranodashboard/tests/functional
|
||||
All UI tests are located at the https://git.openstack.org/cgit/openstack/murano-dashboard/tree/muranodashboard/tests/functional
|
||||
|
||||
Automated tests for Murano Web UI are written in Python using special Selenium library. This library is used to automate web browser interaction from Python.
|
||||
For more information please visit https://selenium-python.readthedocs.org/
|
||||
@ -63,7 +63,7 @@ First of all make sure that all additional components are installed.
|
||||
|
||||
* Clone murano-dashboard git repository:
|
||||
|
||||
* git clone git://git.openstack.org/stackforge/murano-dashboard*
|
||||
* git clone git://git.openstack.org/openstack/murano-dashboard*
|
||||
* Change default settings:
|
||||
|
||||
* Copy muranodashboard/tests/functional/config/config.conf.example to config.conf
|
||||
@ -122,14 +122,14 @@ Murano Automated Tests: Tempest Tests
|
||||
|
||||
All Murano services have tempest-based automated tests, which allow to verify API interfaces and deployment scenarious.
|
||||
|
||||
Tempest tests for Murano are located at the: https://git.openstack.org/cgit/stackforge/murano/tree/murano/tests/functional
|
||||
Tempest tests for Murano are located at the: https://git.openstack.org/cgit/openstack/murano/tree/murano/tests/functional
|
||||
|
||||
The following Python files are contain basic tests suites for different Murano components.
|
||||
|
||||
API Tests
|
||||
+++++++++
|
||||
|
||||
Murano API tests are run on devstack gate and located at https://git.openstack.org/cgit/stackforge/murano/tree/murano/tests/functional/api
|
||||
Murano API tests are run on devstack gate and located at https://git.openstack.org/cgit/openstack/murano/tree/murano/tests/functional/api
|
||||
|
||||
* *test_murano_envs.py* contains test suite with actions on murano's environments(create, delete, get and etc.)
|
||||
* *test_murano_sessions.py* contains test suite with actions on murano's sessions(create, delete, get and etc.)
|
||||
@ -139,7 +139,7 @@ Murano API tests are run on devstack gate and located at https://git.openstack.o
|
||||
Engine Tests
|
||||
+++++++++++++++++++
|
||||
|
||||
Murano Engine Tests are run on murano-ci : https://git.openstack.org/cgit/stackforge/murano/tree/murano/tests/functional/engine
|
||||
Murano Engine Tests are run on murano-ci : https://git.openstack.org/cgit/openstack/murano/tree/murano/tests/functional/engine
|
||||
|
||||
* *base.py* contains base test class and tests with actions on deploy Murano services such as 'Telnet' and 'Apache'.
|
||||
|
||||
|
@ -40,9 +40,9 @@ Clone the components required to build an image to that directory:
|
||||
.. code-block:: console
|
||||
|
||||
$ cd $GITDIR
|
||||
$ git clone https://github.com/stackforge/murano
|
||||
$ git clone https://github.com/stachforge/murano-agent
|
||||
$ git clone https://github.com/openstack/diskimage-builder
|
||||
$ git clone git://git.openstack.org/cgit/openstack/murano
|
||||
$ git clone git://git.openstack.org/cgit/openstack/murano-agent
|
||||
$ git clone git://git.openstack.org/cgit/openstack/diskimage-builder
|
||||
|
||||
|
||||
Checkout a change request that allows to build an image using disk image builder
|
||||
|
@ -295,7 +295,7 @@ Floppy image with answer file for unattended installation is needed to automate
|
||||
$ sudo mount -o loop ~/floppy.img ~/flp/mnt
|
||||
..
|
||||
|
||||
* Download **autounattend.xml.template** file from https://github.com/stackforge/murano-deployment/tree/master/contrib/windows/image-builder/share/files
|
||||
* Download **autounattend.xml.template** file from https://github.com/openstack/murano-deployment/tree/master/contrib/windows/image-builder/share/files
|
||||
|
||||
This folder contains unatteded files for several Windows versions, choose one that matches your Windows version.
|
||||
|
||||
@ -330,7 +330,7 @@ Build Windows Image Using Image Builder Script
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone git://github.com/stackforge/murano-deployment.git
|
||||
$ git clone git://git.openstack.org/cgit/openstack/murano-deployment.git
|
||||
..
|
||||
|
||||
* Change directory to image-builder folder
|
||||
@ -394,7 +394,7 @@ Get Post-Install Scripts
|
||||
|
||||
There are a few scripts which perform all the required post-installation tasks.
|
||||
|
||||
They all are located in https://github.com/stackforge/murano-deployment/tree/master/contrib/windows/image-builder/share/scripts
|
||||
They all are located in http://git.openstack.org/cgit/openstack/murano-deployment/tree/contrib/windows/image-builder/share/scripts
|
||||
|
||||
|
||||
.. note::
|
||||
|
@ -41,10 +41,10 @@ Murano consists of several source code repositories:
|
||||
* `python-muranoclient`_ - Client library and CLI client for Murano
|
||||
|
||||
|
||||
.. _murano: https://git.openstack.org/cgit/stackforge/murano/
|
||||
.. _murano-agent: https://git.openstack.org/cgit/stackforge/murano-agent/
|
||||
.. _murano-dashboard: https://git.openstack.org/cgit/stackforge/murano-dashboard/
|
||||
.. _python-muranoclient: https://git.openstack.org/cgit/stackforge/python-muranoclient/
|
||||
.. _murano: https://git.openstack.org/cgit/openstack/murano/
|
||||
.. _murano-agent: https://git.openstack.org/cgit/openstack/murano-agent/
|
||||
.. _murano-dashboard: https://git.openstack.org/cgit/openstack/murano-dashboard/
|
||||
.. _python-muranoclient: https://git.openstack.org/cgit/openstack/python-muranoclient/
|
||||
|
||||
|
||||
This documentation offers information on how Murano works and how to
|
||||
|
@ -26,4 +26,4 @@ Murano with `Devstack`_.
|
||||
|
||||
|
||||
.. _Devstack: http://www.devstack.org/
|
||||
.. _contrib/devstack: https://git.openstack.org/cgit/stackforge/murano/tree/contrib/devstack
|
||||
.. _contrib/devstack: https://git.openstack.org/cgit/openstack/murano/tree/contrib/devstack
|
||||
|
@ -119,7 +119,7 @@ Install the API service and Engine
|
||||
.. code-block:: console
|
||||
|
||||
$ cd ~/murano
|
||||
$ git clone https://github.com/stackforge/murano
|
||||
$ git clone git://git.openstack.org/openstack/murano
|
||||
..
|
||||
|
||||
#. Set up Murano config file
|
||||
@ -254,14 +254,14 @@ Install Murano Dashboard
|
||||
.. code-block:: console
|
||||
|
||||
$ cd ~/murano
|
||||
$ git clone https://github.com/stackforge/murano-dashboard
|
||||
$ git clone git://git.openstack.org/openstack/murano-dashboard
|
||||
..
|
||||
|
||||
#. Clone horizon repository
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone https://github.com/openstack/horizon
|
||||
$ git clone git://git.openstack.org/openstack/horizon
|
||||
..
|
||||
|
||||
#. Create venv and install muranodashboard as editable module.
|
||||
@ -369,7 +369,7 @@ Murano App Incubator.
|
||||
.. code-block:: console
|
||||
|
||||
$ cd ~/murano
|
||||
$ git clone https://github.com/stackforge/murano-apps
|
||||
$ git clone git://git.openstack.org/openstack/murano-apps
|
||||
..
|
||||
|
||||
2. Import every package you need from this repository, using the command
|
||||
|
@ -98,7 +98,7 @@ Just set *ssl* parameter to True to enable ssl.
|
||||
ssl = True
|
||||
|
||||
If you want to configure Murano Agent in a different way change
|
||||
the default template. It can be found in Murano Core Library, located at */https://github.com/stackforge/murano/blob/master/meta/io.murano/Resources/Agent-v1.template.* Take
|
||||
the default template. It can be found in Murano Core Library, located at *http://git.openstack.org/cgit/openstack/murano/tree/meta/io.murano/Resources/Agent-v1.template*. Take
|
||||
a look at appSettings section:
|
||||
|
||||
::
|
||||
|
@ -21,7 +21,7 @@ MuranoPL Core Library
|
||||
|
||||
Some objects and actions could be used in several application deployments. All common parts are grouped into MuranoPL libraries.
|
||||
Murano core library is a set of classes needed in every deployment. Class names from core library could be used in the application definitions.
|
||||
This library is located under the `meta <https://github.com/stackforge/murano/tree/master/meta/io.murano>`_ directory.
|
||||
This library is located under the `meta <http://git.openstack.org/cgit/openstack/murano/tree/meta/io.murano/>`_ directory.
|
||||
The following classes are included into the Murano core library:
|
||||
|
||||
**io.murano:**
|
||||
|
Loading…
Reference in New Issue
Block a user