10 Commits

Author SHA1 Message Date
Henar Muñoz Frutos
7a0a172880 Introducing ConfLangInstance
The yaml file allows for installing murano-agent and chef
and puppet by cloud-init

Change-Id: Ia16270d67eeff50d41d8f879e7b4ad0a1037d4b1
Targets-blueprint: conf-lang-instance
2016-01-25 12:41:04 +01:00
Henar Muñoz Frutos
e089f7989e Install murano-agent by cloud-init
Adding a murano-init script to install murano-agent by cloud init
in the LinuxMuranoInstance.

Change-Id: I080fe14a61b9af468ba1ae2e26dd85196a563449
Targets-blueprint: cloud-init-deployable-agent
2016-01-20 15:10:00 +00:00
Dmytro Dovbii
2bd560aa7b Fix Linux.runCommand method
Added `eval` command to execution plan, which allows
to correctly execute user input

Change-Id: Ie0469a7a464b246dc76acf6259b12eeb9a126563
Closes-Bug: #1523915
2015-12-08 15:45:37 +02:00
Lin Yang
46d993702f Add Apache 2.0 license info to core library
Change-Id: Ifa74af1b7c9f3f7a90273def336932ae67509955
Closes-Bug: #1506102
2015-10-15 15:47:03 +08:00
Dmytro Dovbii
0c755f672f Return full structure of std info in Linux class methods
This patch adds to 'putFile' and 'runCommand' methods ability to return
full structure containing stdout, stderr and exitcode instead of
returning just exitCode, which worked incorrectly.

New optional parameter 'options' was added to allow specifing custom
options execution plans.

Change-Id: Icb2b9c5cc72a4555ccee85c471547041be86e2fc
Closes-Bug: #1504211
2015-10-09 15:44:37 +03:00
Jenkins
09e1de2a11 Merge "BOM symbol removed from Agent-v1.template" 2015-08-31 14:50:58 +00:00
Alexey Khivin
666cfb53b0 BOM symbol removed from Agent-v1.template
Murano engine can not convert unicode file to an ascii string.
Without BOM symbol file can be read as an ascii text file

It is rather temporary fix than a comprehensive solution

Change-Id: Ifec342bfa223c255f5c532560bcb247cf21757ad
Partial-Bug: #1490468
2015-08-31 15:49:50 +03:00
Dmytro Dovbii
471695817b Simple instance configuration
This patch adds to Murano core-library new
functionality allowing to simplify the process of software
configuration.

Implements bp: simple-software-configuration

Change-Id: I80f2c15f2d45398df2a519b54a50c2ba8c3a8be2
2015-08-28 21:50:01 +03:00
Serg Melikyan
ca9aae1554 Fixed name of the log file on VM
Small fix for images with pre-created /etc/murano directory

Change-Id: Ie5738b89efba7619f0d4e30500407ff0daea4f6a
2014-04-22 18:45:55 +04:00
Stan Lagun
ac6a0dedec Added 'destroy' method that is called on deleted instances
Added ability to modify/remove data from structures (like Heat
templates) via jsonpatch and thus added ability to clean up Heat
resources that was obtained by deleted instances

Closes bug: #1296624

Change-Id: I4db226a5ab00ff363f8b5d44a5d690df942622e8
2014-04-08 16:32:29 +04:00