> I believe it should be an array, not a single string.
>
>
>
> Here’s the raw template:
>
>
>
> {
>
> "crowbar": {
>
> "ntp": {
>
> "external_servers": [
>
>
>
> ]
>
> }
>
>
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
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
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
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
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
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
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
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
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
_
10 matches
Mail list logo