forked from crowbar-archive/barclamp-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowbar.yml
72 lines (65 loc) · 2.11 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
# Copyright 2012, Dell
#
# 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.
#
# Author: Dell Crowbar Team
#
barclamp:
name: chef
display: Chef Interface
description: Provide services to Crowbar to allow deployment with Chef cookbooks
online_help: 'https://github.com/dellcloudedge/crowbar/wiki'
version: 0
license: "apache2"
copyright: "Dell, Inc 2013"
api_version: "v2"
api_version_accepts: "v2"
crowbar:
layout: 2.0
order: 1
proposal_schema_version: 2
roles:
- name: chef-server
jig: script
description: 'Provides a chef-server instance.'
flags:
- bootstrap
- name: chef-client
jig: script
description: 'Provides a chef client.'
requires:
- chef-server
flags:
- implicit
jigs:
- name: chef
class: 'BarclampChef::Jig'
description: "Allow Crowbar to manage nodes using Chef"
implementor: chef-client
gems:
pkgs:
- 'chef-(~>11.6)'
debs:
ubuntu-12.04:
raw_pkgs:
- https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.8-1.ubuntu.12.04_amd64.deb
- https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef_11.6.0-1.ubuntu.12.04_amd64.deb
rpms:
redhat-6.4:
raw_pkgs:
- https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-server-11.0.8-1.el6.x86_64.rpm
- https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.6.0-1.el6.x86_64.rpm
centos-6.4:
raw_pkgs:
- https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-server-11.0.8-1.el6.x86_64.rpm
- https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.6.0-1.el6.x86_64.rpm