Commit Graph

5 Commits

Author SHA1 Message Date
Deimos
25656152a5 Vagrantfile: un-pin Salt version
Salt version 3000 (3000.3 specifically) seems to be working fine now, so
it should be safe to stop forcing the old version.
2020-07-27 17:19:05 -06:00
Andrew Shu
c330811fc9 Vagrantfile: relax Salt pinned version to 2019.2
Fixes provisioning of a new VM.

Old versions like 2019.2.3 may be moved to an archive
and get an HTTP 404 error.
Relaxing the pinned version allows setup to find
newer patches, such as 2019.2.5.

More info:
752768b1ff/accepted/0022-old-releases.md
2020-07-09 23:43:33 -07:00
Deimos
4dc99d9fda Vagrantfile: pin Salt version to 2019.2.3
The new version of Salt ("3000") seems to have a number of bugs,
including not being able to handle "unless" checks, which the Tildes
states use frequently. Because of this, creating a new dev environment
currently doesn't work. This pins Salt to the previous stable version
for now.

Here's the relevant bug for "unless" specifically:
https://github.com/saltstack/salt/issues/56131

And the overall release notes:
https://docs.saltstack.com/en/latest/topics/releases/3000.html
2020-02-12 21:03:45 -07:00
Deimos
8019c9809d Vagrant: increase default resources for VM
Without setting any defaults, it seems to give 1024MB of memory and 2
CPUs. That low of memory can (and does) result in the VM swapping itself
to death when doing some things. I'm going to set a reasonable amount in
the Vagrantfile, and update the docs to explain how to raise/lower it if
necessary (and recommend a minimum).
2019-07-04 22:32:42 -06:00
Deimos
e980ab3bda Initial open-source release 2018-07-17 13:39:29 -06:00