-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
salt-masterless is not bootstrapping #16678
Comments
|
This fix #16704 will give complete remote command output, useful for debugging. |
I'm also running into an issue where the provisioner does not wait to get an SSH connection. It tries to establish a connection immediately after ec2 is created, before port 22 is open. Provisioning then exits with a failure:
|
@bambash, if you want the fix now follow the link to the PR then go to the authors source repo, download his terraform branch and re-build it from that. That is how I got it to work in the mean time. |
#16704 is now merged, so I think this is fixed in Sorry for the weirdness here! |
thanks guys! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
I'm running into an issue with the
salt-masterless
provisioner. Salt is not getting properly bootstrapped, and states are not executing. I'm using an AWS EC2 instance and Ubuntu 16.04.Terraform Version
Terraform v0.10.8
Terraform Configuration Files
Debug Output
Expected Behavior
salt should be installed, and states should be executed
Actual Behavior
salt was not installed, states were not executed
Steps to Reproduce
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: