Versions Compared

Key

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

...

To disable topology validation and register a blueprint:

POST /api/v1/blueprints/:blueprintName?validate_topology=false

Disabling topology validation allows a user to force registration of a blueprint that fails topology validation.

...

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 Repositories (Optional)

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

To setup use a local or alternate repositoriesrepository:PUT 

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

...



{
  "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

...

, blueprints will use the latest

...

Base URL defined in the

...

Stack.

Step 5: Create Cluster

POST /api/v1/clusters/:clusterName

...