Commit Graph

226 Commits

Author SHA1 Message Date
Shawn Dahlen c98ddd338e Bump version for release 2013-05-02 15:12:36 -04:00
Shawn Dahlen 8adc104ab8 Merge pull request #9 from vStone/feature/hostmanager-as-provisioner
Use hostmanager as provisioner
2013-05-02 12:10:42 -07:00
Jan Vansteenkiste cae5f6be7d Add Hostmanager as a provisioner. 2013-05-02 20:15:10 +02:00
Shawn Dahlen 36acc16c62 Merge pull request #7 from vStone/feature/fix_run_after_help
hostmanager should not run if we run it with -h
2013-05-02 07:20:53 -07:00
Jan Vansteenkiste f058b3025f Fix small scoping issue. @logger is not available from the provisioner 2013-05-02 08:02:58 +02:00
Jan Vansteenkiste 61ce04040e hostmanager should not run if we run it with -h 2013-05-01 18:42:55 +02:00
Shawn Dahlen 264856478f Fix config validation.
This commit fixes issue #5. Additionally, it deactivates the auto
update behavior by default. Users must set `enabled` to true to activate
auto updates for the hosts file.
2013-04-27 08:13:26 -04:00
Shawn Dahlen ba0decdaa2 update vagrant dependency to 1.2.1 2013-04-26 10:24:01 -04:00
Shawn Dahlen ac09f7273e Merge pull request #6 from nagas/fix/unnecessary-double-check
remove unnecessary checks
2013-04-21 19:01:53 -07:00
Mirosław Nagaś 78f8acf267 remove unnecessary checks 2013-04-20 00:43:12 +02:00
Shawn Dahlen d1201e58b4 Bump version for release 2013-04-17 10:07:34 -04:00
Shawn Dahlen 8a07234527 Fix documentation 2013-04-17 09:57:53 -04:00
Shawn Dahlen 9c984b6abb Merge pull request #4 from nagas/feature/hosts-aliases
provide aliases for host names and configuration options validation
2013-04-17 06:25:12 -07:00
Shawn Dahlen c94b1f8d52 Merge pull request #2 from nagas/improvement/ignore_private_ip
check explicitly if hostmanager.ignore_private_ip is set to true
2013-04-17 05:35:13 -07:00
Shawn Dahlen dd1c3fa76e Merge pull request #3 from nagas/improvement/add-localhost.localdomain
add localhost.localdomain alias as it is required by some services
2013-04-17 05:32:08 -07:00
Mirosław Nagaś 5f384570ca update README 2013-04-17 12:24:45 +02:00
Mirosław Nagaś e0203cddc8 check explicitly if hostmanager.ignore_private_ip is set to true 2013-04-17 11:44:20 +02:00
Mirosław Nagaś 0d7ecf5f4a add simple host aliases implementation and configuration options validation 2013-04-17 11:34:47 +02:00
Mirosław Nagaś b1d4922ffa add localhost.localdomain alias as it is required by some services 2013-04-17 11:26:37 +02:00
Shawn Dahlen 655612b9f6 Fixed argument parsing for command 2013-04-09 15:46:43 -04:00
Shawn Dahlen 33c391cfe0 Implement check for already active machine.
This commit re-instates the behavior of auto-updating the
/etc/hosts file on each active machine. If machine is already
active, no update will occur.
2013-04-08 13:20:22 -04:00
Shawn Dahlen 39c197d7cc Implement command to update /etc/hosts files.
This commit disables automatic updates by default instead preferring
the user to execute the hostmanager sub-command. The user can enable
auto updates via configuration.
2013-04-06 08:59:07 -04:00
Shawn Dahlen 5865b1ac27 Check if machines are ready for SSH communication. 2013-04-04 16:52:12 -04:00
Shawn Dahlen e08fc6a811 Fix hook appending to up and destroy actions. 2013-04-04 15:23:55 -04:00
Shawn Dahlen 693f6a3181 Cleaned up project structure for running tests. 2013-03-27 16:13:22 -04:00
Shawn Dahlen 665b96c044 Proof-of-concept support for managing /etc/hosts.
Hooks into the up and destroy commands to manage changes to
the /etc/hosts file on active machines.
2013-03-27 15:38:08 -04:00