Clean up puppet-apply testing on precise

We've upgraded from precise to trusty on series of hosts, but forgot
to update site.pp.  This patch moves zuul, static, paste and
proposal.slave to run tests on ubuntu-trusty.

Change-Id: Iba041533ea86c3b01f981069b53fc7a1781521b1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-07-28 11:27:18 -04:00
parent 7918360dfb
commit 1fab67de2c
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 4 deletions

View File

@ -273,7 +273,7 @@ node 'lists.openstack.org' {
}
}
# Node-OS: precise
# Node-OS: trusty
node 'paste.openstack.org' {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80],
@ -635,7 +635,7 @@ node 'storyboard-dev.openstack.org' {
}
# A machine to serve static content.
# Node-OS: precise
# Node-OS: trusty
node 'static.openstack.org' {
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80, 443],
@ -741,7 +741,6 @@ node 'nodepool.openstack.org' {
}
}
# Node-OS: precise
# Node-OS: trusty
node 'zuul.openstack.org' {
class { 'openstack_project::zuul_prod':
@ -893,7 +892,6 @@ node /^ci-backup-.*\.openstack\.org$/ {
include openstack_project::backup_server
}
# Node-OS: precise
# Node-OS: trusty
node 'proposal.slave.openstack.org' {
include openstack_project