Merge "Create apps-dev.openstack.org for testing community app-catalog"

This commit is contained in:
Jenkins 2016-11-03 14:33:32 +00:00 committed by Gerrit Code Review
commit 884b2f3504

View File

@ -1295,6 +1295,21 @@ node 'apps.openstack.org' {
}
}
# Node-OS: trusty
node 'apps-dev.openstack.org' {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443],
sysadmins => hiera('sysadmins', []),
}
class { '::apps_site':
without_glare => false,
commit => 'feature/glare-support',
use_pip => false,
use_git => true,
repo_url => 'https://git.openstack.org/openstack/app-catalog.git',
}
}
# Node-OS: trusty
node 'odsreg.openstack.org' {
class { 'openstack_project::server':