You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it fails to pull the bootstrap script for the install during converge(curl is unable to pick up the proxy settings) which is the responsibility of the provisioner? I also tested with an image which sets proxy settings in /etc/environment but still fails to pull the bootstrap script with curl during converge. $ kitchen create works since kitchen docker creates a dockerfile with the required http_proxy and https_proxy env variables and is able to install via yum.
Changing salt_yum_repo to https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest
Will fix this as a work around.
As for downloading the bootstrap file, with the latest version of kitchen-salt, you can specify a local file as a bootstrap script, so I would just download the bootstrap script and reference ./bootstrap.sh for now.
Question
How do I set http_proxy for the provisioner? During
$ kitchen converge
I get timeouts since the docker image is unable to pull the repositories.The text was updated successfully, but these errors were encountered: