
* Prepare conductor and data for Fuel demo * Image parameter is preconfigured * Exclude send-command rule from Demo workflow * Typos in agent.config for CirrOS * Demo.xml sends command to agent again Change-Id: Ia9da70e5ed9222c5f665786c49207a8e0452c1b0
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/sh
|
|
|
|
AgentConfigBase64='%AGENT_CONFIG_BASE64%'
|
|
|
|
mkdir /etc/murano
|
|
|
|
echo AgentConfigBase64 | base64 -d > /etc/murano/agent.config |