-
Notifications
You must be signed in to change notification settings - Fork 7
/
.kitchen.yml
88 lines (72 loc) · 1.92 KB
/
.kitchen.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
---
driver:
name: vagrant
customize:
nictype1: virtio
cpus: 2
memory: 512
provisioner:
name: chef_solo
require_chef_omnibus: 11.10.4
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[oc-opsworks-recipes::install-oc-base-packages]
- recipe[oc-opsworks-recipes::install-utils]
- name: nodejs
run_list:
- recipe[oc-opsworks-recipes::install-nodejs]
- name: utils
run_list:
- recipe[oc-opsworks-recipes::install-utils]
- name: user-creation
run_list:
- recipe[oc-opsworks-recipes::create-opencast-user]
- name: storage-server
run_list:
- recipe[oc-opsworks-recipes::nfs-export]
- name: ffmpeg
run_list:
- recipe[oc-opsworks-recipes::install-ffmpeg]
attributes:
vagrant_environment: true
- name: nginx-proxy
run_list:
- recipe[oc-opsworks-recipes::configure-nginx-proxy]
- name: nginx-engage-proxy
run_list:
- recipe[oc-opsworks-recipes::configure-engage-nginx-proxy]
- name: sh-to-bash
run_list:
- recipe[oc-opsworks-recipes::set-bash-as-default-shell]
- name: set-timezone
run_list:
- recipe[oc-opsworks-recipes::set-timezone]
- name: populate-maven-cache
run_list:
- recipe[oc-opsworks-recipes::populate-maven-cache]
attributes:
vagrant_environment: true
- name: install-awscli
run_list:
- recipe[oc-opsworks-recipes::install-awscli]
- name: install-ec2-scaling-manager
run_list:
- recipe[oc-opsworks-recipes::install-ec2-scaling-manager]
attributes:
opsworks:
stack:
name: scaling-test
- name: modified-install-ec2-scaling-manager
run_list:
- recipe[oc-opsworks-recipes::install-ec2-scaling-manager]
attributes:
moscaler:
offpeak_instances: 10
peak_instances: 10
weekend_instances: 10
opsworks:
stack:
name: scaling-test