pmorillon / terraform-provider-grid5000

Terraform provider plugin for OAR jobs submission and Kadeploy bare-metal deployments on Grid'5000
Mozilla Public License 2.0
3 stars 2 forks source link

OAR job not scheduled #16

Closed Nivekiba closed 3 years ago

Nivekiba commented 3 years ago

Hello all,

I'm facing an mysterious error while trying to deploy a basic grid5000 environment using this plugin image

I'm working on the Grenoble site of grid5k

Any ideas ?

pmorillon commented 3 years ago

Hello, it's a normal behavior when no compute nodes are available within 5 minutes (by default). You can modify this default value, but in any case, you will have to wait for the availability of the nodes : https://registry.terraform.io/providers/pmorillon/grid5000/latest/docs/resources/grid5000_job#scheduled_at_limit

See Grid'5000 status page to checks available nodes on each sites.

Nivekiba commented 3 years ago

Ok cool Thanks