Re: [Openstack-operators] [Openstack] Ceilometer and cpu_util meter

2017-02-12 Thread Daniel Russell
Hi Jonathan, On your compute host, can you check the configuration in /etc/ceilometer/pipeline.yaml ? The default configuration contains : - name: cpu_source interval: 600 meters: - "cpu" sinks: - cpu_sink And - name: cpu_sink transformers:

Re: [Openstack-operators] problem with DVR in Kilo and floating IPs

2016-06-02 Thread Daniel Russell
Hi, We have seen this kind of behaviour and it was because the qrouter had the following rules : -A neutron-postrouting-bottom -m comment --comment "Perform source NAT on outgoing traffic." -j neutron-l3-agent-snat -A neutron-l3-agent-snat -j neutron-l3-agent-float-snat -A neutron-l3-agent-floa

Re: [Openstack-operators] problem with DVR in Kilo and floating IPs

2016-06-02 Thread Daniel Russell
Hi, We have seen this kind of behaviour and it was because the qrouter had the following rules : -A neutron-postrouting-bottom -m comment --comment "Perform source NAT on outgoing traffic." -j neutron-l3-agent-snat -A neutron-l3-agent-snat -j neutron-l3-agent-float-snat -A neutron-l3-agent-floa