{"id":14110073,"url":"https://github.com/kaorimatz/vagrant-scaleway","last_synced_at":"2025-03-20T21:31:38.508Z","repository":{"id":59158995,"uuid":"66757763","full_name":"kaorimatz/vagrant-scaleway","owner":"kaorimatz","description":"Vagrant provider plugin for Scaleway","archived":false,"fork":false,"pushed_at":"2020-10-11T09:00:18.000Z","size":43,"stargazers_count":15,"open_issues_count":10,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-27T13:05:25.607Z","etag":null,"topics":["scaleway","vagrant"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/kaorimatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-28T08:25:20.000Z","updated_at":"2022-08-05T15:30:56.000Z","dependencies_parsed_at":"2022-09-13T20:10:21.016Z","dependency_job_id":null,"html_url":"https://github.com/kaorimatz/vagrant-scaleway","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fvagrant-scaleway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fvagrant-scaleway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fvagrant-scaleway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fvagrant-scaleway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaorimatz","download_url":"https://codeload.github.com/kaorimatz/vagrant-scaleway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221809032,"owners_count":16883838,"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":["scaleway","vagrant"],"created_at":"2024-08-14T10:02:38.817Z","updated_at":"2024-10-28T08:43:53.301Z","avatar_url":"https://github.com/kaorimatz.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Vagrant Scaleway Provider\n\n[![Gem](https://img.shields.io/gem/v/vagrant-scaleway.svg?style=flat-square)](https://rubygems.org/gems/vagrant-scaleway)\n\nThis is a [Vagrant](http://www.vagrantup.com/) plugin that adds a\n[Scaleway](https://www.scaleway.com/) provider to Vagrant, allowing Vagrant to\ncontrol and provision machines in Scaleway.\n\n## Features\n\n- Boot Scaleway servers.\n- SSH into the servers.\n- Provision the servers with any built-in Vagrant provisioner.\n- Minimal synced folder support via rsync.\n\n## Prerequisites\n\nPrior to using this plugin, you will first need to create an API token and\nidentify your organization ID. Please see the following help pages for\ninstructions.\n\n- [How to generate an API token](https://www.scaleway.com/docs/generate-an-api-token/)\n- [How to retrieve my organization ID through the API](https://www.scaleway.com/docs/retrieve-my-organization-id-throught-the-api/)\n\n## Installation\n\nInstall using standard Vagrant plugin installation methods.\n\n    $ vagrant plugin install vagrant-scaleway\n\n## Usage\n\nFirst, make a Vagrantfile that looks like the following:\n\n```ruby\nVagrant.configure('2') do |config|\n  config.vm.provider :scaleway do |scaleway, override|\n    scaleway.organization = 'YOUR_ORGANIZATION_UUID'\n    scaleway.token = 'YOUR_TOKEN'\n    scaleway.volumes = [\n      { id: 'ADDITIONAL_VOLUME_UUID' },\n      { size: 50_000_000_000 }\n    ]\n\n    override.ssh.private_key_path = '~/.ssh/id_rsa'\n  end\nend\n```\n\nAnd then run `vagrant up` and specify the `scaleway` provider:\n\n    $ vagrant up --provider=scaleway\n\n## Configurations\n\nPlease see the [RubyDoc](http://www.rubydoc.info/gems/vagrant-scaleway/VagrantPlugins/Scaleway/Config)\nfor the list of provider-specific configuration options.\n\n## Development\n\nTo work on the `vagrant-scaleway` plugin, clone this repository out, and use\n[Bundler](http://gembundler.com) to get the dependencies:\n\n    $ bundle\n\nIf those pass, you're ready to start developing the plugin. You can test\nthe plugin without installing it into your Vagrant environment by just\ncreating a `Vagrantfile` in the top level of this directory (it is gitignored)\nthat uses it, and uses bundler to execute Vagrant:\n\n    $ bundle exec vagrant up --provider=scaleway\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kaorimatz/vagrant-scaleway.\n\n## License\n\nThe plugin is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Fvagrant-scaleway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaorimatz%2Fvagrant-scaleway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Fvagrant-scaleway/lists"}