Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster creation fails due to invalid json in provisioning_parameters.json #234

Open
sean-smith opened this issue Apr 1, 2024 · 0 comments

Comments

@sean-smith
Copy link
Contributor

The provisioning_parameters.json needs to be valid json or the cluster creation will fail, for example the following json is missing the partition_name value:

{
  "version": "1.0.0",
  "workload_manager": "slurm",
  "controller_group": "controller-machine",
  "worker_groups": [
    {
      "instance_group_name": "worker-group-1",
      "partition_name":
    }
  ],
  "fsx_dns_name": "fs-05dac34e835f2c...fsx.us-west-2.amazonaws.com",
  "fsx_mountname": "4owup..."
}

This passes the validator but fails cluster creation.

This is addressed in #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant