9e8402ba8c
* mco agent puppetsync; * upload modules and manifests using rsync; * limit running concurrently nodes by mco; * tests. Change-Id: I0bfbaae0b623b0b26d6a77b49f0449860cbd5520
15 lines
511 B
SQL
15 lines
511 B
SQL
metadata :name => "systemtype",
|
|
:description => "Checks system type out of file",
|
|
:author => "Mirantis Inc",
|
|
:license => "Apache License 2.0",
|
|
:version => "0.0.1",
|
|
:url => 'http://www.mirantis.com/',
|
|
:timeout => 60
|
|
|
|
action "get_type", :description => "Get the type" do
|
|
display :always
|
|
output :node_type,
|
|
:description => "Type out of file",
|
|
:display_as => "Node type"
|
|
end
|