forked from crowbar/barclamp-nova_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowbar.yml
99 lines (92 loc) · 2.26 KB
/
crowbar.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# Copyright 2011-2013, Dell
# Copyright 2013-2014, SUSE LINUX Products GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
barclamp:
name: nova_dashboard
display: Horizon
description: 'OpenStack Dashboard: Web User Interface to access, provision and automate Cloud-based resources'
version: 0
requires:
- pacemaker
- database
- keystone
- nova
member:
- openstack
crowbar:
layout: 1
order: 96
run_order: 96
chef_order: 96
proposal_schema_version: 2
debs:
ubuntu-10.10:
repos:
- deb http://ops.rcb.me/packages maverick diablo-final
ubuntu-11.04:
repos:
- deb http://ops.rcb.me/packages natty diablo-final
ubuntu-11.10:
repos:
- deb http://ops.rcb.me/packages oneiric diablo-final
ubuntu-12.04:
pkgs:
- python-django-horizon
- python-django-nose
pkgs:
- openstack-dashboard
- python-django
- openstackx
- python-mysqldb
- python-httplib2
- python-keystone
- python-glance
- python-novaclient
- python-swift
- apache2
- python-lesscpy
- python-ply
- libapache2-mod-wsgi
- nodejs
- python-netaddr
- node-less
rpms:
centos-6.4:
repos:
- bare openstack icehouse http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/
redhat-6.4:
repos:
- bare openstack icehouse http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/
pkgs:
- openstack-dashboard
- httpd
- python-memcached
- python-swiftclient
- python-django-horizon
- nodejs
- nodejs-less
- memcached
- python-lesscpy
gems:
pkgs:
# put your gems here.
# - i18n
pips:
- lesscpy
- ply
- python-memcached
git_repo:
- nova_dashboard https://github.com/openstack/horizon.git stable/icehouse