Skip to content

Commit

Permalink
updating env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Sep 13, 2023
1 parent 7f93753 commit c6d2aa6
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 1,118 deletions.
8 changes: 8 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ID_RSA_B64=testing: base64 of vm ids output of cat ~/.ssh/id_rsa | base64 -w0
AWS_CLUSTER_NAME=testing: name of EKS cluster
AWS_DEFAULT_KEY_NAME=testing: name of AWS key
AWS_ACCESS_KEY_ID=testing: access key
AWS_SECRET_ACCESS_KEY=testing: secret key
GKE_PROJECT=testing: gcloud project
AKS_CLUSTER_NAME=testing: Azure AKS cluster name
OSH_KUBEADMIN_PASSWORD=testing: openshift kubeadmin password
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ conf/gcp
conf/aws
kubeconfig
env-github
.env
.env*
2 changes: 1 addition & 1 deletion CISETUP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recover access to the CI environemt

- Copy `env.dist` in `.env` and put the secrets in it
- Copy `.env.dist` in `.env` and put the secrets in it

## Access to the clusters

Expand Down
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ tasks:
- task: upload-secrets-vm
- task: upload-secrets-kube


test-ci: |
git tag {{.N}}-{{.NOW}}
git push origin --tags
Expand Down
8 changes: 0 additions & 8 deletions env.dist

This file was deleted.

107 changes: 0 additions & 107 deletions tests/1-deploy.cmd

This file was deleted.

121 changes: 0 additions & 121 deletions tests/10-user-minio.cmd

This file was deleted.

22 changes: 0 additions & 22 deletions tests/11-nuv-win.cmd

This file was deleted.

54 changes: 0 additions & 54 deletions tests/2-ssl.cmd

This file was deleted.

32 changes: 0 additions & 32 deletions tests/3-sys-redis.cmd

This file was deleted.

Loading

0 comments on commit c6d2aa6

Please sign in to comment.