Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Vagrant AWS overrideable EC2 instance name prefix
ewencp This small change allows users to use Vagrantfile.local to specify a custom prefix for names of ec2 instances brought up with vagrant. This makes management of multiple aws test clusters a little easier since individual clusters can be assigned different name prefixes. if `ec2_instance_name_prefix` is not specified in `Vagrantfile.local`, behavior will be exactly the same as before this change. Testing: - aws: I verified worker nodes, broker nodes, zk nodes with and without the prefix override. Behavior is as expected - locally: I verified that bringing up worker nodes, broker nodes, zk nodes on a local machine is not impacted by this change. Author: Geoff Anderson <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes apache#801 from granders/minor-vagrant-aws-overrideable-prefix
- Loading branch information