This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
.kitchen.yml
67 lines (64 loc) · 1.98 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
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: centos-6.5
driver_config:
box: chef/centos-6.5
network:
- [private_network, ip: "33.33.33.10"]
customize:
cpus: 2
memory: 3024
cpuexecutioncap: 100
suites:
- name: ciab
run_list:
- recipe[eucalyptus::cloud-controller]
- recipe[eucalyptus::user-console]
- recipe[eucalyptus::register-components]
- recipe[eucalyptus::walrus]
- recipe[eucalyptus::cluster-controller]
- recipe[eucalyptus::storage-controller]
- recipe[eucalyptus::node-controller]
- recipe[eucalyptus::configure]
- recipe[eucalyptus::create-first-resources]
attributes:
eucalyptus:
"eucalyptus-repo": "http://builds.qa1.eucalyptus-systems.com/packages/tags/eucalyptus-devel/centos/6/x86_64/"
"euca2ools-repo": "http://builds.qa1.eucalyptus-systems.com/packages/tags/euca2ools-devel/centos/6/x86_64/"
"yum-options": "--nogpg"
nc:
hypervisor: qemu
"work-size": 10000
network:
"mode": "EDGE"
"bridge-ip": "33.33.33.10"
"public-interface": br0
"private-interface": br0
"bridged-nic": eth1
"config-json":
PublicIps:
- "33.33.33.110-33.33.33.160"
Clusters:
- Name: default
PrivateIps:
- "33.33.33.170-33.33.33.220"
Subnet:
Name: "33.33.33.0"
Subnet: "33.33.33.0"
Netmask: "255.255.255.0"
Gateway: "33.33.33.1"
topology:
"clc-1": "33.33.33.10"
"walrus": "33.33.33.10"
"user-facing":
- "33.33.33.10"
clusters:
default:
"storage-backend": overlay
"cc-1": "33.33.33.10"
"sc-1": "33.33.33.10"
"nodes": "33.33.33.10"