chef-dk 3.13.1 → 4.0.60
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +33 -25
- data/Gemfile.lock +317 -293
- data/LICENSE +0 -0
- data/Rakefile +0 -0
- data/bin/chef +1 -1
- data/chef-dk.gemspec +3 -3
- data/lib/chef-dk.rb +0 -0
- data/lib/chef-dk/authenticated_http.rb +0 -0
- data/lib/chef-dk/builtin_commands.rb +1 -3
- data/lib/chef-dk/chef_runner.rb +0 -0
- data/lib/chef-dk/chef_server_api_multi.rb +0 -0
- data/lib/chef-dk/cli.rb +2 -3
- data/lib/chef-dk/command/base.rb +9 -1
- data/lib/chef-dk/command/clean_policy_cookbooks.rb +2 -3
- data/lib/chef-dk/command/clean_policy_revisions.rb +3 -4
- data/lib/chef-dk/command/delete_policy.rb +1 -1
- data/lib/chef-dk/command/delete_policy_group.rb +1 -2
- data/lib/chef-dk/command/describe_cookbook.rb +5 -4
- data/lib/chef-dk/command/diff.rb +7 -9
- data/lib/chef-dk/command/env.rb +0 -0
- data/lib/chef-dk/command/exec.rb +0 -0
- data/lib/chef-dk/command/export.rb +0 -1
- data/lib/chef-dk/command/gem.rb +0 -0
- data/lib/chef-dk/command/generate.rb +1 -6
- data/lib/chef-dk/command/generator_commands.rb +0 -0
- data/lib/chef-dk/command/generator_commands/attribute.rb +0 -0
- data/lib/chef-dk/command/generator_commands/base.rb +0 -0
- data/lib/chef-dk/command/generator_commands/build_cookbook.rb +7 -7
- data/lib/chef-dk/command/generator_commands/chef_exts/generator_desc_resource.rb +4 -49
- data/lib/chef-dk/command/generator_commands/chef_exts/quieter_doc_formatter.rb +0 -0
- data/lib/chef-dk/command/generator_commands/chef_exts/recipe_dsl_ext.rb +0 -0
- data/lib/chef-dk/command/generator_commands/cookbook.rb +22 -23
- data/lib/chef-dk/command/generator_commands/cookbook_code_file.rb +0 -0
- data/lib/chef-dk/command/generator_commands/cookbook_file.rb +0 -0
- data/lib/chef-dk/command/generator_commands/generator_generator.rb +0 -0
- data/lib/chef-dk/command/generator_commands/helpers.rb +0 -0
- data/lib/chef-dk/command/generator_commands/policyfile.rb +0 -0
- data/lib/chef-dk/command/generator_commands/recipe.rb +0 -0
- data/lib/chef-dk/command/generator_commands/repo.rb +25 -9
- data/lib/chef-dk/command/generator_commands/resource.rb +0 -0
- data/lib/chef-dk/command/generator_commands/template.rb +0 -0
- data/lib/chef-dk/command/install.rb +1 -2
- data/lib/chef-dk/command/provision.rb +2 -404
- data/lib/chef-dk/command/push.rb +1 -2
- data/lib/chef-dk/command/push_archive.rb +2 -2
- data/lib/chef-dk/command/shell_init.rb +9 -5
- data/lib/chef-dk/command/show_policy.rb +0 -1
- data/lib/chef-dk/command/undelete.rb +0 -1
- data/lib/chef-dk/command/update.rb +0 -1
- data/lib/chef-dk/command/verify.rb +13 -110
- data/lib/chef-dk/commands_map.rb +0 -0
- data/lib/chef-dk/completions/bash.sh.erb +0 -0
- data/lib/chef-dk/completions/chef.fish.erb +0 -0
- data/lib/chef-dk/completions/zsh.zsh.erb +0 -0
- data/lib/chef-dk/component_test.rb +4 -2
- data/lib/chef-dk/configurable.rb +0 -1
- data/lib/chef-dk/cookbook_metadata.rb +0 -0
- data/lib/chef-dk/cookbook_omnifetch.rb +0 -0
- data/lib/chef-dk/cookbook_profiler/git.rb +0 -0
- data/lib/chef-dk/cookbook_profiler/identifiers.rb +0 -0
- data/lib/chef-dk/cookbook_profiler/null_scm.rb +0 -0
- data/lib/chef-dk/exceptions.rb +1 -1
- data/lib/chef-dk/generator.rb +1 -1
- data/lib/chef-dk/helpers.rb +1 -2
- data/lib/chef-dk/pager.rb +0 -0
- data/lib/chef-dk/policyfile/artifactory_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/attribute_merge_checker.rb +0 -0
- data/lib/chef-dk/policyfile/chef_repo_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/chef_server_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/chef_server_lock_fetcher.rb +2 -2
- data/lib/chef-dk/policyfile/community_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/comparison_base.rb +0 -0
- data/lib/chef-dk/policyfile/cookbook_location_specification.rb +0 -0
- data/lib/chef-dk/policyfile/cookbook_locks.rb +1 -1
- data/lib/chef-dk/policyfile/cookbook_sources.rb +0 -0
- data/lib/chef-dk/policyfile/delivery_supermarket_source.rb +0 -0
- data/lib/chef-dk/policyfile/differ.rb +0 -0
- data/lib/chef-dk/policyfile/dsl.rb +1 -1
- data/lib/chef-dk/policyfile/git_lock_fetcher.rb +0 -0
- data/lib/chef-dk/policyfile/included_policies_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/lister.rb +0 -0
- data/lib/chef-dk/policyfile/local_lock_fetcher.rb +0 -0
- data/lib/chef-dk/policyfile/lock_applier.rb +0 -0
- data/lib/chef-dk/policyfile/lock_fetcher_mixin.rb +0 -0
- data/lib/chef-dk/policyfile/null_cookbook_source.rb +0 -0
- data/lib/chef-dk/policyfile/policyfile_location_specification.rb +0 -0
- data/lib/chef-dk/policyfile/read_cookbook_for_compat_mode_upload.rb +0 -0
- data/lib/chef-dk/policyfile/remote_lock_fetcher.rb +0 -0
- data/lib/chef-dk/policyfile/reports/install.rb +0 -0
- data/lib/chef-dk/policyfile/reports/table_printer.rb +0 -0
- data/lib/chef-dk/policyfile/reports/upload.rb +0 -0
- data/lib/chef-dk/policyfile/solution_dependencies.rb +1 -1
- data/lib/chef-dk/policyfile/source_uri.rb +0 -0
- data/lib/chef-dk/policyfile/storage_config.rb +0 -0
- data/lib/chef-dk/policyfile/undo_record.rb +0 -0
- data/lib/chef-dk/policyfile/undo_stack.rb +0 -0
- data/lib/chef-dk/policyfile/uploader.rb +0 -0
- data/lib/chef-dk/policyfile_compiler.rb +2 -4
- data/lib/chef-dk/policyfile_lock.rb +1 -3
- data/lib/chef-dk/policyfile_services/clean_policies.rb +0 -0
- data/lib/chef-dk/policyfile_services/clean_policy_cookbooks.rb +0 -0
- data/lib/chef-dk/policyfile_services/export_repo.rb +6 -6
- data/lib/chef-dk/policyfile_services/install.rb +0 -0
- data/lib/chef-dk/policyfile_services/push.rb +0 -0
- data/lib/chef-dk/policyfile_services/push_archive.rb +2 -2
- data/lib/chef-dk/policyfile_services/rm_policy.rb +0 -0
- data/lib/chef-dk/policyfile_services/rm_policy_group.rb +0 -0
- data/lib/chef-dk/policyfile_services/show_policy.rb +0 -0
- data/lib/chef-dk/policyfile_services/undelete.rb +0 -0
- data/lib/chef-dk/policyfile_services/update_attributes.rb +0 -0
- data/lib/chef-dk/service_exception_inspectors.rb +0 -0
- data/lib/chef-dk/service_exception_inspectors/base.rb +0 -0
- data/lib/chef-dk/service_exception_inspectors/http.rb +0 -0
- data/lib/chef-dk/service_exceptions.rb +0 -0
- data/lib/chef-dk/shell_out.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/Berksfile +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/kitchen.yml +1 -1
- data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/test-fixture-recipe.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/chefignore +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/cookbook_readmes/README-policy.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/cookbook_readmes/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/delivery-config.json +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/gitignore +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/attributes/default.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/metadata.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/recipes/default.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/data_bags/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/data_bags/example/example_item.json +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/dot-chef-repo.txt +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/environments/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/environments/example.json +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/policyfiles/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/roles/README.md +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/repo/roles/example.json +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/spec_helper.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/files/default/spec_helper_policyfile.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/metadata.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/attribute.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/build_cookbook.rb +20 -20
- data/lib/chef-dk/skeletons/code_generator/recipes/cookbook.rb +24 -16
- data/lib/chef-dk/skeletons/code_generator/recipes/cookbook_file.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/helpers.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/policyfile.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/recipe.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/repo.rb +7 -3
- data/lib/chef-dk/skeletons/code_generator/recipes/resource.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/recipes/template.rb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/CHANGELOG.md.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.all_rights.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.apachev2.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.gplv2.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.gplv3.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.mit.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/Policyfile.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/README.md.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/attribute.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/Berksfile.erb +1 -1
- data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/metadata.rb.erb +1 -1
- data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/recipe.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/cookbook_file.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/helpers.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/inspec_default_test.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen.yml.erb +1 -1
- data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen_dokken.yml.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb +1 -1
- data/lib/chef-dk/skeletons/code_generator/templates/default/metadata.rb.erb +1 -1
- data/lib/chef-dk/skeletons/code_generator/templates/default/recipe.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/recipe_spec.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/repo/gitignore.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/resource.rb.erb +0 -0
- data/lib/chef-dk/skeletons/code_generator/templates/default/template.erb +0 -0
- data/lib/chef-dk/ui.rb +0 -0
- data/lib/chef-dk/version.rb +1 -1
- data/lib/kitchen/provisioner/policyfile_zero.rb +0 -0
- data/spec/shared/a_file_generator.rb +0 -0
- data/spec/shared/a_generated_file.rb +0 -0
- data/spec/shared/command_with_ui_object.rb +0 -0
- data/spec/shared/custom_generator_cookbook.rb +0 -0
- data/spec/shared/fixture_cookbook_checksums.rb +1 -1
- data/spec/shared/setup_git_committer_config.rb +0 -0
- data/spec/shared/setup_git_cookbooks.rb +0 -0
- data/spec/spec_helper.rb +0 -4
- data/spec/test_helpers.rb +0 -0
- data/spec/unit/chef_runner_spec.rb +0 -0
- data/spec/unit/chef_server_api_multi_spec.rb +0 -0
- data/spec/unit/cli_spec.rb +0 -0
- data/spec/unit/command/base_spec.rb +24 -1
- data/spec/unit/command/clean_policy_cookbooks_spec.rb +0 -0
- data/spec/unit/command/clean_policy_revisions_spec.rb +0 -0
- data/spec/unit/command/delete_policy_group_spec.rb +0 -0
- data/spec/unit/command/delete_policy_spec.rb +0 -0
- data/spec/unit/command/diff_spec.rb +0 -0
- data/spec/unit/command/env_spec.rb +1 -1
- data/spec/unit/command/exec_spec.rb +1 -1
- data/spec/unit/command/export_spec.rb +0 -0
- data/spec/unit/command/generate_spec.rb +0 -0
- data/spec/unit/command/generator_commands/attribute_spec.rb +0 -0
- data/spec/unit/command/generator_commands/base_spec.rb +0 -0
- data/spec/unit/command/generator_commands/build_cookbook_spec.rb +15 -15
- data/spec/unit/command/generator_commands/chef_exts/generator_desc_resource_spec.rb +6 -26
- data/spec/unit/command/generator_commands/chef_exts/recipe_dsl_ext_spec.rb +0 -0
- data/spec/unit/command/generator_commands/cookbook_file_spec.rb +0 -0
- data/spec/unit/command/generator_commands/cookbook_spec.rb +200 -203
- data/spec/unit/command/generator_commands/generator_generator_spec.rb +7 -7
- data/spec/unit/command/generator_commands/helpers_spec.rb +0 -0
- data/spec/unit/command/generator_commands/policyfile_spec.rb +0 -0
- data/spec/unit/command/generator_commands/recipe_spec.rb +1 -2
- data/spec/unit/command/generator_commands/repo_spec.rb +8 -8
- data/spec/unit/command/generator_commands/resource_spec.rb +0 -0
- data/spec/unit/command/generator_commands/template_spec.rb +0 -0
- data/spec/unit/command/install_spec.rb +0 -0
- data/spec/unit/command/push_archive_spec.rb +0 -0
- data/spec/unit/command/push_spec.rb +0 -0
- data/spec/unit/command/shell_init_spec.rb +0 -0
- data/spec/unit/command/show_policy_spec.rb +0 -0
- data/spec/unit/command/undelete_spec.rb +0 -0
- data/spec/unit/command/update_spec.rb +0 -0
- data/spec/unit/command/verify_spec.rb +2 -3
- data/spec/unit/commands_map_spec.rb +0 -0
- data/spec/unit/component_test_spec.rb +0 -0
- data/spec/unit/configurable_spec.rb +0 -0
- data/spec/unit/cookbook_metadata_spec.rb +0 -0
- data/spec/unit/cookbook_profiler/git_spec.rb +0 -0
- data/spec/unit/cookbook_profiler/identifiers_spec.rb +3 -3
- data/spec/unit/fixtures/chef-runner-cookbooks/test_cookbook/recipes/recipe_one.rb +0 -0
- data/spec/unit/fixtures/chef-runner-cookbooks/test_cookbook/recipes/recipe_two.rb +0 -0
- data/spec/unit/fixtures/command/cli_test_command.rb +0 -0
- data/spec/unit/fixtures/command/explicit_path_example.rb +0 -0
- data/spec/unit/fixtures/configurable/test_config_loader.rb +0 -0
- data/spec/unit/fixtures/configurable/test_configurable.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/.kitchen.yml +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/Berksfile +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/README.md +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/chefignore +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/metadata.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/recipes/default.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/.kitchen.yml +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/Berksfile +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/README.md +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/chefignore +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/metadata.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/recipes/default.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/Berksfile +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/README.md +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/chefignore +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/{.kitchen.yml → kitchen.yml} +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/metadata.rb +0 -0
- data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/recipes/default.rb +0 -0
- data/spec/unit/fixtures/cookbooks_api/chef_server_universe.json +0 -0
- data/spec/unit/fixtures/cookbooks_api/pruned_chef_server_universe.json +0 -0
- data/spec/unit/fixtures/cookbooks_api/pruned_small_universe.json +0 -0
- data/spec/unit/fixtures/cookbooks_api/small_universe.json +0 -0
- data/spec/unit/fixtures/cookbooks_api/universe.json +0 -0
- data/spec/unit/fixtures/cookbooks_api/update_fixtures.rb +0 -0
- data/spec/unit/fixtures/dev_cookbooks/README.md +0 -0
- data/spec/unit/fixtures/dev_cookbooks/bar-cookbook.gitbundle +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/bin/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/embedded/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/embedded/bin/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_component/bin/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/apps/berkshelf/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/apps/test-kitchen/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/bin/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/valid/bin/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/valid/embedded/apps/chef-dk/.keep +0 -0
- data/spec/unit/fixtures/eg_omnibus_dir/valid/embedded/bin/.keep +0 -0
- data/spec/unit/fixtures/example_app/Policyfile.rb +0 -0
- data/spec/unit/fixtures/example_cookbook/.gitignore +0 -0
- data/spec/unit/fixtures/example_cookbook/.kitchen.yml +0 -0
- data/spec/unit/fixtures/example_cookbook/Berksfile +0 -0
- data/spec/unit/fixtures/example_cookbook/README.md +0 -0
- data/spec/unit/fixtures/example_cookbook/chefignore +0 -0
- data/spec/unit/fixtures/example_cookbook/metadata.rb +0 -0
- data/spec/unit/fixtures/example_cookbook/recipes/default.rb +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/.gitignore +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/.kitchen.yml +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/Berksfile +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/README.md +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/chefignore +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/metadata.json +0 -0
- data/spec/unit/fixtures/example_cookbook_metadata_json_only/recipes/default.rb +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/.gitignore +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/.kitchen.yml +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/Berksfile +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/README.md +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/chefignore +0 -0
- data/spec/unit/fixtures/example_cookbook_no_metadata/recipes/default.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/README.md +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/chefignore +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/metadata.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/recipes/default.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/Berksfile +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/README.md +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/chefignore +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/metadata.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/recipes/default.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/.kitchen.yml +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/Berksfile +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/README.md +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/chefignore +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/extra/extra_file.txt +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/metadata.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/recipes/default.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/metadata-missing/README.md +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/.kitchen.yml +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/README.md +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/metadata.rb +0 -0
- data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/recipes/default.rb +0 -0
- data/spec/unit/generator_spec.rb +0 -0
- data/spec/unit/pager_spec.rb +0 -0
- data/spec/unit/policyfile/artifactory_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/attribute_merge_checker_spec.rb +0 -0
- data/spec/unit/policyfile/chef_repo_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/chef_server_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/chef_server_lock_fetcher_spec.rb +0 -0
- data/spec/unit/policyfile/community_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/comparison_base_spec.rb +0 -0
- data/spec/unit/policyfile/cookbook_location_specification_spec.rb +0 -0
- data/spec/unit/policyfile/cookbook_locks_spec.rb +0 -0
- data/spec/unit/policyfile/delivery_supermarket_source_spec.rb +0 -0
- data/spec/unit/policyfile/differ_spec.rb +0 -0
- data/spec/unit/policyfile/git_lock_fetcher_spec.rb +0 -0
- data/spec/unit/policyfile/included_policies_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/lister_spec.rb +0 -0
- data/spec/unit/policyfile/local_lock_fetcher_spec.rb +0 -0
- data/spec/unit/policyfile/lock_applier_spec.rb +0 -0
- data/spec/unit/policyfile/lock_fetcher_mixin_spec.rb +0 -0
- data/spec/unit/policyfile/null_cookbook_source_spec.rb +0 -0
- data/spec/unit/policyfile/read_cookbook_for_compat_mode_upload_spec.rb +0 -0
- data/spec/unit/policyfile/remote_lock_fetcher_spec.rb +0 -0
- data/spec/unit/policyfile/reports/install_spec.rb +0 -0
- data/spec/unit/policyfile/reports/upload_spec.rb +0 -0
- data/spec/unit/policyfile/solution_dependencies_spec.rb +0 -0
- data/spec/unit/policyfile/source_uri_spec.rb +0 -0
- data/spec/unit/policyfile/storage_config_spec.rb +0 -0
- data/spec/unit/policyfile/undo_record_spec.rb +0 -0
- data/spec/unit/policyfile/undo_stack_spec.rb +0 -0
- data/spec/unit/policyfile/uploader_spec.rb +0 -0
- data/spec/unit/policyfile_demands_spec.rb +0 -0
- data/spec/unit/policyfile_evaluation_spec.rb +0 -0
- data/spec/unit/policyfile_includes_dsl_spec.rb +0 -0
- data/spec/unit/policyfile_includes_spec.rb +0 -0
- data/spec/unit/policyfile_install_with_includes_spec.rb +0 -0
- data/spec/unit/policyfile_lock_build_spec.rb +2 -2
- data/spec/unit/policyfile_lock_install_spec.rb +0 -0
- data/spec/unit/policyfile_lock_serialization_spec.rb +0 -0
- data/spec/unit/policyfile_lock_validation_spec.rb +0 -0
- data/spec/unit/policyfile_services/clean_policies_spec.rb +0 -0
- data/spec/unit/policyfile_services/clean_policy_cookbooks_spec.rb +0 -0
- data/spec/unit/policyfile_services/export_repo_spec.rb +6 -6
- data/spec/unit/policyfile_services/install_spec.rb +0 -0
- data/spec/unit/policyfile_services/push_archive_spec.rb +2 -2
- data/spec/unit/policyfile_services/push_spec.rb +0 -0
- data/spec/unit/policyfile_services/rm_policy_group_spec.rb +0 -0
- data/spec/unit/policyfile_services/rm_policy_spec.rb +0 -0
- data/spec/unit/policyfile_services/show_policy_spec.rb +0 -0
- data/spec/unit/policyfile_services/undelete_spec.rb +0 -0
- data/spec/unit/policyfile_services/update_attributes_spec.rb +0 -0
- data/spec/unit/policyfile_services/update_spec.rb +0 -0
- data/spec/unit/service_exception_inspectors/base_spec.rb +0 -0
- data/spec/unit/service_exception_inspectors/http_spec.rb +1 -1
- data/spec/unit/shell_out_spec.rb +0 -0
- data/warning.txt +3 -2
- metadata +20 -19
- data/lib/chef-dk/command/generator_commands/app.rb +0 -106
- data/lib/chef-dk/skeletons/code_generator/recipes/app.rb +0 -87
- data/spec/unit/command/generator_commands/app_spec.rb +0 -166
- data/spec/unit/command/provision_spec.rb +0 -589
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 829fbf7f0a0387613b55e7a1159623b850c17a18150b90040b332ed99d3fc436
|
4
|
+
data.tar.gz: d6e8416089cfed43113575af40cbef7a2f61975a2897e4dbc8cd709258e38d95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 827dc81d7dbe6fc8495d009cccb462cdec46a797525f965ae2dbde4d159cb8f0e09dc99800ba7139b80c508cccb229daedb21a22728ffe9a7c07e46747d6ed54
|
7
|
+
data.tar.gz: 7bac770452d7e646185dcd3dd8297292f2b325a1cbfdfbf9f24e8414e974c509d4700b1808bffb170129e2c5b748fbbb0a66d59451c31e856edde241eff371b2
|
data/Gemfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright:: Copyright (c) 2014-
|
2
|
+
# Copyright:: Copyright (c) 2014-2019 Chef Software Inc.
|
3
3
|
# License:: Apache License, Version 2.0
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -25,20 +25,20 @@ group(:omnibus_package, :development, :test) do
|
|
25
25
|
# we pin these gems as they are installed in the ruby source and if we let them
|
26
26
|
# float we'll end up with 2 copies shipped in DK. When we bump Ruby we need to
|
27
27
|
# look at these pins and adjust them
|
28
|
-
gem "rake", "<= 12.3.
|
28
|
+
gem "rake", "<= 12.3.2"
|
29
29
|
gem "rdoc", "<= 6.0.1"
|
30
30
|
gem "minitest", "<= 5.10.3"
|
31
31
|
|
32
32
|
gem "pry"
|
33
33
|
gem "yard"
|
34
34
|
gem "guard"
|
35
|
-
gem "cookstyle", "~>
|
36
|
-
gem "foodcritic", "
|
37
|
-
gem "ffi-libarchive"
|
35
|
+
gem "cookstyle", "~> 4.0"
|
36
|
+
gem "foodcritic", ">= 16.0"
|
37
|
+
gem "ffi-libarchive"
|
38
38
|
end
|
39
39
|
|
40
40
|
group(:dep_selector) do
|
41
|
-
gem "dep_selector"
|
41
|
+
gem "dep_selector"
|
42
42
|
gem "dep-selector-libgecode"
|
43
43
|
end
|
44
44
|
|
@@ -47,45 +47,51 @@ end
|
|
47
47
|
# We should only be using "~>" to work around bugs, or temporarily pinning some tech debt.
|
48
48
|
# We equality pin the chef gem itself to assert which version we're shipping.
|
49
49
|
group(:omnibus_package) do
|
50
|
-
gem "appbundler"
|
51
|
-
gem "berkshelf", ">= 7.0.
|
52
|
-
gem "chef-provisioning", ">= 2.7.1", group: :provisioning
|
53
|
-
gem "chef-provisioning-aws", ">= 3.0.2", group: :provisioning
|
54
|
-
gem "chef-provisioning-fog", ">= 0.26.1", group: :provisioning
|
50
|
+
gem "appbundler"
|
51
|
+
gem "berkshelf", ">= 7.0.5"
|
55
52
|
gem "chef-vault", ">= 3.4.1"
|
56
53
|
# Expeditor manages the version of chef released to Rubygems. We only release 'stable' chef
|
57
54
|
# gems to Rubygems now, so letting this float on latest should always give us the latest
|
58
55
|
# stable release. May have to re-pin around major version bumping time, or during patch
|
59
56
|
# fixes.
|
60
|
-
gem "chef", "=
|
57
|
+
gem "chef", "= 15.0.300"
|
58
|
+
gem "chef-bin", "= 15.0.300"
|
61
59
|
gem "cheffish", ">= 14.0.1"
|
62
|
-
gem "chefspec", ">= 7.3.0"
|
63
|
-
gem "fauxhai", "~>
|
64
|
-
gem "inspec", "~> 3
|
60
|
+
gem "chefspec", ">= 7.3.0"
|
61
|
+
gem "fauxhai", "~> 7.0"
|
62
|
+
gem "inspec-bin", "~> 4.3" # the actual inspec CLI binary
|
63
|
+
gem "inspec", "~> 4.3"
|
65
64
|
gem "kitchen-azurerm", ">= 0.14"
|
66
|
-
gem "kitchen-ec2", ">=
|
65
|
+
gem "kitchen-ec2", ">= 3.0", "< 4"
|
67
66
|
gem "kitchen-digitalocean", ">= 0.10.0"
|
68
67
|
gem "kitchen-dokken", ">= 2.6.7"
|
69
68
|
gem "kitchen-google", ">= 2.0.0"
|
70
69
|
gem "kitchen-hyperv", ">= 0.5.1"
|
71
|
-
gem "kitchen-inspec", ">= 1.0"
|
72
|
-
gem "kitchen-vagrant", ">= 1.
|
70
|
+
gem "kitchen-inspec", ">= 1.0"
|
71
|
+
gem "kitchen-vagrant", ">= 1.4"
|
73
72
|
gem "knife-acl", ">= 1.0.3"
|
74
73
|
gem "knife-ec2", ">= 0.19.10"
|
75
74
|
gem "knife-google", ">= 3.3.3"
|
76
75
|
gem "knife-tidy", ">= 1.2.0"
|
77
76
|
gem "knife-windows", ">= 1.9.1"
|
78
77
|
gem "knife-opc", ">= 0.4.0"
|
79
|
-
gem "knife-vsphere", ">=
|
78
|
+
gem "knife-vsphere", ">= 2.1.1"
|
80
79
|
gem "mixlib-archive", ">= 0.4.16"
|
81
|
-
gem "ohai", "
|
80
|
+
gem "ohai", ">= 14"
|
82
81
|
gem "net-ssh", ">= 4.2.0"
|
83
|
-
gem "test-kitchen", ">= 1.23
|
82
|
+
gem "test-kitchen", ">= 1.23"
|
84
83
|
gem "listen"
|
85
84
|
gem "dco"
|
86
85
|
|
87
|
-
#
|
88
|
-
|
86
|
+
# many layers down these bring in ethon which uses ffi / libcurl and breaks on windows
|
87
|
+
# we want to get this working, but for now it's disabled so we can get a build out
|
88
|
+
# make sure to add curl back to the omnibus def before enabling this again
|
89
|
+
# gem "knife-vcenter", ">= 2.0"
|
90
|
+
# gem "kitchen-vcenter", ">= 2.0"
|
91
|
+
|
92
|
+
# ed25519 ssh key support done here as it's a native gem we can't put in train
|
93
|
+
gem "ed25519"
|
94
|
+
gem "bcrypt_pbkdf"
|
89
95
|
|
90
96
|
# Right now we must import chef-apply as a gem into the ChefDK because this is where all the gem
|
91
97
|
# dependency resolution occurs. Putting it elsewhere endangers older ChefDK issues of gem version
|
@@ -108,6 +114,7 @@ group(:omnibus_package) do
|
|
108
114
|
gem "pry-remote"
|
109
115
|
gem "pry-stack_explorer"
|
110
116
|
gem "rb-readline"
|
117
|
+
gem "rubocop"
|
111
118
|
gem "winrm-fs"
|
112
119
|
gem "winrm-elevated"
|
113
120
|
gem "cucumber"
|
@@ -119,14 +126,15 @@ group(:ruby_prof) do
|
|
119
126
|
gem "ruby-prof"
|
120
127
|
end
|
121
128
|
|
122
|
-
# Everything except Windows
|
129
|
+
# Everything except AIX and Windows
|
123
130
|
group(:ruby_shadow) do
|
124
131
|
gem "ruby-shadow", platform: :ruby
|
125
132
|
end
|
126
133
|
|
127
134
|
gem "chefstyle", group: :test
|
128
135
|
|
129
|
-
#
|
136
|
+
# TODO delete this when we figure out how to include the pushy windows dependencies
|
137
|
+
# correctly
|
130
138
|
platforms :mswin, :mingw do
|
131
139
|
gem "rdp-ruby-wmi"
|
132
140
|
gem "windows-pr"
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
chef-dk (
|
4
|
+
chef-dk (4.0.60)
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
6
|
-
chef (~>
|
7
|
-
chef-provisioning (~> 2.0)
|
6
|
+
chef (~> 15.0)
|
8
7
|
cookbook-omnifetch (~> 0.5)
|
9
8
|
diff-lcs (~> 1.0)
|
10
9
|
ffi-yajl (>= 1.0, < 3.0)
|
10
|
+
license-acceptance (~> 1.0, >= 1.0.11)
|
11
11
|
minitar (~> 0.6)
|
12
12
|
mixlib-cli (>= 1.7, < 3.0)
|
13
13
|
mixlib-shellout (>= 2.0, < 4.0)
|
@@ -17,22 +17,72 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
+
activesupport (5.2.3)
|
21
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
22
|
+
i18n (>= 0.7, < 2)
|
23
|
+
minitest (~> 5.1)
|
24
|
+
tzinfo (~> 1.1)
|
20
25
|
addressable (2.5.2)
|
21
26
|
public_suffix (>= 2.0.2, < 4.0)
|
22
27
|
app_conf (0.4.2)
|
23
28
|
appbundler (0.12.5)
|
24
29
|
mixlib-cli (>= 1.4, < 3.0)
|
25
30
|
mixlib-shellout (>= 2.0, < 4.0)
|
26
|
-
artifactory (3.0.
|
31
|
+
artifactory (3.0.0)
|
27
32
|
ast (2.4.0)
|
28
33
|
aws-eventstream (1.0.3)
|
29
|
-
aws-
|
30
|
-
|
31
|
-
|
32
|
-
aws-sigv4 (~> 1.
|
34
|
+
aws-partitions (1.167.0)
|
35
|
+
aws-sdk-cloudtrail (1.14.0)
|
36
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
37
|
+
aws-sigv4 (~> 1.1)
|
38
|
+
aws-sdk-cloudwatch (1.23.0)
|
39
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
40
|
+
aws-sigv4 (~> 1.1)
|
41
|
+
aws-sdk-cloudwatchlogs (1.20.0)
|
42
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
43
|
+
aws-sigv4 (~> 1.1)
|
44
|
+
aws-sdk-configservice (1.30.0)
|
45
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
46
|
+
aws-sigv4 (~> 1.1)
|
47
|
+
aws-sdk-core (3.53.1)
|
48
|
+
aws-eventstream (~> 1.0, >= 1.0.2)
|
49
|
+
aws-partitions (~> 1.0)
|
50
|
+
aws-sigv4 (~> 1.1)
|
33
51
|
jmespath (~> 1.0)
|
34
|
-
aws-sdk-
|
35
|
-
aws-sdk-core (
|
52
|
+
aws-sdk-costandusagereportservice (1.13.0)
|
53
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
54
|
+
aws-sigv4 (~> 1.1)
|
55
|
+
aws-sdk-ec2 (1.87.0)
|
56
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
57
|
+
aws-sigv4 (~> 1.1)
|
58
|
+
aws-sdk-ecs (1.40.0)
|
59
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
60
|
+
aws-sigv4 (~> 1.1)
|
61
|
+
aws-sdk-eks (1.19.0)
|
62
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
63
|
+
aws-sigv4 (~> 1.1)
|
64
|
+
aws-sdk-elasticloadbalancing (1.15.0)
|
65
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
66
|
+
aws-sigv4 (~> 1.1)
|
67
|
+
aws-sdk-iam (1.23.0)
|
68
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
69
|
+
aws-sigv4 (~> 1.1)
|
70
|
+
aws-sdk-kms (1.21.0)
|
71
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
72
|
+
aws-sigv4 (~> 1.1)
|
73
|
+
aws-sdk-rds (1.54.0)
|
74
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
75
|
+
aws-sigv4 (~> 1.1)
|
76
|
+
aws-sdk-s3 (1.40.0)
|
77
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
78
|
+
aws-sdk-kms (~> 1)
|
79
|
+
aws-sigv4 (~> 1.0)
|
80
|
+
aws-sdk-sns (1.16.0)
|
81
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
82
|
+
aws-sigv4 (~> 1.1)
|
83
|
+
aws-sdk-sqs (1.16.0)
|
84
|
+
aws-sdk-core (~> 3, >= 3.53.0)
|
85
|
+
aws-sigv4 (~> 1.1)
|
36
86
|
aws-sigv4 (1.1.0)
|
37
87
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
38
88
|
axiom-types (0.1.1)
|
@@ -41,13 +91,16 @@ GEM
|
|
41
91
|
thread_safe (~> 0.3, >= 0.3.1)
|
42
92
|
azure_graph_rbac (0.17.1)
|
43
93
|
ms_rest_azure (~> 0.11.0)
|
44
|
-
azure_mgmt_key_vault (0.17.
|
45
|
-
ms_rest_azure (~> 0.11.
|
46
|
-
azure_mgmt_network (0.
|
94
|
+
azure_mgmt_key_vault (0.17.4)
|
95
|
+
ms_rest_azure (~> 0.11.0)
|
96
|
+
azure_mgmt_network (0.18.8)
|
47
97
|
ms_rest_azure (~> 0.11.1)
|
48
|
-
azure_mgmt_resources (0.17.
|
98
|
+
azure_mgmt_resources (0.17.5)
|
49
99
|
ms_rest_azure (~> 0.11.1)
|
50
100
|
backports (3.15.0)
|
101
|
+
bcrypt_pbkdf (1.0.1)
|
102
|
+
bcrypt_pbkdf (1.0.1-x64-mingw32)
|
103
|
+
bcrypt_pbkdf (1.0.1-x86-mingw32)
|
51
104
|
berkshelf (7.0.8)
|
52
105
|
chef (>= 13.6.52)
|
53
106
|
chef-config
|
@@ -63,68 +116,68 @@ GEM
|
|
63
116
|
thor (>= 0.20)
|
64
117
|
binding_of_caller (0.8.0)
|
65
118
|
debug_inspector (>= 0.0.1)
|
66
|
-
builder (3.2.
|
119
|
+
builder (3.2.3)
|
67
120
|
byebug (11.0.1)
|
68
|
-
chef (
|
121
|
+
chef (15.0.300)
|
69
122
|
addressable
|
123
|
+
bcrypt_pbkdf (~> 1.0)
|
70
124
|
bundler (>= 1.10)
|
71
|
-
chef-config (=
|
72
|
-
chef-zero (>=
|
125
|
+
chef-config (= 15.0.300)
|
126
|
+
chef-zero (>= 14.0.11)
|
73
127
|
diff-lcs (~> 1.2, >= 1.2.4)
|
128
|
+
ed25519 (~> 1.2)
|
74
129
|
erubis (~> 2.7)
|
75
130
|
ffi (~> 1.9, >= 1.9.25)
|
131
|
+
ffi-libarchive
|
76
132
|
ffi-yajl (~> 2.2)
|
77
|
-
highline (
|
133
|
+
highline (>= 1.6.9, < 2)
|
78
134
|
iniparse (~> 1.4)
|
135
|
+
license-acceptance (~> 1.0, >= 1.0.5)
|
79
136
|
mixlib-archive (>= 0.4, < 2.0)
|
80
137
|
mixlib-authentication (~> 2.1)
|
81
138
|
mixlib-cli (>= 1.7, < 3.0)
|
82
139
|
mixlib-log (>= 2.0.3, < 4.0)
|
83
140
|
mixlib-shellout (>= 2.4, < 4.0)
|
84
141
|
net-sftp (~> 2.1, >= 2.1.2)
|
85
|
-
net-ssh (
|
142
|
+
net-ssh (>= 4.2, < 6)
|
86
143
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
87
|
-
ohai (~>
|
144
|
+
ohai (~> 15.0)
|
88
145
|
plist (~> 3.2)
|
89
146
|
proxifier (~> 1.0)
|
90
|
-
rspec-core (~> 3.5)
|
91
|
-
rspec-expectations (~> 3.5)
|
92
|
-
rspec-mocks (~> 3.5)
|
93
|
-
rspec_junit_formatter (~> 0.2.0)
|
94
|
-
serverspec (~> 2.7)
|
95
|
-
specinfra (~> 2.10)
|
96
147
|
syslog-logger (~> 1.6)
|
148
|
+
train-core (~> 2.0, >= 2.0.12)
|
149
|
+
tty-screen (~> 0.6)
|
97
150
|
uuidtools (~> 2.1.5)
|
98
|
-
chef (
|
151
|
+
chef (15.0.300-universal-mingw32)
|
99
152
|
addressable
|
153
|
+
bcrypt_pbkdf (~> 1.0)
|
100
154
|
bundler (>= 1.10)
|
101
|
-
chef-config (=
|
102
|
-
chef-zero (>=
|
155
|
+
chef-config (= 15.0.300)
|
156
|
+
chef-zero (>= 14.0.11)
|
103
157
|
diff-lcs (~> 1.2, >= 1.2.4)
|
158
|
+
ed25519 (~> 1.2)
|
104
159
|
erubis (~> 2.7)
|
105
160
|
ffi (~> 1.9, >= 1.9.25)
|
161
|
+
ffi-libarchive
|
106
162
|
ffi-yajl (~> 2.2)
|
107
|
-
highline (
|
163
|
+
highline (>= 1.6.9, < 2)
|
108
164
|
iniparse (~> 1.4)
|
109
165
|
iso8601 (~> 0.12.1)
|
166
|
+
license-acceptance (~> 1.0, >= 1.0.5)
|
110
167
|
mixlib-archive (>= 0.4, < 2.0)
|
111
168
|
mixlib-authentication (~> 2.1)
|
112
169
|
mixlib-cli (>= 1.7, < 3.0)
|
113
170
|
mixlib-log (>= 2.0.3, < 4.0)
|
114
171
|
mixlib-shellout (>= 2.4, < 4.0)
|
115
172
|
net-sftp (~> 2.1, >= 2.1.2)
|
116
|
-
net-ssh (
|
173
|
+
net-ssh (>= 4.2, < 6)
|
117
174
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
118
|
-
ohai (~>
|
175
|
+
ohai (~> 15.0)
|
119
176
|
plist (~> 3.2)
|
120
177
|
proxifier (~> 1.0)
|
121
|
-
rspec-core (~> 3.5)
|
122
|
-
rspec-expectations (~> 3.5)
|
123
|
-
rspec-mocks (~> 3.5)
|
124
|
-
rspec_junit_formatter (~> 0.2.0)
|
125
|
-
serverspec (~> 2.7)
|
126
|
-
specinfra (~> 2.10)
|
127
178
|
syslog-logger (~> 1.6)
|
179
|
+
train-core (~> 2.0, >= 2.0.12)
|
180
|
+
tty-screen (~> 0.6)
|
128
181
|
uuidtools (~> 2.1.5)
|
129
182
|
win32-api (~> 1.5.3)
|
130
183
|
win32-certstore (~> 0.3)
|
@@ -134,10 +187,10 @@ GEM
|
|
134
187
|
win32-mmap (~> 0.4.1)
|
135
188
|
win32-mutex (~> 0.4.2)
|
136
189
|
win32-process (~> 0.8.2)
|
137
|
-
win32-service (>= 1.
|
190
|
+
win32-service (>= 2.1.2, < 3.0)
|
138
191
|
win32-taskscheduler (~> 2.0)
|
139
192
|
wmi-lite (~> 1.0)
|
140
|
-
chef-api (0.
|
193
|
+
chef-api (0.9.0)
|
141
194
|
logify (~> 0.1)
|
142
195
|
mime-types
|
143
196
|
chef-apply (0.2.13)
|
@@ -154,71 +207,46 @@ GEM
|
|
154
207
|
toml-rb
|
155
208
|
train
|
156
209
|
tty-spinner
|
157
|
-
chef-
|
210
|
+
chef-bin (15.0.300)
|
211
|
+
chef (= 15.0.300)
|
212
|
+
chef-config (15.0.300)
|
158
213
|
addressable
|
159
214
|
fuzzyurl
|
160
215
|
mixlib-config (>= 2.2.12, < 4.0)
|
161
216
|
mixlib-shellout (>= 2.0, < 4.0)
|
162
217
|
tomlrb (~> 1.2)
|
163
|
-
chef-
|
164
|
-
cheffish (>= 4.0, < 15.0)
|
165
|
-
inifile (>= 2.0.2)
|
166
|
-
mixlib-install (>= 1.0)
|
167
|
-
net-scp (~> 1.0)
|
168
|
-
net-ssh (>= 2.9, < 5.0)
|
169
|
-
net-ssh-gateway (> 1.2, < 3.0)
|
170
|
-
winrm (~> 2.0)
|
171
|
-
winrm-elevated (~> 1.0)
|
172
|
-
winrm-fs (~> 1.0)
|
173
|
-
chef-provisioning-aws (3.0.7)
|
174
|
-
aws-sdk (>= 2.2.18, < 3.0)
|
175
|
-
chef-provisioning (>= 1.0, < 3.0)
|
176
|
-
retryable (~> 2.0, >= 2.0.1)
|
177
|
-
ubuntu_ami (~> 0.4, >= 0.4.1)
|
178
|
-
chef-provisioning-fog (0.26.3)
|
179
|
-
chef-provisioning (>= 1.0, < 3.0)
|
180
|
-
cheffish (>= 13.1.0, < 15.0)
|
181
|
-
fog-digitalocean
|
182
|
-
fog-joyent
|
183
|
-
fog-openstack
|
184
|
-
fog-rackspace
|
185
|
-
fog-scaleway
|
186
|
-
fog-softlayer
|
187
|
-
fog-xenserver
|
188
|
-
retryable
|
189
|
-
winrm-elevated
|
190
|
-
chef-sugar (5.1.9)
|
218
|
+
chef-sugar (5.0.1)
|
191
219
|
chef-telemetry (0.1.8)
|
192
220
|
chef-config
|
193
221
|
concurrent-ruby (~> 1.0)
|
194
222
|
ffi-yajl (~> 2.2)
|
195
223
|
http (~> 2.2)
|
196
|
-
chef-vault (4.
|
197
|
-
chef-zero (14.0.
|
224
|
+
chef-vault (3.4.3)
|
225
|
+
chef-zero (14.0.12)
|
198
226
|
ffi-yajl (~> 2.2)
|
199
227
|
hashie (>= 2.0, < 4.0)
|
200
228
|
mixlib-log (>= 2.0, < 4.0)
|
201
229
|
rack (~> 2.0, >= 2.0.6)
|
202
230
|
uuidtools (~> 2.1)
|
203
|
-
cheffish (14.0.
|
231
|
+
cheffish (14.0.4)
|
204
232
|
chef-zero (~> 14.0)
|
205
233
|
net-ssh
|
206
|
-
chefspec (7.4
|
207
|
-
chef (>=
|
208
|
-
fauxhai (>=
|
234
|
+
chefspec (7.3.4)
|
235
|
+
chef (>= 12.16.42)
|
236
|
+
fauxhai (>= 4)
|
209
237
|
rspec (~> 3.0)
|
210
|
-
chefstyle (0.
|
211
|
-
rubocop (= 0.
|
238
|
+
chefstyle (0.12.0)
|
239
|
+
rubocop (= 0.62.0)
|
212
240
|
citrus (3.0.2)
|
213
241
|
cleanroom (1.0.0)
|
214
242
|
coderay (1.1.2)
|
215
243
|
coercible (1.0.0)
|
216
244
|
descendants_tracker (~> 0.0.1)
|
217
245
|
concurrent-ruby (1.1.5)
|
218
|
-
cookbook-omnifetch (0.
|
246
|
+
cookbook-omnifetch (0.8.1)
|
219
247
|
mixlib-archive (>= 0.4, < 2.0)
|
220
|
-
cookstyle (
|
221
|
-
rubocop (= 0.
|
248
|
+
cookstyle (4.0.0)
|
249
|
+
rubocop (= 0.62.0)
|
222
250
|
cucumber (3.1.2)
|
223
251
|
builder (>= 2.1.2)
|
224
252
|
cucumber-core (~> 3.2.0)
|
@@ -252,31 +280,32 @@ GEM
|
|
252
280
|
docker-api (1.34.2)
|
253
281
|
excon (>= 0.47.0)
|
254
282
|
multi_json
|
255
|
-
domain_name (0.5.
|
283
|
+
domain_name (0.5.20180417)
|
256
284
|
unf (>= 0.0.5, < 1.0.0)
|
257
|
-
droplet_kit (
|
285
|
+
droplet_kit (2.9.0)
|
286
|
+
activesupport (> 3.0, < 6)
|
258
287
|
faraday (~> 0.15)
|
259
288
|
kartograph (~> 0.2.3)
|
260
289
|
resource_kit (~> 0.1.5)
|
261
290
|
virtus (~> 1.0.3)
|
291
|
+
ed25519 (1.2.4)
|
262
292
|
equalizer (0.0.11)
|
263
|
-
equatable (0.
|
264
|
-
erubi (1.9.0)
|
293
|
+
equatable (0.5.0)
|
265
294
|
erubis (2.7.0)
|
266
|
-
excon (0.
|
267
|
-
faraday (0.
|
295
|
+
excon (0.64.0)
|
296
|
+
faraday (0.15.4)
|
268
297
|
multipart-post (>= 1.2, < 3)
|
269
298
|
faraday-cookie_jar (0.0.6)
|
270
299
|
faraday (>= 0.7.4)
|
271
300
|
http-cookie (~> 1.0.0)
|
272
301
|
faraday_middleware (0.12.2)
|
273
302
|
faraday (>= 0.7.4, < 1.0)
|
274
|
-
fauxhai (
|
303
|
+
fauxhai (7.3.0)
|
275
304
|
net-ssh
|
276
|
-
ffi (1.
|
277
|
-
ffi (1.
|
278
|
-
ffi (1.
|
279
|
-
ffi-libarchive (
|
305
|
+
ffi (1.11.1)
|
306
|
+
ffi (1.11.1-x64-mingw32)
|
307
|
+
ffi (1.11.1-x86-mingw32)
|
308
|
+
ffi-libarchive (0.4.6)
|
280
309
|
ffi (~> 1.0)
|
281
310
|
ffi-rzmq (2.0.7)
|
282
311
|
ffi-rzmq-core (>= 1.0.7)
|
@@ -284,52 +313,26 @@ GEM
|
|
284
313
|
ffi
|
285
314
|
ffi-win32-extensions (1.0.3)
|
286
315
|
ffi
|
287
|
-
ffi-yajl (2.3.
|
316
|
+
ffi-yajl (2.3.1)
|
288
317
|
libyajl2 (~> 1.2)
|
289
318
|
filesize (0.1.1)
|
290
|
-
fog-aws (
|
291
|
-
fog-core (~> 1
|
292
|
-
fog-json (~> 1.
|
319
|
+
fog-aws (3.5.0)
|
320
|
+
fog-core (~> 2.1)
|
321
|
+
fog-json (~> 1.1)
|
293
322
|
fog-xml (~> 0.1)
|
294
323
|
ipaddress (~> 0.8)
|
295
|
-
fog-core (1.
|
324
|
+
fog-core (2.1.2)
|
296
325
|
builder
|
297
326
|
excon (~> 0.58)
|
298
327
|
formatador (~> 0.2)
|
299
|
-
|
300
|
-
fog-core
|
301
|
-
fog-json
|
302
|
-
fog-xml
|
303
|
-
ipaddress (>= 0.5)
|
304
|
-
fog-joyent (0.0.1)
|
305
|
-
fog-core (~> 1.42)
|
306
|
-
fog-json (>= 1.0)
|
328
|
+
mime-types
|
307
329
|
fog-json (1.2.0)
|
308
330
|
fog-core
|
309
331
|
multi_json (~> 1.10)
|
310
|
-
fog-openstack (0.3.10)
|
311
|
-
fog-core (>= 1.45, <= 2.1.0)
|
312
|
-
fog-json (>= 1.0)
|
313
|
-
ipaddress (>= 0.8)
|
314
|
-
fog-rackspace (0.1.6)
|
315
|
-
fog-core (>= 1.35)
|
316
|
-
fog-json (>= 1.0)
|
317
|
-
fog-xml (>= 0.1)
|
318
|
-
ipaddress (>= 0.8)
|
319
|
-
fog-scaleway (0.5.0)
|
320
|
-
fog-core (~> 1.42)
|
321
|
-
fog-json (~> 1.0)
|
322
|
-
fog-softlayer (1.1.4)
|
323
|
-
fog-core
|
324
|
-
fog-json
|
325
|
-
fog-xenserver (1.0.0)
|
326
|
-
fog-core
|
327
|
-
fog-xml
|
328
|
-
xmlrpc
|
329
332
|
fog-xml (0.1.3)
|
330
333
|
fog-core
|
331
334
|
nokogiri (>= 1.5.11, < 2.0.0)
|
332
|
-
foodcritic (
|
335
|
+
foodcritic (16.0.0)
|
333
336
|
cucumber-core (>= 1.3, < 4.0)
|
334
337
|
erubis
|
335
338
|
ffi-yajl (~> 2.0)
|
@@ -360,7 +363,7 @@ GEM
|
|
360
363
|
signet (~> 0.7)
|
361
364
|
gssapi (1.3.0)
|
362
365
|
ffi (>= 1.0.1)
|
363
|
-
guard (2.
|
366
|
+
guard (2.15.0)
|
364
367
|
formatador (>= 0.2.4)
|
365
368
|
listen (>= 2.7, < 4.0)
|
366
369
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -384,16 +387,19 @@ GEM
|
|
384
387
|
http-form_data (1.0.3)
|
385
388
|
http_parser.rb (0.6.0)
|
386
389
|
httpclient (2.8.3)
|
390
|
+
i18n (1.6.0)
|
391
|
+
concurrent-ruby (~> 1.0)
|
387
392
|
ice_nine (0.11.2)
|
388
393
|
inifile (3.0.0)
|
389
394
|
iniparse (1.4.4)
|
390
|
-
inspec (3.
|
395
|
+
inspec (4.3.2)
|
391
396
|
addressable (~> 2.4)
|
392
397
|
faraday (>= 0.9.0)
|
393
398
|
faraday_middleware (~> 0.12.2)
|
394
399
|
hashie (~> 3.4)
|
395
400
|
htmlentities
|
396
401
|
json (>= 1.8, < 3.0)
|
402
|
+
license-acceptance (>= 0.2.13, < 2.0)
|
397
403
|
method_source (~> 0.8)
|
398
404
|
mixlib-log
|
399
405
|
multipart-post
|
@@ -408,37 +414,41 @@ GEM
|
|
408
414
|
term-ansicolor
|
409
415
|
thor (~> 0.20)
|
410
416
|
tomlrb (~> 1.2)
|
411
|
-
train (~>
|
417
|
+
train (~> 2.0)
|
418
|
+
train-aws (~> 0.1)
|
412
419
|
train-habitat (~> 0.1)
|
413
420
|
tty-prompt (~> 0.17)
|
414
421
|
tty-table (~> 0.10)
|
422
|
+
inspec-bin (4.3.2)
|
423
|
+
inspec (= 4.3.2)
|
415
424
|
ipaddress (0.8.3)
|
416
425
|
iso8601 (0.12.1)
|
426
|
+
jaro_winkler (1.5.2)
|
417
427
|
jmespath (1.4.0)
|
418
|
-
json (2.
|
419
|
-
jwt (2.2.
|
428
|
+
json (2.2.0)
|
429
|
+
jwt (2.2.0)
|
420
430
|
kartograph (0.2.7)
|
421
|
-
kitchen-azurerm (0.
|
431
|
+
kitchen-azurerm (0.14.8)
|
422
432
|
azure_mgmt_network (~> 0.18, >= 0.18.2)
|
423
433
|
azure_mgmt_resources (~> 0.17, >= 0.17.2)
|
424
434
|
inifile (~> 3.0, >= 3.0.0)
|
425
|
-
sshkey (>= 1.0.0
|
426
|
-
kitchen-digitalocean (0.10.
|
427
|
-
droplet_kit (
|
435
|
+
sshkey (~> 1, >= 1.0.0)
|
436
|
+
kitchen-digitalocean (0.10.3)
|
437
|
+
droplet_kit (~> 2.8)
|
428
438
|
test-kitchen (>= 1.17, < 3)
|
429
|
-
kitchen-dokken (2.
|
439
|
+
kitchen-dokken (2.6.9)
|
430
440
|
docker-api (~> 1.33)
|
431
441
|
lockfile (~> 2.1)
|
432
442
|
test-kitchen (>= 1.15, < 3)
|
433
|
-
kitchen-ec2 (
|
434
|
-
aws-sdk (~>
|
443
|
+
kitchen-ec2 (3.0.1)
|
444
|
+
aws-sdk-ec2 (~> 1.0)
|
435
445
|
excon
|
436
446
|
multi_json
|
437
447
|
retryable (~> 2.0)
|
438
448
|
test-kitchen (>= 1.4.1, < 3)
|
439
|
-
kitchen-google (2.0.
|
449
|
+
kitchen-google (2.0.1)
|
440
450
|
gcewinpass (~> 1.1)
|
441
|
-
google-api-client (
|
451
|
+
google-api-client (~> 0.19)
|
442
452
|
test-kitchen
|
443
453
|
kitchen-hyperv (0.5.3)
|
444
454
|
test-kitchen (>= 1.4, < 3)
|
@@ -446,9 +456,9 @@ GEM
|
|
446
456
|
hashie (~> 3.4)
|
447
457
|
inspec (>= 1.47, < 5.0)
|
448
458
|
test-kitchen (>= 1.6, < 3)
|
449
|
-
kitchen-vagrant (1.
|
459
|
+
kitchen-vagrant (1.5.2)
|
450
460
|
test-kitchen (>= 1.4, < 3)
|
451
|
-
knife-acl (1.0.
|
461
|
+
knife-acl (1.0.3)
|
452
462
|
knife-cloud (1.2.3)
|
453
463
|
excon (>= 0.50)
|
454
464
|
knife-windows (>= 1.0)
|
@@ -461,67 +471,68 @@ GEM
|
|
461
471
|
google-api-client (>= 0.19.8, < 0.25)
|
462
472
|
knife-cloud (~> 1.2.0)
|
463
473
|
knife-opc (0.4.1)
|
464
|
-
knife-push (1.1.
|
474
|
+
knife-push (1.1.2)
|
465
475
|
chef (>= 13.0)
|
466
476
|
knife-spork (1.7.2)
|
467
477
|
app_conf (>= 0.4.0)
|
468
478
|
chef (>= 11.0.0)
|
469
479
|
diffy (>= 3.0.1)
|
470
480
|
git (>= 1.2.5)
|
471
|
-
knife-tidy (2.0.
|
472
|
-
knife-vsphere (
|
481
|
+
knife-tidy (2.0.1)
|
482
|
+
knife-vsphere (2.1.3)
|
473
483
|
chef-vault (>= 2.6.0)
|
474
484
|
filesize (~> 0.1.1)
|
475
|
-
knife-windows (
|
485
|
+
knife-windows (~> 1.0)
|
476
486
|
netaddr (~> 1.5)
|
477
487
|
rbvmomi (~> 1.8)
|
478
488
|
knife-windows (1.9.6)
|
479
489
|
winrm (~> 2.1)
|
480
490
|
winrm-elevated (~> 1.0)
|
481
491
|
libyajl2 (1.2.0)
|
482
|
-
license-acceptance (1.0.
|
492
|
+
license-acceptance (1.0.12)
|
483
493
|
pastel (~> 0.7)
|
484
494
|
tomlrb (~> 1.2)
|
485
495
|
tty-box (~> 0.3)
|
486
496
|
tty-prompt (~> 0.18)
|
487
|
-
listen (3.
|
488
|
-
rb-fsevent (~> 0.
|
489
|
-
rb-inotify (~> 0.9, >= 0.9.
|
497
|
+
listen (3.1.5)
|
498
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
499
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
500
|
+
ruby_dep (~> 1.2)
|
490
501
|
little-plugger (1.1.4)
|
491
502
|
lockfile (2.1.3)
|
492
503
|
logging (2.2.2)
|
493
504
|
little-plugger (~> 1.1)
|
494
505
|
multi_json (~> 1.10)
|
495
506
|
logify (0.2.0)
|
496
|
-
lumberjack (1.
|
497
|
-
memoist (0.16.
|
507
|
+
lumberjack (1.0.13)
|
508
|
+
memoist (0.16.0)
|
498
509
|
method_source (0.9.2)
|
499
|
-
mime-types (3.
|
510
|
+
mime-types (3.2.2)
|
500
511
|
mime-types-data (~> 3.2015)
|
501
|
-
mime-types-data (3.2019.
|
512
|
+
mime-types-data (3.2019.0331)
|
502
513
|
mini_portile2 (2.4.0)
|
503
|
-
minitar (0.
|
514
|
+
minitar (0.8)
|
504
515
|
minitest (5.10.3)
|
505
|
-
mixlib-archive (1.0.
|
516
|
+
mixlib-archive (1.0.1)
|
506
517
|
mixlib-log
|
507
|
-
mixlib-archive (1.0.
|
518
|
+
mixlib-archive (1.0.1-universal-mingw32)
|
508
519
|
mixlib-log
|
509
520
|
mixlib-authentication (2.1.1)
|
510
|
-
mixlib-cli (2.
|
511
|
-
mixlib-config (3.0.
|
521
|
+
mixlib-cli (2.0.6)
|
522
|
+
mixlib-config (3.0.1)
|
512
523
|
tomlrb
|
513
|
-
mixlib-install (3.11.
|
524
|
+
mixlib-install (3.11.18)
|
514
525
|
mixlib-shellout
|
515
526
|
mixlib-versioning
|
516
527
|
thor
|
517
|
-
mixlib-log (3.0.
|
528
|
+
mixlib-log (3.0.1)
|
518
529
|
mixlib-shellout (2.4.4)
|
519
530
|
mixlib-shellout (2.4.4-universal-mingw32)
|
520
531
|
win32-process (~> 0.8.2)
|
521
532
|
wmi-lite (~> 1.0)
|
522
|
-
mixlib-versioning (1.2.
|
533
|
+
mixlib-versioning (1.2.7)
|
523
534
|
molinillo (0.6.6)
|
524
|
-
ms_rest (0.7.
|
535
|
+
ms_rest (0.7.4)
|
525
536
|
concurrent-ruby (~> 1.0)
|
526
537
|
faraday (~> 0.9)
|
527
538
|
timeliness (~> 0.3.10)
|
@@ -531,38 +542,36 @@ GEM
|
|
531
542
|
faraday-cookie_jar (~> 0.0.6)
|
532
543
|
ms_rest (~> 0.7.4)
|
533
544
|
unf_ext (= 0.0.7.2)
|
534
|
-
multi_json (1.
|
545
|
+
multi_json (1.13.1)
|
535
546
|
multi_test (0.1.2)
|
536
547
|
multipart-post (2.1.1)
|
537
|
-
necromancer (0.
|
548
|
+
necromancer (0.4.0)
|
538
549
|
nenv (0.3.0)
|
539
|
-
net-scp (
|
540
|
-
net-ssh (>= 2.6.5)
|
550
|
+
net-scp (2.0.0)
|
551
|
+
net-ssh (>= 2.6.5, < 6.0.0)
|
541
552
|
net-sftp (2.1.2)
|
542
553
|
net-ssh (>= 2.6.5)
|
543
|
-
net-ssh (
|
554
|
+
net-ssh (5.2.0)
|
544
555
|
net-ssh-gateway (2.0.0)
|
545
556
|
net-ssh (>= 4.0.0)
|
546
557
|
net-ssh-multi (1.2.1)
|
547
558
|
net-ssh (>= 2.6.5)
|
548
559
|
net-ssh-gateway (>= 1.2.0)
|
549
|
-
net-telnet (0.1.1)
|
550
560
|
netaddr (1.5.1)
|
551
|
-
nokogiri (1.10.
|
561
|
+
nokogiri (1.10.3)
|
552
562
|
mini_portile2 (~> 2.4.0)
|
553
|
-
nokogiri (1.10.
|
563
|
+
nokogiri (1.10.3-x64-mingw32)
|
554
564
|
mini_portile2 (~> 2.4.0)
|
555
|
-
nokogiri (1.10.
|
565
|
+
nokogiri (1.10.3-x86-mingw32)
|
556
566
|
mini_portile2 (~> 2.4.0)
|
557
567
|
nori (2.6.0)
|
558
|
-
notiffany (0.1.
|
568
|
+
notiffany (0.1.1)
|
559
569
|
nenv (~> 0.1)
|
560
570
|
shellany (~> 0.0)
|
561
|
-
octokit (4.
|
562
|
-
faraday (>= 0.9)
|
571
|
+
octokit (4.14.0)
|
563
572
|
sawyer (~> 0.8.0, >= 0.5.3)
|
564
|
-
ohai (
|
565
|
-
chef-config (>= 12.8, <
|
573
|
+
ohai (15.0.35)
|
574
|
+
chef-config (>= 12.8, < 16)
|
566
575
|
ffi (~> 1.9)
|
567
576
|
ffi-yajl (~> 2.2)
|
568
577
|
ipaddress
|
@@ -580,13 +589,13 @@ GEM
|
|
580
589
|
uuidtools
|
581
590
|
os (1.0.1)
|
582
591
|
paint (1.0.1)
|
583
|
-
parallel (1.
|
584
|
-
parser (2.
|
592
|
+
parallel (1.17.0)
|
593
|
+
parser (2.6.3.0)
|
585
594
|
ast (~> 2.4.0)
|
586
595
|
parslet (1.8.2)
|
587
|
-
pastel (0.7.
|
588
|
-
equatable (~> 0.
|
589
|
-
tty-color (~> 0.
|
596
|
+
pastel (0.7.2)
|
597
|
+
equatable (~> 0.5.0)
|
598
|
+
tty-color (~> 0.4.0)
|
590
599
|
plist (3.5.0)
|
591
600
|
polyglot (0.3.5)
|
592
601
|
powerpack (0.1.2)
|
@@ -603,15 +612,15 @@ GEM
|
|
603
612
|
pry-stack_explorer (0.4.9.3)
|
604
613
|
binding_of_caller (>= 0.7)
|
605
614
|
pry (>= 0.9.11)
|
606
|
-
public_suffix (3.
|
615
|
+
public_suffix (3.0.3)
|
607
616
|
r18n-core (3.2.0)
|
608
617
|
r18n-desktop (3.2.0)
|
609
618
|
r18n-core (= 3.2.0)
|
610
|
-
rack (2.
|
619
|
+
rack (2.0.7)
|
611
620
|
rainbow (3.0.0)
|
612
|
-
rake (12.3.
|
621
|
+
rake (12.3.2)
|
613
622
|
rb-fsevent (0.10.3)
|
614
|
-
rb-inotify (0.10.
|
623
|
+
rb-inotify (0.10.0)
|
615
624
|
ffi (~> 1.0)
|
616
625
|
rb-readline (0.5.5)
|
617
626
|
rbvmomi (1.13.0)
|
@@ -629,86 +638,74 @@ GEM
|
|
629
638
|
addressable (>= 2.3.6, < 3.0.0)
|
630
639
|
retriable (3.1.2)
|
631
640
|
retryable (2.0.4)
|
632
|
-
rspec (3.
|
633
|
-
rspec-core (~> 3.
|
634
|
-
rspec-expectations (~> 3.
|
635
|
-
rspec-mocks (~> 3.
|
636
|
-
rspec-core (3.
|
637
|
-
rspec-support (~> 3.
|
638
|
-
rspec-expectations (3.
|
641
|
+
rspec (3.8.0)
|
642
|
+
rspec-core (~> 3.8.0)
|
643
|
+
rspec-expectations (~> 3.8.0)
|
644
|
+
rspec-mocks (~> 3.8.0)
|
645
|
+
rspec-core (3.8.0)
|
646
|
+
rspec-support (~> 3.8.0)
|
647
|
+
rspec-expectations (3.8.3)
|
639
648
|
diff-lcs (>= 1.2.0, < 2.0)
|
640
|
-
rspec-support (~> 3.
|
649
|
+
rspec-support (~> 3.8.0)
|
641
650
|
rspec-its (1.3.0)
|
642
651
|
rspec-core (>= 3.0.0)
|
643
652
|
rspec-expectations (>= 3.0.0)
|
644
|
-
rspec-mocks (3.
|
653
|
+
rspec-mocks (3.8.0)
|
645
654
|
diff-lcs (>= 1.2.0, < 2.0)
|
646
|
-
rspec-support (~> 3.
|
647
|
-
rspec-support (3.
|
648
|
-
|
649
|
-
|
650
|
-
rspec-core (>= 2, < 4, != 2.12.0)
|
651
|
-
rubocop (0.55.0)
|
655
|
+
rspec-support (~> 3.8.0)
|
656
|
+
rspec-support (3.8.0)
|
657
|
+
rubocop (0.62.0)
|
658
|
+
jaro_winkler (~> 1.5.1)
|
652
659
|
parallel (~> 1.10)
|
653
|
-
parser (>= 2.5)
|
660
|
+
parser (>= 2.5, != 2.5.1.1)
|
654
661
|
powerpack (~> 0.1)
|
655
662
|
rainbow (>= 2.2.2, < 4.0)
|
656
663
|
ruby-progressbar (~> 1.7)
|
657
|
-
unicode-display_width (~> 1.
|
658
|
-
ruby-prof (
|
659
|
-
ruby-
|
660
|
-
ruby-progressbar (1.10.1)
|
664
|
+
unicode-display_width (~> 1.4.0)
|
665
|
+
ruby-prof (0.17.0)
|
666
|
+
ruby-progressbar (1.10.0)
|
661
667
|
ruby-shadow (2.5.0)
|
668
|
+
ruby_dep (1.5.0)
|
662
669
|
rubyntlm (0.6.2)
|
663
|
-
rubyzip (1.3
|
670
|
+
rubyzip (1.2.3)
|
664
671
|
rufus-lru (1.1.0)
|
665
672
|
sawyer (0.8.2)
|
666
673
|
addressable (>= 2.3.5)
|
667
674
|
faraday (> 0.8, < 2.0)
|
668
675
|
semverse (3.0.0)
|
669
|
-
serverspec (2.41.5)
|
670
|
-
multi_json
|
671
|
-
rspec (~> 3.0)
|
672
|
-
rspec-its
|
673
|
-
specinfra (~> 2.72)
|
674
|
-
sfl (2.3)
|
675
676
|
shellany (0.0.1)
|
676
|
-
signet (0.
|
677
|
+
signet (0.11.0)
|
677
678
|
addressable (~> 2.3)
|
678
679
|
faraday (~> 0.9)
|
679
680
|
jwt (>= 1.5, < 3.0)
|
680
681
|
multi_json (~> 1.10)
|
681
682
|
slop (3.6.0)
|
682
|
-
solve (4.0.
|
683
|
+
solve (4.0.2)
|
683
684
|
molinillo (~> 0.6)
|
684
685
|
semverse (>= 1.1, < 4.0)
|
685
|
-
|
686
|
-
net-scp
|
687
|
-
net-ssh (>= 2.7)
|
688
|
-
net-telnet (= 0.1.1)
|
689
|
-
sfl
|
690
|
-
sshkey (2.0.0)
|
686
|
+
sshkey (1.9.0)
|
691
687
|
sslshake (1.3.0)
|
692
|
-
stove (7.1.
|
688
|
+
stove (7.1.0)
|
693
689
|
chef-api (~> 0.5)
|
694
690
|
logify (~> 0.2)
|
695
|
-
strings (0.1.
|
696
|
-
strings-ansi (~> 0.1)
|
697
|
-
unicode-display_width (~> 1.
|
698
|
-
unicode_utils (~> 1.4)
|
699
|
-
strings-ansi (0.
|
700
|
-
structured_warnings (0.
|
701
|
-
sync (0.5.0)
|
691
|
+
strings (0.1.4)
|
692
|
+
strings-ansi (~> 0.1.0)
|
693
|
+
unicode-display_width (~> 1.4.0)
|
694
|
+
unicode_utils (~> 1.4.0)
|
695
|
+
strings-ansi (0.1.0)
|
696
|
+
structured_warnings (0.3.0)
|
702
697
|
syslog-logger (1.6.8)
|
703
698
|
systemu (2.6.5)
|
704
699
|
term-ansicolor (1.7.1)
|
705
700
|
tins (~> 1.0)
|
706
|
-
test-kitchen (
|
701
|
+
test-kitchen (2.2.5)
|
702
|
+
bcrypt_pbkdf (~> 1.0)
|
703
|
+
ed25519 (~> 1.2)
|
707
704
|
license-acceptance (~> 1.0, >= 1.0.11)
|
708
705
|
mixlib-install (~> 3.6)
|
709
706
|
mixlib-shellout (>= 1.2, < 3.0)
|
710
707
|
net-scp (>= 1.1, < 3.0)
|
711
|
-
net-ssh (>= 2.9, <
|
708
|
+
net-ssh (>= 2.9, < 6.0)
|
712
709
|
net-ssh-gateway (>= 1.2, < 3.0)
|
713
710
|
thor (~> 0.19)
|
714
711
|
winrm (~> 2.0)
|
@@ -717,13 +714,12 @@ GEM
|
|
717
714
|
thor (0.20.3)
|
718
715
|
thread_safe (0.3.6)
|
719
716
|
timeliness (0.3.10)
|
720
|
-
|
721
|
-
|
722
|
-
toml-rb (
|
717
|
+
timers (4.3.0)
|
718
|
+
tins (1.20.2)
|
719
|
+
toml-rb (1.1.2)
|
723
720
|
citrus (~> 3.0, > 3.0)
|
724
|
-
tomlrb (1.2.
|
725
|
-
train (1.7
|
726
|
-
aws-sdk (~> 2)
|
721
|
+
tomlrb (1.2.8)
|
722
|
+
train (2.1.7)
|
727
723
|
azure_graph_rbac (~> 0.16)
|
728
724
|
azure_mgmt_key_vault (~> 0.17)
|
729
725
|
azure_mgmt_resources (~> 0.15)
|
@@ -732,46 +728,75 @@ GEM
|
|
732
728
|
googleauth (~> 0.6.6)
|
733
729
|
inifile
|
734
730
|
json (>= 1.8, < 3.0)
|
735
|
-
mixlib-shellout (>= 2.0)
|
736
|
-
net-scp (
|
731
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
732
|
+
net-scp (>= 1.2, < 3.0)
|
737
733
|
net-ssh (>= 2.9, < 6.0)
|
738
734
|
winrm (~> 2.0)
|
739
735
|
winrm-fs (~> 1.0)
|
740
|
-
train-
|
736
|
+
train-aws (0.1.0)
|
737
|
+
aws-sdk-cloudtrail (~> 1.8)
|
738
|
+
aws-sdk-cloudwatch (~> 1.13)
|
739
|
+
aws-sdk-cloudwatchlogs (~> 1.13)
|
740
|
+
aws-sdk-configservice (~> 1.21)
|
741
|
+
aws-sdk-core (~> 3.0)
|
742
|
+
aws-sdk-costandusagereportservice (~> 1.6)
|
743
|
+
aws-sdk-ec2 (~> 1.70)
|
744
|
+
aws-sdk-ecs (~> 1.30)
|
745
|
+
aws-sdk-eks (~> 1.9)
|
746
|
+
aws-sdk-elasticloadbalancing (~> 1.8)
|
747
|
+
aws-sdk-iam (~> 1.13)
|
748
|
+
aws-sdk-kms (~> 1.13)
|
749
|
+
aws-sdk-rds (~> 1.43)
|
750
|
+
aws-sdk-s3 (~> 1.30)
|
751
|
+
aws-sdk-sns (~> 1.9)
|
752
|
+
aws-sdk-sqs (~> 1.10)
|
753
|
+
train (~> 2.0)
|
754
|
+
train-core (2.1.7)
|
755
|
+
json (>= 1.8, < 3.0)
|
756
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
757
|
+
net-scp (>= 1.2, < 3.0)
|
758
|
+
net-ssh (>= 2.9, < 6.0)
|
759
|
+
winrm (~> 2.0)
|
760
|
+
winrm-fs (~> 1.0)
|
761
|
+
train-habitat (0.1.1)
|
762
|
+
train (>= 1.7.5, < 3.0)
|
741
763
|
treetop (1.6.10)
|
742
764
|
polyglot (~> 0.3)
|
743
|
-
trollop (2.9.
|
744
|
-
tty-box (0.
|
765
|
+
trollop (2.9.9)
|
766
|
+
tty-box (0.3.0)
|
745
767
|
pastel (~> 0.7.2)
|
746
|
-
strings (~> 0.1.
|
747
|
-
tty-cursor (~> 0.
|
748
|
-
tty-color (0.
|
749
|
-
tty-cursor (0.
|
750
|
-
tty-prompt (0.
|
751
|
-
necromancer (~> 0.
|
768
|
+
strings (~> 0.1.4)
|
769
|
+
tty-cursor (~> 0.6.0)
|
770
|
+
tty-color (0.4.3)
|
771
|
+
tty-cursor (0.6.1)
|
772
|
+
tty-prompt (0.18.1)
|
773
|
+
necromancer (~> 0.4.0)
|
752
774
|
pastel (~> 0.7.0)
|
753
|
-
|
754
|
-
|
755
|
-
tty-
|
756
|
-
|
775
|
+
timers (~> 4.0)
|
776
|
+
tty-cursor (~> 0.6.0)
|
777
|
+
tty-reader (~> 0.5.0)
|
778
|
+
tty-reader (0.5.0)
|
779
|
+
tty-cursor (~> 0.6.0)
|
780
|
+
tty-screen (~> 0.6.4)
|
757
781
|
wisper (~> 2.0.0)
|
758
|
-
tty-screen (0.
|
759
|
-
tty-spinner (0.9.
|
760
|
-
tty-cursor (~> 0.
|
761
|
-
tty-table (0.
|
762
|
-
equatable (~> 0.
|
763
|
-
necromancer (~> 0.
|
782
|
+
tty-screen (0.6.5)
|
783
|
+
tty-spinner (0.9.0)
|
784
|
+
tty-cursor (~> 0.6.0)
|
785
|
+
tty-table (0.10.0)
|
786
|
+
equatable (~> 0.5.0)
|
787
|
+
necromancer (~> 0.4.0)
|
764
788
|
pastel (~> 0.7.2)
|
765
|
-
strings (~> 0.1.
|
766
|
-
tty-screen (~> 0.
|
789
|
+
strings (~> 0.1.0)
|
790
|
+
tty-screen (~> 0.6.4)
|
791
|
+
tzinfo (1.2.5)
|
792
|
+
thread_safe (~> 0.1)
|
767
793
|
uber (0.1.0)
|
768
|
-
ubuntu_ami (0.4.2)
|
769
794
|
unf (0.1.4)
|
770
795
|
unf_ext
|
771
796
|
unf_ext (0.0.7.2)
|
772
797
|
unf_ext (0.0.7.2-x64-mingw32)
|
773
798
|
unf_ext (0.0.7.2-x86-mingw32)
|
774
|
-
unicode-display_width (1.
|
799
|
+
unicode-display_width (1.4.1)
|
775
800
|
unicode_utils (1.4.0)
|
776
801
|
uuidtools (2.1.5)
|
777
802
|
virtus (1.0.5)
|
@@ -780,7 +805,7 @@ GEM
|
|
780
805
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
781
806
|
equalizer (~> 0.0, >= 0.0.9)
|
782
807
|
win32-api (1.5.3-universal-mingw32)
|
783
|
-
win32-certstore (0.
|
808
|
+
win32-certstore (0.3.0)
|
784
809
|
ffi
|
785
810
|
mixlib-shellout
|
786
811
|
win32-dir (0.5.1)
|
@@ -808,28 +833,26 @@ GEM
|
|
808
833
|
windows-pr (1.2.6)
|
809
834
|
win32-api (>= 1.4.5)
|
810
835
|
windows-api (>= 0.4.0)
|
811
|
-
winrm (2.3.
|
836
|
+
winrm (2.3.2)
|
812
837
|
builder (>= 2.1.2)
|
813
|
-
|
838
|
+
erubis (~> 2.7)
|
814
839
|
gssapi (~> 1.2)
|
815
840
|
gyoku (~> 1.0)
|
816
841
|
httpclient (~> 2.2, >= 2.2.0.2)
|
817
842
|
logging (>= 1.6.1, < 3.0)
|
818
843
|
nori (~> 2.0)
|
819
844
|
rubyntlm (~> 0.6.0, >= 0.6.1)
|
820
|
-
winrm-elevated (1.1.
|
821
|
-
erubi (~> 1.8)
|
845
|
+
winrm-elevated (1.1.1)
|
822
846
|
winrm (~> 2.0)
|
823
847
|
winrm-fs (~> 1.0)
|
824
|
-
winrm-fs (1.3.
|
825
|
-
|
848
|
+
winrm-fs (1.3.2)
|
849
|
+
erubis (~> 2.7)
|
826
850
|
logging (>= 1.6.1, < 3.0)
|
827
851
|
rubyzip (~> 1.1)
|
828
852
|
winrm (~> 2.0)
|
829
|
-
wisper (2.0.
|
830
|
-
wmi-lite (1.0.
|
831
|
-
|
832
|
-
yard (0.9.24)
|
853
|
+
wisper (2.0.0)
|
854
|
+
wmi-lite (1.0.2)
|
855
|
+
yard (0.9.19)
|
833
856
|
|
834
857
|
PLATFORMS
|
835
858
|
ruby
|
@@ -837,41 +860,41 @@ PLATFORMS
|
|
837
860
|
x86-mingw32
|
838
861
|
|
839
862
|
DEPENDENCIES
|
840
|
-
appbundler
|
863
|
+
appbundler
|
841
864
|
artifactory
|
842
|
-
|
865
|
+
bcrypt_pbkdf
|
866
|
+
berkshelf (>= 7.0.5)
|
843
867
|
bundler
|
844
|
-
chef (=
|
868
|
+
chef (= 15.0.300)
|
845
869
|
chef-apply
|
870
|
+
chef-bin (= 15.0.300)
|
846
871
|
chef-dk!
|
847
|
-
chef-provisioning (>= 2.7.1)
|
848
|
-
chef-provisioning-aws (>= 3.0.2)
|
849
|
-
chef-provisioning-fog (>= 0.26.1)
|
850
872
|
chef-sugar
|
851
|
-
chef-telemetry (~> 0.1)
|
852
873
|
chef-vault (>= 3.4.1)
|
853
874
|
cheffish (>= 14.0.1)
|
854
|
-
chefspec (>= 7.3.0
|
875
|
+
chefspec (>= 7.3.0)
|
855
876
|
chefstyle
|
856
|
-
cookstyle (~>
|
877
|
+
cookstyle (~> 4.0)
|
857
878
|
cucumber
|
858
879
|
dco
|
859
880
|
dep-selector-libgecode
|
860
|
-
dep_selector
|
861
|
-
|
862
|
-
|
881
|
+
dep_selector
|
882
|
+
ed25519
|
883
|
+
fauxhai (~> 7.0)
|
884
|
+
ffi-libarchive
|
863
885
|
ffi-rzmq-core
|
864
|
-
foodcritic (
|
886
|
+
foodcritic (>= 16.0)
|
865
887
|
guard
|
866
|
-
inspec (~> 3
|
888
|
+
inspec (~> 4.3)
|
889
|
+
inspec-bin (~> 4.3)
|
867
890
|
kitchen-azurerm (>= 0.14)
|
868
891
|
kitchen-digitalocean (>= 0.10.0)
|
869
892
|
kitchen-dokken (>= 2.6.7)
|
870
|
-
kitchen-ec2 (>=
|
893
|
+
kitchen-ec2 (>= 3.0, < 4)
|
871
894
|
kitchen-google (>= 2.0.0)
|
872
895
|
kitchen-hyperv (>= 0.5.1)
|
873
|
-
kitchen-inspec (>= 1.0
|
874
|
-
kitchen-vagrant (>= 1.
|
896
|
+
kitchen-inspec (>= 1.0)
|
897
|
+
kitchen-vagrant (>= 1.4)
|
875
898
|
knife-acl (>= 1.0.3)
|
876
899
|
knife-ec2 (>= 0.19.10)
|
877
900
|
knife-google (>= 3.3.3)
|
@@ -879,7 +902,7 @@ DEPENDENCIES
|
|
879
902
|
knife-push
|
880
903
|
knife-spork
|
881
904
|
knife-tidy (>= 1.2.0)
|
882
|
-
knife-vsphere (>=
|
905
|
+
knife-vsphere (>= 2.1.1)
|
883
906
|
knife-windows (>= 1.9.1)
|
884
907
|
listen
|
885
908
|
minitest (<= 5.10.3)
|
@@ -888,23 +911,24 @@ DEPENDENCIES
|
|
888
911
|
mixlib-versioning
|
889
912
|
net-ssh (>= 4.2.0)
|
890
913
|
nokogiri
|
891
|
-
ohai (
|
914
|
+
ohai (>= 14)
|
892
915
|
opscode-pushy-client (>= 2.99)
|
893
916
|
pry
|
894
917
|
pry-byebug
|
895
918
|
pry-remote
|
896
919
|
pry-stack_explorer
|
897
|
-
rake (<= 12.3.
|
920
|
+
rake (<= 12.3.2)
|
898
921
|
rb-readline
|
899
922
|
rdoc (<= 6.0.1)
|
900
923
|
rdp-ruby-wmi
|
901
924
|
rspec-core (~> 3.0)
|
902
925
|
rspec-expectations (~> 3.0)
|
903
926
|
rspec-mocks (~> 3.0)
|
927
|
+
rubocop
|
904
928
|
ruby-prof
|
905
929
|
ruby-shadow
|
906
930
|
stove
|
907
|
-
test-kitchen (>= 1.23
|
931
|
+
test-kitchen (>= 1.23)
|
908
932
|
win32-api
|
909
933
|
win32-dir
|
910
934
|
win32-event
|