Merge "Remove some testing on ubuntu-trusty"
This commit is contained in:
commit
5ef7153523
@ -19,7 +19,7 @@ node default {
|
|||||||
#
|
#
|
||||||
# Long lived servers:
|
# Long lived servers:
|
||||||
#
|
#
|
||||||
# Node-OS: trusty
|
# Node-OS: xenial
|
||||||
node 'review.openstack.org' {
|
node 'review.openstack.org' {
|
||||||
$iptables_rules =
|
$iptables_rules =
|
||||||
['-p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j REJECT']
|
['-p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j REJECT']
|
||||||
@ -152,7 +152,6 @@ node /^review-dev\d*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^grafana\d*\.openstack\.org$/ {
|
node /^grafana\d*\.openstack\.org$/ {
|
||||||
$group = "grafana"
|
$group = "grafana"
|
||||||
@ -329,7 +328,6 @@ node /^lists\d*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^lists\d*\.katacontainers\.io$/ {
|
node /^lists\d*\.katacontainers\.io$/ {
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
@ -344,7 +342,6 @@ node /^lists\d*\.katacontainers\.io$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^paste\d*\.openstack\.org$/ {
|
node /^paste\d*\.openstack\.org$/ {
|
||||||
$group = "paste"
|
$group = "paste"
|
||||||
@ -360,7 +357,6 @@ node /^paste\d*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /planet\d*\.openstack\.org$/ {
|
node /planet\d*\.openstack\.org$/ {
|
||||||
class { 'openstack_project::planet':
|
class { 'openstack_project::planet':
|
||||||
@ -368,7 +364,6 @@ node /planet\d*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^eavesdrop\d*\.openstack\.org$/ {
|
node /^eavesdrop\d*\.openstack\.org$/ {
|
||||||
$group = "eavesdrop"
|
$group = "eavesdrop"
|
||||||
@ -523,7 +518,6 @@ node /^logstash\d*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^logstash-worker\d+\.openstack\.org$/ {
|
node /^logstash-worker\d+\.openstack\.org$/ {
|
||||||
$group = 'logstash-worker'
|
$group = 'logstash-worker'
|
||||||
@ -541,7 +535,6 @@ node /^logstash-worker\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^subunit-worker\d+\.openstack\.org$/ {
|
node /^subunit-worker\d+\.openstack\.org$/ {
|
||||||
$group = "subunit-worker"
|
$group = "subunit-worker"
|
||||||
@ -557,7 +550,6 @@ node /^subunit-worker\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^elasticsearch0[1-7]\.openstack\.org$/ {
|
node /^elasticsearch0[1-7]\.openstack\.org$/ {
|
||||||
$group = "elasticsearch"
|
$group = "elasticsearch"
|
||||||
@ -653,7 +645,6 @@ node /^git\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# A machine to drive AFS mirror updates.
|
# A machine to drive AFS mirror updates.
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^mirror-update\d*\.openstack\.org$/ {
|
node /^mirror-update\d*\.openstack\.org$/ {
|
||||||
$group = "afsadmin"
|
$group = "afsadmin"
|
||||||
@ -691,7 +682,6 @@ node /^mirror\d*\..*\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Serve static AFS content for docs and other sites.
|
# Serve static AFS content for docs and other sites.
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^files\d*\.openstack\.org$/ {
|
node /^files\d*\.openstack\.org$/ {
|
||||||
$group = "files"
|
$group = "files"
|
||||||
@ -1042,7 +1032,6 @@ node 'nodepool.openstack.org' {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS: trusty
|
|
||||||
# Node-OS: xenial
|
# Node-OS: xenial
|
||||||
node /^nl\d+\.openstack\.org$/ {
|
node /^nl\d+\.openstack\.org$/ {
|
||||||
$group = 'nodepool'
|
$group = 'nodepool'
|
||||||
|
Loading…
Reference in New Issue
Block a user