Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sysadm-provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
sysadm-provisioning
Commits
4e051716
Verified
Commit
4e051716
authored
2 years ago
by
Vincent Sellier
Browse files
Options
Downloads
Patches
Plain Diff
doc: add the rancher token configuration in the setup script
parent
9251aa85
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proxmox/terraform/README.md
+7
-0
7 additions, 0 deletions
proxmox/terraform/README.md
with
7 additions
and
0 deletions
proxmox/terraform/README.md
+
7
−
0
View file @
4e051716
...
...
@@ -8,6 +8,11 @@ infra (proxmox)
See prepare-workstation.md
## Get rancher access key
Go to rancher, in your account detail[1] generate a new access key without scope
[1] https://rancher.euwest.azure.internal.softwareheritage.org/dashboard/account
## setup.sh
Create a
`setup.sh`
file holding the PM_{USER,PASS} information:
...
...
@@ -15,6 +20,8 @@ Create a `setup.sh` file holding the PM_{USER,PASS} information:
```
export PM_USER=<swh-login>@pam
export PM_PASS=<swh-login-pass>
export RANCHER_ACCESS_KEY="<rancher token id>"
export RANCHER_SECRET_KEY="<rancher secret key>"
```
source it in your current shell session.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment