-
Notifications
You must be signed in to change notification settings - Fork 465
Fixing tests using consul for dns #232
Fixing tests using consul for dns #232
Conversation
bump 'min_packer_version' -> 1.5.4 bump 'vault_version' -> 1.6.1 bump 'consul_version' -> 1.9.2
Adding 'service_registration' used when using a different storage backend like 's3' Updating systemd configuration based on this documentation https://learn.hashicorp.com/tutorials/vault/deployment-guide\#step-3-configure-systemd
Add a new test stage 'initialize_unseal' useful when running multiple times the 'validation' stage against the same cluster Add 'testVaultUsesConsulForDns' for all test cases
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.
Very nice, thanks! Just some minor NITs, and then I can kick off tests.
…ariable for the address of the consul agent to communicate with
…registration-address parameter
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.
This looks great, thank you! I'll kick off tests now.
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.
Thanks! Just one comment and then I can kick off tests.
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.
Thanks! I'll kick off tests.
Tests passed! 🎉 So does this imply there's no actual bug with #228 / Ubuntu 18.04? That it was just that the service wasn't being registered? Or did we need newer Consul / Vault versions? |
Sorry, crazy week, just coming back to this now. That's great news, thank you! I'm going to merge and release this now. |
initialize_unseal
useful when running multiple times thevalidation
stage against the same clustertestVaultUsesConsulForDns
for all test casesservice_registration
used when using a different storage backend likes3
systemd
configuration based on this configure-systemd documentationmin_packer_version
->1.5.4
vault_version
->1.6.1
consul_version
->1.9.2