Configure the access to the repositories - Fluid Topics - 3.8

Install Fluid Topics on a Single Server

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

In order to get the necessary packages to install Fluid Topics, dedicated source.repo files must be created. It is recommended to create antidot-fluid.repo for packages.

Create the following file:

As root user

/etc/yum.repos.d/antidot-fluid.repo

Add the following lines:

[FluidTopics]
name=Fluid Topics Repository for RHEL 7, x86_64 architecture
baseurl=$FLUID_TOPICS_REPOSITORY_URL
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=$KEY_URL

Where:

  • The $KEY_URL will be given by your Antidot contact.
    • If a gpgkey is defined, repo_gpgcheck value must be set to 1.
    • If no gpgkey is defined, repo_gpgcheck value must be set to 0.
  • The $FLUID_TOPICS_REPOSITORY_URL base URL must take the following form:

    http://login:password@pkgs-customer.fluidtopics.net/

In our example, the following base URL must be used:

http://my_login:my_password@pkgs-oleandor.fluidtopics.net/

For more information about the login and password used to access the repository, please refer to your Antidot contact.

It is possible to create multiple repositories for specific configuration purposes. Their internal structure remains the same.

In our example, the antidot-fluid.repo file contains the following lines:

[FluidTopics]
name=Fluid Topics Repository for RHEL 7, x86_64 architecture
baseurl=http://my_login:my_password@pkgs-oleandor.fluidtopics.net/
enabled=1
gpgcheck=0
repo_gpgcheck=0