[Openstack] Backup and Recovery - Karbor

2016-10-17 Thread Reza Bakhshayeshi
Hi all, What solution do you use for backup and recovery in production? (Controller and Compute) Do you suggest Karbor? Is there any good document for installation and configuration of Karbor? Since, I couldn't find any. Regards, Reza ___ Mailing list:

[Openstack] Backup and Recovery - Karbor

2016-10-17 Thread Lizhonghua (C)
Hi Reza: > Hi all, > What solution do you use for backup and recovery in production? (Controller > and Compute) > Do you suggest Karbor? > Is there any good document for installation and configuration of Karbor? > Since, I couldn't find any. Karbor is a good optional choice. Did you see the K

[Openstack] FLOATING IP ISSUE

2016-10-17 Thread venkat boggarapu
i have deployed openstack liberty on centos 7 with 5 node architecture. 1.controller, 2.compute 3.block 4 object01 5 object02 when i launched a vm i am able to internal ip and floating ip but i am unbale to connect outside the network with the floating ip and ping google.com inside the vm. plea

Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-17 Thread Jose Manuel Ferrer Mosteiro
Hi Here is a template that creates a server and publish it: https://github.com/jmferrer/openstack-openshift-workshop/blob/master/openstack/nfs-server-heat-template.yaml [3] Maybe it could help you. Have a nice day, Jose Manuel El 2016-10-14 00:01, Martinx - ジェームズ escribió: > On 13

Re: [Openstack] Help for replacing linux bridging with OpenVswitch

2016-10-17 Thread sinh . lam
I’m curious as to why you’re switching from linuxbridge to ovs. From: Jose Manuel Ferrer Mosteiro Sent: Monday, October 17, 2016 2:55 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] Help for replacing linux bridging with OpenVswitch I also like openvswitch.         My configurati

Re: [Openstack] Help for replacing linux bridging with OpenVswitch

2016-10-17 Thread Jose Manuel Ferrer Mosteiro
I also like openvswitch. My configuration with mitaka ... in controller node: https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/develop/etc_ansible/roles/networking-compute-controller/templates/ml2_conf.ini.j2 [1] https://github.com/paradigmadigital/ansible-openstack-vce

Re: [Openstack] Help for replacing linux bridging with OpenVswitch

2016-10-17 Thread Jose Manuel Ferrer Mosteiro
I want to expand my cloud to outside my datacenter using this procedure: * buy a cheap server in other place ... or ten servers * connect it to my datacenter using a VPN (with openvpn) * add it as compute node using openvswitch and gre tunnels to join the virtual network Tomorrow I don't nee

[Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Kevin Wilson
Hello, I have a machine on which openstack runs and it uses stevedore API, see for example: https://github.com/openstack/stevedore/blob/master/stevedore/extension.py My question is: In the exension.py file of stevedore, there are loggin messages, like ... LOG.debug('found extension %r', ep) ...

Re: [Openstack] [Neutron] Juno Neutron VPNaaS unstable

2016-10-17 Thread Tyler Bishop
I would venture to say no fixes will be back ported to anything older than liberty at this point. You should upgrade anyway. From: "Davide Panarese" To: openstack@lists.openstack.org Sent: Monday, September 26, 2016 12:19:08 PM Subject: [Openstack] [Neutron] Juno Neutron VPNaaS unstable

[Openstack] [OpenStack][VPNaaS] Problems with VPNaaS in Mitaka

2016-10-17 Thread Vladimir Parf
Hi!We've encountered stange behavior of vpn-service in Mitaka (srongswan-based vpnaas). Our setup allows customer to establish s2s vpn between our neutron and their ASA. But! When VPN-tunnel established from customer site (ie ASA is initiator) - everything works fine. Packet from both sides routed

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Trinath Somanchi
/var/logs. check there.. From: Kevin Wilson Sent: Monday, October 17, 2016 8:05:54 PM To: openstack@lists.openstack.org Subject: [Openstack] Location of log messages for stevedore extensions in OpenStack Hello, I have a machine on which openstack runs and it use

Re: [Openstack] How to use "floating_ip" under "OS::Nova::Server", Mitaka ?

2016-10-17 Thread Martinx - ジェームズ
Hi Jose, That's awesome! Floating IPs without fixed_ips and no more "OS::Neutron::FloatingIPAssociation"! Thank you! Best, Thiago On 17 October 2016 at 05:42, Jose Manuel Ferrer Mosteiro < jmferrer.paradigmatecnolog...@gmail.com> wrote: > Hi > > Here is a template that creates a server and

Re: [Openstack] [OpenStack] [Swift] Does Swift3 support v4 signature for S3?

2016-10-17 Thread Alexandr Porunov
Hello Kota, Thank you very much! Sincerely, Alexandr On Mon, Oct 17, 2016 at 9:31 AM, Kota TSUYUZAKI < tsuyuzaki.k...@lab.ntt.co.jp> wrote: > Hello Alexandr, > > Signature V4 has been supported since > > https://github.com/openstack/swift3/commit/a1cc181bd8ef891d3e3b8ed71db9b4 > 1c179ced0e > >

[Openstack] Mitaka, how to use Floating IPs under "OS::Nova::Server", without "OS::Neutron::Port"?

2016-10-17 Thread Martinx - ジェームズ
Guys, According to the following doc: http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server-hot It is possible to associate (?) the Floating IP under "OS::Nova::Server" but, it is not working as expected... The Heat template boots up but, the Floating IP is

Re: [Openstack] Backup and Recovery - Karbor

2016-10-17 Thread Sławek Kapłoński
Hello, There is also Freezer: https://wiki.openstack.org/wiki/Freezer - maybe it's worth to try. -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl On Mon, 17 Oct 2016, Reza Bakhshayeshi wrote: > Hi all, > > What solution do you use for backup and recovery in production? (Contr

Re: [Openstack] Mitaka - Why "OS::Neutron::FloatingIPAssociation" requires "fixed_ips" on "OS::Neutron::Port" ?

2016-10-17 Thread Martinx - ジェームズ
That's an amazing tip, thank you! On 15 October 2016 at 07:27, Turbo Fredriksson wrote: > On Oct 14, 2016, at 11:13 PM, Martinx - ジェームズ wrote: > > > Looks like that it requires fixed_ips! Why is that? > > What version have you set for your stack? > I was still using 2013-05-23 specs, lol... >

[Openstack] [OpenStack] [Newton] Set up environment failed with offical newton install guide

2016-10-17 Thread TommyLike Hu
Hey guys, Have you ever set up the OpenStack environment with the offical install documentation [1],I failed at the environment setup step, and this is the command and output: *command: * add-apt-repository cloud-archive:newton *output:* 'newton': not a valid cloud-archive name. Must be one of [