Hello, I'm trying to deploy a cluster in MS Azure. After a few attempts, I ended up to use the example config available at: https://raw.githubusercontent.com/gc3-uzh-ch/elasticluster/master/examples/slurm-and-gridengine-on-azure-complete.conf.
Even with this configuration, the cluster creation always fails because of the following error: *Message: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.* *Exception Details:* * Error Code: Conflict* * Message: {'status': 'Canceled', 'error': {'message': "The resource operation completed with terminal provisioning state 'Canceled'.", 'code': 'ResourceDeploymentFailure', 'details': [{'message': 'Operation was canceled.', 'code': 'Canceled', 'details': [{'message': 'Operation PutVirtualNetworkOperation (...) was canceled and superseded by operation PutVirtualNetworkOperation (...).', 'code': 'CanceledAndSupersededDueToAnotherOperation'}]}]}}* *Configuring the cluster ...* *(this too may take a while)* *2018-12-12 18:17:53 589fef5ab31a gc3.elasticluster[265] WARNING Ignoring node `compute001`: No IP address.* *2018-12-12 18:17:53 589fef5ab31a gc3.elasticluster[265] WARNING Ignoring node `compute002`: No IP address.* *ERROR! Syntax Error while loading YAML.* * could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple'* *The error appears to have been in '/tmp/elasticluster.w79ZCo.d/extra_vars.yml': line 60, column 20, but may* *be elsewhere in the file depending on the exact syntax problem.* *The offending line appears to be:* * image_userdata: ''* * instance_id: !!python/tuple [ec8, ec8-frontend001]* * ^ here* *2018-12-12 18:17:54 589fef5ab31a gc3.elasticluster[265] ERROR Command `ansible-playbook --private-key=/home/.ssh/id_rsa /home/elasticluster/share/playbooks/main.yml --inventory=/home/.elasticluster/storage/ec8.inventory --become --become-user=root -e @extra_vars.yml` failed with exit code 4.* *2018-12-12 18:17:54 589fef5ab31a gc3.elasticluster[265] WARNING The cluster has likely *not* been configured correctly. You may need to re-run `elasticluster setup`.* *2018-12-12 18:17:54 589fef5ab31a gc3.elasticluster[265] WARNING Cluster `ec8` not yet configured. Please, re-run `elasticluster setup ec8` and/or check your configuration* The resource group is correctly created on Azure. Nodes, network and the other resources are there too, but clearly the configuration of the nodes fails. I have been successful to create the cluster with almost the same configuration (except few differences due to the different cloud provider) on Google Compute Engine. I'm running EC using the Docker image riccardomurri/elasticluster:travis-754. Any help would be very much appreciated. Thanks, manele -- 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.
