deb-murano/releasenotes/notes/better-detect-agent-9ef8892a4bfb72cd.yaml
Kirill Zaitsev ab4d479e9d Better detect and configure murano-agent pre-installed on image
After I8d90d33dc0a1c36ac4524f8f3b82223c23829126 a bug has been
introduced in setting agent's config: it was only set if there was no
'muranoagent' binary in PATH. This patch fixes this behaviour.
The patch also improves murano-agent detection, by setting PATH to a
wider number of directories, when checking for murano-agent binary.
It also improves support of different pre-built
images by not restricting path to murano-agent binary to a specific path.
Contains a bunch of comments with clarifications.

Change-Id: Ie4c498b5546aabaab2070400452765c62cb561a3
Closes-Bug: #1570962
2016-09-12 01:38:33 +03:00

8 lines
318 B
YAML

---
fixes:
- Core Library's init scripts used to have various problems detecting
pre-installed (by DIB) murano-agent on non-ubuntu images.
Agent setup script now checks wider list of directories before attempting
to install murano-agnet and service script now does not impose strict script
location.