Hi Ricardo,

What I would ultimately like to do is setup a cluster of preemptible 
machines that: 1) automatically removes terminated nodes, 2) adds new and 
configured nodes to replace those terminated, and 3) resubmits to the queue 
jobs that were lost. I thought this collection of tools would do the trick, 
but it seems they are no longer compatible with elasticluster (over one 
year since last commit): 
http://googlegenomics.readthedocs.io/en/staging/use_cases/setup_gridengine_cluster_on_compute_engine/preemptible_vms.html

Error message when I run `cluster_monitor.sh`:

Traceback (most recent call last):
  File "./grid-computing-tools/bin/remove_terminated_nodes.py", line 53, in 
<module>
    configurator = elasticluster.get_configurator()
AttributeError: 'module' object has no attribute 'get_configurator'
Traceback (most recent call last):
  File "./grid-computing-tools/bin/sanitize_known_hosts.py", line 35, in 
<module>
    configurator = elasticluster.get_configurator()
AttributeError: 'module' object has no attribute 'get_configurator'
Continuing...
Mon Jul 17 16:50:51 UTC 2017
Traceback (most recent call last):
  File "./grid-computing-tools/bin/ensure_cluster_size.py", line 46, in 
<module>
    configurator = elasticluster.get_configurator()
AttributeError: 'module' object has no attribute 'get_configurator'

I'm guessing `get_configurator()` is from an older version elasticluster?

Robert

On Saturday, July 15, 2017 at 11:44:02 AM UTC-7, Riccardo Murri wrote:
>
> Hi Robert, 
>
> >  The solution was to use the selfLink URL instead of the image name. 
>
> Good to know that everything is working now! 
>
> Do you have any suggestions (or even better, a PR!) for improving the 
> ElastiCluster docs in regards to using custom VM images on Google Cloud? 
>
> Ciao, 
> R 
>
> -- 
> Riccardo Murri / Email: [email protected] <javascript:> / Tel.: +41 77 
> 458 98 32 
>

-- 
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.

Reply via email to