Alejandro Fernandez created AMBARI-19003:
--------------------------------------------
Summary: Perf: Fix deploy-gce-perf-cluster.py to deploy separate
server onto own cluster with different settings
Key: AMBARI-19003
URL: https://issues.apache.org/jira/browse/AMBARI-19003
Project: Ambari
Issue Type: Bug
Components: stacks
Affects Versions: 2.5.0
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
Fix For: 2.5.0
Right now, deploy-gce-perf-cluster.py puts Ambari Server on the same 4 core VM
where it puts 50 agents. Instead, we need to create a separate 16-core VM for
the server without any agents.
Further, the sorting of the VMs is not numeric since "perf-9" comes after
"perf-42". The incorrect sorting means that VM #i isn't getting the agents
starting with number (i-1)*50+1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)