Actions
Idea #21425
openSalt installer should support Alma/Rocky/RHEL
Start date:
Due date:
Story points:
-
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 issues
Updated by Brett Smith 10 months ago
- Related to Idea #21426: Create and automatically run a Jenkins job test-provision-rocky8 added
Updated by Brett Smith 10 months ago
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
Updated by Brett Smith 7 months ago
- Target version changed from Future to Development 2024-06-05 sprint
Updated by Peter Amstutz 6 months ago
- Target version changed from Development 2024-06-05 sprint to Development 2024-07-03 sprint
Updated by Peter Amstutz 5 months ago
- Target version changed from Development 2024-07-03 sprint to Future
Updated by Brett Smith 4 months ago
- Subject changed from Salt installer should support Alma/CentOS/Rocky/RHEL to Salt installer should support Alma/Rocky/RHEL
Actions