Update a UAI Image Registration

NOTE: UAS and UAI are deprecated in CSM 1.5.2 and will be removed in CSM 1.6

Modify the UAS registration information of a UAI image.

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)
  • The administrator must know the Image ID of the UAI Image Registration to be updated: List UAI Registered Images

Procedure

Once a UAI image has been registered, it may be necessary to change its attributes. For example, the default image may need to change.

Modify the registration information of a UAI image by using a command of the form:

ncn-m001-cray uas admin config images update OPTIONS IMAGE_ID

Use the --default or --imagename options as specified when registering an image to update those specific elements of an existing image registration. For example, to make the registry.local/cray/custom-end-user-uai:latest image shown in other procedures the default image, use the following command:

ncn-m001-cray uas admin config images update --default yes 8fdf5d4a-c190-24c1-2b96-74ab98c7ec07

Top: User Access Service (UAS)

Next Topic: Delete a UAI Image Registration