{"id":14975822,"url":"https://github.com/lsst-it/puppet-cni","last_synced_at":"2026-02-14T12:02:08.768Z","repository":{"id":42172954,"uuid":"333156869","full_name":"lsst-it/puppet-cni","owner":"lsst-it","description":"Puppet Kubernetes CNI module ","archived":false,"fork":false,"pushed_at":"2025-10-18T03:49:40.000Z","size":129,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-11-06T21:56:08.228Z","etag":null,"topics":["cni","cni-plugin","deployment","k8s","puppet"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsst-it.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-26T17:08:39.000Z","updated_at":"2025-10-17T16:39:51.000Z","dependencies_parsed_at":"2025-10-17T12:35:03.088Z","dependency_job_id":"e935118b-460e-47cb-9aa4-339f0ecac5bf","html_url":"https://github.com/lsst-it/puppet-cni","commit_stats":{"total_commits":108,"total_committers":2,"mean_commits":54.0,"dds":0.0092592592592593,"last_synced_commit":"e9b348226a3ce72e5b093a596f72b26a7e325ef9"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/lsst-it/puppet-cni","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst-it%2Fpuppet-cni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst-it%2Fpuppet-cni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst-it%2Fpuppet-cni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst-it%2Fpuppet-cni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsst-it","download_url":"https://codeload.github.com/lsst-it/puppet-cni/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst-it%2Fpuppet-cni/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cni","cni-plugin","deployment","k8s","puppet"],"created_at":"2024-09-24T13:52:43.128Z","updated_at":"2026-02-14T12:02:08.752Z","avatar_url":"https://github.com/lsst-it.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cni\n\n## Table of Contents\n\n1. [Overview](#overview)\n1. [Description](#description)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n\n## Overview\n\nInstalls and manages [CNI](https://www.cni.dev/) software.\n\n## Description\n\nThis module is intended to support the selective installation of CNI reference\nplugins. It specifically in intended to co-exist with\n[`rke`](https://rancher.com/docs/rke/latest/en/) installing, managing, and\nupgrading its own set of CNI plugins into `/opt/cni/bin`.  It is selective in\nthat only explicitly enumerated CNI reference plugins are install as symlinks\nin `/opt/cni/bin`.\n\n## Usage\n\n### Plugin Install Example\n\n```puppet\nclass { 'cni::plugins':\n  enable =\u003e [\n    'macvlan',\n    'ipvlan',\n  ]\n}\n```\n\n### DHCP Service Example\n\n```puppet\nclass { 'cni::plugins::dhcp': }\n```\n\n### Explicit Plugin Release Version Example\n\n```puppet\nclass { cni::plugins:\n  version       =\u003e '0.9.0',\n  checksum_type =\u003e 'sha256',\n  checksum      =\u003e '58a58d389895ba9f9bbd3ef330f186c0bb7484136d0bfb9b50152eed55d9ec24',\n}\nclass { 'cni::plugins::dhcp': }\n```\n\n## Reference\n\nSee [REFERENCE](REFERENCE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst-it%2Fpuppet-cni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsst-it%2Fpuppet-cni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst-it%2Fpuppet-cni/lists"}