Alejandro Fernandez created AMBARI-18940:
--------------------------------------------
Summary: Perf: Fix bugs in deploy-gce-perf-cluster.py to generate
correct config file
Key: AMBARI-18940
URL: https://issues.apache.org/jira/browse/AMBARI-18940
Project: Ambari
Issue Type: Bug
Components: ambari-agent
Affects Versions: 2.5.0
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
Fix For: 2.5.0
The script to create VMs on GCE for the perf cluster has a bug where each VM
will have the exact same agent-multiplier config file with start=1 and num=50,
thereby preventing more than 50 agents.
This is because a single server.sh and agent.sh file is written out, and copied
to all VMs.
We need to create a custom config file for each VM instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)