Performing a disconnected installation
Before you can perform the air-gapped environment installation, you must obtain An IBM Storage Ceph container image, either from a proxy host that has access to the IBM registry or by copying the image to your local registry.
Before you begin
- At least one running virtual machine (VM) or server.
- Root-level access to all nodes.
- Passwordless
sshis set up on all hosts in the storage cluster. - The preflight playbook has been run on the bootstrap host in the storage cluster. For more information, see Running the preflight playbook for a disconnected installation.
- A private registry has been configured and the bootstrap node has access to it. For more information, see Configuring a private registry for a disconnected installation.
- An IBM Storage Ceph container image resides in the custom registry.
About this task
Important: Before you begin the bootstrapping process, make sure that the container image that you want to use has the same version of IBM Storage Ceph as
cephadm. If the two versions do not match, bootstrapping fails at the Creating initial admin user stage.Important: Call Home is enabled by default when the license is accepted, including in disconnected environments. If your environment does not allow sending system information externally, you can disable Call Home after installation.
For more information about Call Home and disabling after installation, see Call Home.
Note: If your local registry uses a self-signed certificate with a local registry, ensure you have added the trusted root certificate to the bootstrap host. For more information, see Configuring a private registry for a disconnected installation.
Procedure
What to do next
Use Ceph Orchestrator commands to clear the health warning emitted by Call Home.
- Clear the health warning and allow the module to remain active.
ceph orch accept call-home-enabled - Clear the health warning and turn off the Call Home module.
ceph orch deny call-home-enabled
After the bootstrap process is complete, configure the container images, as detailed in Changing configurations of custom container images for disconnected installations.
Once your storage cluster is up and running, configure additional daemons and services. For more information, see Operations.