Re: [Openstack] Openstack Log Errors monitoring

2018-04-11 Thread Benjamin Diaz
Hi Ron, If you are using the ELK stack for handling your logs, you have a couple of options, like Watcher or the logstash email plugin. They are discussed in this SO post: https://stackoverflow.com/a/35519256 Greetings, Benjamin On Wed, Apr 11, 2018 at 11:21 PM, ron ramos wrote: > Hi, > > May

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Benjamin Diaz
really like to > ping from VM1 to VM2 ... but in the moment I only ping from VM1 to the > TestNFV ... but the arp requests only reaches ens4 but not OVSbr1 > (according to tcpdump)... > > May it have to do with port security and the (for OpenStack) unknown MAC > address of the OV

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Benjamin Diaz
Dear Mathias, Could you attach a diagram of your network configuration and of what you are trying to achieve? Are you trying to install OVS inside a VM? If so, why? Greetings, Benjamin On Thu, Feb 1, 2018 at 8:30 AM, Volodymyr Litovka wrote: > Dear Mathias, > > if I correctly understand your c

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Benjamin Diaz
Hi Guru, I would recommend you to check the kolla-ansible project. It has native support for all-in-one deployment. https://github.com/openstack/kolla-ansible Greetings, Benjamin On Tue, Jan 30, 2018 at 12:21 PM, Navdeep Uniyal < navdeep.uni...@bristol.ac.uk> wrote: > Hi Guru, > > > > Check thi

[Openstack] Aodh alarm custom payload

2017-12-22 Thread Benjamin Diaz
Hi everyone, Does anybody know if there is a way to set a custom payload in an Aodh alarm webhook? If not, is there any plan to implement it in the near future? Greetings, Benjamin -- *Benjamín Díaz* Cloud Computing Engineer bd...@whitestack.com ___

[Openstack] Fwd: kolla-ansible Openstack MTU customization

2017-11-23 Thread Benjamin Diaz
Hey Manuel, Did you tried creating a new network after modifying the .conf files and checking if VMs on that network had the correct MTU? Also, kolla-ansible supports custom service configurations: https://github.com/openstack/kolla-ansible/blob/master/doc/source/admin/advanced-configuration.rst#op