Update mcollective to 2.3.3 for MOS 6.1 11/7111/9
authorAleksandr Mogylchenko <amogylchenko@mirantis.com>
Wed, 27 May 2015 17:11:59 +0000 (20:11 +0300)
committerAlexei Sheplyakov <asheplyakov@mirantis.com>
Thu, 28 May 2015 02:17:32 +0000 (05:17 +0300)
commit65890025e579a35c3d4c48f1570f59d4dd36f8ff
treede47fe8ea0dc0572668a54592d30b435cc5e461b
parent176926bf9e3ff5de2ad044776820c064b933b80c
Update mcollective to 2.3.3 for MOS 6.1

Some background around this patch:
- mos6.0 was released with mcl 2.3.3, but the repository was not properly
  updated (it has 2.3.1);
- that causes the regression, resulting in mcl 2.3.1 being initially imported
  to 6.1;
- some work was done on mcl 2.3.1, mainly to fix init scripts (see
  https://review.fuel-infra.org/gitweb?p=packages/trusty/mcollective.git;a=commit;h=176926bf9e3ff5de2ad044776820c064b933b80c
  and
  https://review.fuel-infra.org/gitweb?p=packages/trusty/mcollective.git;a=commit;h=d3cac30b312dd7c6f5425be4a4bdb0d30d52ceed)

So this package contains mlc 2.3.3 with updated sys V init script.

Partial-Bug: #1458623
Change-Id: Ifbff0195e36aa1cdfa8610bb578c9b87be9717b0
548 files changed:
README [deleted file]
Rakefile [deleted file]
bin/mcollectived
debian/changelog
debian/control
debian/mcollective-client.dirs [new file with mode: 0644]
debian/mcollective-client.install [deleted file]
debian/mcollective-client.postinst [new file with mode: 0644]
debian/mcollective-client.postrm [new file with mode: 0644]
debian/mcollective-common.dirs [new file with mode: 0644]
debian/mcollective-common.install [deleted file]
debian/mcollective-doc.dirs [new file with mode: 0644]
debian/mcollective-doc.doc-base [new file with mode: 0644]
debian/mcollective-doc.install [deleted file]
debian/mcollective.default [deleted file]
debian/mcollective.dirs [new file with mode: 0644]
debian/mcollective.install [deleted file]
debian/mcollective.postinst [new file with mode: 0644]
debian/mcollective.postrm [new file with mode: 0644]
debian/patches/00list [deleted file]
debian/patches/conffile.dpatch [deleted file]
debian/patches/initlsb.dpatch [deleted file]
debian/patches/makefile.dpatch [deleted file]
debian/patches/pluginsdir.dpatch [deleted file]
debian/patches/pluginsdir.patch [new file with mode: 0755]
debian/patches/series [new file with mode: 0644]
debian/rules
debian/source/format [new file with mode: 0644]
doc/.do-not-remove [deleted file]
doc/Array.html [new file with mode: 0644]
doc/COPYING.html [new file with mode: 0644]
doc/Dir.html [new file with mode: 0644]
doc/Gemfile.html [new file with mode: 0644]
doc/MCollective.html [new file with mode: 0644]
doc/MCollective/Agent.html [new file with mode: 0644]
doc/MCollective/Agents.html [new file with mode: 0644]
doc/MCollective/Aggregate.html [new file with mode: 0644]
doc/MCollective/Aggregate/Base.html [new file with mode: 0644]
doc/MCollective/Aggregate/Result.html [new file with mode: 0644]
doc/MCollective/Aggregate/Result/Base.html [new file with mode: 0644]
doc/MCollective/Aggregate/Result/CollectionResult.html [new file with mode: 0644]
doc/MCollective/Aggregate/Result/NumericResult.html [new file with mode: 0644]
doc/MCollective/Application.html [new file with mode: 0644]
doc/MCollective/Applications.html [new file with mode: 0644]
doc/MCollective/Cache.html [new file with mode: 0644]
doc/MCollective/Client.html [new file with mode: 0644]
doc/MCollective/CodedError.html [new file with mode: 0644]
doc/MCollective/Config.html [new file with mode: 0644]
doc/MCollective/Connector.html [new file with mode: 0644]
doc/MCollective/Connector/Base.html [new file with mode: 0644]
doc/MCollective/DDL.html [new file with mode: 0644]
doc/MCollective/DDL/AgentDDL.html [new file with mode: 0644]
doc/MCollective/DDL/Base.html [new file with mode: 0644]
doc/MCollective/DDL/DataDDL.html [new file with mode: 0644]
doc/MCollective/DDL/DiscoveryDDL.html [new file with mode: 0644]
doc/MCollective/DDL/ValidatorDDL.html [new file with mode: 0644]
doc/MCollective/DDLValidationError.html [new file with mode: 0644]
doc/MCollective/Data.html [new file with mode: 0644]
doc/MCollective/Data/Base.html [new file with mode: 0644]
doc/MCollective/Data/Result.html [new file with mode: 0644]
doc/MCollective/Discovery.html [new file with mode: 0644]
doc/MCollective/Facts.html [new file with mode: 0644]
doc/MCollective/Facts/Base.html [new file with mode: 0644]
doc/MCollective/Generators.html [new file with mode: 0644]
doc/MCollective/Generators/AgentGenerator.html [new file with mode: 0644]
doc/MCollective/Generators/Base.html [new file with mode: 0644]
doc/MCollective/Generators/DataGenerator.html [new file with mode: 0644]
doc/MCollective/InvalidRPCData.html [new file with mode: 0644]
doc/MCollective/Log.html [new file with mode: 0644]
doc/MCollective/Logger.html [new file with mode: 0644]
doc/MCollective/Logger/Base.html [new file with mode: 0644]
doc/MCollective/Logger/Console_logger.html [new file with mode: 0644]
doc/MCollective/Logger/File_logger.html [new file with mode: 0644]
doc/MCollective/Logger/Syslog_logger.html [new file with mode: 0644]
doc/MCollective/Matcher.html [new file with mode: 0644]
doc/MCollective/Matcher/Parser.html [new file with mode: 0644]
doc/MCollective/Matcher/Scanner.html [new file with mode: 0644]
doc/MCollective/Message.html [new file with mode: 0644]
doc/MCollective/MissingRPCData.html [new file with mode: 0644]
doc/MCollective/MsgDoesNotMatchRequestID.html [new file with mode: 0644]
doc/MCollective/MsgTTLExpired.html [new file with mode: 0644]
doc/MCollective/NotTargettedAtUs.html [new file with mode: 0644]
doc/MCollective/Optionparser.html [new file with mode: 0644]
doc/MCollective/PluginManager.html [new file with mode: 0644]
doc/MCollective/PluginPackager.html [new file with mode: 0644]
doc/MCollective/PluginPackager/AgentDefinition.html [new file with mode: 0644]
doc/MCollective/PluginPackager/StandardDefinition.html [new file with mode: 0644]
doc/MCollective/RPC.html [new file with mode: 0644]
doc/MCollective/RPC/ActionRunner.html [new file with mode: 0644]
doc/MCollective/RPC/Agent.html [new file with mode: 0644]
doc/MCollective/RPC/Audit.html [new file with mode: 0644]
doc/MCollective/RPC/Client.html [new file with mode: 0644]
doc/MCollective/RPC/Helpers.html [new file with mode: 0644]
doc/MCollective/RPC/Progress.html [new file with mode: 0644]
doc/MCollective/RPC/Reply.html [new file with mode: 0644]
doc/MCollective/RPC/Request.html [new file with mode: 0644]
doc/MCollective/RPC/Result.html [new file with mode: 0644]
doc/MCollective/RPC/Stats.html [new file with mode: 0644]
doc/MCollective/RPCAborted.html [new file with mode: 0644]
doc/MCollective/RPCError.html [new file with mode: 0644]
doc/MCollective/Registration.html [new file with mode: 0644]
doc/MCollective/Registration/Base.html [new file with mode: 0644]
doc/MCollective/Runner.html [new file with mode: 0644]
doc/MCollective/RunnerStats.html [new file with mode: 0644]
doc/MCollective/SSL.html [new file with mode: 0644]
doc/MCollective/Security.html [new file with mode: 0644]
doc/MCollective/Security/Base.html [new file with mode: 0644]
doc/MCollective/SecurityValidationFailed.html [new file with mode: 0644]
doc/MCollective/Shell.html [new file with mode: 0644]
doc/MCollective/Translatable.html [new file with mode: 0644]
doc/MCollective/UnixDaemon.html [new file with mode: 0644]
doc/MCollective/UnknownRPCAction.html [new file with mode: 0644]
doc/MCollective/UnknownRPCError.html [new file with mode: 0644]
doc/MCollective/Util.html [new file with mode: 0644]
doc/MCollective/Validator.html [new file with mode: 0644]
doc/MCollective/ValidatorError.html [new file with mode: 0644]
doc/MCollective/WindowsDaemon.html [new file with mode: 0644]
doc/Object.html [new file with mode: 0644]
doc/README.html [new file with mode: 0644]
doc/Rakefile.html [new file with mode: 0644]
doc/String.html [new file with mode: 0644]
doc/Symbol.html [new file with mode: 0644]
doc/bin/mc-call-agent.html [new file with mode: 0644]
doc/bin/mco.html [new file with mode: 0644]
doc/bin/mcollectived.html [new file with mode: 0644]
doc/created.rid [new file with mode: 0644]
doc/etc/client_cfg_dist.html [new file with mode: 0644]
doc/etc/data-help_erb.html [new file with mode: 0644]
doc/etc/discovery-help_erb.html [new file with mode: 0644]
doc/etc/facts_yaml_dist.html [new file with mode: 0644]
doc/etc/metadata-help_erb.html [new file with mode: 0644]
doc/etc/msg-help_erb.html [new file with mode: 0644]
doc/etc/rpc-help_erb.html [new file with mode: 0644]
doc/etc/server_cfg_dist.html [new file with mode: 0644]
doc/etc/ssl/PLACEHOLDER.html [new file with mode: 0644]
doc/etc/ssl/clients/PLACEHOLDER.html [new file with mode: 0644]
doc/images/brick.png [new file with mode: 0755]
doc/images/brick_link.png [new file with mode: 0755]
doc/images/bug.png [new file with mode: 0644]
doc/images/bullet_black.png [new file with mode: 0755]
doc/images/bullet_toggle_minus.png [new file with mode: 0755]
doc/images/bullet_toggle_plus.png [new file with mode: 0755]
doc/images/date.png [new file with mode: 0755]
doc/images/find.png [new file with mode: 0755]
doc/images/loadingAnimation.gif [new file with mode: 0644]
doc/images/macFFBgHack.png [new file with mode: 0644]
doc/images/package.png [new file with mode: 0755]
doc/images/page_green.png [new file with mode: 0755]
doc/images/page_white_text.png [new file with mode: 0755]
doc/images/page_white_width.png [new file with mode: 0755]
doc/images/plugin.png [new file with mode: 0755]
doc/images/ruby.png [new file with mode: 0755]
doc/images/tag_green.png [new file with mode: 0755]
doc/images/wrench.png [new file with mode: 0755]
doc/images/wrench_orange.png [new file with mode: 0755]
doc/images/zoom.png [new file with mode: 0755]
doc/index.html [new file with mode: 0644]
doc/install_rb.html [new file with mode: 0644]
doc/js/darkfish.js [new file with mode: 0644]
doc/js/jquery.js [new file with mode: 0644]
doc/js/quicksearch.js [new file with mode: 0644]
doc/js/thickbox-compressed.js [new file with mode: 0644]
doc/lib/mcollective/agent_rb.html [new file with mode: 0644]
doc/lib/mcollective/agents_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate/result/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate/result/collection_result_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate/result/numeric_result_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate/result_rb.html [new file with mode: 0644]
doc/lib/mcollective/aggregate_rb.html [new file with mode: 0644]
doc/lib/mcollective/application_rb.html [new file with mode: 0644]
doc/lib/mcollective/applications_rb.html [new file with mode: 0644]
doc/lib/mcollective/cache_rb.html [new file with mode: 0644]
doc/lib/mcollective/client_rb.html [new file with mode: 0644]
doc/lib/mcollective/config_rb.html [new file with mode: 0644]
doc/lib/mcollective/connector/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/connector_rb.html [new file with mode: 0644]
doc/lib/mcollective/data/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/data/result_rb.html [new file with mode: 0644]
doc/lib/mcollective/data_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl/agentddl_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl/dataddl_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl/discoveryddl_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl/validatorddl_rb.html [new file with mode: 0644]
doc/lib/mcollective/ddl_rb.html [new file with mode: 0644]
doc/lib/mcollective/discovery_rb.html [new file with mode: 0644]
doc/lib/mcollective/exception_rb.html [new file with mode: 0644]
doc/lib/mcollective/facts/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/facts_rb.html [new file with mode: 0644]
doc/lib/mcollective/generators/agent_generator_rb.html [new file with mode: 0644]
doc/lib/mcollective/generators/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/generators/data_generator_rb.html [new file with mode: 0644]
doc/lib/mcollective/generators/templates/action_snippet_erb.html [new file with mode: 0644]
doc/lib/mcollective/generators/templates/data_input_snippet_erb.html [new file with mode: 0644]
doc/lib/mcollective/generators/templates/ddl_erb.html [new file with mode: 0644]
doc/lib/mcollective/generators/templates/plugin_erb.html [new file with mode: 0644]
doc/lib/mcollective/generators_rb.html [new file with mode: 0644]
doc/lib/mcollective/locales/en_yml.html [new file with mode: 0644]
doc/lib/mcollective/log_rb.html [new file with mode: 0644]
doc/lib/mcollective/logger/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/logger/console_logger_rb.html [new file with mode: 0644]
doc/lib/mcollective/logger/file_logger_rb.html [new file with mode: 0644]
doc/lib/mcollective/logger/syslog_logger_rb.html [new file with mode: 0644]
doc/lib/mcollective/logger_rb.html [new file with mode: 0644]
doc/lib/mcollective/matcher/parser_rb.html [new file with mode: 0644]
doc/lib/mcollective/matcher/scanner_rb.html [new file with mode: 0644]
doc/lib/mcollective/matcher_rb.html [new file with mode: 0644]
doc/lib/mcollective/message_rb.html [new file with mode: 0644]
doc/lib/mcollective/monkey_patches_rb.html [new file with mode: 0644]
doc/lib/mcollective/optionparser_rb.html [new file with mode: 0644]
doc/lib/mcollective/pluginmanager_rb.html [new file with mode: 0644]
doc/lib/mcollective/pluginpackager/agent_definition_rb.html [new file with mode: 0644]
doc/lib/mcollective/pluginpackager/standard_definition_rb.html [new file with mode: 0644]
doc/lib/mcollective/pluginpackager_rb.html [new file with mode: 0644]
doc/lib/mcollective/registration/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/registration_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/actionrunner_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/agent_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/audit_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/client_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/helpers_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/progress_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/reply_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/request_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/result_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc/stats_rb.html [new file with mode: 0644]
doc/lib/mcollective/rpc_rb.html [new file with mode: 0644]
doc/lib/mcollective/runner_rb.html [new file with mode: 0644]
doc/lib/mcollective/runnerstats_rb.html [new file with mode: 0644]
doc/lib/mcollective/security/base_rb.html [new file with mode: 0644]
doc/lib/mcollective/security_rb.html [new file with mode: 0644]
doc/lib/mcollective/shell_rb.html [new file with mode: 0644]
doc/lib/mcollective/ssl_rb.html [new file with mode: 0644]
doc/lib/mcollective/translatable_rb.html [new file with mode: 0644]
doc/lib/mcollective/unix_daemon_rb.html [new file with mode: 0644]
doc/lib/mcollective/util_rb.html [new file with mode: 0644]
doc/lib/mcollective/validator_rb.html [new file with mode: 0644]
doc/lib/mcollective/windows_daemon_rb.html [new file with mode: 0644]
doc/lib/mcollective_rb.html [new file with mode: 0644]
doc/mcollective_init.html [new file with mode: 0644]
doc/rdoc.css [new file with mode: 0644]
ext/action_helpers/perl/.gitignore [deleted file]
ext/activemq/examples/multi-broker/broker1-activemq.xml
ext/activemq/examples/multi-broker/broker2-activemq.xml
ext/activemq/examples/multi-broker/broker3-activemq.xml
ext/activemq/examples/single-broker/activemq.xml
ext/build_defaults.yaml [new file with mode: 0644]
ext/debian/changelog [new file with mode: 0644]
ext/debian/control
ext/debian/mcollective-common.install
ext/debian/mcollective.dirs [new file with mode: 0644]
ext/debian/mcollective.init
ext/debian/mcollective.install
ext/debian/patches/00list [deleted file]
ext/debian/patches/conffile.dpatch [deleted file]
ext/debian/patches/initlsb.dpatch [deleted file]
ext/debian/patches/makefile.dpatch [deleted file]
ext/debian/patches/pluginsdir.dpatch [deleted file]
ext/debian/patches/pluginsdir.patch [new file with mode: 0755]
ext/debian/patches/series [new file with mode: 0644]
ext/debian/rules
ext/debian/source/format [new file with mode: 0644]
ext/osx/bldmacpkg
ext/packaging.rake [new file with mode: 0644]
ext/project_data.yaml [new file with mode: 0644]
ext/redhat/mcollective.service [new file with mode: 0644]
ext/redhat/mcollective.spec
ext/windows/daemon.bat [new file with mode: 0644]
ext/windows/environment.bat
ext/windows/mco.bat
ext/windows/register_service.bat
ext/windows/unregister_service.bat
install.rb [new file with mode: 0755]
lib/mcollective.rb
lib/mcollective/client.rb
lib/mcollective/config.rb
lib/mcollective/data/result.rb
lib/mcollective/ddl/base.rb
lib/mcollective/locales/en.yml
lib/mcollective/log.rb
lib/mcollective/matcher.rb
lib/mcollective/message.rb
lib/mcollective/optionparser.rb
lib/mcollective/pluginpackager.rb
lib/mcollective/pluginpackager/agent_definition.rb
lib/mcollective/pluginpackager/standard_definition.rb
lib/mcollective/rpc/agent.rb
lib/mcollective/rpc/client.rb
lib/mcollective/rpc/reply.rb
lib/mcollective/shell.rb
lib/mcollective/util.rb
lib/mcollective/vendor/i18n/.gitignore [deleted file]
lib/mcollective/vendor/i18n/.travis.yml [deleted file]
lib/mcollective/vendor/json/.gitignore [deleted file]
lib/mcollective/vendor/json/.travis.yml [deleted file]
lib/mcollective/vendor/json/diagrams/.keep [deleted file]
lib/mcollective/vendor/json/lib/json/ext/.keep [deleted file]
lib/mcollective/windows_daemon.rb
plugins/mcollective/agent/rpcutil.ddl
plugins/mcollective/agent/rpcutil.rb
plugins/mcollective/aggregate/average.ddl [new file with mode: 0644]
plugins/mcollective/aggregate/sum.ddl [new file with mode: 0644]
plugins/mcollective/aggregate/summary.ddl [new file with mode: 0644]
plugins/mcollective/application/doc.rb
plugins/mcollective/application/plugin.rb
plugins/mcollective/application/rpc.rb
plugins/mcollective/connector/activemq.rb
plugins/mcollective/connector/rabbitmq.rb
plugins/mcollective/discovery/flatfile.rb
plugins/mcollective/discovery/stdin.ddl [new file with mode: 0644]
plugins/mcollective/discovery/stdin.rb [new file with mode: 0644]
plugins/mcollective/pluginpackager/debpackage_packager.rb
plugins/mcollective/pluginpackager/modulepackage_packager.rb [new file with mode: 0644]
plugins/mcollective/pluginpackager/ospackage_packager.rb
plugins/mcollective/pluginpackager/rpmpackage_packager.rb
plugins/mcollective/pluginpackager/templates/debian/changelog.erb
plugins/mcollective/pluginpackager/templates/debian/control.erb
plugins/mcollective/pluginpackager/templates/module/Modulefile.erb [new file with mode: 0644]
plugins/mcollective/pluginpackager/templates/module/README.md.erb [new file with mode: 0644]
plugins/mcollective/pluginpackager/templates/module/_manifest.pp.erb [new file with mode: 0644]
plugins/mcollective/pluginpackager/templates/redhat/rpm_spec.erb
spec/Rakefile [deleted file]
spec/fixtures/application/test.rb [deleted file]
spec/fixtures/test-cert.pem [deleted file]
spec/fixtures/test-private.pem [deleted file]
spec/fixtures/test-public.pem [deleted file]
spec/fixtures/util/1.in [deleted file]
spec/fixtures/util/1.out [deleted file]
spec/fixtures/util/2.in [deleted file]
spec/fixtures/util/2.out [deleted file]
spec/fixtures/util/3.in [deleted file]
spec/fixtures/util/3.out [deleted file]
spec/fixtures/util/4.in [deleted file]
spec/fixtures/util/4.out [deleted file]
spec/matchers/exception_matchers.rb [deleted file]
spec/monkey_patches/instance_variable_defined.rb [deleted file]
spec/spec.opts [deleted file]
spec/spec_helper.rb [deleted file]
spec/unit/agents_spec.rb [deleted file]
spec/unit/aggregate/base_spec.rb [deleted file]
spec/unit/aggregate/result/base_spec.rb [deleted file]
spec/unit/aggregate/result/collection_result_spec.rb [deleted file]
spec/unit/aggregate/result/numeric_result_spec.rb [deleted file]
spec/unit/aggregate_spec.rb [deleted file]
spec/unit/application_spec.rb [deleted file]
spec/unit/applications_spec.rb [deleted file]
spec/unit/array_spec.rb [deleted file]
spec/unit/cache_spec.rb [deleted file]
spec/unit/client_spec.rb [deleted file]
spec/unit/config_spec.rb [deleted file]
spec/unit/data/base_spec.rb [deleted file]
spec/unit/data/result_spec.rb [deleted file]
spec/unit/data_spec.rb [deleted file]
spec/unit/ddl/agentddl_spec.rb [deleted file]
spec/unit/ddl/base_spec.rb [deleted file]
spec/unit/ddl/dataddl_spec.rb [deleted file]
spec/unit/ddl/discoveryddl_spec.rb [deleted file]
spec/unit/ddl_spec.rb [deleted file]
spec/unit/discovery_spec.rb [deleted file]
spec/unit/facts/base_spec.rb [deleted file]
spec/unit/facts_spec.rb [deleted file]
spec/unit/generators/agent_generator_spec.rb [deleted file]
spec/unit/generators/base_spec.rb [deleted file]
spec/unit/generators/data_generator_spec.rb [deleted file]
spec/unit/generators/snippets/agent_ddl [deleted file]
spec/unit/generators/snippets/data_ddl [deleted file]
spec/unit/log_spec.rb [deleted file]
spec/unit/logger/base_spec.rb [deleted file]
spec/unit/logger/console_logger_spec.rb [deleted file]
spec/unit/logger/syslog_logger_spec.rb [deleted file]
spec/unit/matcher/parser_spec.rb [deleted file]
spec/unit/matcher/scanner_spec.rb [deleted file]
spec/unit/matcher_spec.rb [deleted file]
spec/unit/message_spec.rb [deleted file]
spec/unit/optionparser_spec.rb [deleted file]
spec/unit/pluginmanager_spec.rb [deleted file]
spec/unit/pluginpackager/agent_definition_spec.rb [deleted file]
spec/unit/pluginpackager/standard_definition_spec.rb [deleted file]
spec/unit/pluginpackager_spec.rb [deleted file]
spec/unit/plugins/mcollective/aggregate/average_spec.rb [deleted file]
spec/unit/plugins/mcollective/aggregate/sum_spec.rb [deleted file]
spec/unit/plugins/mcollective/aggregate/summary_spec.rb [deleted file]
spec/unit/plugins/mcollective/connector/activemq_spec.rb [deleted file]
spec/unit/plugins/mcollective/connector/rabbitmq_spec.rb [deleted file]
spec/unit/plugins/mcollective/data/agent_data_spec.rb [deleted file]
spec/unit/plugins/mcollective/data/fstat_data_spec.rb [deleted file]
spec/unit/plugins/mcollective/discovery/flatfile_spec.rb [deleted file]
spec/unit/plugins/mcollective/discovery/mc_spec.rb [deleted file]
spec/unit/plugins/mcollective/packagers/debpackage_packager_spec.rb [deleted file]
spec/unit/plugins/mcollective/packagers/ospackage_spec.rb [deleted file]
spec/unit/plugins/mcollective/packagers/rpmpackage_packager_spec.rb [deleted file]
spec/unit/plugins/mcollective/security/psk_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/array_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/ipv4address_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/ipv6address_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/length_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/regex_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/shellsafe_validator_spec.rb [deleted file]
spec/unit/plugins/mcollective/validator/typecheck_validator_spec.rb [deleted file]
spec/unit/registration/base_spec.rb [deleted file]
spec/unit/rpc/actionrunner_spec.rb [deleted file]
spec/unit/rpc/agent_spec.rb [deleted file]
spec/unit/rpc/client_spec.rb [deleted file]
spec/unit/rpc/helpers_spec.rb [deleted file]
spec/unit/rpc/reply_spec.rb [deleted file]
spec/unit/rpc/request_spec.rb [deleted file]
spec/unit/rpc/result_spec.rb [deleted file]
spec/unit/rpc/stats_spec.rb [deleted file]
spec/unit/rpc_spec.rb [deleted file]
spec/unit/runnerstats_spec.rb [deleted file]
spec/unit/security/base_spec.rb [deleted file]
spec/unit/shell_spec.rb [deleted file]
spec/unit/ssl_spec.rb [deleted file]
spec/unit/string_spec.rb [deleted file]
spec/unit/symbol_spec.rb [deleted file]
spec/unit/unix_daemon_spec.rb [deleted file]
spec/unit/util_spec.rb [deleted file]
spec/unit/validator_spec.rb [deleted file]
spec/unit/vendor_spec.rb [deleted file]
spec/unit/windows_daemon_spec.rb [deleted file]
spec/windows_spec.opts [deleted file]
website/_includes/main_menu.html [deleted file]
website/blueprint/ie.css [deleted file]
website/blueprint/plugins/buttons/icons/cross.png [deleted file]
website/blueprint/plugins/buttons/icons/key.png [deleted file]
website/blueprint/plugins/buttons/icons/tick.png [deleted file]
website/blueprint/plugins/buttons/readme.txt [deleted file]
website/blueprint/plugins/buttons/screen.css [deleted file]
website/blueprint/plugins/fancy-type/readme.txt [deleted file]
website/blueprint/plugins/fancy-type/screen.css [deleted file]
website/blueprint/plugins/link-icons/icons/doc.png [deleted file]
website/blueprint/plugins/link-icons/icons/email.png [deleted file]
website/blueprint/plugins/link-icons/icons/external.png [deleted file]
website/blueprint/plugins/link-icons/icons/feed.png [deleted file]
website/blueprint/plugins/link-icons/icons/im.png [deleted file]
website/blueprint/plugins/link-icons/icons/pdf.png [deleted file]
website/blueprint/plugins/link-icons/icons/visited.png [deleted file]
website/blueprint/plugins/link-icons/icons/xls.png [deleted file]
website/blueprint/plugins/link-icons/readme.txt [deleted file]
website/blueprint/plugins/link-icons/screen.css [deleted file]
website/blueprint/plugins/rtl/readme.txt [deleted file]
website/blueprint/plugins/rtl/screen.css [deleted file]
website/blueprint/print.css [deleted file]
website/blueprint/screen.css [deleted file]
website/blueprint/src/forms.css [deleted file]
website/blueprint/src/grid.css [deleted file]
website/blueprint/src/grid.png [deleted file]
website/blueprint/src/ie.css [deleted file]
website/blueprint/src/print.css [deleted file]
website/blueprint/src/reset.css [deleted file]
website/blueprint/src/typography.css [deleted file]
website/changelog.md [deleted file]
website/configure/server.md [deleted file]
website/deploy/middleware/activemq.md [deleted file]
website/deploy/middleware/activemq_keystores.md [deleted file]
website/ec2demo.md [deleted file]
website/images/activemq-multi-locations.png [deleted file]
website/images/mcollective-aaa.png [deleted file]
website/images/mcollective/li.png [deleted file]
website/images/message-flow-diagram.png [deleted file]
website/images/subcollectives-collectives.png [deleted file]
website/images/subcollectives-impact.png [deleted file]
website/images/subcollectives-multiple-middleware.png [deleted file]
website/index.md [deleted file]
website/messages/PLMC1.md [deleted file]
website/messages/PLMC10.md [deleted file]
website/messages/PLMC11.md [deleted file]
website/messages/PLMC12.md [deleted file]
website/messages/PLMC13.md [deleted file]
website/messages/PLMC14.md [deleted file]
website/messages/PLMC15.md [deleted file]
website/messages/PLMC16.md [deleted file]
website/messages/PLMC17.md [deleted file]
website/messages/PLMC18.md [deleted file]
website/messages/PLMC19.md [deleted file]
website/messages/PLMC2.md [deleted file]
website/messages/PLMC20.md [deleted file]
website/messages/PLMC21.md [deleted file]
website/messages/PLMC22.md [deleted file]
website/messages/PLMC23.md [deleted file]
website/messages/PLMC24.md [deleted file]
website/messages/PLMC25.md [deleted file]
website/messages/PLMC26.md [deleted file]
website/messages/PLMC27.md [deleted file]
website/messages/PLMC28.md [deleted file]
website/messages/PLMC29.md [deleted file]
website/messages/PLMC3.md [deleted file]
website/messages/PLMC30.md [deleted file]
website/messages/PLMC31.md [deleted file]
website/messages/PLMC32.md [deleted file]
website/messages/PLMC33.md [deleted file]
website/messages/PLMC34.md [deleted file]
website/messages/PLMC35.md [deleted file]
website/messages/PLMC36.md [deleted file]
website/messages/PLMC37.md [deleted file]
website/messages/PLMC38.md [deleted file]
website/messages/PLMC39.md [deleted file]
website/messages/PLMC4.md [deleted file]
website/messages/PLMC5.md [deleted file]
website/messages/PLMC6.md [deleted file]
website/messages/PLMC7.md [deleted file]
website/messages/PLMC8.md [deleted file]
website/messages/PLMC9.md [deleted file]
website/reference/basic/basic_agent_and_client.md [deleted file]
website/reference/basic/basic_cli_usage.md [deleted file]
website/reference/basic/configuration.md [deleted file]
website/reference/basic/daemon.md [deleted file]
website/reference/basic/gettingstarted.md [deleted file]
website/reference/basic/gettingstarted_debian.md [deleted file]
website/reference/basic/gettingstarted_redhat.md [deleted file]
website/reference/basic/messageflow.md [deleted file]
website/reference/basic/messageformat.md [deleted file]
website/reference/basic/subcollectives.md [deleted file]
website/reference/development/ec2_demo.md [deleted file]
website/reference/development/releasetasks.md [deleted file]
website/reference/index.md [deleted file]
website/reference/integration/activemq_clusters.md [deleted file]
website/reference/integration/activemq_security.md [deleted file]
website/reference/integration/activemq_ssl.md [deleted file]
website/reference/integration/chef.md [deleted file]
website/reference/integration/puppet.md [deleted file]
website/reference/plugins/aggregate.md [deleted file]
website/reference/plugins/application.md [deleted file]
website/reference/plugins/connector_activemq.md [deleted file]
website/reference/plugins/connector_rabbitmq.md [deleted file]
website/reference/plugins/connector_stomp.md [deleted file]
website/reference/plugins/data.md [deleted file]
website/reference/plugins/ddl.md [deleted file]
website/reference/plugins/discovery.md [deleted file]
website/reference/plugins/facts.md [deleted file]
website/reference/plugins/registration.md [deleted file]
website/reference/plugins/rpcutil.md [deleted file]
website/reference/plugins/security_aes.md [deleted file]
website/reference/plugins/security_ssl.md [deleted file]
website/reference/plugins/validator.md [deleted file]
website/reference/ui/filters.md [deleted file]
website/reference/ui/nodereports.md [deleted file]
website/releasenotes.md [deleted file]
website/screencasts.md [deleted file]
website/security.md [deleted file]
website/simplerpc/agents.md [deleted file]
website/simplerpc/auditing.md [deleted file]
website/simplerpc/authorization.md [deleted file]
website/simplerpc/clients.md [deleted file]
website/simplerpc/index.md [deleted file]
website/simplerpc/messageformat.md [deleted file]
website/terminology.md [deleted file]