Hi Chris,

thanks for your reply! I think I went the wrong way with:

1) went to 
https://github.com/cdearborn/barclamp-quantum/tree/18a58c4e57bdd6c3208db0ef80cd9af059686f41
2) downloaded the .zip
3) logged into the admin node via ssh and replaced the files on the
server with the ones from the zip file
4) knife cookbook upload -a -o ./
5) knife index rebuild

Now I'm actually unable to create the Quantum proposal from the WebUI:

Failed to validate proposal: key 'dhcp_domain:' is required.
key 'networking_plugin:' is required.
key 'service:' is undefined.
key 'database_engine:' is undefined.
key 'default:' is undefined.
key 'admin:' is undefined.

I double-checked bc-template-quantum.json and
bc-template-quantum.schema - the keys exist! Do I have to rebuild
anything else?
Or is it necessary to build a complete crowbar-iso from scratch?

- Sebastian

Beste Grüße
Sebastian Zimmermann


2013/7/1  <christopher_dearb...@dell.com>:
> Hey Sebastian,
>
> I recently fixed a bug that would cause quantum to sometimes fail due to a 
> race condition of sorts:
>
> https://github.com/crowbar/barclamp-quantum/pull/73
>
> This was merged into pebbles last Friday (6/28), so I'm sure it's not in the 
> RC1 build.  I'm guessing that this is what you are seeing and the errors 
> below are downstream errors from this issue.
>
> The signature of this issue is that you will see the following error in 
> /var/log/quantum/openvswitch-agent.log following quantum barclamp deployment:
>
> 2013-06-12 07:58:46    ERROR 
> [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed to create OVS 
> patch port. Cannot have tunneling enabled on this agent, since this version 
> of OVS does not support tunnels or patch ports. Agent terminated!
>
> You would also see that the quantum openvswitch agent is not running by 
> executing:
>
> service quantum-plugin-openvswitch-agent status
>
> I just grabbed the latest pebbles/openstack-os-build and was able to 
> successfully deploy quantum.  I did do a simple deployment where I deployed 
> everything on a controller node and used the default values for all proposals.
>
> I would grab the latest and see if you still run into problems.
>
>
> Thanks,
>
> Chris
> Dell
>
>
> -----Original Message-----
> From: crowbar-bounces On Behalf Of Sebastian Zimmermann
> Sent: Monday, July 01, 2013 9:34 AM
> To: crowbar
> Subject: [Crowbar] Quantum Proposal Failing
>
> Hey there,
>
> I just subscribed to the list because of this issue - I'm also running into 
> problems with quantum:
>
> ERROR: Running exception handlers
> FATAL: Saving node information to /var/cache/chef/failed-run-data.json
> ERROR: Exception handlers complete
> FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
> FATAL: Mixlib::ShellOut::ShellCommandFailed:
> execute[create_fixed_network] (quantum::post_install_conf line 79) had an 
> error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with 
> [0], but received '1'
> ---- Begin output of quantum net-create fixed --shared 
> --provider:network_type gre --provider:segmentation_id 1 ----
> STDOUT:
> STDERR: {"error": {"message": "The request you have made requires 
> authentication.", "code": 401, "title": "Not Authorized"}}
> ---- End output of quantum net-create fixed --shared --provider:network_type 
> gre --provider:segmentation_id 1 ---- Ran quantum net-create fixed --shared 
> --provider:network_type gre --provider:segmentation_id 1 returned 1
>
> I'm using the grizzly-rc1.iso (from
> http://sourceforge.net/projects/crowbar/files/openstack/unstable/).
>
> Btw: My nickname is "iFiz" @ IRC :-)
>
> - Sebastian
>
> _______________________________________________
> Crowbar mailing list
> Crowbar@dell.com
> https://lists.us.dell.com/mailman/listinfo/crowbar
> For more information: http://crowbar.github.com/

_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to