{"id":21878329,"url":"https://github.com/pepabo/ubuntu-openstack-builder","last_synced_at":"2025-03-21T23:45:02.550Z","repository":{"id":143074890,"uuid":"99217134","full_name":"pepabo/ubuntu-openstack-builder","owner":"pepabo","description":"UbuntuでOpenStackパッケージを自前ビルドするやつ","archived":false,"fork":false,"pushed_at":"2017-09-06T09:16:53.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T18:17:31.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pepabo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-08-03T09:45:50.000Z","updated_at":"2017-09-06T09:16:54.000Z","dependencies_parsed_at":"2024-02-21T17:45:33.557Z","dependency_job_id":null,"html_url":"https://github.com/pepabo/ubuntu-openstack-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fubuntu-openstack-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fubuntu-openstack-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fubuntu-openstack-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fubuntu-openstack-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepabo","download_url":"https://codeload.github.com/pepabo/ubuntu-openstack-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885532,"owners_count":20526293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-28T08:12:18.964Z","updated_at":"2025-03-21T23:45:02.530Z","avatar_url":"https://github.com/pepabo.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-openstack-builder\nUbuntuでOpenStackパッケージを自前ビルドするやつ\n\n## neutronパッケージをビルドする場合の注意\n\nneutronパッケージのテストにIPv6関連が含まれているため、DockerエンジンでIPv6を有効にしないとテストが通らない。\nDockerでIPv6を使うには以下を参考。\n\n[IPv6 with Docker](https://docs.docker.com/engine/userguide/networking/default_network/ipv6/)\n\n### Ubuntu 16.06\n\n```\n$ sudo systemctl edit --full docker\n-- -- snip -- --\n[Service]\nType=notify\n# the default is not to use systemd for cgroups because the delegate issues still\n# exists and systemd currently does not support the cgroup feature set required\n# for containers run by docker\nExecStart=/usr/bin/dockerd -H fd:// --ipv6 --fixed-cidr-v6=\"2001:db8:1::/64\"  ★ --ipv6以降を追加\nExecReload=/bin/kill -s HUP $MAINPID\n-- -- snip -- --\n$ sudo systemctl restart docker\n```\n\n### Docker for Mac\n\nPreference =\u003e Daemon =\u003e Advanced を編集し、 `ipv6` と `fixed-cidr-v6` を設定します。\n\n```json\n{\n  \"debug\" : true,\n  \"experimental\" : true,\n  \"ipv6\": true,\n  \"fixed-cidr-v6\" : \"2001:db8:1::/64\"\n}\n```\n\n## build\n\n```\n$ make neutron\n```\n\nIf you set environemnt value, you write to .env file.\n\n```\n$ cat .env\nDEB_BUILD_OPTIONS=nocheck\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fubuntu-openstack-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepabo%2Fubuntu-openstack-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fubuntu-openstack-builder/lists"}