Re: [Crowbar] state of roxy

2013-12-12 Thread Vincent Untz
Le jeudi 12 décembre 2013, à 23:34 -0600, arkady_kanev...@dell.com a écrit : > Team, > Roxy is broken. > Deployment of crowbar on admin node of Ubuntu build fails apt_test and node > is red (failed state). > No merges can take place till this is fixed since no test results can be > trusted. > >

[Crowbar] state of roxy

2013-12-12 Thread Arkady_Kanevsky
Team, Roxy is broken. Deployment of crowbar on admin node of Ubuntu build fails apt_test and node is red (failed state). No merges can take place till this is fixed since no test results can be trusted. Crowbar proper was working yesterday. Thanks, Arkady [cid:image001.jpg@01CEF792.B78D9C00]

[Crowbar] recovering from crowbar admin node mistake

2013-12-12 Thread Moore David
Hi all I was administering my crowbar mesa 1.6 system remotely deactivating barclamps when I mistakenly deactivated and deleted the networking barclamp:( is there any way to recover the Default setting with out having to rebuild the whole Admin server? Regards David

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Rob_Hirschfeld
I confirmed that you can edit this with raw mode URL that I sent and fix the json back to an array. From: Victor Lowther [mailto:victor.lowt...@gmail.com] Sent: Thursday, December 12, 2013 1:37 PM To: Sébastien Braun Cc: crowbar; Hirschfeld, Rob Subject: Re: [Crowbar] NTP cookbook broken in CB20

Re: [Crowbar] new to crowbar and have questions

2013-12-12 Thread Shane Gibson
Simon, Thanks for pointing out the annotated page - I forgot about that one. Butcho, One note about Simon’s “name change” … it’s not really a name change. It’s “adding a CNAME” change. The actual A Record and associated hostname will remain the same. This process simply adds a simple alias for

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Victor Lowther
Yeah, the overlay form is busted then. On Dec 12, 2013 1:50 PM, "Sébastien Braun" wrote: > Thanks for the trick, here it is: > > { > "crowbar": { > "ntp": { > "external_servers": "0.europe.pool.ntp.org" > } > } > } > > it confirms it's a string. > > Thanks again. > Sébastien. >

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Sébastien Braun
Thanks for the trick, here it is: { "crowbar": { "ntp": { "external_servers": "0.europe.pool.ntp.org" } } } it confirms it's a string. Thanks again. Sébastien. On Thu, Dec 12, 2013 at 4:59 PM, wrote: > Thanks. > > > > Please check the user data in the matching deployment ro

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Rob_Hirschfeld
Thanks. Please check the user data in the matching deployment role using the URL /deployments/system/roles/ntp-server?raw=true That should show you the data being injected. It's possible that the overlay form put the data in wrong. I believe it should be an array, not a single string. Here's

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Sébastien Braun
CB2.0 code date from dec 6. Here is the error message that I've got when adding an NTP server like 0.europe.pool.ntp.org in the bootstrap web UI (/utils/bootstrap) [2013-12-07T18:04:41-06:00] INFO: Forking chef instance to converge... [2013-12-07T18:04:41-06:00] INFO: *** Chef 11.6.0 *** [2013-12

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Rob_Hirschfeld
Sebastien, Could you provide some 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 thos

Re: [Crowbar] NTP cookbook broken in CB20

2013-12-12 Thread Adam Spiers
Sébastien Braun (sebbr...@gmail.com) wrote: > 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

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