TAS server on-prem registry setup
Configure the on-prem registry manually.
Before you begin
Download and mount install ISO package
Procedure
-
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.
Copymkdir -p /<data_dir>/registry/{auth/certs/data}
-
Generate credentials for accessing the registry:
Copyhtpasswd -cbB /<data_dir>/registry/auth/htpasswd < registry_user > < registry_pass >
where:
-
<registry_user>, <registry_pass> are the credentials within the inventory.
-
-
set registry ssl certificates:
Copycp <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 -
Load local images into the On-Prem registry:
Copychown -R tas_inst:tas <data_dir>/registry
chmod -r 0770 <data_dir>/registry