python / psf-salt

PSF infrastructure configuration
MIT License
108 stars 57 forks source link

Provision the salt-master to run using Ubuntu 22.04 codename: jammy #330

Closed cegerhardson closed 6 months ago

cegerhardson commented 6 months ago

WIP: This PR introduces necessary changes to provision the salt-master to run using Ubuntu 22.04. It also upgrades our salt stack version to run as the latest version (3006.5). Upon provisioning the salt-master in a vagrant box, currently, salt gets stuck waiting for consul, and consul doesn't get installed via salt.

Next steps: Figure out why consul is not installing via salt, but is able to install via the command line.