From 072d0b3d182eadc241a5571560c7be89b88266d1 Mon Sep 17 00:00:00 2001 From: Mike Fedosin Date: Thu, 6 Oct 2016 16:58:56 +0300 Subject: [PATCH] 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 --- manifests/site.pp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 1c2029bc5e..cdcb0662f0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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':