This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I570bb0be463ecf6681bbe84da4006e7157d28d43
1.9 KiB
Integrate murano with DevStack
You can install murano with DevStack. The murano/devstack directory in the murano repository contains the files necessary to integrate murano with DevStack.
To install the development version of an OpenStack environment with murano, proceed with the following steps:
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstackEdit
local.confto enable murano DevStack plug-in:> cat local.conf [[local|localrc]] enable_plugin murano https://git.openstack.org/openstack/muranoIf you want to enable Murano Cloud Foundry Broker API service, add the following line to
local.conf:enable_service murano-cfapiIf you want to use Glare Artifact Repository as a strorage for packages, add the following line to
local.conf:enable_service g-glareFor more information on how to use Glare Artifact Repository, see
glare_usage.(Optional) To import murano packages when DevStack is up, define an ordered list of FQDN packages in
local.conf. Verify that you list all package dependencies. These packages will be imported from themurano-appsgit repository by default. For example:MURANO_APPS=com.example.apache.Tomcat,com.example.GuacamoleTo configure the git repository that will be used as the source for the imported packages, configure the
MURANO_APPS_REPOandMURANO_APPS_BRANCHvariables.Run DevStack:
./stack.sh
Result: Murano has installed with DevStack.