Test afs nodes on xenial
This is part of the work to upgrade our afs nodes to xenial. We will run on puppet tests on xenial against the afs node defs. Change-Id: Ifcfc2d33d600ad8630408c0080a3bde02df3167a
This commit is contained in:
parent
860a9c20bc
commit
df97b70c00
@ -1191,6 +1191,7 @@ node /^kdc04\.open.*\.org$/ {
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^afsdb01\.open.*\.org$/ {
|
||||
$group = "afsdb"
|
||||
|
||||
@ -1203,6 +1204,7 @@ node /^afsdb01\.open.*\.org$/ {
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^afsdb.*\.open.*\.org$/ {
|
||||
$group = "afsdb"
|
||||
|
||||
@ -1214,6 +1216,7 @@ node /^afsdb.*\.open.*\.org$/ {
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^afs.*\..*\.open.*\.org$/ {
|
||||
$group = "afs"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user