owncloud-archive / acceptance-testing

User stories and virtual machine configurations
9 stars 5 forks source link

Improved test script #39

Closed PVince81 closed 10 years ago

PVince81 commented 10 years ago

Note: these changes were mostly because I'm trying to run the tests on openSUSE 13.1 x84_64 and some things didn't match.

I'm still having trouble with Vagrant 1.4.3, I get this with the updated script from this PR:

IP for stable_on_apache_with_mysql: 192.168.10.10
Bringing machine 'stable_on_apache_with_mysql' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:                                                                                                                                         

Vagrant:                                                                                                                                                                    
* Unknown configuration section 'berkshelf'.                                                                                                                                
* Unknown configuration section 'omnibus'. 

@Gomez any idea ? A quick Google didn't help. Also: I'm very new to Vagrant...

Gomez commented 10 years ago

Does the "vagrant plugin install "$PLUGIN" " work? "vagrant-" prefix missing? What if you install by hand:

$ vagrant plugin install vagrant-berkshelf $ vagrant plugin install vagrant-omnibus

Rest is working for me

PVince81 commented 10 years ago

Hmm, I somehow managed to install the wrong plugins:

  % vagrant plugin
list                                                                                                                         
!4772
berkshelf (2.0.14)
omnibus (1.3.0)
vagrant-berkshelf (1.3.7)
vagrant-omnibus (1.3.0)

Anyway, with the prefix it seems to work. Thanks for the info !

PVince81 commented 10 years ago

@Gomez ok I've fixed the plugin names and verified that they are the correct ones. I uninstalled the wrong ones and the VM still runs.