Air Gapped System Configuration
Overview
Use the following instructions to configure your air gapped system after you have completed the installation.
Configure the Location of the Python Repository
Follow these steps to configure the python repository for air gapped use:
- Press the setting icon, then on python packages. Change the PIP options to a local storage path. You must use the
PIP_INDEX_URL
key, and it must point to a local python repository. (For example, http://https://repodev.example.com/artifactory/api/pypi/pypivirtual/simple) - Press the settings icon, then on environment variables. Add the key
PIP_TRUSTED_HOST
and have it point to the server of index URL. (For example, repodev.example.com)
Configure the Location of the Function Store
Follow these steps to configure the location of the function store for air gapped use:
- Download the repo https://github.com/mlrun/functions and place it in a location within the local cluster. (For example, /v3io/users/admin/functions)
- Press the settings icon, then on environment variables. Add the key
MLRUN_HUB_URL
, and point it to the location in the cluster where you downloaded the function store.
Configure the Location for Demo Example Data Sources
Follow these steps to configure the location of the demo example data sources for air gapped use:
- Download the CSV files into your air gapped site. Make sure the files are sanitized before you upload them into the network. Make sure that all the relevant files for each demo are downloaded and sanitized.
- set an environmental variable called
SAMPLE_DATA_SOURCE_URL_PREFIX
and point it to the location in the cluster where you downloaded the files. For example:/v3io/bigdata/path/...
.