Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker Swarm support #1296

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add Docker Swarm support #1296

wants to merge 3 commits into from

Conversation

damacus
Copy link
Member

@damacus damacus commented Dec 14, 2024

  • Adds swarm init, join, service & token resources

Signed-off-by: Dan Webb [email protected]

- Adds swarm init, join, service & token resources

Signed-off-by: Dan Webb <[email protected]>
@damacus damacus requested a review from a team as a code owner December 14, 2024 23:08
Signed-off-by: Dan Webb <[email protected]>
Copy link

😰 RSpec failure

293 examples, 157 failures
Example Description Message
spec/docker_test/container_spec.rb:728 docker_test::container runs execute[change_network_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:732 docker_test::container runs docker_container[change_network_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:23 docker_test::container testing create action create docker_container[hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:52 docker_test::container testing run action run docker_container[hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:59 docker_test::container testing run action run_if_missing docker_container[alpine_ls] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:69 docker_test::container testing ports property run docker_container[an_echo_server] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:78 docker_test::container testing ports property run docker_container[another_echo_server] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:87 docker_test::container testing ports property run docker_container[an_udp_echo_server] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:96 docker_test::container testing ports property run docker_container[multi_ip_port] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:105 docker_test::container testing ports property run docker_container[port_range] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:116 docker_test::container testing action :kill run execute[bill] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:122 docker_test::container testing action :kill kill docker_container[bill] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:128 docker_test::container testing action :stop run execute[hammer_time] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:134 docker_test::container testing action :stop stop docker_container[hammer_time] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:140 docker_test::container testing action :pause run execute[rm stale red_light] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:146 docker_test::container testing action :pause run execute[red_light] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:152 docker_test::container testing action :pause pause docker_container[red_light] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:158 docker_test::container testing action :unpause run bash[green_light] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:162 docker_test::container testing action :unpause unpause docker_container[green_light] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:168 docker_test::container testing action :restart run bash[quitter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:172 docker_test::container testing action :restart restart docker_container[quitter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:176 docker_test::container testing action :restart create file[/marker_container_quitter_restarter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:180 docker_test::container testing action :restart run execute[restarter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:186 docker_test::container testing action :restart restart docker_container[restarter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:190 docker_test::container testing action :restart create file[/marker_container_restarter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:196 docker_test::container testing action :delete run execute[deleteme] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:202 docker_test::container testing action :delete create file[/marker_container_deleteme uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:206 docker_test::container testing action :delete delete docker_container[deleteme] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:212 docker_test::container testing action :redeploy runs docker_container[redeployer] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:221 docker_test::container testing action :redeploy creates docker_container[unstarted_redeployer] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:230 docker_test::container testing action :redeploy runs execute[redeploy redeployers] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:236 docker_test::container testing bind_mounter creates directory[/hostbits] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:244 docker_test::container testing bind_mounter creates file[/hostbits/hello.txt] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:253 docker_test::container testing bind_mounter creates directory[/more-hostbits] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:261 docker_test::container testing bind_mounter creates file[/more-hostbits/hello.txt] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:270 docker_test::container testing bind_mounter run_if_missing docker_container[bind_mounter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:281 docker_test::container testing binds_alias run_if_missing docker_container[binds_alias] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:292 docker_test::container testing tmpfs_mounter run_if_missing_docker_container[tmpfs_mounter] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:302 docker_test::container testing volumes_from creates directory[/chefbuilder] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:309 docker_test::container testing volumes_from runs execute[copy chef to chefbuilder] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:316 docker_test::container testing volumes_from creates file[/chefbuilder/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:320 docker_test::container testing volumes_from build_if_missing docker_image[chef_container] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:327 docker_test::container testing volumes_from create docker_container[chef_container] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:334 docker_test::container testing volumes_from run_if_missing docker_container[ohai_debian] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:344 docker_test::container testing env run_if_missing docker_container[env] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:354 docker_test::container testing entrypoint run_if_missing docker_container[ohai_again] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:362 docker_test::container testing entrypoint run_if_missing docker_container[ohai_again_debian] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:373 docker_test::container testing Dockefile CMD directive creates directory[/cmd_test] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:377 docker_test::container testing Dockefile CMD directive creates file[/cmd_test/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:381 docker_test::container testing Dockefile CMD directive build_if_missing docker_image[cmd_test] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:388 docker_test::container testing Dockefile CMD directive run_if_missing docker_container[cmd_test] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:394 docker_test::container testing autoremove runs docker_container[sean_was_here] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:402 docker_test::container testing autoremove creates file[/marker_container_sean_was_here] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:408 docker_test::container testing detach runs docker_container[attached] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:416 docker_test::container testing detach creates file[/marker_container_attached] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:421 docker_test::container testing detach with timeout runs docker_container[attached_with_timeout] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:430 docker_test::container testing detach with timeout creates file[/marker_container_attached_with_timeout] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:437 docker_test::container testing cap_add run_if_missing docker_container[cap_add_net_admin] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:445 docker_test::container testing cap_add run_if_missing docker_container[cap_add_net_admin_error] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:454 docker_test::container testing cap_drop run_if_missing docker_container[cap_drop_mknod] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:462 docker_test::container testing cap_drop run_if_missing docker_container[cap_drop_mknod_error] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:471 docker_test::container testing hostname and domain_name run_if_missing docker_container[fqdn] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:482 docker_test::container testing dns run_if_missing docker_container[dns] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:494 docker_test::container testing extra_hosts run_if_missing docker_container[extra_hosts] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:504 docker_test::container testing cpus run_if_missing docker_container[cpus] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:515 docker_test::container testing cpu_shares run_if_missing docker_container[cpu_shares] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:526 docker_test::container testing cpuset_cpus run_if_missing docker_container[cpuset_cpus] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:537 docker_test::container testing restart_policy run_if_missing docker_container[try_try_again] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:547 docker_test::container testing restart_policy run_if_missing docker_container[reboot_survivor] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:557 docker_test::container testing restart_policy run_if_missing docker_container[reboot_survivor_retry] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:570 docker_test::container testing links runs docker_container[link_source] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:580 docker_test::container testing links runs docker_container[link_source_2] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:590 docker_test::container testing links run_if_missing docker_container[link_target_1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:600 docker_test::container testing links run_if_missing docker_container[link_target_2] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:609 docker_test::container testing links run_if_missing docker_container[link_target_3] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:619 docker_test::container testing links run_if_missing docker_container[link_target_4] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:628 docker_test::container testing links runs execute[redeploy_link_source] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:634 docker_test::container testing link removal run_if_missing docker_container[another_link_source] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:643 docker_test::container testing link removal run_if_missing docker_container[another_link_target] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:654 docker_test::container testing volume removal creates directory[/dangler] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:662 docker_test::container testing volume removal creates file[/dangler/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:666 docker_test::container testing volume removal build_if_missing docker_image[dangler] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:673 docker_test::container testing volume removal creates docker_container[dangler] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:679 docker_test::container testing volume removal creates file[/marker_container_dangler] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:683 docker_test::container testing volume removal deletes docker_container[dangler_volume_remover] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:692 docker_test::container testing mutator tags docker_tag[mutator_from_busybox] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:701 docker_test::container testing mutator run_if_missing docker_container[mutator] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:711 docker_test::container testing mutator runs execute[commit mutator] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:717 docker_test::container testing network_mode runs docker_container[network_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:737 docker_test::container testing ulimits runs docker_container[ulimits] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:754 docker_test::container testing api_timeouts run_if_missing docker_container[api_timeouts] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:766 docker_test::container testing uber_options runs execute[uber_options] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:772 docker_test::container testing uber_options runs docker_container[uber_options] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:810 docker_test::container testing overrides creates directory[/overrides] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:817 docker_test::container testing overrides creates file[/overrides/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:821 docker_test::container testing overrides build_if_missing docker_image[overrides] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:829 docker_test::container testing overrides run_if_missing docker_container[overrides-1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:835 docker_test::container testing overrides run_if_missing docker_container[overrides-2] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:848 docker_test::container testing host overrides creates docker_container[host_override] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:858 docker_test::container testing logging drivers run_if_missing docker_container[syslogger] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:870 docker_test::container testing kill_after creates directory[/kill_after] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:877 docker_test::container testing kill_after creates file[/kill_after/loop.sh] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:881 docker_test::container testing kill_after creates file[/kill_after/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:885 docker_test::container testing kill_after build_if_missing docker_image[kill_after] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:893 docker_test::container testing kill_after run execute[kill_after] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:899 docker_test::container testing kill_after stop docker_container[kill_after] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:903 docker_test::container testing kill_after run_if_missing docker_container[pid_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:909 docker_test::container testing kill_after run_if_missing docker_container[ipc_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:915 docker_test::container testing kill_after run_if_missing docker_container[uts_mode] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:923 docker_test::container testing ro_rootfs creates read-only rootfs uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:931 docker_test::container testing health_check options sets health_check options uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/container_spec.rb:952 docker_test::container testing GPU support creates a container with GPU support uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:6 docker_test::exec pull_if_missing docker_image[busybox] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:10 docker_test::exec run docker_container[busybox_exec] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:32 docker_test::exec testing run action run docker_exec[touch_it] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:40 docker_test::exec testing run action creates file[/marker_busybox_exec_onefile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:44 docker_test::exec testing run action run docker_exec[another] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/exec_spec.rb:51 docker_test::exec testing run action creates file[/marker_busybox_exec_twofile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_prune_spec.rb:8 docker_test::image_prune it steps over the provider testing default action, default properties prunes docker_image[hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_prune_spec.rb:14 docker_test::image_prune it steps over the provider testing default action, default properties prunes docker_image[hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:20 docker_test::image testing default action, default properties pulls docker_image[hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:38 docker_test::image testing non-default name attribute containing a single quote pulls docker_image[Tom's container] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:46 docker_test::image testing the :pull action pulls docker_image[busybox] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:52 docker_test::image testing using pull_if_missing pull_if_missing docker_image[debian] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:58 docker_test::image testing specifying a tag and read/write timeouts pulls docker_image[alpine] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:68 docker_test::image testing the host property pulls docker_image[alpine-localhost] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:78 docker_test::image testing :remove action runs execute[pull vbatts/slackware] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:85 docker_test::image testing :remove action removes docker_image[vbatts/slackware] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:91 docker_test::image testing :save action saves docker_image[save hello-world] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:100 docker_test::image testing :load action pulls docker_image[cirros] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:104 docker_test::image testing :load action saves docker_image[save cirros] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:110 docker_test::image testing :load action removes docker_image[remove cirros] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:116 docker_test::image testing :load action loads docker_image[load cirros] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:122 docker_test::image testing :load action creates file[/marker_image_image-1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:128 docker_test::image testing the :build action from Dockerfile creates directory[/usr/local/src/container1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:132 docker_test::image testing the :build action from Dockerfile creates cookbook_file[/usr/local/src/container1/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:138 docker_test::image testing the :build action from Dockerfile build docker_image[someara/image-1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:146 docker_test::image testing the :build action from Dockerfile creates file[/marker_image_image-1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:152 docker_test::image testing the :build action from directory creates directory[/usr/local/src/container2] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:156 docker_test::image testing the :build action from directory creates file[/usr/local/src/container2/foo.txt] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:162 docker_test::image testing the :build action from directory creates cookbook_file[/usr/local/src/container2/Dockerfile] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:168 docker_test::image testing the :build action from directory build_if_missing docker_image[someara/image.2] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:177 docker_test::image testing the :build action from a tarball creates cookbook_file[/usr/local/src/image_3.tar] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:183 docker_test::image testing the :build action from a tarball build_if_missing docker_image[image_3] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:192 docker_test::image testing the :import action imports docker_image[hello-again] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:201 docker_test::image testing images with dots and dashes in the name pulls docker_image[someara/name-w-dashes] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:205 docker_test::image testing images with dots and dashes in the name pulls docker_image[someara/name.w.dots] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:211 docker_test::image when setting up a local registry includes the "docker_test::registry" recipe uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:217 docker_test::image testing pushing to a private registry tags docker_tag[private repo tag for name-w-dashes:v1.0.1] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:226 docker_test::image testing pushing to a private registry tags docker_tag[private repo tag for name.w.dots] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:235 docker_test::image testing pushing to a private registry pushes docker_image[localhost:5043/someara/name-w-dashes] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:239 docker_test::image testing pushing to a private registry creates file[/marker_image_private_name-w-dashes] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:243 docker_test::image testing pushing to a private registry pushes docker_image[localhost:5043/someara/name.w.dots] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:247 docker_test::image testing pushing to a private registry pushes docker_image[localhost:5043/someara/name.w.dots] with tag v0.1.0 uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:253 docker_test::image testing pushing to a private registry login docker_registry[localhost:5043] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:261 docker_test::image testing pushing to a private registry creates file[/marker_image_private_name.w.dots] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^
spec/docker_test/image_spec.rb:267 docker_test::image testing pulling from public Dockerhub after being authenticated to a private one pulls docker_image[fedora] uninitialized constant DockerCookbook::DockerHelpers::Swarm c.include DockerCookbook::DockerHelpers::Swarm ^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant