diff options
| author | Ivan Shvedunov <ivan4th@gmail.com> | 2016-07-11 16:46:09 +0300 |
|---|---|---|
| committer | Ivan Shvedunov <ivan4th@gmail.com> | 2016-07-11 18:56:14 +0300 |
| commit | 3125d80f3b2b0688e7994d249e85e0fe6c2bc325 (patch) | |
| tree | a909358574e3839db2b4560d018f35546d9b4c39 | |
| parent | 3891f09e19b01250290371947375e36578947c87 (diff) | |
Support custom Fedora repos in vagrant provider
| -rw-r--r-- | developer-guides/vagrant.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md index ff6b98f2..fa8bb48e 100644 --- a/developer-guides/vagrant.md +++ b/developer-guides/vagrant.md @@ -429,6 +429,20 @@ environment variables. For example, if running `make quick-release`, use: sudo -E make quick-release ``` +#### I have repository access errors during VM provisioning! + +Sometimes VM provisioning may fail with errors that look like this: + +``` +Timeout was reached for https://mirrors.fedoraproject.org/metalink?repo=fedora-23&arch=x86_64 [Connection timed out after 120002 milliseconds] +``` + +You may use a custom Fedora repository URL to fix this: + +```shell +export CUSTOM_FEDORA_REPOSITORY_URL=https://download.fedoraproject.org/pub/fedora/ +``` + #### I ran vagrant suspend and nothing works! `vagrant suspend` seems to mess up the network. It's not supported at this time. |
