5878de34d9
Updated berkshelf from 2.0.18 to 3.1.5 in Gemfile and added supermarket source to Berksfile and locked apache cookbook to '< 2.0.0' Change-Id: I4426d4a2f4367994dc9e66f51ae288c617a6a16b Implements: blueprint update-berkshelf
17 lines
602 B
Ruby
17 lines
602 B
Ruby
name 'openstack-dashboard'
|
|
maintainer 'AT&T Services, Inc.'
|
|
maintainer_email 'cookbooks@lists.tfoundry.com'
|
|
license 'Apache 2.0'
|
|
description 'Installs/Configures the OpenStack Dasboard (Horizon)'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '10.0'
|
|
|
|
recipe 'openstack-dashboard::server', 'Sets up the Horizon dashboard within an Apache `mod_wsgi` container.'
|
|
|
|
%w{ ubuntu fedora redhat centos suse }.each do |os|
|
|
supports os
|
|
end
|
|
|
|
depends 'apache2', '< 2.0.0'
|
|
depends 'openstack-common', '~> 10.0'
|