Go to file
Ekaterina Fedorova b472670019 Cherry-pick the following commits from release-0.4
* Fix errors in infrastructure
	blueprint one-style-config
	1) Update sample config - remove non-existing directory
	2) Add 0.4.1 version
	3) Rename config file to sample
	Fixes-Bug: 1270734

* Fixed issue with copy configuration files.
	Closes-Bug: #1271079

* Removed SysV EL6 standalone file, removed old setup scripts

* Fixed typo in daemon executable name

* Delete init scripts and agent config dirs
	so we will update then and not delete cache if murano-repository is unavaliable
	Closes-bug: 1274470

* Fix accessing nested-dir scripts from nested-dir agent templates.
	This works the following way: if path to agent template is,
	.g. <someHash>/template/agent/SqlServerCluster/FailoverCluster.template,
	nd it references script file '/ImportCoreFunctions.ps1', then it will
	e searched in '<someHash>/template/agent/scripts/' dir, but if it
	eferences 'Failover-Cluster.ps1', it will be searched in
	<someHash>/template/agent/scripts/SqlServerCluster/' dir.

	o the root-like agent dir '<someHash>/template/agent' corresponds to
	oot-like scripts dir '<someHash>/template/agent/scripts', and the
	ctual script file will be searched immediately in root-like scripts
	dir if it starts with '/' (absolute name), or there will be
	'rest-dirs' between root-like scripts dir and the script filename if
	the script filename is a relative one. 'rest-dirs' is the difference
	between root-like agent dir and the actual parent dir of the agent
	template which references the script dir. As you see, the
	abovementioned example is much clearer than the explanation.
	Closes-bug: #1271578

* Add forgotten deletion in metadata folder setup

* Undo init file parameter remane

* Return external network id together with routerId
	blueprint auto-assign-floating-ip

* Fix name for syslog_log_facility param

* Update reqirements for a release-0.4.1

Change-Id: I2744eaeef369220c5a8dabb027ba40622be9d242
2014-02-11 12:11:09 +04:00
doc/source NovaNetwork support 2013-11-28 14:34:02 +04:00
etc Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
heatplugin Enable getting data from metadatarepository 2013-11-01 11:57:39 +04:00
logs Removed all projects except Glazier Conductor 2013-04-09 14:37:40 +04:00
muranoconductor Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
tests Enable getting data from metadatarepository 2013-11-01 11:57:39 +04:00
tools Migrate to Murano Common 2013-07-25 20:00:53 +04:00
.gitignore Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
.gitreview Fix tox.ini for conductor 2013-05-17 14:18:56 +04:00
babel.cfg Removed all projects except Glazier Conductor 2013-04-09 14:37:40 +04:00
common.inc Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
MANIFEST.in Fix conductor 2013-11-07 19:21:51 +04:00
openstack-common.conf conductor renamed to muranoconductor, updated for muranocommon 0.2 with RabbitMQ improvements 2013-07-29 13:20:03 +04:00
README.rst Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
requirements.txt Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
run_tests.sh Removed all projects except Glazier Conductor 2013-04-09 14:37:40 +04:00
setup.cfg Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
setup.py Update requirements to match havana's ones. 2013-10-29 16:24:58 +04:00
setup.sh Cherry-pick the following commits from release-0.4 2014-02-11 12:11:09 +04:00
test-requirements.txt Advanced Networking Implemented 2013-11-19 15:00:11 +04:00
tox.ini conductor renamed to muranoconductor, updated for muranocommon 0.2 with RabbitMQ improvements 2013-07-29 13:20:03 +04:00

Murano Conductor README

Conductor is an Murano orchestration engine that transforms object model sent by REST API service into a series of Heat and Murano-Agent commands

INSTALL FROM SOURCE

Please, use setup.sh script with root user privileges for install/uninstall of the software.

SEE ALSO