{"id":17096141,"url":"https://github.com/jairojunior/vagrant-openshift-aio","last_synced_at":"2025-08-08T13:10:28.193Z","repository":{"id":150566831,"uuid":"157882873","full_name":"jairojunior/vagrant-openshift-aio","owner":"jairojunior","description":"Virtual machine with All-in-one OpenShift installation","archived":false,"fork":false,"pushed_at":"2019-09-14T14:28:30.000Z","size":9,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:27:46.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jairojunior.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,"zenodo":null}},"created_at":"2018-11-16T15:03:37.000Z","updated_at":"2024-03-20T20:06:30.000Z","dependencies_parsed_at":"2023-07-11T23:16:36.340Z","dependency_job_id":null,"html_url":"https://github.com/jairojunior/vagrant-openshift-aio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jairojunior/vagrant-openshift-aio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jairojunior%2Fvagrant-openshift-aio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jairojunior%2Fvagrant-openshift-aio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jairojunior%2Fvagrant-openshift-aio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jairojunior%2Fvagrant-openshift-aio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jairojunior","download_url":"https://codeload.github.com/jairojunior/vagrant-openshift-aio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jairojunior%2Fvagrant-openshift-aio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269425698,"owners_count":24414738,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T14:44:42.708Z","updated_at":"2025-08-08T13:10:28.185Z","avatar_url":"https://github.com/jairojunior.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-openshift-aio\n\nThis project aims to provision a RHEL 7.5 virtual machine with OpenShift Enterprise or CentOS 7 with OKD, both all-in-one, using `openshift-ansible` with container storage, router, registry, metrics, logging and no APB by default.\n\nYou can change `OPENSHIFT_DEPLOYMENT_TYPE` and `OPENSHIFT_RELEASE` and `MACHINE_IP` in `Vagrantfile` file or use environment varibles. It defaults to `origin`, `v3.10` and `10.20.30.40` respectively, but can be set to `openshift-enterprise`, `v3.11` and any other private IP of your preference that does not conflict with your network.\n\nAfter `vagrant up` you'll be able to access your OpenShift instance at: `https://master.ocp.10.20.30.40.nip.io:8443` or `https://master.okd.10.20.30.40.nip.io:8443` with `developer:developer`.\n\n\u003e **NOTE:** You can configure your inventory in `ansible/templates/all-in-one.ini` file.\n\n# Steps\n\n1. Set Environment Variables (Optional):\n\n```shell\nexport OPENSHIFT_DEPLOYMENT_TYPE=openshift-enterprise\nexport OPENSHIFT_RELEASE=v3.11\nexport MACHINE_IP=10.10.10.10\n```\n\nFor **openshift-enterprise**, a few additional steps are required:\n\n2. Build RHEL 7.5 image using packer:\n\n```shell\ngit clone https://github.com/jairojunior/packer-rhel\ncd packer-rhel\n# Download rhel-server-7.5-x86_64-dvd.iso\npacker build x86_64-vagrant-ocp.qemu.json -var 'rhn_username=user' -var 'rhn_password=password' -var 'pool_id=abcdefgh'\nvagrant box add --name rhel-7.5-ocp rhel-7.5-ocp.box\n```\n\n3. Set RHN Credentials:\n\n- Create `ansible/vars/credentials.yml` with `ansible-vault` and the following content:\n\n```yaml\nrhn_username: user\nrhn_password: p@ss\npool_id: pool-id-with-ocp\n```\n\n- Create `.vault` with your vault password.\n\n4. `vagrant up`\n\n## Limitations\n\n- Only tested with libvirt.\n- A valid subscription is required (for openshift-enterprise).\n\n## TODO\n\n- VirtualBox for OSX users.\n- Fully automate image build.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjairojunior%2Fvagrant-openshift-aio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjairojunior%2Fvagrant-openshift-aio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjairojunior%2Fvagrant-openshift-aio/lists"}