From 9ffa00a2bdbcb52d8d839b2d0437261ef70bfea3 Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Fri, 20 Dec 2013 14:17:46 +0400 Subject: [PATCH] Return agent/Demo.template to the Services. Change-Id: I1edeb9c6060f42d7cf4df4a07b922da6fcfaa589 Closes-bug: #1263047 Cherry-picked from I1edeb9c6060f42d7cf4df4a07b922da6fcfaa589 (master) --- muranorepository/Services/agent_templates/Demo.template | 7 +++++++ muranorepository/Services/demoService-manifest.yaml | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 muranorepository/Services/agent_templates/Demo.template diff --git a/muranorepository/Services/agent_templates/Demo.template b/muranorepository/Services/agent_templates/Demo.template new file mode 100644 index 0000000..3a41aec --- /dev/null +++ b/muranorepository/Services/agent_templates/Demo.template @@ -0,0 +1,7 @@ +{ + "Scripts": [ + ], + "Commands": [ + ], + "RebootOnCompletion": 0 +} diff --git a/muranorepository/Services/demoService-manifest.yaml b/muranorepository/Services/demoService-manifest.yaml index dcbf4b1..77e4c49 100644 --- a/muranorepository/Services/demoService-manifest.yaml +++ b/muranorepository/Services/demoService-manifest.yaml @@ -7,6 +7,9 @@ author: Mirantis Inc. service_version: 1 enabled: true +agent: +- Demo.template + ui: - Demo.yaml