Installing DataPlane
Also available as:
PDF
loading table of contents...

Create the repository configuration file

A repository configuration file (.repo file) must be created on the DP host. The file is required to identify the path to the repository data, establish whether a GPG signature check should be performed on the repository packages, etc. Only one repository configuration file is needed.

  1. Navigate to the repository directory.
    cd /etc/yum.repos.d/
  2. Create a repository file.
    vi dp.repo
    Alternatively, you can copy an existing repository file to edit.
  3. Add the following content to the repository file.
    Important
    Important
    Be sure to use the Base URL you created when setting up the local repository.
    #VERSION_NUMBER=1.2.1.0
    [DP-1.2.0.0-xx] 
    name=DP  Version - DP-1.2.1.0
    baseurl=http://<your_webserver>:port/DP/centos7/1.2.1.0
    gpgcheck=1
    gpgkey=http://<your_webserver>:port/DP/centos7/1.2.1.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
    enabled=1
    priority=1            
        
You are now ready to install the DataPlane software.