https://github.com/computecanada/puppet-cvmfs_publisher

https://github.com/computecanada/puppet-cvmfs_publisher

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ComputeCanada
  • License: mit
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
License

https://github.com/ComputeCanada/puppet-cvmfs_publisher/blob/main/

This puppet module configures a CVMFS publisher node using the gateway interface (https://cvmfs.readthedocs.io/en/stable/cpt-repository-gateway.html).

Here is an example content for the hieradata to configure this class: 
```
cvmfs_publisher::repositories:
  repository-name:
    repository_name: "repository name"
    repository_user: "repo-user"
    stratum0_url: "http://stratum0.url:8000/cvmfs/repository"
    gateway_url: "http://gateway.url:4929/api/v1"
    certificate: |
      -----BEGIN CERTIFICATE-----
      ...
      -----END CERTIFICATE-----
    public_key: |
      -----BEGIN PUBLIC KEY-----
      ...
      -----END PUBLIC KEY-----
    api_key: 
``` 

Owner

  • Name: Compute Canada / Calcul Canada
  • Login: ComputeCanada
  • Kind: organization
  • Location: Canada

GitHub Events

Total
  • Member event: 1
  • Push event: 3
  • Create event: 2
Last Year
  • Member event: 1
  • Push event: 3
  • Create event: 2