Update docs with installation of io.murano.applications
Change-Id: I4e6546dda090082f2ecb8c43317dee47eb43441a Partial-bug: #1624379
This commit is contained in:
parent
0b1f29e4ba
commit
3e169d527c
@ -180,20 +180,21 @@ Install the API service and engine
|
|||||||
terminal.
|
terminal.
|
||||||
|
|
||||||
#. Leaving the API process running, return to the previous console and
|
#. Leaving the API process running, return to the previous console and
|
||||||
import murano core library:
|
import murano core library and other libraries from the `meta`
|
||||||
|
directory:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd ~/murano/murano
|
cd ~/murano/murano/meta/
|
||||||
pushd ./meta/io.murano
|
for i in */; do pushd ./"$i"; zip -r ../../"${i%/}.zip" *; popd; done
|
||||||
zip -r ../../io.murano.zip *
|
cd ..
|
||||||
popd
|
|
||||||
tox -e venv -- murano --os-username %OPENSTACK_ADMIN_USER% \
|
tox -e venv -- murano --os-username %OPENSTACK_ADMIN_USER% \
|
||||||
--os-password %OPENSTACK_ADMIN_PASSWORD% \
|
--os-password %OPENSTACK_ADMIN_PASSWORD% \
|
||||||
--os-auth-url http://%OPENSTACK_HOST_IP%:5000 \
|
--os-auth-url http://%OPENSTACK_HOST_IP%:5000 \
|
||||||
--os-project-name %OPENSTACK_ADMIN_TENANT% \
|
--os-project-name %OPENSTACK_ADMIN_TENANT% \
|
||||||
--murano-url http://%MURANO_IP%:8082 \
|
--murano-url http://%MURANO_IP%:8082 \
|
||||||
package-import --is-public io.murano.zip
|
package-import --is-public *.zip
|
||||||
|
rm *.zip
|
||||||
|
|
||||||
#. Launch the murano engine in a separate terminal:
|
#. Launch the murano engine in a separate terminal:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user