{"id":14986139,"url":"https://github.com/oracle/vagrant-projects","last_synced_at":"2025-05-14T15:06:20.527Z","repository":{"id":39902170,"uuid":"114830018","full_name":"oracle/vagrant-projects","owner":"oracle","description":"Vagrant projects for Oracle products and other examples","archived":false,"fork":false,"pushed_at":"2025-04-07T15:20:20.000Z","size":2130,"stargazers_count":973,"open_issues_count":18,"forks_count":477,"subscribers_count":89,"default_branch":"main","last_synced_at":"2025-04-11T15:56:54.393Z","etag":null,"topics":["oracle","vagrant","vagrant-boxes","vagrant-virtual-machine","vagrantfiles","virtualbox","virtualbox-vm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-12-20T01:49:01.000Z","updated_at":"2025-04-11T10:41:40.000Z","dependencies_parsed_at":"2023-10-02T22:15:24.588Z","dependency_job_id":"52e59df1-973e-4970-9cb8-c3108375e2e3","html_url":"https://github.com/oracle/vagrant-projects","commit_stats":{"total_commits":332,"total_committers":28,"mean_commits":"11.857142857142858","dds":0.7710843373493976,"last_synced_commit":"6315188bfa73abde229b9f33a51504dca39fb3fc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fvagrant-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fvagrant-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fvagrant-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fvagrant-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle","download_url":"https://codeload.github.com/oracle/vagrant-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169056,"owners_count":22026207,"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":["oracle","vagrant","vagrant-boxes","vagrant-virtual-machine","vagrantfiles","virtualbox","virtualbox-vm"],"created_at":"2024-09-24T14:12:23.701Z","updated_at":"2025-05-14T15:06:20.483Z","avatar_url":"https://github.com/oracle.png","language":"Shell","readme":"# vagrant-projects\r\n\r\nA collection of Vagrant projects that provision Oracle and other software automatically, using Vagrant, an Oracle Linux box, and shell scripts. Unless indicated otherwise, these projects work with both Oracle VM VirtualBox and libvirt/KVM.\r\n\r\n## Prerequisites\r\n\r\nAll projects in this repository require Vagrant and either Oracle VM VirtualBox or libvirt/KVM with the vagrant-libvirt plugin.\r\n\r\n### If using VirtualBox\r\n\r\n1. Install [Oracle VM VirtualBox](https://www.virtualbox.org/wiki/Downloads)\r\n2. Install [Vagrant](https://vagrantup.com/)\r\n\r\n### If using libvirt/KVM on Oracle Linux\r\n\r\n1. Read [Philippe's blog post](https://blogs.oracle.com/linux/getting-started-with-the-vagrant-libvirt-provider-for-oracle-linux) for instructions on using the Vagrant libvirt provider\r\n\r\n## Getting started\r\n\r\n1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`\r\n2. Change into the desired project folder\r\n3. Follow the README.md instructions inside the folder\r\n\r\n## Known issues\r\n\r\n\r\n### Metadata not found when creating new VM\r\n\r\nWe have recently renamed this repository. Unfortunately the new URL for the boxes metadata will not be taken into consideration if you already have a box locally (See [Vagrant issue #9637](https://github.com/hashicorp/vagrant/issues/9637)).\r\n\r\nYou will see the following when you create a new VM:\r\n\r\n```\r\n==\u003e ol7-vagrant: Checking if box 'oraclelinux/7' version '7.8.103' is up to date...\r\n==\u003e ol7-vagrant: There was a problem while downloading the metadata for your box\r\n==\u003e ol7-vagrant: to check for updates. This is not an error, since it is usually due\r\n==\u003e ol7-vagrant: to temporary network problems. This is just a warning. The problem\r\n==\u003e ol7-vagrant: encountered was:\r\n==\u003e ol7-vagrant:\r\n==\u003e ol7-vagrant: The requested URL returned error: 404 Not Found\r\n```\r\n\r\nWhen this happens:\r\n\r\n1. Ensure you have the correct metadata URL in your Vagrantfile:  \r\n   `BOX_URL = \"https://oracle.github.io/vagrant-projects/boxes\"`\r\n1. Remove your local copy of the box -- E.g. for oraclelinux/7:  \r\n   `vagrant box remove --all oraclelinux/7`\r\n\r\n### Hyper-V on Windows hosts\r\n\r\nThe projects in this repository are unlikely to work correctly on Windows hosts with Hyper-V enabled.\r\n\r\nWindows features that enable Hyper-V include Application Guard, Containers, Credential Guard, Device Guard, Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, Windows Sandbox, and Windows Subsystem for Linux (WSL2 only; WSL1 does _not_ use Hyper-V). If you encounter problems with the projects on a Windows host, please try disabling these features.\r\n\r\nTo completely disable all Hyper-V features, it may be necessary to run the command `bcdedit /set hypervisorlaunchtype Off` from an Administrator Command Prompt. After running this command, reboot the computer.\r\n\r\n## Contributing\r\n\r\nThis project welcomes contributions from the community. Before submitting a pull\r\nrequest, please [review our contribution guide](./CONTRIBUTING.md).\r\n\r\n## Security\r\n\r\nPlease consult the [security guide](./SECURITY.md) for our responsible security\r\nvulnerability disclosure process.\r\n\r\n## License\r\n\r\nCopyright (c) 2020, 2023 Oracle and/or its affiliates.\r\n\r\nReleased under the Universal Permissive License v1.0 as shown at\r\n\u003chttps://oss.oracle.com/licenses/upl/\u003e.\r\n\r\n## Feedback\r\n\r\nPlease provide feedback of any kind via GitHub issues on this repository.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fvagrant-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle%2Fvagrant-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fvagrant-projects/lists"}