{"id":20111489,"url":"https://github.com/openstack/devstack-plugin-container","last_synced_at":"2025-05-06T11:30:43.408Z","repository":{"id":66174724,"uuid":"88031769","full_name":"openstack/devstack-plugin-container","owner":"openstack","description":"DevStack plugin for installation of container engine. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2024-06-18T12:03:16.000Z","size":84,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-06-18T18:19:34.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/devstack-plugin-container","language":"Shell","has_issues":false,"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/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","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-12T09:03:41.000Z","updated_at":"2024-06-18T18:19:34.030Z","dependencies_parsed_at":"2024-04-16T19:26:19.535Z","dependency_job_id":"1a08d70f-ddb0-4a15-98c0-a435a8a50a91","html_url":"https://github.com/openstack/devstack-plugin-container","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fdevstack-plugin-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fdevstack-plugin-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fdevstack-plugin-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fdevstack-plugin-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/devstack-plugin-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499851,"owners_count":17321605,"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-13T18:16:18.422Z","updated_at":"2024-11-13T18:16:19.139Z","avatar_url":"https://github.com/openstack.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"================\nContainer Plugin\n================\n\nThis plugin enables installation of container engine and Kubernetes on\nDevstack. The default container engine is Docker.\n\n====================\nEnabling in Devstack\n====================\n\n1. Download DevStack\n--------------------\n\nFor more info on devstack installation follow the below link:\n\n.. code-block:: ini\n\n  https://docs.openstack.org/devstack/latest/\n\n2. Add this repo as an external repository\n------------------------------------------\n\nThis plugin supports installing Kubernetes or container engine only.\nFor installing container engine only, using the following config:\n\n.. code-block:: ini\n\n     cat \u003e /opt/stack/devstack/local.conf \u003c\u003c END\n     [[local|localrc]]\n     enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container\n     END\n\nFor installing Kata Containers, using the following config:\n\n.. code-block:: ini\n\n     cat \u003e /opt/stack/devstack/local.conf \u003c\u003c END\n     [[local|localrc]]\n     enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container\n     ENABLE_KATA_CONTAINERS=True\n     END\n\nFor installing Kubernetes, using the following config in master node:\n\n.. code-block:: ini\n\n     cat \u003e /opt/stack/devstack/local.conf \u003c\u003c END\n     [[local|localrc]]\n     enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container\n     enable_service etcd3\n     enable_service container\n     enable_service k8s-master\n     # kubeadm token generate\n     K8S_TOKEN=\"9agf12.zsu5uh2m4pzt3qba\"\n\n     ...\n\n     END\n\nAnd using the following config in worker node:\n\n.. code-block:: ini\n\n     cat \u003e /opt/stack/devstack/local.conf \u003c\u003c END\n     [[local|localrc]]\n     SERVICE_HOST=10.0.0.11 # change this to controller's IP address\n\n     enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container\n     enable_service container\n     enable_service k8s-node\n     # kubeadm token generate\n     K8S_TOKEN=\"9agf12.zsu5uh2m4pzt3qba\"\n\n     ...\n\n     END\n\n3. Run devstack\n--------------------\n\n.. code-block:: ini\n\n    cd /opt/stack/devstack\n    ./stack.sh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fdevstack-plugin-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fdevstack-plugin-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fdevstack-plugin-container/lists"}