Skip to content

Commit

Permalink
Add java::default to run_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 committed Jun 12, 2015
1 parent dfa0437 commit 8fc3788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ platforms:
suites:
- name: cdh4
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand All @@ -81,6 +82,7 @@ suites:
attributes: { hadoop: { distribution: 'cdh', distribution_version: 4 } }
- name: cdh5
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand Down Expand Up @@ -109,6 +111,7 @@ suites:
attributes: { hadoop: { distribution: 'cdh', distribution_version: 5 } }
- name: hdp20
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand All @@ -132,6 +135,7 @@ suites:
attributes: { hadoop: { distribution: 'hdp', distribution_version: '2.0' } }
- name: hdp21
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand All @@ -155,6 +159,7 @@ suites:
attributes: { hadoop: { distribution: 'hdp', distribution_version: '2.1' } }
- name: hdp22
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand All @@ -179,6 +184,7 @@ suites:
- name: bigtop080
excludes: debian-6.0.10, ubuntu-14.04
run_list:
- recipe[java::default]
- recipe[hadoop::default]
- recipe[hadoop::hadoop_hdfs_namenode]
- recipe[hadoop::hadoop_hdfs_secondarynamenode]
Expand Down

0 comments on commit 8fc3788

Please sign in to comment.