5e2980ec05
Now scenario files placed in Sahara repo aren't equal to scenario files which actually is using in Sahara CI. Also we want to use scenario files from Sahara repo, instead Sahara CI repo, so we need to update this files. Change-Id: Id6adb8f89934ffe4ceb85cf7c12359dca8eff09e
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
clusters:
|
|
- plugin_name: hdp
|
|
plugin_version: 2.0.6
|
|
image: %hdp_two_image%
|
|
node_group_templates:
|
|
- name: master
|
|
flavor_id: %ci_flavor_id%
|
|
node_processes:
|
|
- AMBARI_SERVER
|
|
- GANGLIA_SERVER
|
|
- HISTORYSERVER
|
|
- NAGIOS_SERVER
|
|
- NAMENODE
|
|
- OOZIE_SERVER
|
|
- RESOURCEMANAGER
|
|
- SECONDARY_NAMENODE
|
|
- ZOOKEEPER_SERVER
|
|
auto_security_group: true
|
|
- name: worker
|
|
flavor_id: %ci_flavor_id%
|
|
node_processes:
|
|
- DATANODE
|
|
- HDFS_CLIENT
|
|
- MAPREDUCE2_CLIENT
|
|
- NODEMANAGER
|
|
- OOZIE_CLIENT
|
|
- PIG
|
|
- YARN_CLIENT
|
|
- ZOOKEEPER_CLIENT
|
|
volumes_per_node: 2
|
|
volumes_size: 2
|
|
auto_security_group: true
|
|
cluster_template:
|
|
name: hdp206
|
|
node_group_templates:
|
|
master: 1
|
|
worker: 3
|
|
cluster_configs:
|
|
YARN:
|
|
yarn.log-aggregation-enable: false
|
|
cluster:
|
|
name: %cluster_name%
|
|
scaling:
|
|
- operation: add
|
|
node_group: worker
|
|
size: 1
|
|
edp_jobs_flow: hadoop_2
|