-
Notifications
You must be signed in to change notification settings - Fork 487
update default num servers and clients #123
base: master
Are you sure you want to change the base?
Conversation
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.
Code changes make sense.
Quick sanity check: are you aiming for the root example to implement the Reference Architecture recommendations? If so, perhaps the better option is to just remove the consul clients from the root example entirely and only have them in other examples?
|
The
If the goal with the root example is to implement a Consul Ref Arch, then there's no need to have the client code here. Instead, you could remove it from here, and just ensure one of the other examples has it. |
OK so I understand that, but this PR is simply changing default values in the module. The function of a default value is to show a sensible value that most people can leave untouched. Currently the default for the consul clients is 6 which means that everyone except your tests will have to amend it. |
Any reason you don't want to just remove the code for the clients *entirely( from the root example if the plan is to make it the RA? |
Remove boto and pip installation from default installation
This is a PR to update the default number of consul servers to 5 as per the hashicorp Reference Architecture and to set the default number of clients to 0