|  | sauer@proxy_manager:~> for H in 192.168.42.{10,2{1,2,3},3{1,2}}; do ssh $H "hostname;sudo whoami"; done | 
        
          |  | OK | 
        
          |  | Identity added: /home/sauer/.ssh/id_ed25519 (sauer@proxy_manager) | 
        
          |  | proxy_manager | 
        
          |  | root | 
        
          |  | proxy_master1 | 
        
          |  | root | 
        
          |  | proxy_master2 | 
        
          |  | root | 
        
          |  | proxy_master3 | 
        
          |  | root | 
        
          |  | proxy_worker1 | 
        
          |  | root | 
        
          |  | proxy_worker2 | 
        
          |  | root | 
        
          |  | sauer@proxy_manager:~> for H in 192.168.42.{10,2{1,2,3},3{1,2}}; do ssh $H "hostname;sudo yast proxy set http='$http_proxy'; sudo yast proxy set https='$https_proxy'; sudo yast proxy set noproxy='$no_proxy'; sudo yast proxy enable; sudo yast proxy summary"; done | 
        
          |  | ... | 
        
          |  | proxy_worker2 | 
        
          |  | Error opening terminal: unknown. | 
        
          |  | Error opening terminal: unknown. | 
        
          |  | Error opening terminal: unknown. | 
        
          |  | Error opening terminal: unknown. | 
        
          |  |  | 
        
          |  |  | 
        
          |  | * Proxy is enabled. | 
        
          |  | * HTTP Proxy: http://squid.home.dannysauer.com:3128/ | 
        
          |  | * HTTPS Proxy: http://squid.home.dannysauer.com:3128/ | 
        
          |  |  | 
        
          |  | sauer@proxy_manager:~> for H in 192.168.42.{10,2{1,2,3},3{1,2}}; do ssh $H "source /etc/profile.d/profile.sh; sudo -E SUSEConnect -p sle-module-containers/15.1/x86_64 && sudo -E SUSEConnect -p caasp/4.0/x86_64 -r $CAASP_REG_CODE"; done | 
        
          |  | ... | 
        
          |  | Registering system to SUSE Customer Center | 
        
          |  |  | 
        
          |  | Updating system details on https://scc.suse.com ... | 
        
          |  |  | 
        
          |  | Activating caasp 4.0 x86_64 ... | 
        
          |  | -> Adding service to system ... | 
        
          |  | -> Installing release package ... | 
        
          |  |  | 
        
          |  | Successfully registered system | 
        
          |  |  | 
        
          |  | sauer@proxy_manager:~> for H in 192.168.42.{10,2{1,2,3},3{1,2}}; do ssh $H "sudo sed -i.pre_proxy 's:EnvironmentFile.*crio:EnvironmentFile=-/etc/sysconfig/proxy\n&:' /usr/lib/systemd/system/crio.service"; done | 
        
          |  | sauer@proxy_manager:~> for H in 192.168.42.{10,2{1,2,3},3{1,2}}; do ssh $H "sudo systemctl restart crio"; done | 
        
          |  | sauer@proxy_manager:~> skuba cluster init --control-plane 192.168.42.21 --strict-capability-defaults proxycluster | 
        
          |  | [init] configuration files written to /home/sauer/proxycluster | 
        
          |  | sauer@proxy_manager:~> cd proxycluster/ | 
        
          |  | sauer@proxy_manager:~/proxycluster> skuba node bootstrap --user sauer --sudo --target 192.168.42.21 proxymaster1 | 
        
          |  | W1127 00:36:55.083742   25535 ssh.go:306] | 
        
          |  | The authenticity of host '192.168.42.21:22' can't be established. | 
        
          |  | ... | 
        
          |  | [bootstrap] downloading secrets from bootstrapped node "192.168.42.21" | 
        
          |  | [bootstrap] deploying core add-ons on node "192.168.42.21" | 
        
          |  | [bootstrap] successfully bootstrapped core add-ons on node "192.168.42.21" | 
        
          |  | sauer@proxy_manager:~/proxycluster> skuba node join --role master --user sauer --sudo --target 192.168.42.22 proxymaster2 | 
        
          |  | ... | 
        
          |  | [join] node successfully joined the cluster | 
        
          |  | sauer@proxy_manager:~/proxycluster> skuba node join --role master --user sauer --sudo --target 192.168.42.23 proxymaster3 | 
        
          |  | ... | 
        
          |  | sauer@proxy_manager:~/proxycluster> skuba node join --role worker --user sauer --sudo --target 192.168.42.31 proxyworker1 | 
        
          |  | ... | 
        
          |  | [join] node successfully joined the cluster | 
        
          |  | sauer@proxy_manager:~/proxycluster> skuba node join --role worker --user sauer --sudo --target 192.168.42.32 proxyworker2 | 
        
          |  | W1127 01:13:34.939563   27250 ssh.go:306] | 
        
          |  | ... | 
        
          |  | [join] node successfully joined the cluster |