cisagov / cool-sharedservices-freeipa

Terraform code to create the FreeIPA shared service in the COOL environment.
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Allow specification of root disk size #42

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

This pull request adds an optional variable to specify the size of the root disk for IPA servers. The variable's value defaults to 8GB, which is the size of the root disk in the corresponding AMI.

See also cisagov/freeipa-server-tf-module#52.

๐Ÿ’ญ Motivation and context

In some cases it makes sense to have more space than the 8GB size of the AMI.

๐Ÿงช Testing

I have successfully applied these changes to our production COOL environment.

โœ… Checklist

jsf9k commented 3 years ago

I will re-run the checks after cisagov/freeipa-server-tf-module#52 is merged, at which point they should pass.

jsf9k commented 3 years ago

I will re-run the checks after cisagov/freeipa-server-tf-module#52 is merged, at which point they should pass.

Now the checks are failing because we are partway through upgrading Terraform versions. I will re-run after the dust settles there.

dav3r commented 3 years ago

I will re-run the checks after cisagov/freeipa-server-tf-module#52 is merged, at which point they should pass.

Now the checks are failing because we are partway through upgrading Terraform versions. I will re-run after the dust settles there.

Yes, I think this PR should just wait until after https://github.com/cisagov/cool-sharedservices-freeipa/pull/43 is merged and it should be fine.