Commit Graph

10 Commits

Author SHA1 Message Date
Mahmood Ali
377368e5fb Update Vagrant consul/vault deps
Update Vagrant setup to use the consul/vault versions used in CI.
2020-09-29 11:06:53 -04:00
Mahmood Ali
6ffb7a3d2d ci: use curl
It's installed by default in macOS unlike wget
2020-03-23 13:27:58 -04:00
Yoan Blanc
600186dbac ci: bump consul and vault
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-03-15 11:01:55 +01:00
Drew Bailey
5d69b3a2a5 update vagrant & packer consul versions 2019-11-07 10:13:14 -05:00
Tim Gross
92783b681a ci: require Consul 1.6.0 2019-08-29 14:15:56 -04:00
Tim Gross
09cb3994cc dev: bump vagrant consul version to match CI 2019-08-29 14:15:56 -04:00
Alex Dadgar
07cbe23b8c Bump versions 2018-04-13 16:16:16 -07:00
Michael Schurter
7466e12a65 Update Consul/rkt/Vault in Vagrant
Needed to update Vault for #3334
2018-01-09 15:57:42 -08:00
Michael Schurter
ab862b06d9 Bump Consul to 1.0.0 in vagrant/travis 2017-10-16 14:10:39 -07:00
James Nugent
f8ff0463b0 build: Rework Vagrant to support multiple OS boxes
This commit reworks the Vagrantfile for Nomad in order to support
straightforward testing on more than one operating system, whilst
retaining the ability to stand up a test cluster running Ubuntu.

The following changes are made:

- Scripts have been extracted from the Vagrantfile into their own shell
  script files, in order that editors lint them.

- All scripts have been edited to lint with no warnings or errors for
  their respective shells.

- Scripts are named according to the operating system and privilege
  level which they run. We prefer to run a whole shell script as root
  versus prefixing (essentially) every command with `sudo` or an
  equivalent.

- The Linux development box has been separated from the test cluster,
  removing some of the more gnarly (and less portable) logic. The Linux
  development box is still primary and autostarts.

- A FreeBSD target has been added. The base box works for both
  Virtualbox and VMWare Fusion.

- A target is added to the GNUmakefile to stand up a test cluster, using
  the default provider, or overriding the provider by setting the PROVIDER
  variable in make:
	- `make testcluster`
	- `make testcluster PROVIDER=vmware_fusion`

- Machines in the test cluster have Avahi configured for zeroconf
  discovery. Each machine can ping each other machine at `hostname.local`
  - for example `nomad-server02.local`, `nomad-client03.local`.
2017-09-08 19:45:38 -05:00