mangelajo / ovh-ebtables-agent

(VERY OUTDATED) Neutron OVH ebtables agent to make neutron external connectivity compatible with OVH network.
Apache License 2.0
7 stars 1 forks source link

how to, documentation or install.md? #1

Closed joubertredrat closed 1 year ago

joubertredrat commented 9 years ago

Hi,

I'm trying to use this agent but I not found documentation, is possible to share documentation with we?

Thanks

xelfe commented 9 years ago

Same here, I would like to know how to apply this please. Nice solution for ovh setup is not very popular so please, show us the white rabbit !

mangelajo commented 9 years ago

Hi, I updated the files after the Mar 26th comment, and talked to redrat on IRC,

I'll try to put some install instructions together.

xelfe commented 9 years ago

Cool. It's so hard to manage a openstack setup on ovh server. I can't wait to try your solution ! Is it that simple that type ex; python setup.py install ?!

joubertredrat commented 9 years ago

@xelfe for lack of time I had to use the Proxmox.

Openstack runs very fine on SoYouStart Servers, I used RDO to install, compute and storage works very fine, the problem is only networking.

@mangelajo, sorry, you helped me, but I really had no time to try again, but in future I will try to get another SYS server to try again.

robputt commented 9 years ago

Hi mangelajo,

I am really eager to give this a try... Can you provide some basic install instructions? Even if it's just a oneliner...

Regards,

Rob

xelfe commented 9 years ago

I think we only have to clone the repo and do; python setup.py install

Is that right @mangelajo ?

mangelajo commented 9 years ago

@xelfe, it's more than that.

You have to put a bridge in front of eth: https://github.com/mangelajo/ovh-ebtables-agent/blob/master/bin/ovh-bridge-eth

to do the ebtables manipulation.

Also, you need to setup a single virtual mac for all your IPs in the OVH apis, and then edit this agent config file to handle that...

joubertredrat commented 9 years ago

Hi guys,

Always when I try to run this script I lost my connection with server, then I need to reinstall OS. Have another way to run script?

joubertredrat commented 8 years ago

@xelfe you could install?

nicosmuts commented 8 years ago

@mangelajo could you please provide some guidance on running this? I am really keen to build OpenStack on OVH, but the networking remains an issue.

joubertredrat commented 7 years ago

@nicosmuts you could install on OVH?