-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: major refactor, deprecated xcat for grendel
- Loading branch information
Showing
77 changed files
with
934 additions
and
5,993 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
Empty file.
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,25 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: AppProject | ||
metadata: | ||
name: local-path-storage | ||
namespace: argocd | ||
# Finalizer that ensures that project is not deleted until it is not referenced by any application | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
description: Local Path Storage | ||
# Allow manifests to deploy from any Git repos | ||
sourceRepos: | ||
- '*' | ||
# Only permit applications to deploy to the namespace in the same cluster | ||
destinations: | ||
- namespace: local-path-storage | ||
server: https://kubernetes.default.svc | ||
|
||
namespaceResourceWhitelist: | ||
- kind: '*' | ||
group: '*' | ||
|
||
clusterResourceWhitelist: | ||
- kind: '*' | ||
group: '*' |
8 changes: 4 additions & 4 deletions
8
...ault/apps/local-path-provisioner-app.yaml → ...-storage/apps/local-path-storage-app.yaml
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,6 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: local-path-storage | ||
labels: | ||
app.kubernetes.io/name: local-path-storage |
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
argo.example/monitoring/volumes/prometheus-nfs.yaml.example
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: xcat-app | ||
name: grendel-app | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
|
@@ -12,9 +12,9 @@ spec: | |
repoURL: [email protected]:squarefactory/ClusterFactory.git | ||
# You should use your branch too. | ||
targetRevision: HEAD | ||
path: helm/xcat | ||
path: helm/grendel | ||
helm: | ||
releaseName: xcat | ||
releaseName: grendel | ||
|
||
# Create a values file inside your fork and change the values. | ||
valueFiles: | ||
|
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
12 changes: 12 additions & 0 deletions
12
argo.example/provisioning/secrets/postscript-privatekey-secret.yaml.local.example
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,12 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: postscript-privatekey-secret | ||
namespace: provisioning | ||
type: Opaque | ||
stringData: | ||
## Create the key with: | ||
## ssh-keygen -f $(pwd)/key -C grendel | ||
## Encrypt with: | ||
## openssl enc -aes-256-cbc -a -salt -pbkdf2 -in key -out key.enc | ||
key.enc: "" |
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
argo.example/slurm-cluster/volumes/example/controller-state-nfs.yaml.example
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
6 changes: 2 additions & 4 deletions
6
...le/harbor/volumes/harbor-nfs.yaml.example → argo.example/volumes/dynamic-nfs.yaml
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.