choria-mcorpc-support 2.26.2 → 2.26.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mcollective/agent/aaa_signer.ddl +5 -1
- data/lib/mcollective/agent/aaa_signer.json +1 -1
- data/lib/mcollective/agent/choria_provision.ddl +9 -1
- data/lib/mcollective/agent/choria_provision.json +1 -1
- data/lib/mcollective/agent/choria_registry.ddl +5 -1
- data/lib/mcollective/agent/choria_registry.json +1 -1
- data/lib/mcollective/agent/choria_util.ddl +5 -1
- data/lib/mcollective/agent/choria_util.json +1 -1
- data/lib/mcollective/agent/rpcutil.ddl +5 -1
- data/lib/mcollective/agent/rpcutil.json +1 -1
- data/lib/mcollective/agent/scout.ddl +5 -1
- data/lib/mcollective/agent/scout.json +1 -1
- data/lib/mcollective/pluginpackager/forge_packager.rb +1 -1
- data/lib/mcollective/shell.rb +0 -1
- data/lib/mcollective/util/choria.rb +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3afcdee832e60d663bb3b6191631a315dfa017297620227c73fec431acaec163
|
4
|
+
data.tar.gz: a643991b5feb3f8f19ab71c3ff66a4cef89dd1f0c1208882ef12fcddeec037d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d85ba1e2515ef6282ac3c2d62c0612987d187f1539a30533c6c5da5389c60fd61aec7be8741934ecb3fcf717f681817e1cf606c9e8d38ec7a8699ea6a2a81dbc
|
7
|
+
data.tar.gz: cba939b5c47ead81430299df123f4e779cda4c1116e36ebef2e25bb420e21c761818a6045f8d97447b5b3fc82201edbf45ef72a2ef471b2b6f6344084f751421
|
@@ -1,8 +1,12 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
1
5
|
metadata :name => "aaa_signer",
|
2
6
|
:description => "Request Signer for Choria AAA Service",
|
3
7
|
:author => "R.I.Pienaar <rip@devco.net>",
|
4
8
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
9
|
+
:version => "0.28.0",
|
6
10
|
:url => "https://github.com/choria-io/aaasvc",
|
7
11
|
:provider => "golang",
|
8
12
|
:service => true,
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"author": "R.I.Pienaar \u003crip@devco.net\u003e",
|
6
6
|
"timeout": 10,
|
7
7
|
"name": "aaa_signer",
|
8
|
-
"version": "0.
|
8
|
+
"version": "0.28.0",
|
9
9
|
"url": "https://github.com/choria-io/aaasvc",
|
10
10
|
"description": "Request Signer for Choria AAA Service",
|
11
11
|
"provider": "golang",
|
@@ -1,8 +1,16 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
5
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
6
|
+
--
|
7
|
+
-- SPDX-License-Identifier: Apache-2.0
|
8
|
+
|
1
9
|
metadata :name => "choria_provision",
|
2
10
|
:description => "Choria Provisioner",
|
3
11
|
:author => "R.I.Pienaar <rip@devco.net>",
|
4
12
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
13
|
+
:version => "0.28.0",
|
6
14
|
:url => "https://choria.io",
|
7
15
|
:timeout => 20
|
8
16
|
|
@@ -1,8 +1,12 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
1
5
|
metadata :name => "choria_registry",
|
2
6
|
:description => "Choria Registry Service",
|
3
7
|
:author => "rip@devco.net <rip@devco.net>",
|
4
8
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
9
|
+
:version => "0.28.0",
|
6
10
|
:url => "https://choria.io",
|
7
11
|
:provider => "golang",
|
8
12
|
:service => true,
|
@@ -1,8 +1,12 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
1
5
|
metadata :name => "choria_util",
|
2
6
|
:description => "Choria Utilities",
|
3
7
|
:author => "R.I.Pienaar <rip@devco.net>",
|
4
8
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
9
|
+
:version => "0.28.0",
|
6
10
|
:url => "https://choria.io",
|
7
11
|
:timeout => 2
|
8
12
|
|
@@ -1,8 +1,12 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
1
5
|
metadata :name => "rpcutil",
|
2
6
|
:description => "Utility actions that expose information about the state of the running Server",
|
3
7
|
:author => "R.I.Pienaar <rip@devco.net>",
|
4
8
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
9
|
+
:version => "0.28.0",
|
6
10
|
:url => "https://choria.io/",
|
7
11
|
:timeout => 2
|
8
12
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"description": "Utility actions that expose information about the state of the running Server",
|
6
6
|
"author": "R.I.Pienaar <rip@devco.net>",
|
7
7
|
"license": "Apache-2.0",
|
8
|
-
"version": "0.
|
8
|
+
"version": "0.28.0",
|
9
9
|
"url": "https://choria.io/",
|
10
10
|
"timeout": 2
|
11
11
|
},
|
@@ -1,8 +1,12 @@
|
|
1
|
+
-- Copyright (c) 2024, R.I. Pienaar and the Choria Project contributors
|
2
|
+
--
|
3
|
+
-- SPDX-License-Identifier: Apache-2.0
|
4
|
+
|
1
5
|
metadata :name => "scout",
|
2
6
|
:description => "Choria Scout Agent Management API",
|
3
7
|
:author => "R.I.Pienaar <rip@devco.net>",
|
4
8
|
:license => "Apache-2.0",
|
5
|
-
:version => "0.
|
9
|
+
:version => "0.28.0",
|
6
10
|
:url => "https://choria.io",
|
7
11
|
:provider => "golang",
|
8
12
|
:timeout => 5
|
@@ -191,7 +191,7 @@ module MCollective
|
|
191
191
|
end
|
192
192
|
|
193
193
|
def render_template(infile, outfile)
|
194
|
-
erb = ERB.new(File.read(infile), 0, "-")
|
194
|
+
erb = ERB.new(File.read(infile), :safe_level => 0, :trim_mode => "-")
|
195
195
|
File.open(outfile, "w") do |f|
|
196
196
|
f.puts erb.result(binding)
|
197
197
|
end
|
data/lib/mcollective/shell.rb
CHANGED
@@ -127,12 +127,13 @@ module MCollective
|
|
127
127
|
|
128
128
|
# Determines the domain to do SRV lookups in
|
129
129
|
#
|
130
|
-
# This is settable using
|
130
|
+
# This is settable using the environment variable
|
131
|
+
# CHORIA_SRV_DOMAIN or choria.srv_domain and defaults
|
131
132
|
# to the domain as reported by facter
|
132
133
|
#
|
133
134
|
# @return [String]
|
134
135
|
def srv_domain
|
135
|
-
get_option("choria.srv_domain", nil) || facter_domain
|
136
|
+
env_fetch("CHORIA_SRV_DOMAIN", nil) || get_option("choria.srv_domain", nil) || facter_domain
|
136
137
|
end
|
137
138
|
|
138
139
|
# Determines the SRV records to look up
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: choria-mcorpc-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.26.
|
4
|
+
version: 2.26.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- R.I.Pienaar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: systemu
|
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
247
247
|
version: '0'
|
248
248
|
requirements: []
|
249
249
|
rubyforge_project:
|
250
|
-
rubygems_version: 2.7.6.
|
250
|
+
rubygems_version: 2.7.6.2
|
251
251
|
signing_key:
|
252
252
|
specification_version: 4
|
253
253
|
summary: Support libraries the Choria Server
|