{"id":21081407,"url":"https://github.com/kazuhisya/sheepdog-bootstrap","last_synced_at":"2026-04-17T19:02:28.355Z","repository":{"id":139557395,"uuid":"89563624","full_name":"kazuhisya/sheepdog-bootstrap","owner":"kazuhisya","description":"This repository provides unofficial sheepdog verification environment for docker and vagrant.","archived":false,"fork":false,"pushed_at":"2018-06-07T08:19:32.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T23:04:30.777Z","etag":null,"topics":["dockerfile","sheepdog","vagrantfile"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kazuhisya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-04-27T06:30:57.000Z","updated_at":"2018-12-03T09:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e11f45e-003d-451d-a594-b67369f99a45","html_url":"https://github.com/kazuhisya/sheepdog-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kazuhisya/sheepdog-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fsheepdog-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fsheepdog-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fsheepdog-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fsheepdog-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazuhisya","download_url":"https://codeload.github.com/kazuhisya/sheepdog-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuhisya%2Fsheepdog-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dockerfile","sheepdog","vagrantfile"],"created_at":"2024-11-19T20:09:00.849Z","updated_at":"2026-04-17T19:02:28.296Z","avatar_url":"https://github.com/kazuhisya.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sheepdog-bootstrap\n\nThis repository provides unofficial sheepdog verification environment for docker or vagrant.\n\n## Set up an easy-to-use verification environment\n\nFor easy operation check, you can use [Docker](https://www.docker.com/) or [Vagrant](https://www.vagrantup.com/).\n\n### Docker version usage\n\n- System requirements\n  - [docker](https://docs.docker.com/) version 1.10 or higher\n  - [docker-compose](https://docs.docker.com/compose/) version 1.9.0 or higher\n\nList:\n\n- [el6-build.Dockerfile](docker/build/el6-build.Dockerfile)\n    - CentOS6.x Build Test (from upstream git)\n- [el7-build.Dockerfile](docker/build/el7-build.Dockerfile)\n    - CentOS7.x Build Test (from upstream git)\n- [docker-compose](docker/compose/)\n    - CentOS7.x Docker Compose Version\n- [single-node-ops](docker/single-node-ops/)\n    - CentOS7.x Docker Single Version\n\n\ne.g.\n\n```code\n$ cd docker\n$ docker build -t local/sheepdog:el7 -f ./el7-build.Dockerfile .\n```\n\n```code\n$ cd docker/compose\n$ docker-compose build\n$ docker-compose up --scale sheep=32 -d\n```\n\n```code\n$ cd docker/csingle-node-ops\n$ ./build.sh\n```\n\n### Vagrant version usage\n\n - System requirements\n   - [vagrant](https://www.vagrantup.com/docs/) version 1.8.1 or higher\n   - [vagrant-libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt) version 0.0.32 or higher\n\nList:\n\n- [vagrant/operation](vagrant/operation)\n    - Zookeeper x1\n    - CentOS7.x Sheepdog x5 (form rpm)\n      - rpm from [copr repo](https://copr.fedorainfracloud.org/coprs/khara/sheepdog/)\n- [vagrant/tests-centos7](vagrant/tests-centos7)\n    - Exec tests for CentOS7.x\n- [vagrant/tests-ub1404](vagrant/tests-ub1404)\n    - Exec tests for Ubuntu 14.04 LTS (Trusty Tahr)\n- [vagrant/tests-ub1604](vagrant/tests-ub1604)\n    - Exec tests for Ubuntu 16.04 LTS (Xenial Xerus)\n\n\ne.g.\n\n```code\n$ cd vagrant/operation\n$ vagrant up\n```\n\n\n\n## Disclaimer\n\n- This repository and all files that are included in this, there is no relationship at all with the upstream and vendor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuhisya%2Fsheepdog-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazuhisya%2Fsheepdog-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuhisya%2Fsheepdog-bootstrap/lists"}