Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Provide Cluster Specific Configuration OverridesConfiguration can be applied at the cluster and host group scope and overrides any configurations specified in the blueprint.

Step 4: Setup stack repository (Optional)

There are scenario's where public repositories may not be accessible during creation of cluster via blueprint or an alternate repositories required for stack.

To setup local or alternate repositories:

PUT /api/v1/stacks/:stack/versions/:stackVersion/operating_systems/:osType/repositories/:repoId

BODY   {"Repositories”:{"base_url”:”<CUSTOM_REPO_BASE_URL>","verify_base_url”:true}}

This api may be invoked multiple times to set base url for multiple OS types or stack versions. If this step is not performed, by default it will use the latest base url defined in the stack.

Step 5: Create Cluster

POST /api/v1/clusters/:clusterName

...

Request is asynchronous and returns a /requests URL which can be used to monitor progress.

Step

...

6: Monitor Cluster Creation Progress

Using the /requests URL returned in Step 4, monitor the progress of the tasks associated with cluster creation.

...