- Update default GraphDB version to 10.8.1
- Update default GraphDB version to 10.8.0
- Update default GraphDB Version to 10.7.6
- Update default GraphDB Version to 10.7.5
- Fixed issue with wrong protocol leading to nodes miscommunication
- Update default GraphDB version to 10.7.4
- Update default GraphDB version to 10.7.3
- Update default GraphDB version to 10.7.2
- Removed unused resource "aws_ssm_parameter" named "graphdb_lb_dns_name"
- Fixed
graphdb.properties
values for single node deployment:- Changed
graphdb.external-url
to useLB_DNS_RECORD
when single node is deployed. - Added
graphdb.external-url.enforce.transactions=true
- Changed
- Removed calculation of
lb_tls_enabled
in the LB module as it is calculated in the main.tf - Removed
monitoring_route53_healtcheck_fqdn_url
in favor ofgraphdb_external_dns
. - Change default EC2 instance type r6i.2xlarge
- Update default GraphDB version to 10.7.1
- Fixed issues with variables in the backup user data script
- Added ability to choose http port for Route53 availability check
- Added ability to specify custom FQDN for the Route53 availability URL
- Fixed issue where the backup script was not configured
- Added support for single node deployment
- Added new userdata script
10_start_graphdb_services.sh.tpl
for single node setup. - Made cluster-related userdata scripts executable only when graphdb_node_count is greater than 1.
- Added new userdata script
- Removed hardcoded values from the userdata scripts.
- Changed the availability tests http_string_type to be calculated based on TLS being enabled.
- Bumped GraphDB version to 10.7.0
- Added support for CMK Keys
- Added support to use existing VPC and subnets to deploy the GraphDB cluster
- Updated GraphDB version to 10.6.4
- Updated the user data scripts to allow setup of multi node cluster based on the
node_count
variable. - Added ability for a node to rejoin the cluster if raft folder is empty or missing.
- Added stable network names based on AZ deployment.
- Initial version for GraphDB AWS module