From 16b252d93be6aaa73030b8100cf8c5ca6a970a91 Mon Sep 17 00:00:00 2001 From: Igor Kalnitsky Date: Thu, 27 Nov 2014 11:58:49 +0200 Subject: [PATCH] Increase versions of Astute and MCAgents Should be merged at once with relevant patches to: * fuel-web * fuel-ostf * fuel-main Change-Id: I411f76ebc1682b593b2652690258481f23431138 Closes-Bug: #1395279 --- lib/astute/version.rb | 2 +- mcagents/erase_node.ddl | 2 +- mcagents/execute_shell_command.ddl | 2 +- mcagents/fake.ddl | 2 +- mcagents/net_probe.ddl | 2 +- mcagents/puppetsync.ddl | 4 ++-- mcagents/systemtype.ddl | 2 +- mcagents/uploadfile.ddl | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/astute/version.rb b/lib/astute/version.rb index 18f3eb1a..ed238bce 100644 --- a/lib/astute/version.rb +++ b/lib/astute/version.rb @@ -14,5 +14,5 @@ module Astute - VERSION = '0.0.2' + VERSION = '6.0.0' end diff --git a/mcagents/erase_node.ddl b/mcagents/erase_node.ddl index 6c7cf0cb..2d592c49 100644 --- a/mcagents/erase_node.ddl +++ b/mcagents/erase_node.ddl @@ -2,7 +2,7 @@ metadata :name => "Erase node bootloader and reboot it", :description => "Erase node bootloader and reboot it.", :author => "Andrey Danin", :license => "MIT", - :version => "0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 40 diff --git a/mcagents/execute_shell_command.ddl b/mcagents/execute_shell_command.ddl index be685bfd..b151dd4d 100644 --- a/mcagents/execute_shell_command.ddl +++ b/mcagents/execute_shell_command.ddl @@ -2,7 +2,7 @@ metadata :name => "Execute shell command", :description => "Execute shell command", :author => "Mirantis Inc.", :license => "Apache License 2.0", - :version => "0.0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 3600 diff --git a/mcagents/fake.ddl b/mcagents/fake.ddl index 6a2b7c88..4dba3346 100644 --- a/mcagents/fake.ddl +++ b/mcagents/fake.ddl @@ -2,7 +2,7 @@ metadata :name => "Fake Agent", :description => "Fake Agent", :author => "Mirantis Inc.", :license => "Apache License 2.0", - :version => "0.0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 20 diff --git a/mcagents/net_probe.ddl b/mcagents/net_probe.ddl index 9abc4a78..5a00f0f9 100644 --- a/mcagents/net_probe.ddl +++ b/mcagents/net_probe.ddl @@ -2,7 +2,7 @@ metadata :name => "Network Probe Agent", :description => "Check network connectivity between nodes.", :author => "Andrey Danin", :license => "MIT", - :version => "0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 240 diff --git a/mcagents/puppetsync.ddl b/mcagents/puppetsync.ddl index 586c1eb9..138327b9 100644 --- a/mcagents/puppetsync.ddl +++ b/mcagents/puppetsync.ddl @@ -2,7 +2,7 @@ metadata:name => "puppetsync", :description => "Downloads latest version of Puppet manifests to managed servers", :author => "Mirantis Inc", :license => "Apache License 2.0", - :version => "0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 300 @@ -58,4 +58,4 @@ action "rsync", :description => "Download using rsync" do :description => "Report message", :display_as => "Message" -end \ No newline at end of file +end diff --git a/mcagents/systemtype.ddl b/mcagents/systemtype.ddl index f0ffe298..2acd057c 100644 --- a/mcagents/systemtype.ddl +++ b/mcagents/systemtype.ddl @@ -2,7 +2,7 @@ metadata :name => "systemtype", :description => "Checks system type out of file", :author => "Mirantis Inc", :license => "Apache License 2.0", - :version => "0.0.1", + :version => "6.0.0", :url => 'http://www.mirantis.com/', :timeout => 60 diff --git a/mcagents/uploadfile.ddl b/mcagents/uploadfile.ddl index 937c6113..db7b0419 100644 --- a/mcagents/uploadfile.ddl +++ b/mcagents/uploadfile.ddl @@ -2,7 +2,7 @@ metadata :name => "uploadfile", :description => "Text file upload agent", :author => "Mirantis Inc", :license => "Apache License 2.0", - :version => "0.1", + :version => "6.0.0", :url => "http://mirantis.com", :timeout => 60