TAS server on-prem registry setup

Configure the on-prem registry manually.

Before you begin 

Download and mount install ISO package

Procedure 

  1. Management machine Registry deployment (Local registry situated):

    All actions to be added as DRG setup Ansible roles. user / password to be taken / added to the Inventory file.

    Copy
    mkdir -p /<data_dir>/registry/{auth/certs/data}
  2. Generate credentials for accessing the registry:

    Copy
    htpasswd -cbB /<data_dir>/registry/auth/htpasswd < registry_user > < registry_pass >

    where:

    • <registry_user>, <registry_pass> are the credentials within the inventory.

  3. set registry ssl certificates:

    Copy
    cp <data_dir>/ssl/secure_gateway/secure_gateway.key \    
       <data_dir>/registry/certs/domain.key 
    cp <data_dir>/ssl/secure_gateway/secure_gateway.crt \ 
       <data_dir>/registry/certs/domain.crt
  4. Load local images into the On-Prem registry:

    Copy
    chown -R tas_inst:tas <data_dir>/registry
    chmod -r 0770 <data_dir>/registry

Workflow: Manual TAS server preparation