Installing the Platform without an Internet Connection (Offline Installation) (vSphere)
Overview
Installing (deploying) the platform on virtual machines (VMs) in environments without an internet connection (a.k.a. "dark sites") requires a variation on the online procedure that's described in the vSphere Installation Guide, as outlined in this guide.
Prerequisites
Before you begin, ensure that you have the following:
- A platform installation package (
<build name>.tar.gz ), received from Iguazio. - A preloaded Provazio dashboard Docker image (
gcr.io/iguazio/provazio-dashboard:stable ), received from Iguazio as an image archive (provazio-latest.tar.gz ). - A Provazio dashboard API key, received from Iguazio.
- Administrative access to a platform vSphere cluster with the required networks configuration (see Configuring Virtual Networking (vSphere) and Configuring IP Addresses (vSphere)) and deployed VMs for each of the platform nodes (see Deploying the Platform Nodes (vSphere)).
Run The Platform Installer Offline
Execute the following steps to run the platform installer (Provazio) without internet connectivity (offline installation):
-
Copy and extract the installation package:
- Establish an SSH connection to one of the platform's data-node VMs.
- Create an
installer directory under/home/iguazio ($HOME
): - Copy the
<build name>.tar.gz installation-package archive (see the prerequisites) to the new/home/iguazio/installer directory. - Extract the package archive to the
installer directory.
-
Copy and extract the Provazio dashboard Docker image:
-
Copy the
provazio-latest.tar.gz preloaded Provazio dashboard Docker-image archive (see the prerequisites) to the installation machine that is running Docker. -
Extract the
provazio-latest.tar.gz Docker-image archive by running the following command on the machine that is running Docker:docker load -i
The output for a successful execution should look like this:
Loaded image: gcr.io/iguazio/provazio-dashboard:stable
-
-
Run the platform installer, Provazio, by running the following command from a command-line shell; replace the
<Provazio API Key>
placeholder with the Provazio API key that you received from Iguazio:docker run --rm --name provazio-dashboard \ -p 8060:8060 \ -e PROVAZIO_API_KEY=<Provazio API Key> \ gcr.io/iguazio/provazio-dashboard:stable
What's Next?
After successfully running the platform installer, proceed to the installer dashboard-access step in the vSphere installation guide to configure installation parameters from the installer dashboard.