Project

General

Profile

Actions

Idea #21425

open

Salt installer should support Alma/CentOS/Rocky/RHEL

Added by Brett Smith 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
Deployment
Target version:
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

Related to Arvados - Idea #21426: Create and automatically run a Jenkins job test-provision-rocky8NewActions
Actions #1

Updated by Brett Smith 3 months ago

  • Related to Idea #21426: Create and automatically run a Jenkins job test-provision-rocky8 added
Actions #2

Updated by Brett Smith 3 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
Actions

Also available in: Atom PDF