Create a UAI Class

NOTE: UAI is deprecated in CSM 1.5.2 and will be removed in CSM 1.6.

Add a new User Access Instance (UAI) class to the User Access Service (UAS) so that the class can be used to configure UAIs.

Prerequisites

  • The administrator must be logged into an NCN or a host that has administrative access to the HPE Cray EX System API Gateway
  • The administrator must have the HPE Cray EX System CLI (cray command) installed on the above host
  • The HPE Cray EX System CLI must be configured (initialized - cray init command) to reach the HPE Cray EX System API Gateway
  • The administrator must be logged in as an administrator to the HPE Cray EX System CLI (cray auth login command)

Procedure

Add a UAI class by using the command in the following example.

cray uas admin config classes create --image-id <image-id> [options]

The only required option is --image-id IMAGE_ID which sets the container image that will be used to create a UAI from this UAI class.

Other options and arguments can be discovered using the following command:

cray uas admin config classes create --help

See UAI Classes for more information on what the settings in a UAI class mean and how to use them.

Top: User Access Service (UAS)

Next Topic: View a UAI Class