chef-dk 3.13.1 → 4.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
data/lib/chef-dk/command/push.rb
CHANGED
|
@@ -30,7 +30,7 @@ module ChefDK
|
|
|
30
30
|
banner(<<~E)
|
|
31
31
|
Usage: chef push POLICY_GROUP [ POLICY_FILE ] [options]
|
|
32
32
|
|
|
33
|
-
`chef push` Uploads an existing Policyfile.lock.json to a Chef Server, along
|
|
33
|
+
`chef push` Uploads an existing Policyfile.lock.json to a Chef Infra Server, along
|
|
34
34
|
with all the cookbooks contained in the policy lock. The policy lock is applied
|
|
35
35
|
to a specific POLICY_GROUP, which is a set of nodes that share the same
|
|
36
36
|
run_list and cookbooks.
|
|
@@ -71,7 +71,6 @@ module ChefDK
|
|
|
71
71
|
|
|
72
72
|
def run(params = [])
|
|
73
73
|
return 1 unless apply_params!(params)
|
|
74
|
-
|
|
75
74
|
push.run
|
|
76
75
|
0
|
|
77
76
|
rescue PolicyfileServiceError => e
|
|
@@ -30,7 +30,7 @@ module ChefDK
|
|
|
30
30
|
banner(<<~E)
|
|
31
31
|
Usage: chef push-archive POLICY_GROUP ARCHIVE_FILE [options]
|
|
32
32
|
|
|
33
|
-
`chef push-archive` publishes a policy archive to a Chef Server. Policy
|
|
33
|
+
`chef push-archive` publishes a policy archive to a Chef Infra Server. Policy
|
|
34
34
|
archives can be created with `chef export -a`. The policy will be applied to
|
|
35
35
|
the given POLICY_GROUP, which is a set of nodes that share the same
|
|
36
36
|
run_list and cookbooks.
|
|
@@ -97,7 +97,7 @@ module ChefDK
|
|
|
97
97
|
policy_group: policy_group,
|
|
98
98
|
ui: ui,
|
|
99
99
|
config: chef_config
|
|
100
|
-
|
|
100
|
+
)
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
def archive_file
|
|
@@ -46,8 +46,8 @@ module ChefDK
|
|
|
46
46
|
banner(<<~HELP)
|
|
47
47
|
Usage: chef shell-init
|
|
48
48
|
|
|
49
|
-
`chef shell-init` modifies your shell environment to make ChefDK your
|
|
50
|
-
|
|
49
|
+
`chef shell-init` modifies your shell environment to make ChefDK or Workstation your
|
|
50
|
+
default Ruby.
|
|
51
51
|
|
|
52
52
|
To enable for just the current shell session:
|
|
53
53
|
|
|
@@ -95,7 +95,7 @@ module ChefDK
|
|
|
95
95
|
return 1
|
|
96
96
|
elsif !SUPPORTED_SHELLS.include?(shell_name)
|
|
97
97
|
err("Shell `#{shell_name}' is not currently supported")
|
|
98
|
-
err("Supported shells are: #{SUPPORTED_SHELLS.join(
|
|
98
|
+
err("Supported shells are: #{SUPPORTED_SHELLS.join(' ')}")
|
|
99
99
|
return 1
|
|
100
100
|
end
|
|
101
101
|
|
|
@@ -116,7 +116,6 @@ module ChefDK
|
|
|
116
116
|
|
|
117
117
|
def completion_for(shell)
|
|
118
118
|
return "" unless (completion_template_basename = completion_template_for(shell))
|
|
119
|
-
|
|
120
119
|
completion_template_path = expand_completion_template_path(completion_template_basename)
|
|
121
120
|
erb = ERB.new(File.read(completion_template_path), nil, "-")
|
|
122
121
|
context_binding = shell_completion_template_context.get_binding
|
|
@@ -166,7 +165,7 @@ module ChefDK
|
|
|
166
165
|
# /dev/null to avoid Fish's helpful warnings about nonexistent
|
|
167
166
|
# PATH elements.
|
|
168
167
|
if var == "PATH"
|
|
169
|
-
emit_shell_cmd(%Q{set -gx #{var} "#{val.split(
|
|
168
|
+
emit_shell_cmd(%Q{set -gx #{var} "#{val.split(':').join('" "')}" 2>/dev/null;})
|
|
170
169
|
else
|
|
171
170
|
emit_shell_cmd(%Q{set -gx #{var} "#{val}";})
|
|
172
171
|
end
|
|
@@ -175,6 +174,11 @@ module ChefDK
|
|
|
175
174
|
def powershell_export(var, val)
|
|
176
175
|
emit_shell_cmd(%Q{$env:#{var}="#{val}"})
|
|
177
176
|
end
|
|
177
|
+
|
|
178
|
+
def check_license_acceptance
|
|
179
|
+
# It gives a very weird error if users try to eval the shell-init command and it requests the
|
|
180
|
+
# license from them. Instead, let users shell-init without accepting the license.
|
|
181
|
+
end
|
|
178
182
|
end
|
|
179
183
|
end
|
|
180
184
|
end
|
|
@@ -70,7 +70,7 @@ module ChefDK
|
|
|
70
70
|
bundle_install_mutex = Mutex.new
|
|
71
71
|
|
|
72
72
|
#
|
|
73
|
-
# Components included in
|
|
73
|
+
# Components included in Chef Development kit:
|
|
74
74
|
# :base_dir => Relative path of the component w.r.t. omnibus_apps_dir
|
|
75
75
|
# :gem_base_dir => Takes a gem name instead and uses first gem found
|
|
76
76
|
# :test_cmd => Test command to be launched for the component
|
|
@@ -168,7 +168,7 @@ module ChefDK
|
|
|
168
168
|
c.smoke_test do
|
|
169
169
|
tmpdir do |cwd|
|
|
170
170
|
FileUtils.touch(File.join(cwd, "apply.rb"))
|
|
171
|
-
sh("#{bin("chef-apply")} apply.rb", cwd: cwd)
|
|
171
|
+
sh("#{bin("chef-apply")} apply.rb --chef-license 'accept-no-persist'", cwd: cwd)
|
|
172
172
|
end
|
|
173
173
|
end
|
|
174
174
|
end
|
|
@@ -193,103 +193,6 @@ module ChefDK
|
|
|
193
193
|
c.smoke_test { sh("#{bin("chef-run")} -v") }
|
|
194
194
|
end
|
|
195
195
|
|
|
196
|
-
# entirely possible this needs to be driven by a utility method in chef-provisioning.
|
|
197
|
-
add_component "chef-provisioning" do |c|
|
|
198
|
-
c.gem_base_dir = "chef-dk"
|
|
199
|
-
|
|
200
|
-
c.smoke_test do
|
|
201
|
-
# ------------
|
|
202
|
-
# we want to avoid hard-coding driver names, but calling Gem::Specification produces a warning;
|
|
203
|
-
# changing $VERBOSE seems to be the best way to silence it.
|
|
204
|
-
verbose = $VERBOSE
|
|
205
|
-
$VERBOSE = nil
|
|
206
|
-
|
|
207
|
-
# construct a hash of { driver_name => [version1, version2, ...]}
|
|
208
|
-
driver_versions = {}
|
|
209
|
-
Gem::Specification.all.map { |gs| [gs.name, gs.version] }
|
|
210
|
-
.select { |n| n[0] =~ /^chef-provisioning-/ }
|
|
211
|
-
.each { |gem, version| (driver_versions[gem] ||= []) << version }
|
|
212
|
-
|
|
213
|
-
drivers = Gem::Specification.all.map { |gs| gs.name }
|
|
214
|
-
.select { |n| n =~ /^chef-provisioning-/ }
|
|
215
|
-
.uniq
|
|
216
|
-
|
|
217
|
-
versions = Gem::Specification.find_all_by_name("chef-provisioning").map { |s| s.version }
|
|
218
|
-
$VERBOSE = verbose
|
|
219
|
-
# ------------
|
|
220
|
-
failures = []
|
|
221
|
-
|
|
222
|
-
# ------------
|
|
223
|
-
# fail the verify if we have more than one version of chef-provisioning or any of its drivers.
|
|
224
|
-
def format_gem_failure(name, versions)
|
|
225
|
-
<<~EOS
|
|
226
|
-
#{name} has multiple versions installed:
|
|
227
|
-
#{versions.sort.map { |gv| " #{gv}" }.join("\n")}
|
|
228
|
-
EOS
|
|
229
|
-
end
|
|
230
|
-
|
|
231
|
-
failures << format_gem_failure("chef-provisioning", versions) if versions.size > 1
|
|
232
|
-
|
|
233
|
-
driver_versions.keys.sort.each do |driver_name|
|
|
234
|
-
v = driver_versions[driver_name]
|
|
235
|
-
failures << format_gem_failure(driver_name, v) if v.size > 1
|
|
236
|
-
end
|
|
237
|
-
|
|
238
|
-
if failures.size > 0
|
|
239
|
-
failures << <<~EOS
|
|
240
|
-
|
|
241
|
-
Some applications may need or prefer different versions of the chef-provisioning gem or its drivers, so
|
|
242
|
-
this multiple-version check can fail if a user has installed new versions of those libraries.
|
|
243
|
-
EOS
|
|
244
|
-
end
|
|
245
|
-
|
|
246
|
-
# ------------
|
|
247
|
-
# load the core gem and all of the drivers (ignoring versions).
|
|
248
|
-
require "chef/provisioning"
|
|
249
|
-
drivers.map { |d| "#{d.tr('-', '/')}_driver" }.each do |driver_gem|
|
|
250
|
-
begin
|
|
251
|
-
begin
|
|
252
|
-
require driver_gem
|
|
253
|
-
rescue LoadError
|
|
254
|
-
# anomalously, chef-provisioning-fog does not have a fog_driver.rb. (9/2015)
|
|
255
|
-
require "#{driver_gem}/driver.rb"
|
|
256
|
-
end
|
|
257
|
-
rescue LoadError => ex
|
|
258
|
-
puts ex
|
|
259
|
-
end
|
|
260
|
-
end
|
|
261
|
-
|
|
262
|
-
# ------------
|
|
263
|
-
# look for version dependency conflicts.
|
|
264
|
-
tmpdir do |cwd|
|
|
265
|
-
versions.each do |provisioning_version|
|
|
266
|
-
gemfile = "chef-provisioning-#{provisioning_version}-chefdk-test.gemfile"
|
|
267
|
-
|
|
268
|
-
# write out the gemfile for this chef-provisioning version, and see if Bundler can make it go.
|
|
269
|
-
with_file(File.join(cwd, gemfile)) do |f|
|
|
270
|
-
f.puts %Q{gem "chef-provisioning", "= #{provisioning_version}"}
|
|
271
|
-
drivers.each { |d| f.puts %Q{gem "#{d}"} }
|
|
272
|
-
end
|
|
273
|
-
|
|
274
|
-
result = bundle_install_mutex.synchronize do
|
|
275
|
-
sh("#{embedded_bin("bundle")} install --local --quiet", cwd: cwd, env: { "BUNDLE_GEMFILE" => gemfile })
|
|
276
|
-
end
|
|
277
|
-
|
|
278
|
-
if result.exitstatus != 0
|
|
279
|
-
failures << result.stdout
|
|
280
|
-
end
|
|
281
|
-
end # end provisioning versions.
|
|
282
|
-
|
|
283
|
-
failures.each { |fail| puts fail }
|
|
284
|
-
|
|
285
|
-
# dubious on Windows.
|
|
286
|
-
# this is weird, but we seem to require a Mixlib::ShellOut as the return value. suggestions
|
|
287
|
-
# welcome.
|
|
288
|
-
sh(failures.size > 0 ? "false" : "true")
|
|
289
|
-
end
|
|
290
|
-
end
|
|
291
|
-
end
|
|
292
|
-
|
|
293
196
|
add_component "chefspec" do |c|
|
|
294
197
|
c.gem_base_dir = "chefspec"
|
|
295
198
|
c.unit_test do
|
|
@@ -321,26 +224,21 @@ module ChefDK
|
|
|
321
224
|
end
|
|
322
225
|
end
|
|
323
226
|
|
|
324
|
-
add_component "generated-cookbooks-pass-chefspec
|
|
227
|
+
add_component "generated-cookbooks-pass-chefspec" do |c|
|
|
228
|
+
|
|
325
229
|
c.gem_base_dir = "chef-dk"
|
|
326
230
|
c.smoke_test do
|
|
327
231
|
tmpdir do |cwd|
|
|
328
232
|
sh("#{bin("chef")} generate cookbook example", cwd: cwd)
|
|
329
233
|
cb_cwd = File.join(cwd, "example")
|
|
330
234
|
sh(embedded_bin("rspec"), cwd: cb_cwd)
|
|
331
|
-
sh(embedded_bin("foodcritic --tags ~supermarket ."), cwd: cb_cwd)
|
|
332
235
|
end
|
|
333
236
|
end
|
|
334
237
|
end
|
|
335
238
|
|
|
336
|
-
add_component "chef-vault" do |c|
|
|
337
|
-
c.gem_base_dir = "chef-vault"
|
|
338
|
-
c.smoke_test { sh("#{embedded_bin("chef-vault -h")}") }
|
|
339
|
-
end
|
|
340
|
-
|
|
341
239
|
add_component "fauxhai" do |c|
|
|
342
240
|
c.gem_base_dir = "fauxhai"
|
|
343
|
-
c.smoke_test { sh(embedded_bin("fauxhai")
|
|
241
|
+
c.smoke_test { sh("#{embedded_bin("gem")} list fauxhai") }
|
|
344
242
|
end
|
|
345
243
|
|
|
346
244
|
add_component "knife-spork" do |c|
|
|
@@ -348,6 +246,12 @@ module ChefDK
|
|
|
348
246
|
c.smoke_test { sh("#{bin("knife")} spork info") }
|
|
349
247
|
end
|
|
350
248
|
|
|
249
|
+
add_component "kitchen-vagrant" do |c|
|
|
250
|
+
c.gem_base_dir = "kitchen-vagrant"
|
|
251
|
+
# The build is not passing in travis, so no tests
|
|
252
|
+
c.smoke_test { sh("#{embedded_bin("gem")} list kitchen-vagrant") }
|
|
253
|
+
end
|
|
254
|
+
|
|
351
255
|
add_component "package installation" do |c|
|
|
352
256
|
|
|
353
257
|
c.gem_base_dir = "chef-dk"
|
|
@@ -379,7 +283,6 @@ module ChefDK
|
|
|
379
283
|
sh!("#{usr_bin_path("ohai")} -v")
|
|
380
284
|
sh!("#{usr_bin_path("foodcritic")} -V")
|
|
381
285
|
sh!("#{usr_bin_path("inspec")} version")
|
|
382
|
-
sh!("#{usr_bin_path("dco")} -h")
|
|
383
286
|
end
|
|
384
287
|
|
|
385
288
|
# Test blocks are expected to return a Mixlib::ShellOut compatible
|
|
@@ -462,7 +365,7 @@ module ChefDK
|
|
|
462
365
|
c.smoke_test do
|
|
463
366
|
tmpdir do |cwd|
|
|
464
367
|
sh!("#{embedded_bin("git")} config -l")
|
|
465
|
-
sh!("#{embedded_bin("git")} clone https://github.com/chef/
|
|
368
|
+
sh!("#{embedded_bin("git")} clone https://github.com/chef/license-acceptance", cwd: cwd)
|
|
466
369
|
end
|
|
467
370
|
end
|
|
468
371
|
end
|
|
@@ -472,7 +375,7 @@ module ChefDK
|
|
|
472
375
|
c.smoke_test do
|
|
473
376
|
tmpdir do |cwd|
|
|
474
377
|
sh!("#{File.join(omnibus_root, "gitbin", "git")} config -l")
|
|
475
|
-
sh!("#{File.join(omnibus_root, "gitbin", "git")} clone https://github.com/chef/
|
|
378
|
+
sh!("#{File.join(omnibus_root, "gitbin", "git")} clone https://github.com/chef/license-acceptance", cwd: cwd)
|
|
476
379
|
|
|
477
380
|
# If /usr/bin/git is a symlink, fail the test.
|
|
478
381
|
# Note that this test cannot go last because it does not return a
|
data/lib/chef-dk/commands_map.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -144,7 +144,9 @@ module ChefDK
|
|
|
144
144
|
end
|
|
145
145
|
|
|
146
146
|
def nix_platform_native_bin_dir
|
|
147
|
-
if /
|
|
147
|
+
if /sunos|solaris/ =~ RUBY_PLATFORM
|
|
148
|
+
"/opt/local/bin"
|
|
149
|
+
elsif /darwin/ =~ RUBY_PLATFORM
|
|
148
150
|
"/usr/local/bin"
|
|
149
151
|
else
|
|
150
152
|
"/usr/bin"
|
|
@@ -179,6 +181,7 @@ module ChefDK
|
|
|
179
181
|
# Add the embedded/bin to the PATH so that bundle executable can
|
|
180
182
|
# be found while running the tests.
|
|
181
183
|
path_variable_key => omnibus_path,
|
|
184
|
+
"CHEF_LICENSE" => "accept-no-persist",
|
|
182
185
|
},
|
|
183
186
|
timeout: 3600,
|
|
184
187
|
}
|
|
@@ -196,7 +199,6 @@ module ChefDK
|
|
|
196
199
|
|
|
197
200
|
def gem_base_dir
|
|
198
201
|
return nil if @gem_name_for_base_dir.nil?
|
|
199
|
-
|
|
200
202
|
# There is no way to say "give me the latest prerelease OR normal version of this gem.
|
|
201
203
|
# So we first ask if there is a normal version, and if there is not, we ask if there
|
|
202
204
|
# is a prerelease version. ">= 0.a" is how we ask for a prerelease version, because a
|
data/lib/chef-dk/configurable.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/chef-dk/exceptions.rb
CHANGED
|
@@ -66,7 +66,7 @@ module ChefDK
|
|
|
66
66
|
def initialize(url, reason = nil)
|
|
67
67
|
@url = url
|
|
68
68
|
@reason = reason
|
|
69
|
-
msg = "'#{@url}' is not a valid
|
|
69
|
+
msg = "'#{@url}' is not a valid Policy File Source URI"
|
|
70
70
|
msg << " #{@reason}." unless @reason.nil?
|
|
71
71
|
super(msg)
|
|
72
72
|
end
|
data/lib/chef-dk/generator.rb
CHANGED
data/lib/chef-dk/helpers.rb
CHANGED
|
@@ -136,8 +136,7 @@ module ChefDK
|
|
|
136
136
|
|
|
137
137
|
def omnibus_expand_path(*paths)
|
|
138
138
|
dir = File.expand_path(File.join(paths))
|
|
139
|
-
raise OmnibusInstallNotFound.new unless dir && File.directory?(dir)
|
|
140
|
-
|
|
139
|
+
raise OmnibusInstallNotFound.new() unless dir && File.directory?(dir)
|
|
141
140
|
dir
|
|
142
141
|
end
|
|
143
142
|
|
data/lib/chef-dk/pager.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -28,7 +28,7 @@ module ChefDK
|
|
|
28
28
|
attr_accessor :source_options
|
|
29
29
|
attr_accessor :chef_config
|
|
30
30
|
|
|
31
|
-
# Initialize a
|
|
31
|
+
# Initialize a LocalLockFetcher
|
|
32
32
|
#
|
|
33
33
|
# @param name [String] The name of the policyfile
|
|
34
34
|
# @param source_options [Hash] A hash with a :server key pointing at the chef server,
|
|
@@ -67,7 +67,7 @@ module ChefDK
|
|
|
67
67
|
errors.empty?
|
|
68
68
|
end
|
|
69
69
|
|
|
70
|
-
# Check the options provided when
|
|
70
|
+
# Check the options provided when craeting this class for errors
|
|
71
71
|
#
|
|
72
72
|
# @return [Array<String>] A list of errors found
|
|
73
73
|
def errors
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -54,7 +54,7 @@ module ChefDK
|
|
|
54
54
|
attr_accessor :identifier
|
|
55
55
|
|
|
56
56
|
# A string in "X.Y.Z" version number format that uniquely identifies the
|
|
57
|
-
# cookbook version. This is for compatibility with Chef Server 11.x,
|
|
57
|
+
# cookbook version. This is for compatibility with Chef Infra Server 11.x,
|
|
58
58
|
# where cookbooks are stored by x.y.z version numbers.
|
|
59
59
|
attr_accessor :dotted_decimal_identifier
|
|
60
60
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|