-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up and removed base functionality
- Loading branch information
1 parent
db16b27
commit 2331374
Showing
24 changed files
with
104 additions
and
2,053 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
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,43 @@ | ||
## Internet Connected Server | ||
```bash | ||
### Set Variables | ||
export vRancherAirgap=0.6.0 | ||
export date=date | ||
``` | ||
|
||
```bash | ||
### Fetch Hauler TARs | ||
mkdir -p /opt/rancher/hauler | ||
cd /opt/rancher/hauler | ||
curl -#OL https://rancher-airgap.s3.amazonaws.com/${vRancherAirgap}/hauler/hauler/rancher-airgap-hauler.tar.zst | ||
curl -#OL https://rancher-airgap.s3.amazonaws.com/${vRancherAirgap}/hauler/rke2/rancher-airgap-rke2.tar.zst | ||
curl -#OL https://rancher-airgap.s3.amazonaws.com/${vRancherAirgap}/hauler/rancher/rancher-airgap-rancher.tar.zst | ||
curl -#OL https://rancher-airgap.s3.amazonaws.com/${vRancherAirgap}/hauler/longhorn/rancher-airgap-longhorn.tar.zst | ||
curl -#OL https://rancher-airgap.s3.amazonaws.com/${vRancherAirgap}/hauler/neuvector/rancher-airgap-neuvector.tar.zst | ||
``` | ||
|
||
```bash | ||
### Compress Repo and Hauler TARs | ||
tar -czvf /opt/rancher/hauler/rancher-airgap-$(date +"%Y%d%m").tar.zst /opt/rancher | ||
``` | ||
|
||
--- | ||
|
||
**MOVE *SINGLE TARBALL* ACROSS THE AIRGAP** | ||
|
||
--- | ||
|
||
## Disconnected Server | ||
|
||
```bash | ||
### Verify Hauler Store | ||
hauler store info | ||
|
||
### Import Hauler TARs (will take a minute) | ||
hauler store load rancher-airgap-base-rocky-el9.tar.zst rancher-airgap-rke2.tar.zst rancher-airgap-rancher.tar.zst rancher-airgap-longhorn.tar.zst rancher-airgap-neuvector.tar.zst | ||
``` | ||
|
||
```bash | ||
### Verify Hauler Store | ||
hauler store info | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.