
Currently App catalog with Glare will not allow to log in if memcached service is not running. Other minor changes to get rid of lintian warnings. Add retries to assets import due to timeouts from time to time. spec/acceptance/nodesets/ : - nodepool-centos7.yml : * Make host file compatible with beaker-hostgenerator 1.x - nodepool-xenial.yml : * Add host file for Xenial. Change-Id: Id5466d346b2fd3e67bb8d0c3a9e5f6ad9d586b45
17 lines
687 B
JSON
17 lines
687 B
JSON
{
|
|
"name": "openstackci-apps_site",
|
|
"version": "0.0.1",
|
|
"author": "OpenStack CI",
|
|
"summary": "Puppet module for OpenStack App Catalog",
|
|
"license": "Apache 2.0",
|
|
"source": "git://git.openstack.org/openstack-infra/puppet-apps_site.git",
|
|
"project_page": "http://docs.openstack.org/infra/system-config",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/817",
|
|
"dependencies": [
|
|
{ "name": "openstackinfra/vcsrepo","version_requirement":">= 0.0.8"},
|
|
{ "name": "openstackinfra/httpd", "version_requirement": "0.x" },
|
|
{ "name": "puppetlabs/apache", "version_requirement": ">=1.6.0" },
|
|
{ "name": "saz/memcached", "version_requirement": ">=2.7.1" }
|
|
]
|
|
}
|