- update to mcollective-2.3.0
This commit is contained in:
parent
56b549a19a
commit
bee921749e
@ -1,38 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:31 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/13 13:33:51 jasper Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= framework for server orchestration/parallel job execution
|
||||
|
||||
DISTNAME= mcollective-1.3.0
|
||||
REVISION= 0
|
||||
DISTNAME= mcollective-2.3.0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.puppetlabs.com/mcollective
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://downloads.puppetlabs.com/mcollective/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
# GFDL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
RUN_DEPENDS= net/ruby-stomp \
|
||||
converters/ruby-json \
|
||||
devel/ruby-systemu
|
||||
RUN_DEPENDS= net/ruby-stomp,${MODRUBY_FLAVOR} \
|
||||
converters/ruby-json,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-systemu,${MODRUBY_FLAVOR}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
MODRUBY_ADJ_FILES=mco mcollectived.rb mc-*
|
||||
MODRUBY_ADJ_FILES=mco mcollectived mc-*
|
||||
|
||||
# Makefile is in ext/
|
||||
MAKE_FILE= ext/Makefile
|
||||
|
||||
post-configure:
|
||||
.for i in json systemu
|
||||
@rm -rf ${WRKSRC}/lib/mcollective/vendor/${i}/ \
|
||||
rm -r ${WRKSRC}/lib/mcollective/vendor/${i}/ \
|
||||
${WRKSRC}/lib/mcollective/vendor/load_${i}.rb
|
||||
.endfor
|
||||
${SUBST_CMD} ${WRKSRC}/etc/server.cfg.dist \
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (mcollective-1.3.0.tgz) = dzDXtKNoSdYSo4jIUG1v9Q==
|
||||
RMD160 (mcollective-1.3.0.tgz) = x9dUKSUOr0HtDKRZNY36sA2Fx3s=
|
||||
SHA1 (mcollective-1.3.0.tgz) = pykkhPaZtuIJUTHhcGTFSiO3EBY=
|
||||
SHA256 (mcollective-1.3.0.tgz) = EEsnwhB7rO/9nBXbpz5WoJKGJEWym+qTMJOnX6fUjns=
|
||||
SIZE (mcollective-1.3.0.tgz) = 925393
|
||||
SHA256 (mcollective-2.3.0.tgz) = +LKi3Yrp37P+HH+oXQQDIo5lgIdGALk9RHHQC/GNGGc=
|
||||
SIZE (mcollective-2.3.0.tgz) = 1020907
|
||||
|
@ -1,12 +1,19 @@
|
||||
$OpenBSD: patch-etc_client_cfg_dist,v 1.1 2011/12/21 19:34:28 jasper Exp $
|
||||
--- etc/client.cfg.dist.orig Fri Dec 16 09:26:51 2011
|
||||
+++ etc/client.cfg.dist Fri Dec 16 09:27:45 2011
|
||||
$OpenBSD: patch-etc_client_cfg_dist,v 1.2 2013/03/13 13:33:51 jasper Exp $
|
||||
--- etc/client.cfg.dist.orig Thu Jan 10 18:43:11 2013
|
||||
+++ etc/client.cfg.dist Wed Mar 13 13:17:08 2013
|
||||
@@ -1,7 +1,7 @@
|
||||
topicprefix = /topic/
|
||||
main_collective = mcollective
|
||||
collectives = mcollective
|
||||
-libdir = /usr/libexec/mcollective
|
||||
+libdir = ${TRUEPREFIX}/share/mcollective/plugins
|
||||
logfile = /dev/null
|
||||
loglevel = info
|
||||
+libdir = ${TRUEPREFIX}/share/mcollective
|
||||
logger_type = console
|
||||
loglevel = warn
|
||||
|
||||
@@ -17,5 +17,5 @@ plugin.stomp.password = secret
|
||||
|
||||
# Facts
|
||||
factsource = yaml
|
||||
-plugin.yaml = /etc/mcollective/facts.yaml
|
||||
+plugin.yaml = ${SYSCONFDIR}/mcollective/facts.yaml
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ext_Makefile,v 1.2 2011/12/21 19:34:28 jasper Exp $
|
||||
--- ext/Makefile.orig Wed Jun 8 19:57:44 2011
|
||||
+++ ext/Makefile Fri Dec 16 09:32:27 2011
|
||||
$OpenBSD: patch-ext_Makefile,v 1.3 2013/03/13 13:33:51 jasper Exp $
|
||||
--- ext/Makefile.orig Thu Jan 10 18:43:11 2013
|
||||
+++ ext/Makefile Wed Feb 6 20:21:20 2013
|
||||
@@ -1,7 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
@ -9,20 +9,18 @@ $OpenBSD: patch-ext_Makefile,v 1.2 2011/12/21 19:34:28 jasper Exp $
|
||||
build:
|
||||
|
||||
clean:
|
||||
@@ -9,36 +7,37 @@ clean:
|
||||
@@ -9,36 +7,35 @@ clean:
|
||||
install: install-bin install-lib install-conf install-plugins install-doc
|
||||
|
||||
install-bin:
|
||||
- install -d $(DESTDIR)/usr/sbin
|
||||
- install -d $(DESTDIR)/usr/bin
|
||||
- cp mc-* $(DESTDIR)/usr/sbin
|
||||
- cp mco $(DESTDIR)/usr/bin
|
||||
- cp mcollectived.rb $(DESTDIR)/usr/sbin/mcollectived
|
||||
+ install -d $(PREFIX)/sbin
|
||||
+ install -d $(PREFIX)/bin
|
||||
+ cp mc-* $(PREFIX)/sbin
|
||||
+ cp mco $(PREFIX)/bin
|
||||
+ cp mcollectived.rb $(PREFIX)/sbin/mcollectived
|
||||
- cp bin/mc-* $(DESTDIR)/usr/sbin
|
||||
- cp bin/mco $(DESTDIR)/usr/bin
|
||||
- cp bin/mcollectived $(DESTDIR)/usr/sbin/mcollectived
|
||||
+ cp bin/mc-* $(PREFIX)/sbin
|
||||
+ cp bin/mco $(PREFIX)/bin
|
||||
+ cp bin/mcollectived $(PREFIX)/sbin/mcollectived
|
||||
|
||||
install-lib:
|
||||
- install -d $(DESTDIR)/usr/lib/ruby/1.8/
|
||||
@ -62,9 +60,9 @@ $OpenBSD: patch-ext_Makefile,v 1.2 2011/12/21 19:34:28 jasper Exp $
|
||||
- rm -rf $(DESTDIR)/usr/lib/ruby/1.8/mcollective*
|
||||
- rm -rf $(DESTDIR)/usr/share/mcollective
|
||||
- rm -rf $(DESTDIR)/etc/mcollective
|
||||
+ rm -f $(PREFIX)/sbin/mcollectived
|
||||
+ rm -rf $(PREFIX)/lib/ruby/1.8/mcollective*
|
||||
+ rm -rf $(PREFIX)/share/mcollective
|
||||
+ rm -f $(PREFIX)/usr/sbin/mcollectived
|
||||
+ rm -rf $(PREFIX)/usr/lib/ruby/1.8/mcollective*
|
||||
+ rm -rf $(PREFIX)/usr/share/mcollective
|
||||
+ rm -rf $(PREFIX)/etc/mcollective
|
||||
|
||||
.PHONY: build clean install uninstall
|
||||
|
@ -1,18 +1,50 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/12/21 19:34:28 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/03/13 13:33:51 jasper Exp $
|
||||
bin/mco
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/agent.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/agents.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/result/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/result.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/result/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/result/collection_result.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/aggregate/result/numeric_result.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/application.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/applications.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/cache.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/client.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/config.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/connector/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/connector.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/connector/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/data/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/data.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/data/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/data/result.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/agentddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/dataddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/discoveryddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ddl/validatorddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/discovery.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/facts/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/facts.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/facts/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/agent_generator.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/data_generator.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/templates/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/templates/action_snippet.erb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/templates/data_input_snippet.erb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/templates/ddl.erb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/generators/templates/plugin.erb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/log.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/logger/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/logger.rb
|
||||
@ -20,20 +52,27 @@ lib/ruby/${MODRUBY_LIBREV}/mcollective/logger/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/logger/console_logger.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/logger/file_logger.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/logger/syslog_logger.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/matcher/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/matcher.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/matcher/parser.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/matcher/scanner.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/message.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/monkey_patches.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/optionparser.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/pluginmanager.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/pluginpackager/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/pluginpackager.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/pluginpackager/agent_definition.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/pluginpackager/standard_definition.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/registration/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/registration.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/registration/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/request.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/actionrunner.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/agent.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/audit.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/client.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/ddl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/helpers.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/progress.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/rpc/reply.rb
|
||||
@ -47,54 +86,60 @@ lib/ruby/${MODRUBY_LIBREV}/mcollective/security.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/security/base.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/shell.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/ssl.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/unix_daemon.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/util.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/validator.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/vendor/
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/vendor.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/vendor/require_vendored.rb
|
||||
lib/ruby/${MODRUBY_LIBREV}/mcollective/windows_daemon.rb
|
||||
sbin/mc-call-agent
|
||||
sbin/mc-controller
|
||||
sbin/mc-facts
|
||||
sbin/mc-find-hosts
|
||||
sbin/mc-inventory
|
||||
sbin/mc-ping
|
||||
sbin/mc-rpc
|
||||
sbin/mcollectived
|
||||
share/doc/mcollective/
|
||||
share/doc/mcollective/classes/
|
||||
share/doc/mcollective/classes/Array.html
|
||||
share/doc/mcollective/classes/Dir.html
|
||||
share/doc/mcollective/classes/MCollective/
|
||||
share/doc/mcollective/classes/MCollective.html
|
||||
share/doc/mcollective/classes/MCollective/Agent/
|
||||
share/doc/mcollective/classes/MCollective/Agent.html
|
||||
share/doc/mcollective/classes/MCollective/Agent/Discovery.html
|
||||
share/doc/mcollective/classes/MCollective/Agent/Rpcutil.html
|
||||
share/doc/mcollective/classes/MCollective/Agent/Test.html
|
||||
share/doc/mcollective/classes/MCollective/Agents.html
|
||||
share/doc/mcollective/classes/MCollective/Application/
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/
|
||||
share/doc/mcollective/classes/MCollective/Aggregate.html
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Result/
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Result.html
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Result/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Result/CollectionResult.html
|
||||
share/doc/mcollective/classes/MCollective/Aggregate/Result/NumericResult.html
|
||||
share/doc/mcollective/classes/MCollective/Application.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Controller.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Facts.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Find.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Help.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Inventory.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Ping.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Rpc.html
|
||||
share/doc/mcollective/classes/MCollective/Application/Test.html
|
||||
share/doc/mcollective/classes/MCollective/Applications.html
|
||||
share/doc/mcollective/classes/MCollective/Cache.html
|
||||
share/doc/mcollective/classes/MCollective/Client.html
|
||||
share/doc/mcollective/classes/MCollective/Config.html
|
||||
share/doc/mcollective/classes/MCollective/Connector/
|
||||
share/doc/mcollective/classes/MCollective/Connector.html
|
||||
share/doc/mcollective/classes/MCollective/Connector/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Connector/Stomp.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/
|
||||
share/doc/mcollective/classes/MCollective/DDL.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/AgentDDL.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/Base.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/DataDDL.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/DiscoveryDDL.html
|
||||
share/doc/mcollective/classes/MCollective/DDL/ValidatorDDL.html
|
||||
share/doc/mcollective/classes/MCollective/DDLValidationError.html
|
||||
share/doc/mcollective/classes/MCollective/Data/
|
||||
share/doc/mcollective/classes/MCollective/Data.html
|
||||
share/doc/mcollective/classes/MCollective/Data/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Data/Result.html
|
||||
share/doc/mcollective/classes/MCollective/Discovery.html
|
||||
share/doc/mcollective/classes/MCollective/Facts/
|
||||
share/doc/mcollective/classes/MCollective/Facts.html
|
||||
share/doc/mcollective/classes/MCollective/Facts/Bar.html
|
||||
share/doc/mcollective/classes/MCollective/Facts/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Facts/Testfacts.html
|
||||
share/doc/mcollective/classes/MCollective/Facts/Yaml_facts.html
|
||||
share/doc/mcollective/classes/MCollective/Foo.html
|
||||
share/doc/mcollective/classes/MCollective/Generators/
|
||||
share/doc/mcollective/classes/MCollective/Generators.html
|
||||
share/doc/mcollective/classes/MCollective/Generators/AgentGenerator.html
|
||||
share/doc/mcollective/classes/MCollective/Generators/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Generators/DataGenerator.html
|
||||
share/doc/mcollective/classes/MCollective/InvalidRPCData.html
|
||||
share/doc/mcollective/classes/MCollective/Log.html
|
||||
share/doc/mcollective/classes/MCollective/Logger/
|
||||
@ -103,20 +148,28 @@ share/doc/mcollective/classes/MCollective/Logger/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Logger/Console_logger.html
|
||||
share/doc/mcollective/classes/MCollective/Logger/File_logger.html
|
||||
share/doc/mcollective/classes/MCollective/Logger/Syslog_logger.html
|
||||
share/doc/mcollective/classes/MCollective/Matcher/
|
||||
share/doc/mcollective/classes/MCollective/Matcher.html
|
||||
share/doc/mcollective/classes/MCollective/Matcher/Parser.html
|
||||
share/doc/mcollective/classes/MCollective/Matcher/Scanner.html
|
||||
share/doc/mcollective/classes/MCollective/Message.html
|
||||
share/doc/mcollective/classes/MCollective/MissingRPCData.html
|
||||
share/doc/mcollective/classes/MCollective/MsgDoesNotMatchRequestID.html
|
||||
share/doc/mcollective/classes/MCollective/MsgTTLExpired.html
|
||||
share/doc/mcollective/classes/MCollective/NotTargettedAtUs.html
|
||||
share/doc/mcollective/classes/MCollective/Optionparser.html
|
||||
share/doc/mcollective/classes/MCollective/PluginManager.html
|
||||
share/doc/mcollective/classes/MCollective/PluginPackager/
|
||||
share/doc/mcollective/classes/MCollective/PluginPackager.html
|
||||
share/doc/mcollective/classes/MCollective/PluginPackager/AgentDefinition.html
|
||||
share/doc/mcollective/classes/MCollective/PluginPackager/StandardDefinition.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/
|
||||
share/doc/mcollective/classes/MCollective/RPC.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/ActionRunner.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Agent.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Audit.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Client.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/DDL.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Helpers.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Logfile.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Progress.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Reply.html
|
||||
share/doc/mcollective/classes/MCollective/RPC/Request.html
|
||||
@ -126,43 +179,66 @@ share/doc/mcollective/classes/MCollective/RPCAborted.html
|
||||
share/doc/mcollective/classes/MCollective/RPCError.html
|
||||
share/doc/mcollective/classes/MCollective/Registration/
|
||||
share/doc/mcollective/classes/MCollective/Registration.html
|
||||
share/doc/mcollective/classes/MCollective/Registration/Agentlist.html
|
||||
share/doc/mcollective/classes/MCollective/Registration/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Request.html
|
||||
share/doc/mcollective/classes/MCollective/Runner.html
|
||||
share/doc/mcollective/classes/MCollective/RunnerStats.html
|
||||
share/doc/mcollective/classes/MCollective/SSL.html
|
||||
share/doc/mcollective/classes/MCollective/Security/
|
||||
share/doc/mcollective/classes/MCollective/Security.html
|
||||
share/doc/mcollective/classes/MCollective/Security/Aes_security.html
|
||||
share/doc/mcollective/classes/MCollective/Security/Base.html
|
||||
share/doc/mcollective/classes/MCollective/Security/Psk.html
|
||||
share/doc/mcollective/classes/MCollective/Security/Ssl.html
|
||||
share/doc/mcollective/classes/MCollective/SecurityValidationFailed.html
|
||||
share/doc/mcollective/classes/MCollective/Shell.html
|
||||
share/doc/mcollective/classes/MCollective/UnixDaemon.html
|
||||
share/doc/mcollective/classes/MCollective/UnknownRPCAction.html
|
||||
share/doc/mcollective/classes/MCollective/UnknownRPCError.html
|
||||
share/doc/mcollective/classes/MCollective/Util.html
|
||||
share/doc/mcollective/classes/MCollective/Vendor.html
|
||||
share/doc/mcollective/classes/Object.html
|
||||
share/doc/mcollective/classes/MCollective/Validator.html
|
||||
share/doc/mcollective/classes/MCollective/ValidatorError.html
|
||||
share/doc/mcollective/classes/MCollective/WindowsDaemon.html
|
||||
share/doc/mcollective/classes/String.html
|
||||
share/doc/mcollective/classes/Symbol.html
|
||||
share/doc/mcollective/created.rid
|
||||
share/doc/mcollective/files/
|
||||
share/doc/mcollective/files/ext/
|
||||
share/doc/mcollective/files/ext/mc-rpc-restserver_rb.html
|
||||
share/doc/mcollective/files/lib/
|
||||
share/doc/mcollective/files/lib/mcollective/
|
||||
share/doc/mcollective/files/lib/mcollective/agent_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/agents_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/result/
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/result/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/result/collection_result_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/result/numeric_result_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate/result_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/aggregate_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/application_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/applications_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/cache_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/client_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/config_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/connector/
|
||||
share/doc/mcollective/files/lib/mcollective/connector/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/connector_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/data/
|
||||
share/doc/mcollective/files/lib/mcollective/data/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/data/result_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/data_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/agentddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/dataddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/discoveryddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl/validatorddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/discovery_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/facts/
|
||||
share/doc/mcollective/files/lib/mcollective/facts/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/facts_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/generators/
|
||||
share/doc/mcollective/files/lib/mcollective/generators/agent_generator_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/generators/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/generators/data_generator_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/generators_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/log_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/logger/
|
||||
share/doc/mcollective/files/lib/mcollective/logger/base_rb.html
|
||||
@ -170,19 +246,26 @@ share/doc/mcollective/files/lib/mcollective/logger/console_logger_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/logger/file_logger_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/logger/syslog_logger_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/logger_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/matcher/
|
||||
share/doc/mcollective/files/lib/mcollective/matcher/parser_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/matcher/scanner_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/matcher_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/message_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/monkey_patches_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/optionparser_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/pluginmanager_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/pluginpackager/
|
||||
share/doc/mcollective/files/lib/mcollective/pluginpackager/agent_definition_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/pluginpackager/standard_definition_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/pluginpackager_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/registration/
|
||||
share/doc/mcollective/files/lib/mcollective/registration/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/registration_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/request_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/actionrunner_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/agent_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/audit_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/client_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/ddl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/helpers_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/progress_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/rpc/reply_rb.html
|
||||
@ -197,75 +280,11 @@ share/doc/mcollective/files/lib/mcollective/security/base_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/security_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/shell_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/ssl_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/unix_daemon_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/util_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/vendor_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/validator_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective/windows_daemon_rb.html
|
||||
share/doc/mcollective/files/lib/mcollective_rb.html
|
||||
share/doc/mcollective/files/mcollectived_rb.html
|
||||
share/doc/mcollective/files/plugins/
|
||||
share/doc/mcollective/files/plugins/mcollective/
|
||||
share/doc/mcollective/files/plugins/mcollective/agent/
|
||||
share/doc/mcollective/files/plugins/mcollective/agent/discovery_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/agent/rpcutil_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/
|
||||
share/doc/mcollective/files/plugins/mcollective/application/controller_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/facts_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/find_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/help_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/inventory_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/ping_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/application/rpc_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/audit/
|
||||
share/doc/mcollective/files/plugins/mcollective/audit/logfile_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/connector/
|
||||
share/doc/mcollective/files/plugins/mcollective/connector/stomp_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/facts/
|
||||
share/doc/mcollective/files/plugins/mcollective/facts/yaml_facts_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/registration/
|
||||
share/doc/mcollective/files/plugins/mcollective/registration/agentlist_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/security/
|
||||
share/doc/mcollective/files/plugins/mcollective/security/aes_security_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/security/psk_rb.html
|
||||
share/doc/mcollective/files/plugins/mcollective/security/ssl_rb.html
|
||||
share/doc/mcollective/files/spec/
|
||||
share/doc/mcollective/files/spec/fixtures/
|
||||
share/doc/mcollective/files/spec/fixtures/application/
|
||||
share/doc/mcollective/files/spec/fixtures/application/test_rb.html
|
||||
share/doc/mcollective/files/spec/monkey_patches/
|
||||
share/doc/mcollective/files/spec/monkey_patches/instance_variable_defined_rb.html
|
||||
share/doc/mcollective/files/spec/spec_helper_rb.html
|
||||
share/doc/mcollective/files/spec/unit/
|
||||
share/doc/mcollective/files/spec/unit/agents_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/application_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/applications_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/config_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/facts/
|
||||
share/doc/mcollective/files/spec/unit/facts/base_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/facts_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/log_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/logger/
|
||||
share/doc/mcollective/files/spec/unit/logger/base_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/optionparser_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/pluginmanager_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/plugins/
|
||||
share/doc/mcollective/files/spec/unit/plugins/mcollective/
|
||||
share/doc/mcollective/files/spec/unit/plugins/mcollective/connector/
|
||||
share/doc/mcollective/files/spec/unit/plugins/mcollective/connector/stomp_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/registration/
|
||||
share/doc/mcollective/files/spec/unit/registration/base_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/
|
||||
share/doc/mcollective/files/spec/unit/rpc/actionrunner_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/agent_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/reply_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/request_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/result_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/rpc/stats_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/security/
|
||||
share/doc/mcollective/files/spec/unit/security/base_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/security/psk_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/shell_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/ssl_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/util_spec_rb.html
|
||||
share/doc/mcollective/files/spec/unit/vendor_spec_rb.html
|
||||
share/doc/mcollective/fr_class_index.html
|
||||
share/doc/mcollective/fr_file_index.html
|
||||
share/doc/mcollective/fr_method_index.html
|
||||
@ -277,15 +296,15 @@ share/examples/mcollective/client.cfg
|
||||
@sample ${SYSCONFDIR}/mcollective/client.cfg
|
||||
share/examples/mcollective/facts.yaml
|
||||
@sample ${SYSCONFDIR}/mcollective/facts.yaml
|
||||
share/examples/mcollective/plugin.d/
|
||||
@sample ${SYSCONFDIR}/mcollective/plugin.d/
|
||||
share/examples/mcollective/rpc-help.erb
|
||||
@sample ${SYSCONFDIR}/mcollective/rpc-help.erb
|
||||
share/examples/mcollective/server.cfg
|
||||
@sample ${SYSCONFDIR}/mcollective/server.cfg
|
||||
share/examples/mcollective/plugin.d/
|
||||
share/examples/mcollective/ssl/
|
||||
share/examples/mcollective/ssl/clients/
|
||||
@sample ${SYSCONFDIR}/mcollective/plugin.d/
|
||||
@sample ${SYSCONFDIR}/mcollective/ssl/
|
||||
share/examples/mcollective/ssl/clients/
|
||||
@sample ${SYSCONFDIR}/mcollective/ssl/clients/
|
||||
share/mcollective/
|
||||
share/mcollective/plugins/
|
||||
@ -294,24 +313,71 @@ share/mcollective/plugins/mcollective/agent/
|
||||
share/mcollective/plugins/mcollective/agent/discovery.rb
|
||||
share/mcollective/plugins/mcollective/agent/rpcutil.ddl
|
||||
share/mcollective/plugins/mcollective/agent/rpcutil.rb
|
||||
share/mcollective/plugins/mcollective/aggregate/
|
||||
share/mcollective/plugins/mcollective/aggregate/average.rb
|
||||
share/mcollective/plugins/mcollective/aggregate/sum.rb
|
||||
share/mcollective/plugins/mcollective/aggregate/summary.rb
|
||||
share/mcollective/plugins/mcollective/application/
|
||||
share/mcollective/plugins/mcollective/application/controller.rb
|
||||
share/mcollective/plugins/mcollective/application/completion.rb
|
||||
share/mcollective/plugins/mcollective/application/facts.rb
|
||||
share/mcollective/plugins/mcollective/application/find.rb
|
||||
share/mcollective/plugins/mcollective/application/help.rb
|
||||
share/mcollective/plugins/mcollective/application/inventory.rb
|
||||
share/mcollective/plugins/mcollective/application/ping.rb
|
||||
share/mcollective/plugins/mcollective/application/plugin.rb
|
||||
share/mcollective/plugins/mcollective/application/rpc.rb
|
||||
share/mcollective/plugins/mcollective/audit/
|
||||
share/mcollective/plugins/mcollective/audit/logfile.rb
|
||||
share/mcollective/plugins/mcollective/connector/
|
||||
share/mcollective/plugins/mcollective/connector/activemq.rb
|
||||
share/mcollective/plugins/mcollective/connector/rabbitmq.rb
|
||||
share/mcollective/plugins/mcollective/connector/stomp.rb
|
||||
share/mcollective/plugins/mcollective/data/
|
||||
share/mcollective/plugins/mcollective/data/agent_data.ddl
|
||||
share/mcollective/plugins/mcollective/data/agent_data.rb
|
||||
share/mcollective/plugins/mcollective/data/fstat_data.ddl
|
||||
share/mcollective/plugins/mcollective/data/fstat_data.rb
|
||||
share/mcollective/plugins/mcollective/discovery/
|
||||
share/mcollective/plugins/mcollective/discovery/flatfile.ddl
|
||||
share/mcollective/plugins/mcollective/discovery/flatfile.rb
|
||||
share/mcollective/plugins/mcollective/discovery/mc.ddl
|
||||
share/mcollective/plugins/mcollective/discovery/mc.rb
|
||||
share/mcollective/plugins/mcollective/facts/
|
||||
share/mcollective/plugins/mcollective/facts/yaml_facts.rb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/
|
||||
share/mcollective/plugins/mcollective/pluginpackager/debpackage_packager.rb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/ospackage_packager.rb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/rpmpackage_packager.rb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/Makefile.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/changelog.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/compat.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/control.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/copyright.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/debian/rules.erb
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/redhat/
|
||||
share/mcollective/plugins/mcollective/pluginpackager/templates/redhat/rpm_spec.erb
|
||||
share/mcollective/plugins/mcollective/registration/
|
||||
share/mcollective/plugins/mcollective/registration/agentlist.rb
|
||||
share/mcollective/plugins/mcollective/security/
|
||||
share/mcollective/plugins/mcollective/security/aes_security.rb
|
||||
share/mcollective/plugins/mcollective/security/psk.rb
|
||||
share/mcollective/plugins/mcollective/security/ssl.rb
|
||||
share/mcollective/plugins/mcollective/validator/
|
||||
share/mcollective/plugins/mcollective/validator/array_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/array_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/ipv4address_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/ipv4address_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/ipv6address_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/ipv6address_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/length_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/length_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/regex_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/regex_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/shellsafe_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/shellsafe_validator.rb
|
||||
share/mcollective/plugins/mcollective/validator/typecheck_validator.ddl
|
||||
share/mcollective/plugins/mcollective/validator/typecheck_validator.rb
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
@rcscript ${RCDIR}/mcollectived
|
||||
|
24
sysutils/mcollective/pkg/README
Normal file
24
sysutils/mcollective/pkg/README
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: README,v 1.1 2013/03/13 13:33:51 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Middleware layer
|
||||
================
|
||||
|
||||
In order to use MCollective a middleware layer needs to be present
|
||||
inside the network. While RabbitMQ is supported, it is advised to use
|
||||
ActiveMQ. The packages can be installed with their respective
|
||||
commands:
|
||||
|
||||
pkg_add apache-activemq
|
||||
or
|
||||
pkg_add rabbitmq
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
For more information on configuring and running MCollective, please
|
||||
refer to the online documentation available at the following address:
|
||||
http://docs.puppetlabs.com/mcollective/reference/basic/gettingstarted.html
|
Loading…
x
Reference in New Issue
Block a user