File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ classes:
1010# ensure chrony is not running
1111profile::core::common::manage_chrony : true
1212profile::core::sysctl::rp_filter::enable : false
13- profile::core::perfsonar::version : " 5.0.8 "
13+ profile::core::perfsonar::version : " 5.1.4 "
1414
1515firewall::ensure : " running"
1616profile::core::firewall::firewall :
3535perfsonar::manage_pscheduler_agent : true
3636perfsonar::pscheduler_agent_config :
3737 remotes :
38- - url : " http ://pwa.ampath .net/pub/config/new-lsst-scl-lsc "
38+ - url : " https ://ps-cma.amlight .net/psconfig/lhn-psconfig.json "
3939 configure-archives : true
40+
4041perfsonar::manage_lsregistrationdaemon : true
4142perfsonar::lsregistrationdaemon_ensure : " stopped"
4243perfsonar::lsregistrationdaemon_enable : false
Original file line number Diff line number Diff line change 66
77describe "#{ role } role" do
88 on_supported_os . each do |os , os_facts |
9- next if os =~ %r{almalinux-8 -x86_64}
9+ next unless os =~ %r{almalinux-9 -x86_64}
1010
1111 context "on #{ os } " do
1212 lsst_sites . each do |site |
2020 let ( :facts ) { lsst_override_facts ( os_facts ) }
2121
2222 let ( :le_root ) { "/etc/letsencrypt/live/#{ facts [ :networking ] [ 'fqdn' ] } " }
23- let ( :perfsonar_version ) { '5.0.8 ' }
23+ let ( :perfsonar_version ) { '5.1.4 ' }
2424
2525 it { is_expected . to compile . with_all_deps }
2626
3636 )
3737 end
3838
39+ it do
40+ is_expected . to contain_file ( '/etc/perfsonar/psconfig/pscheduler-agent.json' ) . with (
41+ ensure : 'file' ,
42+ content : <<~JSON
43+ {
44+ "remotes": [
45+ {
46+ "url": "https://ps-cma.amlight.net/psconfig/lhn-psconfig.json",
47+ "configure-archives": true
48+ }
49+ ]
50+ }
51+ JSON
52+ )
53+ end
54+
3955 it do
4056 is_expected . to contain_firewall ( '400 accept ssh' ) . with (
4157 proto : 'tcp' ,
You can’t perform that action at this time.
0 commit comments