Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@abemusic
Created May 13, 2014 15:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abemusic/4e46b20d3ebd8fe4ae46 to your computer and use it in GitHub Desktop.
Save abemusic/4e46b20d3ebd8fe4ae46 to your computer and use it in GitHub Desktop.
Overstate file used by salt-run state.overstate
group_0:
match: G@stack_id:20 and G@roles:qatp.base and G@roles:qatp.ipa and G@roles:java.oracle.jdk7
sls:
- qatp.base
- qatp.ipa
- java.oracle.jdk7
group_1:
match: G@stack_id:20 and G@roles:cdh4.hadoop.namenode
sls:
- cdh4.hadoop.namenode
group_2:
match: G@stack_id:20 and G@roles:cdh4.hadoop.datanode
sls:
- cdh4.hadoop.datanode
group_3:
match: G@stack_id:20 and G@roles:cdh4.zookeeper
sls:
- cdh4.zookeeper
group_4:
match: G@stack_id:20 and G@roles:cdh4.hbase.master
sls:
- cdh4.hbase.master
group_5:
match: G@stack_id:20 and G@roles:cdh4.hbase.regionserver
sls:
- cdh4.hbase.regionserver
group_6:
match: G@stack_id:20 and G@roles:cdh4.oozie
sls:
- cdh4.oozie
group_7:
match: G@stack_id:20 and G@roles:cdh4.hue
sls:
- cdh4.hue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment