-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen_suites.yml
45 lines (44 loc) · 1.37 KB
/
.kitchen_suites.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
# TODO: Test components independently
- name: master
run_list:
- recipe[mapr::kitchen_helper]
- recipe[mapr::smart_install]
verifier:
inspect-test: test/integration/master
attributes:
mapr:
config:
mode: 0444 # Due to bug in KITCHEN-EC2 we can't change the username with which we are connecting, so to see if
# do actually create anything, we need to enlarge the permissions of the configuration files
# Ref: https://github.com/test-kitchen/kitchen-ec2/issues/225
cluster:
components:
- cldb
- mcs
- zookeeper
- name: master-with-kerberos
run_list:
- recipe[mapr::kitchen_helper]
- recipe[mapr::smart_install]
verifier:
inspect-test: test/integration/master-with-kerberos
attributes:
mapr:
config:
mode: 0444 # Due to bug in KITCHEN-EC2 we can't change the username with which we are connecting, so to see if
# do actually create anything, we need to enlarge the permissions of the configuration files
# Ref: https://github.com/test-kitchen/kitchen-ec2/issues/225
cluster:
components:
- cldb
- mcs
- zookeeper
- resourcemanager
- compute
- storage
- mfs
config:
security:
secure: true
kerberosEnable: true
cldbPrincipal: mapr/mapr.cluster.com