Skip to content
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

[Don't Merge ... Ever] Manually Managed EKS-Solr Deployment #97

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

nickumia-reisys
Copy link
Contributor

Related to GSA/data.gov#3807

Mainly to track changes and monitor customizations

nickumia-reisys and others added 9 commits May 4, 2022 21:40
This grabs the credentials for a bucket and gives a clean output to directly use them
Use the s3creds.sh to optionally update the terraform.tfvars directly if a filename is provided
S3 Credentials will be passed to the terraform backend and the AWS credentials for normal operations will live in the environment
Terraform needs the string variables to be surrounded by double quotes
Terraform does not allow TF vars for backend configuration, so variables must be set in a .conf file and referenced with -backend-config=<file>
nickumia-reisys and others added 10 commits May 5, 2022 15:47
sed won't replace these characters without quoting them since they are regular expression identifiers
backend.tf is only necessary when running the terraform into an S3 bucket
These additional parameters are important for our deployment
This is only necessary when running bind manually
- Create script to reformat the terraform outputs from 'provision' for 'bind'
- Add template for terraform.tfvars
- Setup S3 Backend for 'bind'
Grab all required credentials and variables to initialize the solrcloud broker
nickumia-reisys and others added 7 commits May 7, 2022 09:46
Fuhu walked through this and was able to grab a kubeconfig from the cluster that I had created.
In case multiple EKS deployments are active, the new instructions describe the process for swapping the EKS backend that the SolrCloud broker is interacting with.
The script should error out if the proper parameters are not passed
Start the documentation on how to copy and/or share AMIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants