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

For testsing new App-Catalog, based on Glare v1 API we need a temporary
web-site, where users will be able to work with it, do some operations
and provede bug reports.

When this testing site is considered stable, it will replace original
apps.openstack.org

Depends-On: I9fbe756cfcc2456587c0395e88f14681a1e43ee4

Change-Id: I41e3b11f5823c1445d15770a40741c96be3e2e78
This commit is contained in:
Mike Fedosin 2016-10-06 16:58:56 +03:00 committed by kairat_kushaev
parent d80e7368d0
commit 072d0b3d18

View File

@ -1264,6 +1264,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':