Documentation / Peer to Peer CIQ Depot Servers

Peer to Peer CIQ Depot Servers

To set up CIQ repositories on any number of hosts, you will need to contact CIQ Support and obtain a token for every user that will have access to register systems in CIQ’s Repository “Depot” platform.

Repository Setup Quickstart

With the token you obtained from CIQ’s support or sales teams, you can setup Depot in 4 steps.
Example code is given to complete setup for a Bridge repository subscription on a given CentOS 7 x86_64 system:

1.

$ sudo yum install -y https://depot.ciq.com/public/files/depot-client/depot/depot.x86_64.rpm
[lots of output]

2.

$ sudo depot register -u [USER STRING] -t [USER TOKEN]
Registered.

3.

$ sudo depot dnf
Writing DNF configuration for: centos-7.x86_64
Writing DNF configuration for: ciq-bridge.x86_64
Writing DNF configuration for: depot
Writing DNF configuration for: centos-7-updates.x86_64

4.

$ sudo yum -y update
[lots of output]