{"id":22369804,"url":"https://github.com/equelin/vagrant-xvm","last_synced_at":"2026-02-07T07:31:08.962Z","repository":{"id":90375931,"uuid":"115216292","full_name":"equelin/vagrant-xvm","owner":"equelin","description":"Quickly setup an Vagrant's Ubuntu box with the VMware Cross vCenter Workload Migration Utility installed.","archived":false,"fork":false,"pushed_at":"2017-12-26T08:42:47.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T03:59:22.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/equelin.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-12-23T19:09:50.000Z","updated_at":"2017-12-23T19:09:50.000Z","dependencies_parsed_at":"2023-03-15T23:30:33.843Z","dependency_job_id":null,"html_url":"https://github.com/equelin/vagrant-xvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/equelin/vagrant-xvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2Fvagrant-xvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2Fvagrant-xvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2Fvagrant-xvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2Fvagrant-xvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equelin","download_url":"https://codeload.github.com/equelin/vagrant-xvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2Fvagrant-xvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29189265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"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":[],"created_at":"2024-12-04T19:28:36.746Z","updated_at":"2026-02-07T07:31:08.948Z","avatar_url":"https://github.com/equelin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-xvm\n\nThis Vagrantfile purpose is to quickly setup an Ubuntu box with the VMware Cross vCenter Workload Migration Utility installed.\n\n### Prerequisites\n\n- [Vagrant](https://www.vagrantup.com/)\n- [VirtualBox](https://www.virtualbox.org/) (or other tool compatible with vagrant)\n- [Cross vCenter Workload Migration Utility](https://labs.vmware.com/flings/cross-vcenter-workload-migration-utility#summary)\n\n### Usage\n\n1. Download or clone this repository\n2. Extract the utility and put it in the Vagrant folder (default folder name is `xvm`. Can be tweaked if needed. See point 3). The folder tree should looks like this:\n\n```Bash\n├───xvm\n│   └xvm-1.0.jar\n├─.gitignore\n├─LICENSE\n├─README.md\n├─Vagrantfile\n```\n\n3. Change the variables in the `Vagrantfile` according to your needs\n\n```Ruby\n## Infrastructure\n$box_image = \"ubuntu/xenial64\"\n\n## XVM folder and file names\n$xvm_folder = \"./xvm\"\n$xvm_jar = \"xvm-1.0.jar\"\n\n## XVM port\n$xvm_port = 8080\n```\n\n4. Launch the VM build with the command `vagrant up`\n\n```Bash\n\u003e vagrant up\nBringing machine 'default' up with 'virtualbox' provider...\n==\u003e default: Importing base box 'ubuntu/xenial64'...\n==\u003e default: Matching MAC address for NAT networking...\n==\u003e default: Checking if box 'ubuntu/xenial64' is up to date...\n==\u003e default: Setting the name of the VM: vagrant-xvm_default_1508399698618_92030\n==\u003e default: Clearing any previously set network interfaces...\n==\u003e default: Preparing network interfaces based on configuration...\n    default: Adapter 1: nat\n==\u003e default: Forwarding ports...\n    default: 8080 (guest) =\u003e 8080 (host) (adapter 1)\n    default: 22 (guest) =\u003e 2222 (host) (adapter 1)\n==\u003e default: Running 'pre-boot' VM customizations...\n==\u003e default: Booting VM...\n==\u003e default: Waiting for machine to boot. This may take a few minutes...\n...\n```\n\n5. Check that everything goes well by connecting to the web interface at the url `http://localhost:8080` (modify the port according to your setup)\n6. Migrate your VM !\n\n# Author\n\n**Erwan Quélin**\n- \u003chttps://github.com/equelin\u003e\n- \u003chttps://twitter.com/erwanquelin\u003e\n\n# License\n\nCopyright 2017 Erwan Quelin and the community.\n\nLicensed under Apache License Version 2.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequelin%2Fvagrant-xvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequelin%2Fvagrant-xvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequelin%2Fvagrant-xvm/lists"}