Merge "Fixed name of the log file on VM"
This commit is contained in:
commit
ab1c1b0ccc
@ -1,7 +1,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debug=True
|
debug=True
|
||||||
verbose=True
|
verbose=True
|
||||||
log_file = /var/log/murano-agnet.log
|
log_file = /var/log/murano-agent.log
|
||||||
|
|
||||||
storage=/var/murano/plans
|
storage=/var/murano/plans
|
||||||
|
|
||||||
|
@ -4,7 +4,9 @@ service murano-agent stop
|
|||||||
|
|
||||||
AgentConfigBase64='%AGENT_CONFIG_BASE64%'
|
AgentConfigBase64='%AGENT_CONFIG_BASE64%'
|
||||||
|
|
||||||
mkdir /etc/murano
|
if [[ ! -d /etc/murano ]]; then
|
||||||
|
mkdir /etc/murano
|
||||||
|
fi
|
||||||
echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.conf
|
echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.conf
|
||||||
chmod 664 /etc/murano/agent.conf
|
chmod 664 /etc/murano/agent.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user