Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Sébastien Braun
> I believe it should be an array, not a single string. > > > > Here’s the raw template: > > > > { > > "crowbar": { > > "ntp": { > > "external_servers": [ > > > > ] > > } > >

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Sébastien Braun
more information about your set and which version > of the code (date) you are using? > > The update NTP to an external value has had minimal testing and likely > needs to be checked. We've also been making recent changes to update how > attributes are handled but those h

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Sébastien Braun
Hi Adam, It's not an Array when bootstrapping the admin node from the Crowbar 2.0 Web UI, but a string. When you run the installer with --wizard, you get the opportunity to setup things before installing the admin node, when you give a NTP server information in the UI it's given to the NTP cookbo

[Crowbar] NTP cookbook broken in CB20

2013-12-10 Thread Sébastien Braun
Hi, Ruby 1.9 removed each method for strings. But when we provision an admin node, if we edit the ntp-server role template to add an NTP server, it will break provisionning. Because when trying to use ntp.conf.erb template, it will call each on the string containing the NTP servers :( Both chef

[Crowbar] Browser compatibility issue when bootstrapping an admin node.

2013-12-10 Thread Sébastien Braun
Hi, In crowbar_framework/app/views/support/bootstrap.html.haml This trick: $("a#bootstrap_bootstrap").on("click", function() { $.post("#{bootstrap_path()}"); location.reload(); }); to create the admin network by using a POST request on the bootstrap page, which should call >cr

Re: [Crowbar] ./dev tests setup - gem compatibility problem

2013-12-04 Thread Sébastien Braun
The two expected versions diff-lcs (~> 1.1.3) & diff-lcs (1.2.5) conflict. On Thu, Dec 5, 2013 at 2:07 AM, Judd Maltin wrote: > We can't have both? > > Judd Maltin > 1-917-882-1270 > I have suffering to learn compassion once and once again. > On Dec 4, 2013 8:0

[Crowbar] ./dev tests setup - gem compatibility problem

2013-12-04 Thread Sébastien Braun
Same issue here, broken install. Chef 11.8 now depends on diff-lcs >= 1.2.4, ~> 1.2 Which is causing the dependency problem with rspec-rails. Arrrg. -- Sébastien ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/cro

Re: [Crowbar] Roxy testing - Cinder on Local File

2013-11-07 Thread Sébastien Braun
Having Ubuntu 12.04 support too would be really great. Thanks Dirk and Judd for your feedback. On Wed, Nov 6, 2013 at 2:45 AM, Dirk Müller wrote: > Hi Sebastien, > > > When we select Local File for Cinder type of volume, it relies in the > > backend on /etc/rc.status being present, because it

[Crowbar] Roxy testing - Cinder on Local File

2013-11-04 Thread Sébastien Braun
Hi, Just a quick feedback after a session playing around with Roxy on VMware Fusion. When we select Local File for Cinder type of volume, it relies in the backend on /etc/rc.status being present, because it launches /etc/init.d/boot.looplvm I wonder what's the best way to make this works on oth

[Crowbar] RC1

2013-06-24 Thread Sébastien Braun
First of all thanks for the great tool you're building, it's outstanding. I just need to report that the Horizon recipe create an apache configuration with Alias /media While Horizon dashboard would like Alias /static Not sure if it's already adressed. Thanks, -- Sébastien _