@@ -14,7 +14,9 @@ unique template site/os/version_db;
1414
1515variable YUM_OS_DISTRIBUTION = {
1616 # Default per OS version
17- SELF[' el7' ] = ' centos71' ;
17+ SELF[' el9' ] = ' al9' ;
18+ SELF[' el8' ] = ' al8' ;
19+ SELF[' el7' ] = ' centos7' ;
1820
1921 # Explicit value per host name
2022 SELF[' ui.example.org' ] = ' centos7' ;
@@ -24,22 +26,25 @@ variable YUM_OS_DISTRIBUTION = {
2426
2527
2628variable OS_VERSION = dict (
27- escape (" cream.example.org" ), " el7x-x86_64" ,
28- escape (" dcache-head.example.org" ), " el7x-i386" ,
29- escape (" dcache-pool.example.org" ), " el7x-i386" ,
30- escape (" hydra.example.org" ), " el7x-x86_64" ,
31- escape (" lfc.example.org" ), " el7x-x86_64" ,
32- escape (" mon.example.org" ), " el7x-x86_64" ,
33- escape (" ui.example.org" ), " el7x-x86_64" ,
34- escape (" wmslb.example.org" ), " el7x-x86_64" ,
35- escape (" wn2.example.org" ), " el7x-x86_64" ,
36- escape (" xen-guest.example.org" ), " el7x-x86_64" ,
37- escape (" xen-host.example.org" ), " el7x-x86_64" ,
38-
39- escape (" nagios-server.example.org" ), " el7x-x86_64" ,
40- escape (" nagios-master.example.org" ), " el7x-x86_64" ,
41- escape (" nagios-slave-A.example.org" ), " el7x-x86_64" ,
42- escape (" nagios-slave-B.example.org" ), " el7x-x86_64" ,
29+ # Grid cluster
30+ ' {apel.example.org}' , ' el7x-x86_64' ,
31+ ' {argus.example.org}' , ' el7x-x86_64' ,
32+ ' {bdii.example.org}' , ' el7x-x86_64' ,
33+ ' {px.example.org}' , ' el7x-x86_64' ,
34+ ' {se-dpm-disk2.example.org}' , ' el7x-x86_64' ,
35+ ' {se-dpm-disk.example.org}' , ' el7x-x86_64' ,
36+ ' {se-dpm-server.example.org}' , ' el7x-x86_64' ,
37+ ' {topbdii.example.org}' , ' el7x-x86_64' ,
38+ ' {ui.example.org}' , ' el7x-x86_64' ,
39+ ' {wn2.example.org}' , ' el7x-x86_64' ,
40+ ' {wn3.example.org}' , ' el7x-x86_64' ,
41+ ' {wn.example.org}' , ' el7x-x86_64' ,
42+
43+ # Misc cluster
44+ ' {nagios-server.example.org}' , ' el7x-x86_64' ,
45+ ' {nagios-master.example.org}' , ' el7x-x86_64' ,
46+ ' {nagios-slave-A.example.org}' , ' el7x-x86_64' ,
47+ ' {nagios-slave-B.example.org}' , ' el7x-x86_64' ,
4348);
4449
4550
0 commit comments