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:
parent
d80e7368d0
commit
072d0b3d18
@ -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-OS: trusty
|
||||||
node 'odsreg.openstack.org' {
|
node 'odsreg.openstack.org' {
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user