Skip to content

Commit

Permalink
Merge pull request #1012 from ajdecon/deprecate-broken-airgap
Browse files Browse the repository at this point in the history
Remove broken offline deployment support and clarify documentation
  • Loading branch information
ajdecon authored Aug 11, 2021
2 parents f41d99d + 722afe1 commit a0de1ec
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 1,307 deletions.
59 changes: 0 additions & 59 deletions config.example/airgap/offline_repo_shell_vars.sh

This file was deleted.

130 changes: 0 additions & 130 deletions config.example/airgap/offline_repo_vars.yml

This file was deleted.

29 changes: 29 additions & 0 deletions docs/airgap/README.md
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)
111 changes: 0 additions & 111 deletions docs/airgap/offline.md

This file was deleted.

58 changes: 0 additions & 58 deletions playbooks/airgap/build-offline-cache.yml

This file was deleted.

Loading

0 comments on commit a0de1ec

Please sign in to comment.