Documentation / CIQ Bridge Setup
CIQ Bridge Setup
To set up CIQ Bridge 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 Depot.
Bridge Setup Quickstart
With the token you obtained from CIQ’s support or sales teams, you can setup Bridge in 5 steps on a given CentOS 7 x86_64 system:
$ sudo yum install -y https://depot.ciq.com/public/files/depot-client/depot/depot.x86_64.rpm
[lots of output]
$ sudo depot login -u [USER STRING] -t [USER TOKEN]
Enrolled to https://depot.ciq.com
$ sudo depot enable bridge
Created DNF configuration: /etc/yum.repos.d/depot-bridge.repo
$ sudo yum-config-manager --disable base updates extras os
$ sudo yum -y update
[lots of output]