chef 16.18.30 → 17.0.242
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +9 -22
- data/README.md +1 -1
- data/Rakefile +2 -2
- data/chef-universal-mingw32.gemspec +1 -2
- data/chef.gemspec +7 -10
- data/lib/chef/action_collection.rb +1 -1
- data/lib/chef/application/base.rb +1 -1
- data/lib/chef/application.rb +1 -1
- data/lib/chef/applications.rb +0 -1
- data/lib/chef/chef_fs/command_line.rb +5 -2
- data/lib/chef/chef_fs/file_system.rb +9 -10
- data/lib/chef/client.rb +5 -5
- data/lib/chef/compliance/default_attributes.rb +4 -3
- data/lib/chef/compliance/fetcher/automate.rb +0 -7
- data/lib/chef/compliance/reporter/automate.rb +17 -7
- data/lib/chef/compliance/reporter/chef_server_automate.rb +11 -6
- data/lib/chef/compliance/reporter/cli.rb +77 -0
- data/lib/chef/compliance/reporter/compliance_enforcer.rb +4 -0
- data/lib/chef/compliance/reporter/json_file.rb +8 -1
- data/lib/chef/compliance/runner.rb +65 -27
- data/lib/chef/cookbook/gem_installer.rb +1 -5
- data/lib/chef/cookbook/synchronizer.rb +3 -5
- data/lib/chef/cookbook_loader.rb +2 -4
- data/lib/chef/cookbook_uploader.rb +0 -1
- data/lib/chef/cookbook_version.rb +4 -26
- data/lib/chef/data_bag_item.rb +11 -2
- data/lib/chef/data_collector/run_end_message.rb +2 -2
- data/lib/chef/delayed_evaluator.rb +4 -0
- data/lib/chef/deprecated.rb +6 -12
- data/lib/chef/dsl/chef_vault.rb +6 -6
- data/lib/chef/dsl/reboot_pending.rb +1 -2
- data/lib/chef/exceptions.rb +0 -3
- data/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +20 -22
- data/lib/chef/formatters/error_mapper.rb +2 -2
- data/lib/chef/group.rb +75 -0
- data/lib/chef/http.rb +5 -5
- data/lib/chef/mixin/checksum.rb +0 -6
- data/lib/chef/mixin/get_source_from_package.rb +1 -1
- data/lib/chef/mixin/powershell_exec.rb +26 -7
- data/lib/chef/node/attribute.rb +9 -24
- data/lib/chef/node/immutable_collections.rb +13 -0
- data/lib/chef/node/mixin/deep_merge_cache.rb +14 -10
- data/lib/chef/node.rb +19 -20
- data/lib/chef/org.rb +3 -2
- data/lib/chef/platform/query_helpers.rb +2 -2
- data/lib/chef/policy_builder/policyfile.rb +0 -5
- data/lib/chef/property.rb +18 -0
- data/lib/chef/provider/cron.rb +2 -6
- data/lib/chef/provider/execute.rb +2 -1
- data/lib/chef/provider/file.rb +3 -3
- data/lib/chef/provider/git.rb +5 -7
- data/lib/chef/provider/group/dscl.rb +1 -1
- data/lib/chef/provider/group/groupadd.rb +3 -3
- data/lib/chef/provider/group/groupmod.rb +3 -3
- data/lib/chef/provider/group/pw.rb +3 -3
- data/lib/chef/provider/ifconfig.rb +2 -2
- data/lib/chef/provider/link.rb +2 -2
- data/lib/chef/provider/mount/aix.rb +3 -3
- data/lib/chef/provider/mount/mount.rb +5 -5
- data/lib/chef/provider/mount/windows.rb +1 -1
- data/lib/chef/provider/mount.rb +5 -5
- data/lib/chef/provider/package/apt.rb +27 -1
- data/lib/chef/provider/package/deb.rb +3 -3
- data/lib/chef/provider/package/dnf/dnf_helper.py +1 -1
- data/lib/chef/provider/package/portage.rb +2 -2
- data/lib/chef/provider/package/powershell.rb +0 -5
- data/lib/chef/provider/package/rubygems.rb +9 -15
- data/lib/chef/provider/package/windows.rb +3 -5
- data/lib/chef/provider/package/yum/yum_helper.py +11 -1
- data/lib/chef/provider/package.rb +17 -21
- data/lib/chef/provider/route.rb +2 -2
- data/lib/chef/provider/service/aixinit.rb +1 -1
- data/lib/chef/provider/service/debian.rb +1 -1
- data/lib/chef/provider/service/freebsd.rb +15 -21
- data/lib/chef/provider/service/macosx.rb +4 -4
- data/lib/chef/provider/service/systemd.rb +43 -14
- data/lib/chef/provider/service/upstart.rb +2 -13
- data/lib/chef/provider/service/windows.rb +12 -12
- data/lib/chef/provider/service.rb +6 -6
- data/lib/chef/provider/subversion.rb +10 -12
- data/lib/chef/provider/systemd_unit.rb +36 -10
- data/lib/chef/provider/template/content.rb +3 -7
- data/lib/chef/provider/user/dscl.rb +1 -1
- data/lib/chef/provider/user/mac.rb +17 -20
- data/lib/chef/provider/user/pw.rb +1 -1
- data/lib/chef/provider/user/windows.rb +1 -1
- data/lib/chef/provider/user.rb +2 -2
- data/lib/chef/provider/zypper_repository.rb +2 -2
- data/lib/chef/provider.rb +1 -1
- data/lib/chef/providers.rb +0 -1
- data/lib/chef/resource/alternatives.rb +6 -6
- data/lib/chef/resource/apt_package.rb +1 -1
- data/lib/chef/resource/apt_preference.rb +2 -2
- data/lib/chef/resource/apt_repository.rb +6 -6
- data/lib/chef/resource/apt_update.rb +3 -2
- data/lib/chef/resource/archive_file.rb +8 -9
- data/lib/chef/resource/breakpoint.rb +1 -1
- data/lib/chef/resource/build_essential.rb +2 -6
- data/lib/chef/resource/chef_client_config.rb +2 -2
- data/lib/chef/resource/chef_client_cron.rb +4 -4
- data/lib/chef/resource/chef_client_launchd.rb +3 -3
- data/lib/chef/resource/chef_client_scheduled_task.rb +1 -1
- data/lib/chef/resource/chef_client_systemd_timer.rb +2 -2
- data/lib/chef/resource/chef_client_trusted_certificate.rb +0 -1
- data/lib/chef/resource/chef_handler.rb +3 -7
- data/lib/chef/resource/chef_sleep.rb +1 -1
- data/lib/chef/resource/chef_vault_secret.rb +3 -8
- data/lib/chef/resource/chocolatey_config.rb +2 -6
- data/lib/chef/resource/chocolatey_feature.rb +2 -6
- data/lib/chef/resource/chocolatey_source.rb +4 -10
- data/lib/chef/resource/cron/_cron_shared.rb +2 -2
- data/lib/chef/resource/cron_access.rb +2 -4
- data/lib/chef/resource/dmg_package.rb +6 -10
- data/lib/chef/resource/dpkg_package.rb +1 -1
- data/lib/chef/resource/execute.rb +6 -1
- data/lib/chef/resource/file.rb +1 -1
- data/lib/chef/resource/group.rb +2 -2
- data/lib/chef/resource/homebrew_cask.rb +5 -15
- data/lib/chef/resource/homebrew_tap.rb +2 -6
- data/lib/chef/resource/hostname.rb +21 -17
- data/lib/chef/resource/http_request.rb +1 -1
- data/lib/chef/resource/kernel_module.rb +6 -17
- data/lib/chef/resource/locale.rb +3 -4
- data/lib/chef/resource/lwrp_base.rb +4 -0
- data/lib/chef/resource/macos_userdefaults.rb +10 -14
- data/lib/chef/resource/mdadm.rb +53 -7
- data/lib/chef/resource/mount.rb +3 -2
- data/lib/chef/resource/openssl_ec_private_key.rb +2 -2
- data/lib/chef/resource/openssl_rsa_private_key.rb +1 -1
- data/lib/chef/resource/openssl_x509_certificate.rb +2 -2
- data/lib/chef/resource/plist.rb +7 -7
- data/lib/chef/resource/powershell_script.rb +1 -1
- data/lib/chef/resource/remote_file.rb +1 -1
- data/lib/chef/resource/rhsm_errata.rb +16 -1
- data/lib/chef/resource/rhsm_errata_level.rb +10 -1
- data/lib/chef/resource/rhsm_register.rb +12 -23
- data/lib/chef/resource/rhsm_repo.rb +2 -6
- data/lib/chef/resource/rhsm_subscription.rb +7 -11
- data/lib/chef/resource/scm/git.rb +1 -1
- data/lib/chef/resource/sudo.rb +6 -6
- data/lib/chef/resource/support/client.erb +2 -6
- data/lib/chef/resource/sysctl.rb +2 -6
- data/lib/chef/resource/systemd_unit.rb +3 -3
- data/lib/chef/resource/template.rb +1 -1
- data/lib/chef/resource/timezone.rb +1 -3
- data/lib/chef/resource/user/mac_user.rb +1 -1
- data/lib/chef/resource/user_ulimit.rb +2 -3
- data/lib/chef/resource/windows_ad_join.rb +2 -6
- data/lib/chef/resource/windows_audit_policy.rb +1 -1
- data/lib/chef/resource/windows_auto_run.rb +2 -5
- data/lib/chef/resource/windows_certificate.rb +207 -73
- data/lib/chef/resource/windows_dfs_folder.rb +2 -6
- data/lib/chef/resource/windows_dfs_namespace.rb +2 -6
- data/lib/chef/resource/windows_dfs_server.rb +1 -3
- data/lib/chef/resource/windows_dns_record.rb +2 -6
- data/lib/chef/resource/windows_dns_zone.rb +2 -6
- data/lib/chef/resource/windows_env.rb +5 -4
- data/lib/chef/resource/windows_feature.rb +3 -9
- data/lib/chef/resource/windows_feature_dism.rb +2 -6
- data/lib/chef/resource/windows_feature_powershell.rb +3 -3
- data/lib/chef/resource/windows_firewall_profile.rb +4 -4
- data/lib/chef/resource/windows_firewall_rule.rb +2 -5
- data/lib/chef/resource/windows_font.rb +2 -4
- data/lib/chef/resource/windows_pagefile.rb +2 -6
- data/lib/chef/resource/windows_path.rb +2 -2
- data/lib/chef/resource/windows_printer.rb +4 -4
- data/lib/chef/resource/windows_printer_port.rb +6 -6
- data/lib/chef/resource/windows_security_policy.rb +9 -12
- data/lib/chef/resource/windows_share.rb +14 -21
- data/lib/chef/resource/windows_shortcut.rb +4 -6
- data/lib/chef/resource/windows_task.rb +17 -5
- data/lib/chef/resource/windows_uac.rb +2 -4
- data/lib/chef/resource/windows_user_privilege.rb +26 -36
- data/lib/chef/resource/windows_workgroup.rb +1 -2
- data/lib/chef/resource.rb +1 -1
- data/lib/chef/resource_reporter.rb +1 -1
- data/lib/chef/resources.rb +0 -1
- data/lib/chef/shell/ext.rb +3 -3
- data/lib/chef/user.rb +0 -1
- data/lib/chef/user_v1.rb +3 -4
- data/lib/chef/util/dsc/configuration_generator.rb +1 -0
- data/lib/chef/util/dsc/local_configuration_manager.rb +1 -1
- data/lib/chef/version.rb +1 -1
- data/lib/chef/win32/api.rb +2 -9
- data/lib/chef/win32/registry.rb +4 -2
- data/lib/chef/win32/version.rb +2 -4
- data/spec/data/cookbooks/openldap/libraries/openldap.rb +1 -1
- data/spec/data/lwrp/resources/bar.rb +2 -0
- data/spec/data/lwrp/resources/buck_passer.rb +1 -0
- data/spec/data/lwrp/resources/buck_passer_2.rb +1 -0
- data/spec/data/lwrp/resources/embedded_resource_accesses_providers_scope.rb +1 -0
- data/spec/data/lwrp/resources/foo.rb +2 -0
- data/spec/data/lwrp/resources/inline_compiler.rb +1 -0
- data/spec/data/lwrp/resources/monkey_name_printer.rb +1 -0
- data/spec/data/lwrp/resources/paint_drying_watcher.rb +1 -0
- data/spec/data/lwrp/resources/thumb_twiddler.rb +1 -0
- data/spec/data/lwrp/resources_with_default_attributes/nodeattr.rb +2 -0
- data/spec/data/lwrp_const_scoping/resources/conflict.rb +1 -0
- data/spec/data/lwrp_override/resources/foo.rb +1 -0
- data/spec/data/rubygems.org/nonexistent_gem-info +1 -0
- data/spec/data/rubygems.org/sexp_processor-info +49 -0
- data/spec/data/run_context/cookbooks/circular-dep1/resources/resource.rb +1 -0
- data/spec/data/run_context/cookbooks/circular-dep2/resources/resource.rb +1 -0
- data/spec/data/run_context/cookbooks/dependency1/resources/resource.rb +1 -0
- data/spec/data/run_context/cookbooks/dependency2/resources/resource.rb +1 -0
- data/spec/data/run_context/cookbooks/no-default-attr/resources/resource.rb +1 -0
- data/spec/data/run_context/cookbooks/test/resources/resource.rb +2 -0
- data/spec/data/run_context/cookbooks/test-with-circular-deps/resources/resource.rb +2 -0
- data/spec/data/run_context/cookbooks/test-with-deps/resources/resource.rb +1 -0
- data/spec/functional/assets/yumrepo/repodata/4632d67cb92636e7575d911c24f0e04d3505a944e97c483abe0c3e73a7c62d33-filelists.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/74599b793e54d877323837d2d81a1c3c594c44e4335f9528234bb490f7b9b439-other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/a845d418f919d2115ab95a56b2c76f6825ad0d0bede49181a55c04f58995d057-primary.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/af9b7cf9ef23bd7b43068d74a460f3b5d06753d638e58e4a0c9edc35bfb9cdc4-other.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/bdb4f5f1492a3b9532f22c43110a81500dd744f23da0aec5c33b2a41317c737d-filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/c10d1d34ce99e02f12ec96ef68360543ab1bb7c3cb81a4a2bf78df7d8597e9df-primary.xml.gz +0 -0
- data/spec/functional/dsl/registry_helper_spec.rb +1 -1
- data/spec/functional/resource/aixinit_service_spec.rb +7 -7
- data/spec/functional/resource/apt_package_spec.rb +1 -1
- data/spec/functional/resource/chocolatey_package_spec.rb +9 -0
- data/spec/functional/resource/dnf_package_spec.rb +4 -1
- data/spec/functional/resource/dsc_script_spec.rb +1 -1
- data/spec/functional/resource/group_spec.rb +1 -5
- data/spec/functional/resource/link_spec.rb +0 -8
- data/spec/functional/resource/registry_spec.rb +8 -8
- data/spec/functional/resource/user/mac_user_spec.rb +2 -2
- data/spec/functional/resource/windows_certificate_spec.rb +92 -35
- data/spec/functional/resource/windows_font_spec.rb +1 -2
- data/spec/functional/resource/yum_package_spec.rb +0 -12
- data/spec/functional/shell_spec.rb +0 -5
- data/spec/functional/version_spec.rb +1 -1
- data/spec/functional/win32/registry_spec.rb +1 -1
- data/spec/integration/client/client_spec.rb +5 -2
- data/spec/integration/client/exit_code_spec.rb +1 -1
- data/spec/integration/client/ipv6_spec.rb +1 -1
- data/spec/integration/compliance/compliance_spec.rb +1 -1
- data/spec/integration/ohai/ohai_spec.rb +7 -6
- data/spec/integration/recipes/accumulator_spec.rb +13 -1
- data/spec/integration/recipes/lwrp_inline_resources_spec.rb +5 -1
- data/spec/integration/recipes/lwrp_spec.rb +3 -1
- data/spec/integration/recipes/notifies_spec.rb +15 -1
- data/spec/integration/recipes/notifying_block_spec.rb +2 -1
- data/spec/integration/recipes/recipe_dsl_spec.rb +9 -9
- data/spec/integration/recipes/unified_mode_spec.rb +1 -1
- data/spec/integration/recipes/use_partial_spec.rb +4 -1
- data/spec/spec_helper.rb +10 -17
- data/spec/support/chef_helpers.rb +0 -16
- data/spec/support/lib/chef/resource/with_state.rb +0 -1
- data/spec/support/lib/chef/resource/zen_follower.rb +0 -1
- data/spec/support/lib/chef/resource/zen_master.rb +0 -1
- data/spec/support/matchers/leak.rb +7 -9
- data/spec/support/platform_helpers.rb +1 -12
- data/spec/support/shared/integration/integration_helper.rb +0 -1
- data/spec/support/shared/unit/script_resource.rb +2 -2
- data/spec/unit/application/solo_spec.rb +2 -2
- data/spec/unit/chef_fs/diff_spec.rb +1 -1
- data/spec/unit/chef_fs/file_system_spec.rb +1 -1
- data/spec/unit/client_spec.rb +4 -4
- data/spec/unit/compliance/fetcher/automate_spec.rb +0 -16
- data/spec/unit/compliance/reporter/automate_spec.rb +26 -2
- data/spec/unit/compliance/reporter/chef_server_automate_spec.rb +20 -0
- data/spec/unit/compliance/reporter/compliance_enforcer_spec.rb +1 -0
- data/spec/unit/compliance/runner_spec.rb +30 -4
- data/spec/unit/cookbook_version_spec.rb +0 -52
- data/spec/unit/daemon_spec.rb +5 -1
- data/spec/unit/data_bag_item_spec.rb +1 -6
- data/spec/unit/data_collector_spec.rb +2 -71
- data/spec/unit/dsl/reboot_pending_spec.rb +2 -2
- data/spec/unit/dsl/registry_helper_spec.rb +1 -1
- data/spec/unit/lwrp_spec.rb +1 -1
- data/spec/unit/mixin/checksum_spec.rb +0 -28
- data/spec/unit/mixin/params_validate_spec.rb +4 -3
- data/spec/unit/mixin/powershell_exec_spec.rb +9 -9
- data/spec/unit/mixin/powershell_out_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +1 -1
- data/spec/unit/node_spec.rb +78 -0
- data/spec/unit/org_group_spec.rb +45 -0
- data/spec/unit/platform/query_helpers_spec.rb +5 -5
- data/spec/unit/policy_builder/policyfile_spec.rb +1 -11
- data/spec/unit/property_spec.rb +23 -22
- data/spec/unit/provider/cron_spec.rb +1 -35
- data/spec/unit/provider/group/gpasswd_spec.rb +2 -2
- data/spec/unit/provider/group/groupmod_spec.rb +2 -2
- data/spec/unit/provider/group/pw_spec.rb +2 -2
- data/spec/unit/provider/group_spec.rb +1 -1
- data/spec/unit/provider/package/apt_spec.rb +84 -18
- data/spec/unit/provider/package/deb_spec.rb +3 -3
- data/spec/unit/provider/package/powershell_spec.rb +12 -74
- data/spec/unit/provider/package/rubygems_spec.rb +18 -30
- data/spec/unit/provider/service/arch_service_spec.rb +1 -0
- data/spec/unit/provider/service/debian_service_spec.rb +1 -0
- data/spec/unit/provider/service/macosx_spec.rb +2 -2
- data/spec/unit/provider/service/systemd_service_spec.rb +138 -23
- data/spec/unit/provider/service/upstart_service_spec.rb +0 -29
- data/spec/unit/provider/service/windows_spec.rb +2 -2
- data/spec/unit/provider/subversion_spec.rb +2 -2
- data/spec/unit/provider/systemd_unit_spec.rb +79 -60
- data/spec/unit/provider/zypper_repository_spec.rb +2 -2
- data/spec/unit/provider_spec.rb +0 -8
- data/spec/unit/resource/archive_file_spec.rb +1 -13
- data/spec/unit/resource/chef_client_trusted_certificate_spec.rb +0 -14
- data/spec/unit/resource/homebrew_cask_spec.rb +11 -29
- data/spec/unit/resource/mount_spec.rb +0 -10
- data/spec/unit/resource/powershell_script_spec.rb +2 -2
- data/spec/unit/resource/rhsm_subscription_spec.rb +3 -50
- data/spec/unit/resource/systemd_unit_spec.rb +1 -1
- data/spec/unit/resource/user_ulimit_spec.rb +1 -14
- data/spec/unit/resource/windows_task_spec.rb +1 -1
- data/spec/unit/resource_spec.rb +2 -7
- data/spec/unit/user_spec.rb +1 -1
- data/spec/unit/user_v1_spec.rb +6 -4
- data/spec/unit/util/dsc/local_configuration_manager_spec.rb +2 -2
- data/tasks/rspec.rb +15 -7
- metadata +43 -388
- data/bin/knife +0 -24
- data/lib/chef/application/knife.rb +0 -234
- data/lib/chef/application/windows_service.rb +0 -338
- data/lib/chef/application/windows_service_manager.rb +0 -205
- data/lib/chef/chef_fs/knife.rb +0 -160
- data/lib/chef/chef_fs/parallelizer/flatten_enumerable.rb +0 -35
- data/lib/chef/chef_fs/parallelizer/parallel_enumerable.rb +0 -278
- data/lib/chef/chef_fs/parallelizer.rb +0 -102
- data/lib/chef/cookbook_site_streaming_uploader.rb +0 -244
- data/lib/chef/knife/acl_add.rb +0 -57
- data/lib/chef/knife/acl_base.rb +0 -183
- data/lib/chef/knife/acl_bulk_add.rb +0 -78
- data/lib/chef/knife/acl_bulk_remove.rb +0 -83
- data/lib/chef/knife/acl_remove.rb +0 -62
- data/lib/chef/knife/acl_show.rb +0 -56
- data/lib/chef/knife/bootstrap/chef_vault_handler.rb +0 -162
- data/lib/chef/knife/bootstrap/client_builder.rb +0 -212
- data/lib/chef/knife/bootstrap/templates/README.md +0 -11
- data/lib/chef/knife/bootstrap/templates/chef-full.erb +0 -242
- data/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb +0 -278
- data/lib/chef/knife/bootstrap/train_connector.rb +0 -336
- data/lib/chef/knife/bootstrap.rb +0 -1192
- data/lib/chef/knife/client_bulk_delete.rb +0 -104
- data/lib/chef/knife/client_create.rb +0 -101
- data/lib/chef/knife/client_delete.rb +0 -62
- data/lib/chef/knife/client_edit.rb +0 -52
- data/lib/chef/knife/client_key_create.rb +0 -73
- data/lib/chef/knife/client_key_delete.rb +0 -80
- data/lib/chef/knife/client_key_edit.rb +0 -83
- data/lib/chef/knife/client_key_list.rb +0 -73
- data/lib/chef/knife/client_key_show.rb +0 -80
- data/lib/chef/knife/client_list.rb +0 -41
- data/lib/chef/knife/client_reregister.rb +0 -58
- data/lib/chef/knife/client_show.rb +0 -48
- data/lib/chef/knife/config_get.rb +0 -39
- data/lib/chef/knife/config_get_profile.rb +0 -37
- data/lib/chef/knife/config_list.rb +0 -139
- data/lib/chef/knife/config_list_profiles.rb +0 -37
- data/lib/chef/knife/config_show.rb +0 -127
- data/lib/chef/knife/config_use.rb +0 -61
- data/lib/chef/knife/config_use_profile.rb +0 -47
- data/lib/chef/knife/configure.rb +0 -150
- data/lib/chef/knife/configure_client.rb +0 -48
- data/lib/chef/knife/cookbook_bulk_delete.rb +0 -71
- data/lib/chef/knife/cookbook_delete.rb +0 -151
- data/lib/chef/knife/cookbook_download.rb +0 -142
- data/lib/chef/knife/cookbook_list.rb +0 -47
- data/lib/chef/knife/cookbook_metadata.rb +0 -106
- data/lib/chef/knife/cookbook_metadata_from_file.rb +0 -49
- data/lib/chef/knife/cookbook_show.rb +0 -98
- data/lib/chef/knife/cookbook_upload.rb +0 -292
- data/lib/chef/knife/core/bootstrap_context.rb +0 -264
- data/lib/chef/knife/core/cookbook_scm_repo.rb +0 -159
- data/lib/chef/knife/core/formatting_options.rb +0 -49
- data/lib/chef/knife/core/gem_glob_loader.rb +0 -138
- data/lib/chef/knife/core/generic_presenter.rb +0 -232
- data/lib/chef/knife/core/hashed_command_loader.rb +0 -100
- data/lib/chef/knife/core/node_editor.rb +0 -130
- data/lib/chef/knife/core/node_presenter.rb +0 -133
- data/lib/chef/knife/core/object_loader.rb +0 -115
- data/lib/chef/knife/core/status_presenter.rb +0 -147
- data/lib/chef/knife/core/subcommand_loader.rb +0 -203
- data/lib/chef/knife/core/text_formatter.rb +0 -85
- data/lib/chef/knife/core/ui.rb +0 -338
- data/lib/chef/knife/core/windows_bootstrap_context.rb +0 -405
- data/lib/chef/knife/data_bag_create.rb +0 -81
- data/lib/chef/knife/data_bag_delete.rb +0 -49
- data/lib/chef/knife/data_bag_edit.rb +0 -74
- data/lib/chef/knife/data_bag_from_file.rb +0 -113
- data/lib/chef/knife/data_bag_list.rb +0 -42
- data/lib/chef/knife/data_bag_secret_options.rb +0 -122
- data/lib/chef/knife/data_bag_show.rb +0 -69
- data/lib/chef/knife/delete.rb +0 -125
- data/lib/chef/knife/deps.rb +0 -156
- data/lib/chef/knife/diff.rb +0 -83
- data/lib/chef/knife/download.rb +0 -84
- data/lib/chef/knife/edit.rb +0 -88
- data/lib/chef/knife/environment_compare.rb +0 -128
- data/lib/chef/knife/environment_create.rb +0 -52
- data/lib/chef/knife/environment_delete.rb +0 -44
- data/lib/chef/knife/environment_edit.rb +0 -44
- data/lib/chef/knife/environment_from_file.rb +0 -84
- data/lib/chef/knife/environment_list.rb +0 -41
- data/lib/chef/knife/environment_show.rb +0 -47
- data/lib/chef/knife/exec.rb +0 -99
- data/lib/chef/knife/group_add.rb +0 -55
- data/lib/chef/knife/group_create.rb +0 -49
- data/lib/chef/knife/group_destroy.rb +0 -53
- data/lib/chef/knife/group_list.rb +0 -43
- data/lib/chef/knife/group_remove.rb +0 -56
- data/lib/chef/knife/group_show.rb +0 -49
- data/lib/chef/knife/key_create.rb +0 -112
- data/lib/chef/knife/key_create_base.rb +0 -50
- data/lib/chef/knife/key_delete.rb +0 -55
- data/lib/chef/knife/key_edit.rb +0 -118
- data/lib/chef/knife/key_edit_base.rb +0 -55
- data/lib/chef/knife/key_list.rb +0 -90
- data/lib/chef/knife/key_list_base.rb +0 -45
- data/lib/chef/knife/key_show.rb +0 -53
- data/lib/chef/knife/list.rb +0 -177
- data/lib/chef/knife/node_bulk_delete.rb +0 -75
- data/lib/chef/knife/node_create.rb +0 -47
- data/lib/chef/knife/node_delete.rb +0 -46
- data/lib/chef/knife/node_edit.rb +0 -70
- data/lib/chef/knife/node_environment_set.rb +0 -53
- data/lib/chef/knife/node_from_file.rb +0 -51
- data/lib/chef/knife/node_list.rb +0 -44
- data/lib/chef/knife/node_policy_set.rb +0 -79
- data/lib/chef/knife/node_run_list_add.rb +0 -104
- data/lib/chef/knife/node_run_list_remove.rb +0 -67
- data/lib/chef/knife/node_run_list_set.rb +0 -66
- data/lib/chef/knife/node_show.rb +0 -63
- data/lib/chef/knife/null.rb +0 -12
- data/lib/chef/knife/raw.rb +0 -123
- data/lib/chef/knife/recipe_list.rb +0 -32
- data/lib/chef/knife/rehash.rb +0 -50
- data/lib/chef/knife/role_bulk_delete.rb +0 -66
- data/lib/chef/knife/role_create.rb +0 -53
- data/lib/chef/knife/role_delete.rb +0 -46
- data/lib/chef/knife/role_edit.rb +0 -45
- data/lib/chef/knife/role_env_run_list_add.rb +0 -87
- data/lib/chef/knife/role_env_run_list_clear.rb +0 -55
- data/lib/chef/knife/role_env_run_list_remove.rb +0 -57
- data/lib/chef/knife/role_env_run_list_replace.rb +0 -60
- data/lib/chef/knife/role_env_run_list_set.rb +0 -70
- data/lib/chef/knife/role_from_file.rb +0 -51
- data/lib/chef/knife/role_list.rb +0 -42
- data/lib/chef/knife/role_run_list_add.rb +0 -87
- data/lib/chef/knife/role_run_list_clear.rb +0 -55
- data/lib/chef/knife/role_run_list_remove.rb +0 -56
- data/lib/chef/knife/role_run_list_replace.rb +0 -60
- data/lib/chef/knife/role_run_list_set.rb +0 -69
- data/lib/chef/knife/role_show.rb +0 -48
- data/lib/chef/knife/search.rb +0 -194
- data/lib/chef/knife/serve.rb +0 -65
- data/lib/chef/knife/show.rb +0 -72
- data/lib/chef/knife/ssh.rb +0 -645
- data/lib/chef/knife/ssl_check.rb +0 -284
- data/lib/chef/knife/ssl_fetch.rb +0 -161
- data/lib/chef/knife/status.rb +0 -95
- data/lib/chef/knife/supermarket_download.rb +0 -121
- data/lib/chef/knife/supermarket_install.rb +0 -192
- data/lib/chef/knife/supermarket_list.rb +0 -76
- data/lib/chef/knife/supermarket_search.rb +0 -53
- data/lib/chef/knife/supermarket_share.rb +0 -166
- data/lib/chef/knife/supermarket_show.rb +0 -66
- data/lib/chef/knife/supermarket_unshare.rb +0 -61
- data/lib/chef/knife/tag_create.rb +0 -52
- data/lib/chef/knife/tag_delete.rb +0 -60
- data/lib/chef/knife/tag_list.rb +0 -47
- data/lib/chef/knife/upload.rb +0 -86
- data/lib/chef/knife/user_create.rb +0 -107
- data/lib/chef/knife/user_delete.rb +0 -44
- data/lib/chef/knife/user_dissociate.rb +0 -42
- data/lib/chef/knife/user_edit.rb +0 -52
- data/lib/chef/knife/user_invite_add.rb +0 -43
- data/lib/chef/knife/user_invite_list.rb +0 -34
- data/lib/chef/knife/user_invite_rescind.rb +0 -63
- data/lib/chef/knife/user_key_create.rb +0 -73
- data/lib/chef/knife/user_key_delete.rb +0 -80
- data/lib/chef/knife/user_key_edit.rb +0 -83
- data/lib/chef/knife/user_key_list.rb +0 -73
- data/lib/chef/knife/user_key_show.rb +0 -80
- data/lib/chef/knife/user_list.rb +0 -42
- data/lib/chef/knife/user_reregister.rb +0 -59
- data/lib/chef/knife/user_show.rb +0 -48
- data/lib/chef/knife/xargs.rb +0 -282
- data/lib/chef/knife/yaml_convert.rb +0 -91
- data/lib/chef/knife.rb +0 -665
- data/lib/chef/resource/user/dscl_user.rb +0 -35
- data/spec/data/knife-home/.chef/plugins/knife/example_home_subcommand.rb +0 -0
- data/spec/data/knife-site-subcommands/plugins/knife/example_subcommand.rb +0 -0
- data/spec/data/knife_subcommand/test_explicit_category.rb +0 -7
- data/spec/data/knife_subcommand/test_name_mapping.rb +0 -4
- data/spec/data/knife_subcommand/test_yourself.rb +0 -21
- data/spec/functional/assets/yumrepo-empty/repodata/01a3b-filelists.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/401dc-filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/5dc1e-primary.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/6bf96-other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/7c365-other.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/dabe2-primary.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/repomd.xml +0 -55
- data/spec/functional/knife/configure_spec.rb +0 -33
- data/spec/functional/knife/cookbook_delete_spec.rb +0 -156
- data/spec/functional/knife/exec_spec.rb +0 -55
- data/spec/functional/knife/rehash_spec.rb +0 -39
- data/spec/functional/knife/smoke_test.rb +0 -42
- data/spec/functional/knife/ssh_spec.rb +0 -352
- data/spec/functional/resource/user/dscl_spec.rb +0 -188
- data/spec/functional/resource/windows_service_spec.rb +0 -105
- data/spec/functional/win32/service_manager_spec.rb +0 -220
- data/spec/integration/client/fips_spec.rb +0 -21
- data/spec/integration/knife/chef_fs_data_store_spec.rb +0 -557
- data/spec/integration/knife/chef_repo_path_spec.rb +0 -962
- data/spec/integration/knife/chef_repository_file_system_spec.rb +0 -200
- data/spec/integration/knife/chefignore_spec.rb +0 -301
- data/spec/integration/knife/client_bulk_delete_spec.rb +0 -131
- data/spec/integration/knife/client_create_spec.rb +0 -70
- data/spec/integration/knife/client_delete_spec.rb +0 -64
- data/spec/integration/knife/client_key_create_spec.rb +0 -66
- data/spec/integration/knife/client_key_delete_spec.rb +0 -43
- data/spec/integration/knife/client_key_list_spec.rb +0 -61
- data/spec/integration/knife/client_key_show_spec.rb +0 -45
- data/spec/integration/knife/client_list_spec.rb +0 -49
- data/spec/integration/knife/client_show_spec.rb +0 -37
- data/spec/integration/knife/common_options_spec.rb +0 -174
- data/spec/integration/knife/config_list_spec.rb +0 -220
- data/spec/integration/knife/config_show_spec.rb +0 -192
- data/spec/integration/knife/config_use_spec.rb +0 -198
- data/spec/integration/knife/cookbook_api_ipv6_spec.rb +0 -113
- data/spec/integration/knife/cookbook_bulk_delete_spec.rb +0 -65
- data/spec/integration/knife/cookbook_download_spec.rb +0 -72
- data/spec/integration/knife/cookbook_list_spec.rb +0 -55
- data/spec/integration/knife/cookbook_show_spec.rb +0 -149
- data/spec/integration/knife/cookbook_upload_spec.rb +0 -128
- data/spec/integration/knife/data_bag_create_spec.rb +0 -125
- data/spec/integration/knife/data_bag_delete_spec.rb +0 -59
- data/spec/integration/knife/data_bag_edit_spec.rb +0 -105
- data/spec/integration/knife/data_bag_from_file_spec.rb +0 -116
- data/spec/integration/knife/data_bag_list_spec.rb +0 -44
- data/spec/integration/knife/data_bag_show_spec.rb +0 -95
- data/spec/integration/knife/delete_spec.rb +0 -1018
- data/spec/integration/knife/deps_spec.rb +0 -703
- data/spec/integration/knife/diff_spec.rb +0 -605
- data/spec/integration/knife/download_spec.rb +0 -1336
- data/spec/integration/knife/environment_compare_spec.rb +0 -75
- data/spec/integration/knife/environment_create_spec.rb +0 -41
- data/spec/integration/knife/environment_delete_spec.rb +0 -37
- data/spec/integration/knife/environment_from_file_spec.rb +0 -116
- data/spec/integration/knife/environment_list_spec.rb +0 -42
- data/spec/integration/knife/environment_show_spec.rb +0 -77
- data/spec/integration/knife/list_spec.rb +0 -1060
- data/spec/integration/knife/node_bulk_delete_spec.rb +0 -52
- data/spec/integration/knife/node_create_spec.rb +0 -47
- data/spec/integration/knife/node_delete_spec.rb +0 -48
- data/spec/integration/knife/node_environment_set_spec.rb +0 -46
- data/spec/integration/knife/node_from_file_spec.rb +0 -59
- data/spec/integration/knife/node_list_spec.rb +0 -45
- data/spec/integration/knife/node_run_list_add_spec.rb +0 -54
- data/spec/integration/knife/node_run_list_remove_spec.rb +0 -36
- data/spec/integration/knife/node_run_list_set_spec.rb +0 -41
- data/spec/integration/knife/node_show_spec.rb +0 -36
- data/spec/integration/knife/raw_spec.rb +0 -297
- data/spec/integration/knife/redirection_spec.rb +0 -64
- data/spec/integration/knife/role_bulk_delete_spec.rb +0 -52
- data/spec/integration/knife/role_create_spec.rb +0 -41
- data/spec/integration/knife/role_delete_spec.rb +0 -48
- data/spec/integration/knife/role_from_file_spec.rb +0 -96
- data/spec/integration/knife/role_list_spec.rb +0 -45
- data/spec/integration/knife/role_show_spec.rb +0 -51
- data/spec/integration/knife/search_node_spec.rb +0 -40
- data/spec/integration/knife/serve_spec.rb +0 -92
- data/spec/integration/knife/show_spec.rb +0 -197
- data/spec/integration/knife/upload_spec.rb +0 -1616
- data/spec/support/shared/functional/knife.rb +0 -37
- data/spec/support/shared/functional/win32_service.rb +0 -57
- data/spec/support/shared/integration/knife_support.rb +0 -192
- data/spec/support/shared/unit/knife_shared.rb +0 -39
- data/spec/unit/application/knife_spec.rb +0 -241
- data/spec/unit/chef_fs/parallelizer_spec.rb +0 -479
- data/spec/unit/cookbook_site_streaming_uploader_spec.rb +0 -198
- data/spec/unit/knife/bootstrap/chef_vault_handler_spec.rb +0 -152
- data/spec/unit/knife/bootstrap/client_builder_spec.rb +0 -207
- data/spec/unit/knife/bootstrap/train_connector_spec.rb +0 -244
- data/spec/unit/knife/bootstrap_spec.rb +0 -2220
- data/spec/unit/knife/client_bulk_delete_spec.rb +0 -166
- data/spec/unit/knife/client_create_spec.rb +0 -169
- data/spec/unit/knife/client_delete_spec.rb +0 -99
- data/spec/unit/knife/client_edit_spec.rb +0 -53
- data/spec/unit/knife/client_list_spec.rb +0 -34
- data/spec/unit/knife/client_reregister_spec.rb +0 -62
- data/spec/unit/knife/client_show_spec.rb +0 -52
- data/spec/unit/knife/configure_client_spec.rb +0 -81
- data/spec/unit/knife/configure_spec.rb +0 -190
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +0 -87
- data/spec/unit/knife/cookbook_delete_spec.rb +0 -239
- data/spec/unit/knife/cookbook_download_spec.rb +0 -255
- data/spec/unit/knife/cookbook_list_spec.rb +0 -88
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +0 -72
- data/spec/unit/knife/cookbook_metadata_spec.rb +0 -182
- data/spec/unit/knife/cookbook_show_spec.rb +0 -253
- data/spec/unit/knife/cookbook_upload_spec.rb +0 -364
- data/spec/unit/knife/core/bootstrap_context_spec.rb +0 -287
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +0 -187
- data/spec/unit/knife/core/gem_glob_loader_spec.rb +0 -209
- data/spec/unit/knife/core/hashed_command_loader_spec.rb +0 -112
- data/spec/unit/knife/core/node_editor_spec.rb +0 -211
- data/spec/unit/knife/core/object_loader_spec.rb +0 -81
- data/spec/unit/knife/core/status_presenter_spec.rb +0 -54
- data/spec/unit/knife/core/subcommand_loader_spec.rb +0 -64
- data/spec/unit/knife/core/ui_spec.rb +0 -656
- data/spec/unit/knife/core/windows_bootstrap_context_spec.rb +0 -238
- data/spec/unit/knife/data_bag_create_spec.rb +0 -175
- data/spec/unit/knife/data_bag_edit_spec.rb +0 -126
- data/spec/unit/knife/data_bag_from_file_spec.rb +0 -174
- data/spec/unit/knife/data_bag_secret_options_spec.rb +0 -173
- data/spec/unit/knife/data_bag_show_spec.rb +0 -139
- data/spec/unit/knife/environment_compare_spec.rb +0 -112
- data/spec/unit/knife/environment_create_spec.rb +0 -91
- data/spec/unit/knife/environment_delete_spec.rb +0 -71
- data/spec/unit/knife/environment_edit_spec.rb +0 -79
- data/spec/unit/knife/environment_from_file_spec.rb +0 -90
- data/spec/unit/knife/environment_list_spec.rb +0 -54
- data/spec/unit/knife/environment_show_spec.rb +0 -52
- data/spec/unit/knife/key_create_spec.rb +0 -223
- data/spec/unit/knife/key_delete_spec.rb +0 -133
- data/spec/unit/knife/key_edit_spec.rb +0 -264
- data/spec/unit/knife/key_helper.rb +0 -74
- data/spec/unit/knife/key_list_spec.rb +0 -216
- data/spec/unit/knife/key_show_spec.rb +0 -126
- data/spec/unit/knife/node_bulk_delete_spec.rb +0 -94
- data/spec/unit/knife/node_delete_spec.rb +0 -77
- data/spec/unit/knife/node_edit_spec.rb +0 -116
- data/spec/unit/knife/node_environment_set_spec.rb +0 -61
- data/spec/unit/knife/node_from_file_spec.rb +0 -59
- data/spec/unit/knife/node_list_spec.rb +0 -62
- data/spec/unit/knife/node_policy_set_spec.rb +0 -122
- data/spec/unit/knife/node_run_list_add_spec.rb +0 -145
- data/spec/unit/knife/node_run_list_remove_spec.rb +0 -106
- data/spec/unit/knife/node_run_list_set_spec.rb +0 -115
- data/spec/unit/knife/node_show_spec.rb +0 -65
- data/spec/unit/knife/raw_spec.rb +0 -43
- data/spec/unit/knife/role_bulk_delete_spec.rb +0 -80
- data/spec/unit/knife/role_create_spec.rb +0 -80
- data/spec/unit/knife/role_delete_spec.rb +0 -67
- data/spec/unit/knife/role_edit_spec.rb +0 -77
- data/spec/unit/knife/role_env_run_list_add_spec.rb +0 -217
- data/spec/unit/knife/role_env_run_list_clear_spec.rb +0 -94
- data/spec/unit/knife/role_env_run_list_remove_spec.rb +0 -102
- data/spec/unit/knife/role_env_run_list_replace_spec.rb +0 -105
- data/spec/unit/knife/role_env_run_list_set_spec.rb +0 -99
- data/spec/unit/knife/role_from_file_spec.rb +0 -69
- data/spec/unit/knife/role_list_spec.rb +0 -54
- data/spec/unit/knife/role_run_list_add_spec.rb +0 -179
- data/spec/unit/knife/role_run_list_clear_spec.rb +0 -84
- data/spec/unit/knife/role_run_list_remove_spec.rb +0 -92
- data/spec/unit/knife/role_run_list_replace_spec.rb +0 -98
- data/spec/unit/knife/role_run_list_set_spec.rb +0 -89
- data/spec/unit/knife/role_show_spec.rb +0 -59
- data/spec/unit/knife/ssh_spec.rb +0 -403
- data/spec/unit/knife/ssl_check_spec.rb +0 -256
- data/spec/unit/knife/ssl_fetch_spec.rb +0 -222
- data/spec/unit/knife/status_spec.rb +0 -112
- data/spec/unit/knife/supermarket_download_spec.rb +0 -152
- data/spec/unit/knife/supermarket_install_spec.rb +0 -202
- data/spec/unit/knife/supermarket_list_spec.rb +0 -70
- data/spec/unit/knife/supermarket_search_spec.rb +0 -85
- data/spec/unit/knife/supermarket_share_spec.rb +0 -208
- data/spec/unit/knife/supermarket_unshare_spec.rb +0 -78
- data/spec/unit/knife/tag_create_spec.rb +0 -23
- data/spec/unit/knife/tag_delete_spec.rb +0 -25
- data/spec/unit/knife/tag_list_spec.rb +0 -23
- data/spec/unit/knife/user_create_spec.rb +0 -184
- data/spec/unit/knife/user_delete_spec.rb +0 -46
- data/spec/unit/knife/user_edit_spec.rb +0 -48
- data/spec/unit/knife/user_list_spec.rb +0 -36
- data/spec/unit/knife/user_reregister_spec.rb +0 -56
- data/spec/unit/knife/user_show_spec.rb +0 -46
- data/spec/unit/knife_spec.rb +0 -634
- data/spec/unit/provider/user/dscl_spec.rb +0 -699
- data/spec/unit/windows_service_spec.rb +0 -118
@@ -1,1060 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# Author:: John Keiser (<jkeiser@chef.io>)
|
3
|
-
# Copyright:: Copyright (c) Chef Software Inc.
|
4
|
-
# License:: Apache License, Version 2.0
|
5
|
-
#
|
6
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
-
# you may not use this file except in compliance with the License.
|
8
|
-
# You may obtain a copy of the License at
|
9
|
-
#
|
10
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
#
|
12
|
-
# Unless required by applicable law or agreed to in writing, software
|
13
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
# See the License for the specific language governing permissions and
|
16
|
-
# limitations under the License.
|
17
|
-
|
18
|
-
require "spec_helper"
|
19
|
-
require "support/shared/integration/integration_helper"
|
20
|
-
require "support/shared/context/config"
|
21
|
-
require "chef/knife/list"
|
22
|
-
|
23
|
-
describe "knife list", :workstation do
|
24
|
-
include IntegrationSupport
|
25
|
-
include KnifeSupport
|
26
|
-
|
27
|
-
include_context "default config options"
|
28
|
-
|
29
|
-
when_the_chef_server "is empty" do
|
30
|
-
it "knife list / returns all top level directories" do
|
31
|
-
knife("list /").should_succeed <<~EOM
|
32
|
-
/clients
|
33
|
-
/cookbooks
|
34
|
-
/data_bags
|
35
|
-
/environments
|
36
|
-
/nodes
|
37
|
-
/roles
|
38
|
-
/users
|
39
|
-
EOM
|
40
|
-
end
|
41
|
-
|
42
|
-
it "knife list -R / returns everything" do
|
43
|
-
knife("list -R /").should_succeed <<~EOM
|
44
|
-
/:
|
45
|
-
clients
|
46
|
-
cookbooks
|
47
|
-
data_bags
|
48
|
-
environments
|
49
|
-
nodes
|
50
|
-
roles
|
51
|
-
users
|
52
|
-
|
53
|
-
/clients:
|
54
|
-
chef-validator.json
|
55
|
-
chef-webui.json
|
56
|
-
|
57
|
-
/cookbooks:
|
58
|
-
|
59
|
-
/data_bags:
|
60
|
-
|
61
|
-
/environments:
|
62
|
-
_default.json
|
63
|
-
|
64
|
-
/nodes:
|
65
|
-
|
66
|
-
/roles:
|
67
|
-
|
68
|
-
/users:
|
69
|
-
admin.json
|
70
|
-
EOM
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
when_the_chef_server "has plenty of stuff in it" do
|
75
|
-
before do
|
76
|
-
client "client1", {}
|
77
|
-
client "client2", {}
|
78
|
-
cookbook "cookbook1", "1.0.0"
|
79
|
-
cookbook "cookbook2", "1.0.1", { "recipes" => { "default.rb" => "" } }
|
80
|
-
data_bag "bag1", { "item1" => {}, "item2" => {} }
|
81
|
-
data_bag "bag2", { "item1" => {}, "item2" => {} }
|
82
|
-
environment "environment1", {}
|
83
|
-
environment "environment2", {}
|
84
|
-
node "node1", {}
|
85
|
-
node "node2", {}
|
86
|
-
policy "policy1", "1.2.3", {}
|
87
|
-
policy "policy2", "1.2.3", {}
|
88
|
-
policy "policy2", "1.3.5", {}
|
89
|
-
role "role1", {}
|
90
|
-
role "role2", {}
|
91
|
-
user "user1", {}
|
92
|
-
user "user2", {}
|
93
|
-
end
|
94
|
-
|
95
|
-
it "knife list / returns all top level directories" do
|
96
|
-
knife("list /").should_succeed <<~EOM
|
97
|
-
/clients
|
98
|
-
/cookbooks
|
99
|
-
/data_bags
|
100
|
-
/environments
|
101
|
-
/nodes
|
102
|
-
/roles
|
103
|
-
/users
|
104
|
-
EOM
|
105
|
-
end
|
106
|
-
|
107
|
-
it "knife list -R / returns everything" do
|
108
|
-
knife("list -R /").should_succeed <<~EOM
|
109
|
-
/:
|
110
|
-
clients
|
111
|
-
cookbooks
|
112
|
-
data_bags
|
113
|
-
environments
|
114
|
-
nodes
|
115
|
-
roles
|
116
|
-
users
|
117
|
-
|
118
|
-
/clients:
|
119
|
-
chef-validator.json
|
120
|
-
chef-webui.json
|
121
|
-
client1.json
|
122
|
-
client2.json
|
123
|
-
|
124
|
-
/cookbooks:
|
125
|
-
cookbook1
|
126
|
-
cookbook2
|
127
|
-
|
128
|
-
/cookbooks/cookbook1:
|
129
|
-
metadata.rb
|
130
|
-
|
131
|
-
/cookbooks/cookbook2:
|
132
|
-
metadata.rb
|
133
|
-
recipes
|
134
|
-
|
135
|
-
/cookbooks/cookbook2/recipes:
|
136
|
-
default.rb
|
137
|
-
|
138
|
-
/data_bags:
|
139
|
-
bag1
|
140
|
-
bag2
|
141
|
-
|
142
|
-
/data_bags/bag1:
|
143
|
-
item1.json
|
144
|
-
item2.json
|
145
|
-
|
146
|
-
/data_bags/bag2:
|
147
|
-
item1.json
|
148
|
-
item2.json
|
149
|
-
|
150
|
-
/environments:
|
151
|
-
_default.json
|
152
|
-
environment1.json
|
153
|
-
environment2.json
|
154
|
-
|
155
|
-
/nodes:
|
156
|
-
node1.json
|
157
|
-
node2.json
|
158
|
-
|
159
|
-
/roles:
|
160
|
-
role1.json
|
161
|
-
role2.json
|
162
|
-
|
163
|
-
/users:
|
164
|
-
admin.json
|
165
|
-
user1.json
|
166
|
-
user2.json
|
167
|
-
EOM
|
168
|
-
end
|
169
|
-
|
170
|
-
it "knife list -R --flat / returns everything" do
|
171
|
-
knife("list -R --flat /").should_succeed <<~EOM
|
172
|
-
/clients
|
173
|
-
/clients/chef-validator.json
|
174
|
-
/clients/chef-webui.json
|
175
|
-
/clients/client1.json
|
176
|
-
/clients/client2.json
|
177
|
-
/cookbooks
|
178
|
-
/cookbooks/cookbook1
|
179
|
-
/cookbooks/cookbook1/metadata.rb
|
180
|
-
/cookbooks/cookbook2
|
181
|
-
/cookbooks/cookbook2/metadata.rb
|
182
|
-
/cookbooks/cookbook2/recipes
|
183
|
-
/cookbooks/cookbook2/recipes/default.rb
|
184
|
-
/data_bags
|
185
|
-
/data_bags/bag1
|
186
|
-
/data_bags/bag1/item1.json
|
187
|
-
/data_bags/bag1/item2.json
|
188
|
-
/data_bags/bag2
|
189
|
-
/data_bags/bag2/item1.json
|
190
|
-
/data_bags/bag2/item2.json
|
191
|
-
/environments
|
192
|
-
/environments/_default.json
|
193
|
-
/environments/environment1.json
|
194
|
-
/environments/environment2.json
|
195
|
-
/nodes
|
196
|
-
/nodes/node1.json
|
197
|
-
/nodes/node2.json
|
198
|
-
/roles
|
199
|
-
/roles/role1.json
|
200
|
-
/roles/role2.json
|
201
|
-
/users
|
202
|
-
/users/admin.json
|
203
|
-
/users/user1.json
|
204
|
-
/users/user2.json
|
205
|
-
EOM
|
206
|
-
end
|
207
|
-
|
208
|
-
it "knife list -Rfp / returns everything" do
|
209
|
-
knife("list -Rfp /").should_succeed <<~EOM
|
210
|
-
/clients/
|
211
|
-
/clients/chef-validator.json
|
212
|
-
/clients/chef-webui.json
|
213
|
-
/clients/client1.json
|
214
|
-
/clients/client2.json
|
215
|
-
/cookbooks/
|
216
|
-
/cookbooks/cookbook1/
|
217
|
-
/cookbooks/cookbook1/metadata.rb
|
218
|
-
/cookbooks/cookbook2/
|
219
|
-
/cookbooks/cookbook2/metadata.rb
|
220
|
-
/cookbooks/cookbook2/recipes/
|
221
|
-
/cookbooks/cookbook2/recipes/default.rb
|
222
|
-
/data_bags/
|
223
|
-
/data_bags/bag1/
|
224
|
-
/data_bags/bag1/item1.json
|
225
|
-
/data_bags/bag1/item2.json
|
226
|
-
/data_bags/bag2/
|
227
|
-
/data_bags/bag2/item1.json
|
228
|
-
/data_bags/bag2/item2.json
|
229
|
-
/environments/
|
230
|
-
/environments/_default.json
|
231
|
-
/environments/environment1.json
|
232
|
-
/environments/environment2.json
|
233
|
-
/nodes/
|
234
|
-
/nodes/node1.json
|
235
|
-
/nodes/node2.json
|
236
|
-
/roles/
|
237
|
-
/roles/role1.json
|
238
|
-
/roles/role2.json
|
239
|
-
/users/
|
240
|
-
/users/admin.json
|
241
|
-
/users/user1.json
|
242
|
-
/users/user2.json
|
243
|
-
EOM
|
244
|
-
end
|
245
|
-
|
246
|
-
it "knife list /cookbooks returns the list of cookbooks" do
|
247
|
-
knife("list /cookbooks").should_succeed <<~EOM
|
248
|
-
/cookbooks/cookbook1
|
249
|
-
/cookbooks/cookbook2
|
250
|
-
EOM
|
251
|
-
end
|
252
|
-
|
253
|
-
it "knife list /cookbooks/*2/*/*.rb returns the one file" do
|
254
|
-
knife("list /cookbooks/*2/*/*.rb").should_succeed "/cookbooks/cookbook2/recipes/default.rb\n"
|
255
|
-
end
|
256
|
-
|
257
|
-
it "knife list /**.rb returns all ruby files" do
|
258
|
-
knife("list /**.rb").should_succeed <<~EOM
|
259
|
-
/cookbooks/cookbook1/metadata.rb
|
260
|
-
/cookbooks/cookbook2/metadata.rb
|
261
|
-
/cookbooks/cookbook2/recipes/default.rb
|
262
|
-
EOM
|
263
|
-
end
|
264
|
-
|
265
|
-
it "knife list /cookbooks/**.rb returns all ruby files" do
|
266
|
-
knife("list /cookbooks/**.rb").should_succeed <<~EOM
|
267
|
-
/cookbooks/cookbook1/metadata.rb
|
268
|
-
/cookbooks/cookbook2/metadata.rb
|
269
|
-
/cookbooks/cookbook2/recipes/default.rb
|
270
|
-
EOM
|
271
|
-
end
|
272
|
-
|
273
|
-
it "knife list /**.json returns all json files" do
|
274
|
-
knife("list /**.json").should_succeed <<~EOM
|
275
|
-
/clients/chef-validator.json
|
276
|
-
/clients/chef-webui.json
|
277
|
-
/clients/client1.json
|
278
|
-
/clients/client2.json
|
279
|
-
/data_bags/bag1/item1.json
|
280
|
-
/data_bags/bag1/item2.json
|
281
|
-
/data_bags/bag2/item1.json
|
282
|
-
/data_bags/bag2/item2.json
|
283
|
-
/environments/_default.json
|
284
|
-
/environments/environment1.json
|
285
|
-
/environments/environment2.json
|
286
|
-
/nodes/node1.json
|
287
|
-
/nodes/node2.json
|
288
|
-
/roles/role1.json
|
289
|
-
/roles/role2.json
|
290
|
-
/users/admin.json
|
291
|
-
/users/user1.json
|
292
|
-
/users/user2.json
|
293
|
-
EOM
|
294
|
-
end
|
295
|
-
|
296
|
-
it "knife list /data**.json returns all data bag json files" do
|
297
|
-
knife("list /data**.json").should_succeed <<~EOM
|
298
|
-
/data_bags/bag1/item1.json
|
299
|
-
/data_bags/bag1/item2.json
|
300
|
-
/data_bags/bag2/item1.json
|
301
|
-
/data_bags/bag2/item2.json
|
302
|
-
EOM
|
303
|
-
end
|
304
|
-
|
305
|
-
it "knife list /environments/missing_file.json reports missing file" do
|
306
|
-
knife("list /environments/missing_file.json").should_fail "ERROR: /environments/missing_file.json: No such file or directory\n"
|
307
|
-
end
|
308
|
-
|
309
|
-
context "missing file/directory exact match tests" do
|
310
|
-
it "knife list /blarghle reports missing directory" do
|
311
|
-
knife("list /blarghle").should_fail "ERROR: /blarghle: No such file or directory\n"
|
312
|
-
end
|
313
|
-
end
|
314
|
-
|
315
|
-
context "symlink tests" do
|
316
|
-
when_the_repository "is empty" do
|
317
|
-
context "when cwd is at the top of the repository" do
|
318
|
-
before { cwd "." }
|
319
|
-
|
320
|
-
it "knife list -Rfp returns everything" do
|
321
|
-
knife("list -Rfp").should_succeed <<~EOM
|
322
|
-
clients/
|
323
|
-
clients/chef-validator.json
|
324
|
-
clients/chef-webui.json
|
325
|
-
clients/client1.json
|
326
|
-
clients/client2.json
|
327
|
-
cookbooks/
|
328
|
-
cookbooks/cookbook1/
|
329
|
-
cookbooks/cookbook1/metadata.rb
|
330
|
-
cookbooks/cookbook2/
|
331
|
-
cookbooks/cookbook2/metadata.rb
|
332
|
-
cookbooks/cookbook2/recipes/
|
333
|
-
cookbooks/cookbook2/recipes/default.rb
|
334
|
-
data_bags/
|
335
|
-
data_bags/bag1/
|
336
|
-
data_bags/bag1/item1.json
|
337
|
-
data_bags/bag1/item2.json
|
338
|
-
data_bags/bag2/
|
339
|
-
data_bags/bag2/item1.json
|
340
|
-
data_bags/bag2/item2.json
|
341
|
-
environments/
|
342
|
-
environments/_default.json
|
343
|
-
environments/environment1.json
|
344
|
-
environments/environment2.json
|
345
|
-
nodes/
|
346
|
-
nodes/node1.json
|
347
|
-
nodes/node2.json
|
348
|
-
roles/
|
349
|
-
roles/role1.json
|
350
|
-
roles/role2.json
|
351
|
-
users/
|
352
|
-
users/admin.json
|
353
|
-
users/user1.json
|
354
|
-
users/user2.json
|
355
|
-
EOM
|
356
|
-
end
|
357
|
-
end
|
358
|
-
end
|
359
|
-
|
360
|
-
when_the_repository "has a cookbooks directory" do
|
361
|
-
before { directory "cookbooks" }
|
362
|
-
context "when cwd is in cookbooks/" do
|
363
|
-
before { cwd "cookbooks" }
|
364
|
-
|
365
|
-
it "knife list -Rfp / returns everything" do
|
366
|
-
knife("list -Rfp /").should_succeed <<~EOM
|
367
|
-
/clients/
|
368
|
-
/clients/chef-validator.json
|
369
|
-
/clients/chef-webui.json
|
370
|
-
/clients/client1.json
|
371
|
-
/clients/client2.json
|
372
|
-
./
|
373
|
-
cookbook1/
|
374
|
-
cookbook1/metadata.rb
|
375
|
-
cookbook2/
|
376
|
-
cookbook2/metadata.rb
|
377
|
-
cookbook2/recipes/
|
378
|
-
cookbook2/recipes/default.rb
|
379
|
-
/data_bags/
|
380
|
-
/data_bags/bag1/
|
381
|
-
/data_bags/bag1/item1.json
|
382
|
-
/data_bags/bag1/item2.json
|
383
|
-
/data_bags/bag2/
|
384
|
-
/data_bags/bag2/item1.json
|
385
|
-
/data_bags/bag2/item2.json
|
386
|
-
/environments/
|
387
|
-
/environments/_default.json
|
388
|
-
/environments/environment1.json
|
389
|
-
/environments/environment2.json
|
390
|
-
/nodes/
|
391
|
-
/nodes/node1.json
|
392
|
-
/nodes/node2.json
|
393
|
-
/roles/
|
394
|
-
/roles/role1.json
|
395
|
-
/roles/role2.json
|
396
|
-
/users/
|
397
|
-
/users/admin.json
|
398
|
-
/users/user1.json
|
399
|
-
/users/user2.json
|
400
|
-
EOM
|
401
|
-
end
|
402
|
-
|
403
|
-
it "knife list -Rfp .. returns everything" do
|
404
|
-
knife("list -Rfp ..").should_succeed <<~EOM
|
405
|
-
/clients/
|
406
|
-
/clients/chef-validator.json
|
407
|
-
/clients/chef-webui.json
|
408
|
-
/clients/client1.json
|
409
|
-
/clients/client2.json
|
410
|
-
./
|
411
|
-
cookbook1/
|
412
|
-
cookbook1/metadata.rb
|
413
|
-
cookbook2/
|
414
|
-
cookbook2/metadata.rb
|
415
|
-
cookbook2/recipes/
|
416
|
-
cookbook2/recipes/default.rb
|
417
|
-
/data_bags/
|
418
|
-
/data_bags/bag1/
|
419
|
-
/data_bags/bag1/item1.json
|
420
|
-
/data_bags/bag1/item2.json
|
421
|
-
/data_bags/bag2/
|
422
|
-
/data_bags/bag2/item1.json
|
423
|
-
/data_bags/bag2/item2.json
|
424
|
-
/environments/
|
425
|
-
/environments/_default.json
|
426
|
-
/environments/environment1.json
|
427
|
-
/environments/environment2.json
|
428
|
-
/nodes/
|
429
|
-
/nodes/node1.json
|
430
|
-
/nodes/node2.json
|
431
|
-
/roles/
|
432
|
-
/roles/role1.json
|
433
|
-
/roles/role2.json
|
434
|
-
/users/
|
435
|
-
/users/admin.json
|
436
|
-
/users/user1.json
|
437
|
-
/users/user2.json
|
438
|
-
EOM
|
439
|
-
end
|
440
|
-
|
441
|
-
it "knife list -Rfp returns cookbooks" do
|
442
|
-
knife("list -Rfp").should_succeed <<~EOM
|
443
|
-
cookbook1/
|
444
|
-
cookbook1/metadata.rb
|
445
|
-
cookbook2/
|
446
|
-
cookbook2/metadata.rb
|
447
|
-
cookbook2/recipes/
|
448
|
-
cookbook2/recipes/default.rb
|
449
|
-
EOM
|
450
|
-
end
|
451
|
-
end
|
452
|
-
end
|
453
|
-
|
454
|
-
when_the_repository "has a cookbooks/cookbook2 directory" do
|
455
|
-
before { directory "cookbooks/cookbook2" }
|
456
|
-
|
457
|
-
context "when cwd is in cookbooks/cookbook2" do
|
458
|
-
before { cwd "cookbooks/cookbook2" }
|
459
|
-
|
460
|
-
it "knife list -Rfp returns cookbooks" do
|
461
|
-
knife("list -Rfp").should_succeed <<~EOM
|
462
|
-
metadata.rb
|
463
|
-
recipes/
|
464
|
-
recipes/default.rb
|
465
|
-
EOM
|
466
|
-
end
|
467
|
-
end
|
468
|
-
end
|
469
|
-
|
470
|
-
when_the_repository "has a cookbooks directory and a symlinked cookbooks directory", skip: (ChefUtils.windows?) do
|
471
|
-
before do
|
472
|
-
directory "cookbooks"
|
473
|
-
symlink "symlinked", "cookbooks"
|
474
|
-
end
|
475
|
-
|
476
|
-
context "when cwd is in cookbooks/" do
|
477
|
-
before { cwd "cookbooks" }
|
478
|
-
|
479
|
-
it "knife list -Rfp returns cookbooks" do
|
480
|
-
knife("list -Rfp").should_succeed <<~EOM
|
481
|
-
cookbook1/
|
482
|
-
cookbook1/metadata.rb
|
483
|
-
cookbook2/
|
484
|
-
cookbook2/metadata.rb
|
485
|
-
cookbook2/recipes/
|
486
|
-
cookbook2/recipes/default.rb
|
487
|
-
EOM
|
488
|
-
end
|
489
|
-
end
|
490
|
-
|
491
|
-
context "when cwd is in symlinked/" do
|
492
|
-
before { cwd "symlinked" }
|
493
|
-
|
494
|
-
it "knife list -Rfp returns cookbooks" do
|
495
|
-
knife("list -Rfp").should_succeed <<~EOM
|
496
|
-
cookbook1/
|
497
|
-
cookbook1/metadata.rb
|
498
|
-
cookbook2/
|
499
|
-
cookbook2/metadata.rb
|
500
|
-
cookbook2/recipes/
|
501
|
-
cookbook2/recipes/default.rb
|
502
|
-
EOM
|
503
|
-
end
|
504
|
-
end
|
505
|
-
end
|
506
|
-
|
507
|
-
when_the_repository "has a real_cookbooks directory and a cookbooks symlink to it", skip: (ChefUtils.windows?) do
|
508
|
-
before do
|
509
|
-
directory "real_cookbooks"
|
510
|
-
symlink "cookbooks", "real_cookbooks"
|
511
|
-
end
|
512
|
-
|
513
|
-
context "when cwd is in real_cookbooks/" do
|
514
|
-
before { cwd "real_cookbooks" }
|
515
|
-
|
516
|
-
it "knife list -Rfp returns cookbooks" do
|
517
|
-
knife("list -Rfp").should_succeed <<~EOM
|
518
|
-
cookbook1/
|
519
|
-
cookbook1/metadata.rb
|
520
|
-
cookbook2/
|
521
|
-
cookbook2/metadata.rb
|
522
|
-
cookbook2/recipes/
|
523
|
-
cookbook2/recipes/default.rb
|
524
|
-
EOM
|
525
|
-
end
|
526
|
-
end
|
527
|
-
|
528
|
-
context "when cwd is in cookbooks/" do
|
529
|
-
before { cwd "cookbooks" }
|
530
|
-
|
531
|
-
it "knife list -Rfp returns cookbooks" do
|
532
|
-
knife("list -Rfp").should_succeed <<~EOM
|
533
|
-
cookbook1/
|
534
|
-
cookbook1/metadata.rb
|
535
|
-
cookbook2/
|
536
|
-
cookbook2/metadata.rb
|
537
|
-
cookbook2/recipes/
|
538
|
-
cookbook2/recipes/default.rb
|
539
|
-
EOM
|
540
|
-
end
|
541
|
-
end
|
542
|
-
end
|
543
|
-
end
|
544
|
-
end
|
545
|
-
|
546
|
-
context "--local" do
|
547
|
-
when_the_repository "is empty" do
|
548
|
-
it "knife list --local / returns nothing" do
|
549
|
-
knife("list --local /").should_succeed ""
|
550
|
-
end
|
551
|
-
|
552
|
-
it "knife list /roles returns nothing" do
|
553
|
-
knife("list --local /roles").should_fail "ERROR: /roles: No such file or directory\n"
|
554
|
-
end
|
555
|
-
end
|
556
|
-
|
557
|
-
when_the_repository "has a bunch of stuff" do
|
558
|
-
before do
|
559
|
-
file "clients/client1.json", {}
|
560
|
-
file "clients/client2.json", {}
|
561
|
-
|
562
|
-
directory "cookbooks/cookbook1" do
|
563
|
-
file "metadata.rb", cb_metadata("cookbook1", "1.0.0")
|
564
|
-
end
|
565
|
-
directory "cookbooks/cookbook2" do
|
566
|
-
file "metadata.rb", cb_metadata("cookbook2", "2.0.0")
|
567
|
-
file "recipes/default.rb", ""
|
568
|
-
end
|
569
|
-
|
570
|
-
directory "data_bags" do
|
571
|
-
directory "bag1" do
|
572
|
-
file "item1.json", {}
|
573
|
-
file "item2.json", {}
|
574
|
-
end
|
575
|
-
directory "bag2" do
|
576
|
-
file "item1.json", {}
|
577
|
-
file "item2.json", {}
|
578
|
-
end
|
579
|
-
end
|
580
|
-
|
581
|
-
file "environments/environment1.json", {}
|
582
|
-
file "environments/environment2.json", {}
|
583
|
-
file "nodes/node1.json", {}
|
584
|
-
file "nodes/node2.json", {}
|
585
|
-
|
586
|
-
file "roles/role1.json", {}
|
587
|
-
file "roles/role2.json", {}
|
588
|
-
file "users/user1.json", {}
|
589
|
-
file "users/user2.json", {}
|
590
|
-
end
|
591
|
-
|
592
|
-
it "knife list -Rfp / returns everything" do
|
593
|
-
knife("list -Rp --local --flat /").should_succeed <<~EOM
|
594
|
-
/clients/
|
595
|
-
/clients/client1.json
|
596
|
-
/clients/client2.json
|
597
|
-
/cookbooks/
|
598
|
-
/cookbooks/cookbook1/
|
599
|
-
/cookbooks/cookbook1/metadata.rb
|
600
|
-
/cookbooks/cookbook2/
|
601
|
-
/cookbooks/cookbook2/metadata.rb
|
602
|
-
/cookbooks/cookbook2/recipes/
|
603
|
-
/cookbooks/cookbook2/recipes/default.rb
|
604
|
-
/data_bags/
|
605
|
-
/data_bags/bag1/
|
606
|
-
/data_bags/bag1/item1.json
|
607
|
-
/data_bags/bag1/item2.json
|
608
|
-
/data_bags/bag2/
|
609
|
-
/data_bags/bag2/item1.json
|
610
|
-
/data_bags/bag2/item2.json
|
611
|
-
/environments/
|
612
|
-
/environments/environment1.json
|
613
|
-
/environments/environment2.json
|
614
|
-
/nodes/
|
615
|
-
/nodes/node1.json
|
616
|
-
/nodes/node2.json
|
617
|
-
/roles/
|
618
|
-
/roles/role1.json
|
619
|
-
/roles/role2.json
|
620
|
-
/users/
|
621
|
-
/users/user1.json
|
622
|
-
/users/user2.json
|
623
|
-
EOM
|
624
|
-
end
|
625
|
-
|
626
|
-
context "missing file/directory tests" do
|
627
|
-
it "knife list --local /blarghle reports missing directory" do
|
628
|
-
knife("list --local /blarghle").should_fail "ERROR: /blarghle: No such file or directory\n"
|
629
|
-
end
|
630
|
-
|
631
|
-
it "knife list /roles/blarghle reports missing directory" do
|
632
|
-
knife("list --local /roles/blarghle").should_fail "ERROR: /roles/blarghle: No such file or directory\n"
|
633
|
-
end
|
634
|
-
|
635
|
-
it "knife list /roles/blarghle/blorghle reports missing directory" do
|
636
|
-
knife("list --local /roles/blarghle/blorghle").should_fail "ERROR: /roles/blarghle/blorghle: No such file or directory\n"
|
637
|
-
end
|
638
|
-
end
|
639
|
-
end
|
640
|
-
end
|
641
|
-
|
642
|
-
when_the_chef_server "is in Enterprise mode", osc_compat: false, single_org: false do
|
643
|
-
before do
|
644
|
-
organization "foo"
|
645
|
-
end
|
646
|
-
|
647
|
-
before :each do
|
648
|
-
Chef::Config.chef_server_url = URI.join(Chef::Config.chef_server_url, "/organizations/foo")
|
649
|
-
end
|
650
|
-
|
651
|
-
context "and is empty" do
|
652
|
-
it "knife list / returns all top level directories" do
|
653
|
-
knife("list /").should_succeed <<~EOM
|
654
|
-
/acls
|
655
|
-
/clients
|
656
|
-
/containers
|
657
|
-
/cookbook_artifacts
|
658
|
-
/cookbooks
|
659
|
-
/data_bags
|
660
|
-
/environments
|
661
|
-
/groups
|
662
|
-
/invitations.json
|
663
|
-
/members.json
|
664
|
-
/nodes
|
665
|
-
/org.json
|
666
|
-
/policies
|
667
|
-
/policy_groups
|
668
|
-
/roles
|
669
|
-
EOM
|
670
|
-
end
|
671
|
-
|
672
|
-
it "knife list -R / returns everything" do
|
673
|
-
knife("list -R /").should_succeed <<~EOM
|
674
|
-
/:
|
675
|
-
acls
|
676
|
-
clients
|
677
|
-
containers
|
678
|
-
cookbook_artifacts
|
679
|
-
cookbooks
|
680
|
-
data_bags
|
681
|
-
environments
|
682
|
-
groups
|
683
|
-
invitations.json
|
684
|
-
members.json
|
685
|
-
nodes
|
686
|
-
org.json
|
687
|
-
policies
|
688
|
-
policy_groups
|
689
|
-
roles
|
690
|
-
|
691
|
-
/acls:
|
692
|
-
clients
|
693
|
-
containers
|
694
|
-
cookbook_artifacts
|
695
|
-
cookbooks
|
696
|
-
data_bags
|
697
|
-
environments
|
698
|
-
groups
|
699
|
-
nodes
|
700
|
-
organization.json
|
701
|
-
policies
|
702
|
-
policy_groups
|
703
|
-
roles
|
704
|
-
|
705
|
-
/acls/clients:
|
706
|
-
foo-validator.json
|
707
|
-
|
708
|
-
/acls/containers:
|
709
|
-
clients.json
|
710
|
-
containers.json
|
711
|
-
cookbook_artifacts.json
|
712
|
-
cookbooks.json
|
713
|
-
data.json
|
714
|
-
environments.json
|
715
|
-
groups.json
|
716
|
-
nodes.json
|
717
|
-
policies.json
|
718
|
-
policy_groups.json
|
719
|
-
roles.json
|
720
|
-
sandboxes.json
|
721
|
-
|
722
|
-
/acls/cookbook_artifacts:
|
723
|
-
|
724
|
-
/acls/cookbooks:
|
725
|
-
|
726
|
-
/acls/data_bags:
|
727
|
-
|
728
|
-
/acls/environments:
|
729
|
-
_default.json
|
730
|
-
|
731
|
-
/acls/groups:
|
732
|
-
admins.json
|
733
|
-
billing-admins.json
|
734
|
-
clients.json
|
735
|
-
users.json
|
736
|
-
|
737
|
-
/acls/nodes:
|
738
|
-
|
739
|
-
/acls/policies:
|
740
|
-
|
741
|
-
/acls/policy_groups:
|
742
|
-
|
743
|
-
/acls/roles:
|
744
|
-
|
745
|
-
/clients:
|
746
|
-
foo-validator.json
|
747
|
-
|
748
|
-
/containers:
|
749
|
-
clients.json
|
750
|
-
containers.json
|
751
|
-
cookbook_artifacts.json
|
752
|
-
cookbooks.json
|
753
|
-
data.json
|
754
|
-
environments.json
|
755
|
-
groups.json
|
756
|
-
nodes.json
|
757
|
-
policies.json
|
758
|
-
policy_groups.json
|
759
|
-
roles.json
|
760
|
-
sandboxes.json
|
761
|
-
|
762
|
-
/cookbook_artifacts:
|
763
|
-
|
764
|
-
/cookbooks:
|
765
|
-
|
766
|
-
/data_bags:
|
767
|
-
|
768
|
-
/environments:
|
769
|
-
_default.json
|
770
|
-
|
771
|
-
/groups:
|
772
|
-
admins.json
|
773
|
-
billing-admins.json
|
774
|
-
clients.json
|
775
|
-
users.json
|
776
|
-
|
777
|
-
/nodes:
|
778
|
-
|
779
|
-
/policies:
|
780
|
-
|
781
|
-
/policy_groups:
|
782
|
-
|
783
|
-
/roles:
|
784
|
-
EOM
|
785
|
-
end
|
786
|
-
end
|
787
|
-
|
788
|
-
it "knife list -R / returns everything" do
|
789
|
-
knife("list -R /").should_succeed <<~EOM
|
790
|
-
/:
|
791
|
-
acls
|
792
|
-
clients
|
793
|
-
containers
|
794
|
-
cookbook_artifacts
|
795
|
-
cookbooks
|
796
|
-
data_bags
|
797
|
-
environments
|
798
|
-
groups
|
799
|
-
invitations.json
|
800
|
-
members.json
|
801
|
-
nodes
|
802
|
-
org.json
|
803
|
-
policies
|
804
|
-
policy_groups
|
805
|
-
roles
|
806
|
-
|
807
|
-
/acls:
|
808
|
-
clients
|
809
|
-
containers
|
810
|
-
cookbook_artifacts
|
811
|
-
cookbooks
|
812
|
-
data_bags
|
813
|
-
environments
|
814
|
-
groups
|
815
|
-
nodes
|
816
|
-
organization.json
|
817
|
-
policies
|
818
|
-
policy_groups
|
819
|
-
roles
|
820
|
-
|
821
|
-
/acls/clients:
|
822
|
-
foo-validator.json
|
823
|
-
|
824
|
-
/acls/containers:
|
825
|
-
clients.json
|
826
|
-
containers.json
|
827
|
-
cookbook_artifacts.json
|
828
|
-
cookbooks.json
|
829
|
-
data.json
|
830
|
-
environments.json
|
831
|
-
groups.json
|
832
|
-
nodes.json
|
833
|
-
policies.json
|
834
|
-
policy_groups.json
|
835
|
-
roles.json
|
836
|
-
sandboxes.json
|
837
|
-
|
838
|
-
/acls/cookbook_artifacts:
|
839
|
-
|
840
|
-
/acls/cookbooks:
|
841
|
-
|
842
|
-
/acls/data_bags:
|
843
|
-
|
844
|
-
/acls/environments:
|
845
|
-
_default.json
|
846
|
-
|
847
|
-
/acls/groups:
|
848
|
-
admins.json
|
849
|
-
billing-admins.json
|
850
|
-
clients.json
|
851
|
-
users.json
|
852
|
-
|
853
|
-
/acls/nodes:
|
854
|
-
|
855
|
-
/acls/policies:
|
856
|
-
|
857
|
-
/acls/policy_groups:
|
858
|
-
|
859
|
-
/acls/roles:
|
860
|
-
|
861
|
-
/clients:
|
862
|
-
foo-validator.json
|
863
|
-
|
864
|
-
/containers:
|
865
|
-
clients.json
|
866
|
-
containers.json
|
867
|
-
cookbook_artifacts.json
|
868
|
-
cookbooks.json
|
869
|
-
data.json
|
870
|
-
environments.json
|
871
|
-
groups.json
|
872
|
-
nodes.json
|
873
|
-
policies.json
|
874
|
-
policy_groups.json
|
875
|
-
roles.json
|
876
|
-
sandboxes.json
|
877
|
-
|
878
|
-
/cookbook_artifacts:
|
879
|
-
|
880
|
-
/cookbooks:
|
881
|
-
|
882
|
-
/data_bags:
|
883
|
-
|
884
|
-
/environments:
|
885
|
-
_default.json
|
886
|
-
|
887
|
-
/groups:
|
888
|
-
admins.json
|
889
|
-
billing-admins.json
|
890
|
-
clients.json
|
891
|
-
users.json
|
892
|
-
|
893
|
-
/nodes:
|
894
|
-
|
895
|
-
/policies:
|
896
|
-
|
897
|
-
/policy_groups:
|
898
|
-
|
899
|
-
/roles:
|
900
|
-
EOM
|
901
|
-
end
|
902
|
-
|
903
|
-
context "has plenty of stuff in it" do
|
904
|
-
before do
|
905
|
-
client "client1", {}
|
906
|
-
client "client2", {}
|
907
|
-
container "container1", {}
|
908
|
-
container "container2", {}
|
909
|
-
cookbook "cookbook1", "1.0.0"
|
910
|
-
cookbook "cookbook2", "1.0.1", { "recipes" => { "default.rb" => "" } }
|
911
|
-
cookbook_artifact "cookbook_artifact1", "1x1"
|
912
|
-
cookbook_artifact "cookbook_artifact2", "2x2", { "recipes" => { "default.rb" => "" } }
|
913
|
-
data_bag "bag1", { "item1" => {}, "item2" => {} }
|
914
|
-
data_bag "bag2", { "item1" => {}, "item2" => {} }
|
915
|
-
environment "environment1", {}
|
916
|
-
environment "environment2", {}
|
917
|
-
group "group1", {}
|
918
|
-
group "group2", {}
|
919
|
-
node "node1", {}
|
920
|
-
node "node2", {}
|
921
|
-
org_invite "user1"
|
922
|
-
org_member "user2"
|
923
|
-
policy "policy1", "1.2.3", {}
|
924
|
-
policy "policy2", "1.2.3", {}
|
925
|
-
policy "policy2", "1.3.5", {}
|
926
|
-
policy_group "policy_group1", { "policies" => { "policy1" => { "revision_id" => "1.2.3" } } }
|
927
|
-
policy_group "policy_group2", { "policies" => { "policy2" => { "revision_id" => "1.3.5" } } }
|
928
|
-
role "role1", {}
|
929
|
-
role "role2", {}
|
930
|
-
user "user1", {}
|
931
|
-
user "user2", {}
|
932
|
-
end
|
933
|
-
|
934
|
-
it "knife list -Rfp / returns everything" do
|
935
|
-
knife("list -Rfp /").should_succeed <<~EOM
|
936
|
-
/acls/
|
937
|
-
/acls/clients/
|
938
|
-
/acls/clients/client1.json
|
939
|
-
/acls/clients/client2.json
|
940
|
-
/acls/clients/foo-validator.json
|
941
|
-
/acls/containers/
|
942
|
-
/acls/containers/clients.json
|
943
|
-
/acls/containers/container1.json
|
944
|
-
/acls/containers/container2.json
|
945
|
-
/acls/containers/containers.json
|
946
|
-
/acls/containers/cookbook_artifacts.json
|
947
|
-
/acls/containers/cookbooks.json
|
948
|
-
/acls/containers/data.json
|
949
|
-
/acls/containers/environments.json
|
950
|
-
/acls/containers/groups.json
|
951
|
-
/acls/containers/nodes.json
|
952
|
-
/acls/containers/policies.json
|
953
|
-
/acls/containers/policy_groups.json
|
954
|
-
/acls/containers/roles.json
|
955
|
-
/acls/containers/sandboxes.json
|
956
|
-
/acls/cookbook_artifacts/
|
957
|
-
/acls/cookbook_artifacts/cookbook_artifact1.json
|
958
|
-
/acls/cookbook_artifacts/cookbook_artifact2.json
|
959
|
-
/acls/cookbooks/
|
960
|
-
/acls/cookbooks/cookbook1.json
|
961
|
-
/acls/cookbooks/cookbook2.json
|
962
|
-
/acls/data_bags/
|
963
|
-
/acls/data_bags/bag1.json
|
964
|
-
/acls/data_bags/bag2.json
|
965
|
-
/acls/environments/
|
966
|
-
/acls/environments/_default.json
|
967
|
-
/acls/environments/environment1.json
|
968
|
-
/acls/environments/environment2.json
|
969
|
-
/acls/groups/
|
970
|
-
/acls/groups/admins.json
|
971
|
-
/acls/groups/billing-admins.json
|
972
|
-
/acls/groups/clients.json
|
973
|
-
/acls/groups/group1.json
|
974
|
-
/acls/groups/group2.json
|
975
|
-
/acls/groups/users.json
|
976
|
-
/acls/nodes/
|
977
|
-
/acls/nodes/node1.json
|
978
|
-
/acls/nodes/node2.json
|
979
|
-
/acls/organization.json
|
980
|
-
/acls/policies/
|
981
|
-
/acls/policies/policy1.json
|
982
|
-
/acls/policies/policy2.json
|
983
|
-
/acls/policy_groups/
|
984
|
-
/acls/policy_groups/policy_group1.json
|
985
|
-
/acls/policy_groups/policy_group2.json
|
986
|
-
/acls/roles/
|
987
|
-
/acls/roles/role1.json
|
988
|
-
/acls/roles/role2.json
|
989
|
-
/clients/
|
990
|
-
/clients/client1.json
|
991
|
-
/clients/client2.json
|
992
|
-
/clients/foo-validator.json
|
993
|
-
/containers/
|
994
|
-
/containers/clients.json
|
995
|
-
/containers/container1.json
|
996
|
-
/containers/container2.json
|
997
|
-
/containers/containers.json
|
998
|
-
/containers/cookbook_artifacts.json
|
999
|
-
/containers/cookbooks.json
|
1000
|
-
/containers/data.json
|
1001
|
-
/containers/environments.json
|
1002
|
-
/containers/groups.json
|
1003
|
-
/containers/nodes.json
|
1004
|
-
/containers/policies.json
|
1005
|
-
/containers/policy_groups.json
|
1006
|
-
/containers/roles.json
|
1007
|
-
/containers/sandboxes.json
|
1008
|
-
/cookbook_artifacts/
|
1009
|
-
/cookbook_artifacts/cookbook_artifact1-1x1/
|
1010
|
-
/cookbook_artifacts/cookbook_artifact1-1x1/metadata.rb
|
1011
|
-
/cookbook_artifacts/cookbook_artifact2-2x2/
|
1012
|
-
/cookbook_artifacts/cookbook_artifact2-2x2/metadata.rb
|
1013
|
-
/cookbook_artifacts/cookbook_artifact2-2x2/recipes/
|
1014
|
-
/cookbook_artifacts/cookbook_artifact2-2x2/recipes/default.rb
|
1015
|
-
/cookbooks/
|
1016
|
-
/cookbooks/cookbook1/
|
1017
|
-
/cookbooks/cookbook1/metadata.rb
|
1018
|
-
/cookbooks/cookbook2/
|
1019
|
-
/cookbooks/cookbook2/metadata.rb
|
1020
|
-
/cookbooks/cookbook2/recipes/
|
1021
|
-
/cookbooks/cookbook2/recipes/default.rb
|
1022
|
-
/data_bags/
|
1023
|
-
/data_bags/bag1/
|
1024
|
-
/data_bags/bag1/item1.json
|
1025
|
-
/data_bags/bag1/item2.json
|
1026
|
-
/data_bags/bag2/
|
1027
|
-
/data_bags/bag2/item1.json
|
1028
|
-
/data_bags/bag2/item2.json
|
1029
|
-
/environments/
|
1030
|
-
/environments/_default.json
|
1031
|
-
/environments/environment1.json
|
1032
|
-
/environments/environment2.json
|
1033
|
-
/groups/
|
1034
|
-
/groups/admins.json
|
1035
|
-
/groups/billing-admins.json
|
1036
|
-
/groups/clients.json
|
1037
|
-
/groups/group1.json
|
1038
|
-
/groups/group2.json
|
1039
|
-
/groups/users.json
|
1040
|
-
/invitations.json
|
1041
|
-
/members.json
|
1042
|
-
/nodes/
|
1043
|
-
/nodes/node1.json
|
1044
|
-
/nodes/node2.json
|
1045
|
-
/org.json
|
1046
|
-
/policies/
|
1047
|
-
/policies/policy1-1.2.3.json
|
1048
|
-
/policies/policy2-1.2.3.json
|
1049
|
-
/policies/policy2-1.3.5.json
|
1050
|
-
/policy_groups/
|
1051
|
-
/policy_groups/policy_group1.json
|
1052
|
-
/policy_groups/policy_group2.json
|
1053
|
-
/roles/
|
1054
|
-
/roles/role1.json
|
1055
|
-
/roles/role2.json
|
1056
|
-
EOM
|
1057
|
-
end
|
1058
|
-
end
|
1059
|
-
end
|
1060
|
-
end
|