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

Closed
sean-smith opened this issue Apr 1, 2024 · 2 comments
Labels

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

Copy link

github-actions bot commented Jul 1, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 1, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

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

No branches or pull requests

1 participant