-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create fabfed_credentials_template.yml
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 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
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: |