Idea #21425
open
Salt installer should support Alma/Rocky/RHEL
Added by Brett Smith 9 months ago.
Updated 3 months ago.
Description
We have packages for these distros and the Salt installer at least some support for them too. We should test that it actually works on at least one of them.
- Related to Idea #21426: Create and automatically run a Jenkins job test-provision-rocky8 added
There are some conditional checks for CentOS 7 in the following files that I believe would be better written as checks for "this is a Red Hat-family distro generally." I have left them in the Salt installer even after #21361 to make the current logic easier to follow.
$ git grep -lEie 'centos' -e 'debian.?10' -e 'ubuntu.?18' tools/salt-install/
[irrelevant results omitted]
tools/salt-install/config_examples/multi_host/aws/pillars/nginx_passenger.sls
tools/salt-install/config_examples/multi_host/aws/states/passenger_rvm.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_passenger.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/states/passenger_rvm.sls
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_passenger.sls
tools/salt-install/config_examples/single_host/single_hostname/states/passenger_rvm.sls
- Target version changed from Future to Development 2024-06-05 sprint
- Target version changed from Development 2024-06-05 sprint to Development 2024-07-03 sprint
- Target version changed from Development 2024-07-03 sprint to Future
- Subject changed from Salt installer should support Alma/CentOS/Rocky/RHEL to Salt installer should support Alma/Rocky/RHEL
Also available in: Atom
PDF