-
Notifications
You must be signed in to change notification settings - Fork 146
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
Azure templates not working - maybe deprecated? #78
Comments
There's a bunch of stuff in |
Thanks @thiagofborn we will have a look. @aranair this is intentional, there is also Azure specific stuff there but yeah it's been a while since we needed to deploy on Azure and it's probably worth testing it again. @tsimonyan can you please have a look? |
|
I've made some changes on |
Just wondering @tsimonyan what version of terraform are you working off of? There's a bunch of stuff I still had to modify for it to even run |
Also, it seems like there are some permission errors on the bootstrap process:
I believe those ^^^ are generated right? |
@aranair it's been a while since we had to deploy and maintain ES clusters on Azure, all our customers are using either AWS or GCP apparently :) Tigran's branch now definitely contains a working cluster also for ES7, but it might take a while until we prettify and perfect it. In the meantime if you need more urgent help help with setting a cluster up on Azure, and then maintaining your cluster with proper data models and 24/7 support - do feel free to reach out. Our website has the details. |
@aranair can we get Azure related user_data.sh only plz |
I'm fairly sure there were other changes needed (and im also not sure if what I have now is different than whats in that branch :P) |
I run on to the same issue. The For the time being I did add manually (Azure portal) the With this the cluster gets created. Although seems to be some issue with the load-balancers that I haven't yet sorted out. I've forked the repo and made some changes to:
I am now trying to figure out some error with the load balancer. disclaimer I barely understand packer, terraform etc so I am doing a bit of guess-work... |
Hello there.
I hope you guys are doing fine. After the easy pick fixes, I stuck here. [1]
Linux born-Surface-Book-2 5.1.15-surface-linux-surface #8 SMP Thu Jun 27 12:03:55 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
I changed the number of the variables.tf to 5 :
masters_count results in the first error.
[1] Error:
Just to make it run, I have changed master_count to 6:
Then just to take a look at it running.
The text was updated successfully, but these errors were encountered: