Verify Your Installation

Verify operation of the Cluster service.

Note

Perform these commands on the controller node.

  1. Source the admin tenant credentials:

    $ . admin-openrc
    
  2. List service components to verify successful launch and registration of each process:

    $ openstack cluster build info
    +--------+---------------------+
    | Field  | Value               |
    +--------+---------------------+
    | api    | {                   |
    |        |   "revision": "1.0" |
    |        | }                   |
    | engine | {                   |
    |        |   "revision": "1.0" |
    |        | }                   |
    +--------+---------------------+
    

You are ready to begin your journey (aka. adventure) with Senlin, now.