-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1012 from ajdecon/deprecate-broken-airgap
Remove broken offline deployment support and clarify documentation
- Loading branch information
Showing
17 changed files
with
29 additions
and
1,307 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Air-Gap Support | ||
=============== | ||
|
||
DeepOps supports a number of configuration values for specifying alternate sources and URLs for downloading software. | ||
These configuration values can be used to run DeepOps playbooks in environments without an Internet connection, assuming that the environment has an alternative mirror available to supply this software. | ||
We currently don't supply our own automation to set up offline mirrors, but we do provide some basic documentation to illustrate how to set these mirrors up and use them. | ||
|
||
|
||
Setting up mirrors | ||
------------------ | ||
|
||
* [Setting up offline mirrors for APT repositories](mirror-apt-repos.md) | ||
* [Setting up offline mirrors for RPM repositories](mirror-rpm-repos.md) | ||
* [Setting up an offline mirror for Docker container images](mirror-docker-images.md) | ||
* [Setting up an offline mirror for HTTP downloads](mirror-http-files.md) | ||
|
||
|
||
Using mirrors to deploy offline | ||
------------------------------- | ||
|
||
* [Deploying the NGC-Ready playbook offline](ngc-ready.md) | ||
* Deploying a Kubernetes cluster offline (TODO) | ||
* Deploying a Slurm cluster offline (TODO) | ||
|
||
|
||
Dependency documentation | ||
------------------------ | ||
|
||
* [Deploying Kubespray in an offline environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/offline-environment.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.