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