Create a clusterΒΆ

To create a cluster:

  1. Verify that you can log in to the Decapod using CLI.

  2. To create a cluster, run:

    $ decapod cluster create <CUSTER_NAME>
    

    Example:

    $ decapod cluster create ceph
    {
        "data": {
            "configuration": {},
            "name": "ceph"
        },
        "id": "f2621e71-76a3-4e1a-8b11-fa4ffa4a6958",
        "initiator_id": "7e47d3ff-3b2e-42b5-93a2-9bd2601500d7",
        "model": "cluster",
        "time_deleted": 0,
        "time_updated": 1479902503,
        "version": 1
    }
    

    As a result, a new cluster with the name ceph and ID f2621e71-76a3-4e1a-8b11-fa4ffa4a6958 has been created. This ID is required for creating the playbook configuration.

  3. Proceed to Discover a server.