Dell - Internal Use - Confidential
With apache choice for Frontend it works. (At least deploys successfully).
But with default uwsgi - deployment fails.
From: Kanevsky, Arkady
Sent: Monday, December 09, 2013 6:01 PM
To: crowbar
Subject: latest uwsgi merges broke ubuntu smoketest
Dell - Internal
Dell - Internal Use - Confidential
>From /var/log/crowbar/chef_client/ node.log for keystone installation:
Mon, 09 Dec 2013 18:54:36 +] INFO: Processing execute[pip install
--index-url http://roxy.latest.test:8091/files/pip_cache/simple/ uwsgi] action
run (/var/cache/chef/cookbooks/uwsgi/pro
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