forked from PelicanPlatform/pelican
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PelicanPlatform#1362 from haoming29/add-contribute
- Loading branch information
Showing
14 changed files
with
393 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
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,15 @@ | ||
TLSSkipVerify: true # Turn off the TLS check for developmetn | ||
Logging: | ||
Level: "debug" # Debug level will log more verbose messages | ||
Federation: | ||
DiscoveryUrl: "https://osdf-itb.osg-htc.org" # The federation for testing | ||
TopologyNamespaceURL: https://topology.opensciencegrid.org/osdf/namespaces | ||
Origin: | ||
Exports: | ||
- StoragePrefix: /tmp/pelican # Export this directory on your machine to the federation | ||
FederationPrefix: /<your-name>/test/origin1 # Replace <your-name> to your name! Otherwise the origin may fail to start | ||
Capabilities: ["Reads", "PublicReads"] | ||
Director: | ||
MaxMindKeyFile: /workspaces/pelican-dev/MaxMindKey # The location of your MaxMind license key | ||
Registry: | ||
InstitutionsUrl: "https://topology.opensciencegrid.org/institution_ids" |
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,23 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp | ||
{ | ||
"name": "Pelican", | ||
"image": "hub.opensciencegrid.org/pelican_platform/pelican-dev:latest-itb", | ||
|
||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
// Configure tool-specific properties. | ||
"customizations": { | ||
"settings": { | ||
"go.gopath": "/root/go", | ||
"go.goroot": "/usr/local/go", | ||
"go.useLanguageServer": true | ||
}, | ||
"extensions": ["golang.go"], | ||
"postCreateCommand": "go get -v github.com/go-delve/delve/cmd/dlv" | ||
}, | ||
|
||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | ||
"remoteUser": "root" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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