Manually Create a Local Repo
Info
Manually creating a local repo requires initial access to the Internet to retrieve all dependencies and then the machine can be air-gapped.
External Libraries for SCS
Three external libraries to install SCS are:
External Library | Description |
---|---|
Podman 3.0.1 | Required for HTTP support. Dependencies of Podman 3.0.1 (podman_packages.tar) is included with Swarm v14.1 Update Bundle package. |
Pause Container | The |
Bash Autocompletion | Required for tabbing on scsctl. Sourced from the EPEL repository for CentOS. |
Set-Up the Environment
Offline installation for CentOS requires RPMs and dependencies for all those packages on a repository. This is challenging in air-gapped networks or networks with no Internet access. The best way is to create a local offline repository.
Minimum installation requirements are:
Install a VM with RHEL/CentOS 7 or RHEL/Rocky Linux 8 (or the previous version) and a “Minimal Server” profile.
Run
yum
to resolve dependencies for a package.RHEL/CentOS 7 or RHEL/Rocky Linux 8 server with Internet access and some disk space to pull the repo files.
SCS Dependencies
Install a set of packages to download RPMs and dependencies then create a repository. RPMs and dependencies use the download only yum-plugin to pull. Use the “createrepo” tool to create a repository for offline usage.
Steps to Check SCS Dependencies
Install the yum-downloadonly plugin.
yum -y install yum-plugin-downloadonly
The package by default comes with large installations.
Create a directory for download packages.
mkdir packages
Query the RPM dependencies.
rpm -qpR swarm-scs-{version}.x86_64.rpm
Result:
glibc >= 2.17 |
Download SCS Dependencies
Pull the following from the above list to download SCS and RPM’s dependencies:
Query | Command |
---|---|
bash-completion [NOTE: No longer required after SCS 1.5] | yum -y install --downloadonly --downloaddir=/root/packages/ bash-completion |
bash-completion-extras [NOTE: No longer required after SCS 1.5] | yum -y install --downloadonly --downloaddir=/root/packages/ bash-completion-extras |
chrony | yum -y install --downloadonly --downloaddir=/root/packages/ chrony |
cronie | yum -y install --downloadonly --downloaddir=/root/packages/ cronie |
dhcp | yum -y install --downloadonly --downloaddir=/root/packages/ dhcp |
iproute | yum -y install --downloadonly --downloaddir=/root/packages/ iproute |
logrotate | yum -y install --downloadonly --downloaddir=/root/packages/ logrotate |
NetworkManager | yum -y install --downloadonly --downloaddir=/root/packages/ NetworkManager |
python3 | yum -y install --downloadonly --downloaddir=/root/packages/ python3 |
rsyslog | yum -y install --downloadonly --downloaddir=/root/packages/ rsyslog |
Create Podman 3.0.1 Repo
Swarm 15.x bundle includes podman offline repo. Refer to step 3 until step 7 of Online SCS Installation to create a local repo for podman.
Note
Downloaded packages are not enough to install SCS server due to third-party external packages. Suggest query on each downloaded RPM packages to get the new list for additional download.
Contact DataCore Support if facing any issue and need assistance for manually creating a local repo.
Create a Local Repo
Run “createrepo” against the packages folder.
Tar up the directory and its packages.
Create an Offline Pause Container
Install Podman on RHEL/CentOS 7 or RHEL/Rocky Linux 8.
Pull the Pause Container.
Create a new pod to automatically pull the registry.k8s.io/pause:3.2 image.
List the pulled images.
Note
Tag “registry.k8s.io/pause“ with 3.2 or higher.
Export Pause Container and save it for offline installation.
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.