Skip to content

Commit

Permalink
Create fabfed_credentials_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zlion committed Mar 11, 2024
1 parent 2af08e5 commit 6922b61
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions jupyter/fabfed_config/fabfed_credentials_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Fabric
# https://portal.fabric-testbed.net
# Create and download FABRIC at https://portal.fabric-testbed.net/ via Experiments -> Manage Tokens
# Create a Bastion Key and User FABRIC at https://portal.fabric-testbed.net/ via Experiments -> Manage SSH Keys
fabric:
bastion-user-name:
token-location:
bastion-key-location:
project_id:
slice-private-key-location:
slice-public-key-location:

# Chameleon
# https://www.chameleoncloud.org/
# Create a CLI Password as described here: https://chameleoncloud.readthedocs.io/en/latest/technical/cli.html
# Project Name can be found https://www.chameleoncloud.org/
chi:
project_name:
key_pair:
user:
password:
slice-private-key-location:
slice-public-key-location:

# https://sense-o.es.net:8443/StackV-web/portal/
sense:
auth_endpoint: https://sense-o.es.net:8543/auth/realms/StackV/protocol/openid-connect/token
api_endpoint: https://sense-o-dev.es.net:8443/StackV-web/restapi
client_id: StackV
username:
password:
secret:
verify: False
slice-private-key-location: # THIS IS NEEDED IF USING JANUS SERVICE


janus:
url:
username:
password:
token:

# Cloudlab
# https://cloudlab.us
# Create an account and join project fabfed
# Must download certificate and reference it below
cloudlab:
project:
certificate:
user:
slice-private-key-location:

# Amazon AWS
aws:
access_key:
secret_key:

# Google Cloud
# Create a service account and downdload it to the path below
gcp:
service_key_path:
project:

0 comments on commit 6922b61

Please sign in to comment.