Yes, it is possible. You need to define a cluster/<name>/<group> sections that override the cluster/<name> section.
In the following example I create specific configurations (with their own flavor) for the nodes in the compute and frontend groups of a cluster named "gridengine". # Cluster Section *[cluster/gridengine]* ... *frontend_nodes=1* *compute_nodes=3* # Compute node section *[cluster/gridengine/compute]* *flavor=n1-highcpu-2* ... # Frontend node section *[cluster/gridengine/frontend]* *flavor=n1-standard-64* ... On Tuesday, December 18, 2018 at 8:46:16 AM UTC-5, Orxan Shibliyev wrote: > > Is it possible to take different flavors for frontend and compute nodes? I > want high memory machine for frontend and lower memory for computes. I use > GCE machines. > -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
