-
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
elasticsearch cloud deploy for 8.x #123
base: master
Are you sure you want to change the base?
Conversation
cat <<'EOF' >>/etc/elasticsearch/elasticsearch.yml | ||
xpack.security.http.ssl.enabled: false | ||
EOF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this makes sense, I think we should configure it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll open a separate issue for this, but I understand this is not the focus of the current task - @synhershko
Either way in 8.x the flag must be either false or true.
# Conflicts: # terraform-gcp/main.tf
…dpoint ports, adding packer manifest, adding debug bootstrap mode, fixing redundant provider, adding certs renewal
# Conflicts: # .gitignore # assets/scripts/bootstrap.sh # assets/scripts/common/config-clients.sh # assets/scripts/common/config-cluster.sh # assets/scripts/common/config-es.sh # assets/scripts/gcp/autoattach-disk.sh # packer/README.md # packer/elasticsearch8-node.packer.json # packer/kibana8-node.packer.json # templates/aws_user_data.sh # templates/gcp_user_data.sh # terraform-aws/main.tf # terraform-aws/variables.tf # terraform-aws/vpc.tf # terraform-gcp/main.tf # terraform-gcp/variables.tf
# Conflicts: # templates/gcp_user_data.sh
terraform-aws/lock.old
Outdated
# This file is maintained automatically by "terraform init". | ||
# Manual edits may be lost in future updates. | ||
|
||
provider "registry.terraform.io/hashicorp/aws" { | ||
version = "5.37.0" | ||
hashes = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to keep this file? Lets add a required_providers block with all providers we use here?
I've checked out the current master branch to elasticsearch-7.x .
In this PR:
known issues:
FYI @LiorF-BDBQ @synhershko