-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bulild vsphere template in air gapped environment (#246)
* feat: bulild vsphere template in air gapped environment * fix: download pip==20.3.4 that works with RHEL 7 * build: makefile targets for RHEL fips/offline builds * shell lint * fix: fix lint errors * fix: install kubeadm role after packages role * fix: only copy vmware guest datasource if not already exists
- Loading branch information
Shalin Patel
authored
Feb 28, 2022
1 parent
ec37fe5
commit 5a2c62f
Showing
12 changed files
with
989 additions
and
30 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
roles: | ||
- role: offline | ||
- role: packages | ||
- role: kubeadm | ||
- role: version | ||
- role: gpu | ||
- role: config | ||
|
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 |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
dependencies: | ||
- repo | ||
- setup_versionlock | ||
- kubeadm | ||
- containerd |
Oops, something went wrong.