Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vagrant to 2.0.3, unbork bundler. #178

Merged
merged 1 commit into from
Apr 12, 2018

Conversation

greut
Copy link
Contributor

@greut greut commented Dec 4, 2017

Hi,

The current setup complains about two little things.

  • the protocol being insecure;
  • and the gem being set up twice.
The git source `git://github.com/mitchellh/vagrant.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
Your Gemfile lists the gem vagrant-cloudstack (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of one of them later.

[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice coming from different sources.
You specified that vagrant-cloudstack (>= 0) should come from source at `.` and source at `.`
. Bundler cannot continue.

 #  from /home/yoan/soft/vagrant-cloudstack/Gemfile:19
 #  -------------------------------------------
 #  group :plugins do
 >    gem 'vagrant-cloudstack', path: '.'
 #  end
 #  -------------------------------------------

I've also upgraded Vagrant to 2.0.x and managed to start/ssh/destroy a machine with it.

Best,

@coveralls
Copy link

coveralls commented Apr 3, 2018

Coverage Status

Coverage remained the same at 88.293% when pulling 3312d48 on exoscale:vagrant2 into 9704968 on MissionCriticalCloud:master.

Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
@greut greut changed the title Update Vagrant to 2.0.1, unbork bundler. Update Vagrant to 2.0.3, unbork bundler. Apr 3, 2018
@bheuvel bheuvel merged commit 6ed3055 into MissionCriticalCloud:master Apr 12, 2018
@greut greut deleted the vagrant2 branch October 8, 2018 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants