Skip to content

Commit

Permalink
Merge pull request #1095 from lsst-it/IT-5185/ccs-opensplice-el9
Browse files Browse the repository at this point in the history
(ccs_sal) update list of required system rpms on el9
  • Loading branch information
glennmorris authored Apr 8, 2024
2 parents fee96a3 + 79b0f59 commit b29f7d4
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod 'lsst/ccs_daq', '1.1.0'
mod 'lsst/ccs_database', '3.1.0'
mod 'lsst/ccs_hcu', '3.1.2'
mod 'lsst/ccs_monit', '2.2.1'
mod 'lsst/ccs_sal', '2.2.3'
mod 'lsst/ccs_sal', '2.3.0'
mod 'lsst/ccs_software', '2.2.1'
mod 'lsst/cni', '3.2.0'
mod 'lsst/daq', '2.3.0'
Expand Down
2 changes: 2 additions & 0 deletions hieradata/cluster/auxtel-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ ccs_software::udp_properties:
ccs_sal::ospl_home: "/opt/OpenSpliceDDS/V6.10.4/HDE/x86_64.linux"
ccs_sal::rpms:
ts_sal_utils: "ts_sal_utils-7.4.0-1.x86_64.rpm"
ccs_sal::rpms_private:
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-1.el8.x86_64.rpm"

daq::daqsdk::purge: false
daq::daqsdk::version: "R5-V8.1"
3 changes: 0 additions & 3 deletions hieradata/cluster/auxtel-ccs/osfamily/RedHat/major/8.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions hieradata/cluster/auxtel-ccs/osfamily/RedHat/major/9.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ccs_sal::rpms_private:
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-1.el8.x86_64.rpm"
ccs_sal::rpm_requirements:
- "linuxptp"
- "compat-openssl11"
2 changes: 2 additions & 0 deletions hieradata/cluster/comcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ ccs_database::database: "comcamdbprod"
ccs_sal::ospl_home: "/opt/OpenSpliceDDS/V6.10.4/HDE/x86_64.linux"
ccs_sal::rpms:
ts_sal_utils: "ts_sal_utils-7.4.0-1.x86_64.rpm"
ccs_sal::rpms_private:
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-1.el8.x86_64.rpm"

## Used in lookups:
ccs_site: "summit"
Expand Down
3 changes: 0 additions & 3 deletions hieradata/cluster/comcam-ccs/osfamily/RedHat/major/8.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions hieradata/cluster/comcam-ccs/osfamily/RedHat/major/9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
ccs_sal::rpm_requirements:
- "linuxptp"
- "compat-openssl11"
2 changes: 1 addition & 1 deletion hieradata/cluster/lsstcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ccs_sal::prefix_service: false
ccs_sal::rpms:
ts_sal_utils: "ts_sal_utils-7.4.0-1.x86_64.rpm"
ccs_sal::rpms_private:
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-6.el7.x86_64.rpm"
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-1.el8.x86_64.rpm"

## Used in lookups:
ccs_site: "summit"
Expand Down
3 changes: 3 additions & 0 deletions hieradata/cluster/lsstcam-ccs/osfamily/RedHat/major/7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
packages:
- "devtoolset-8"
- "rh-git218"

ccs_sal::rpms_private:
OpenSpliceDDS: "OpenSpliceDDS-6.10.4-6.el7.x86_64.rpm"
3 changes: 0 additions & 3 deletions hieradata/cluster/lsstcam-ccs/osfamily/RedHat/major/8.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions hieradata/cluster/lsstcam-ccs/osfamily/RedHat/major/9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
ccs_sal::rpm_requirements:
- "linuxptp"
- "compat-openssl11"

0 comments on commit b29f7d4

Please sign in to comment.