Re: [Openstack] [Fuel] How to manage Puppet manifests, data

2017-02-12 Thread Gregory Orange
Hi Evgeniy et al, On 11/2/17 6:52 am, Evgeniy L wrote: What version of Fuel do you use? We started with Mirantis' Fuel, then switched over to the community version 10, downloaded from https://www.fuel-infra.org/ and currently using the UCA repositories in our OpenStack deployment. I'm not

Re: [Openstack] [OpenStack] [Fuel] Packing kernel drivers into target image.

2017-02-12 Thread Eddie Yen
Hi Evgeniy, I built a repository and added my DKMS deb package into the repository, then added repository URL and package name into: 1. /etc/fuel-bootstrap-cli/fuel_bootstrap_cli.yaml 2. Fuel UI > Settings > General 3. /usr/lib/python2.7/site-packages/nailgun/fixtures/openstack.yaml 4. /usr/share/

Re: [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] [Fuel] nova cpu pinning and dpdk

2017-02-12 Thread - -
Thanks for the info.For these hosts specifically, NUMA shows a total of 32 cores.  Given the way you explained it, I would map something like 2 cpus to dpdk (for a 3gb interface, although I could probably use 1 cpu) and allocate all the remaining 30 cpus for nova usage, correct?Basically, it seems

Re: [Openstack] [Fuel] nova cpu pinning and dpdk

2017-02-12 Thread Kostyantyn Volenbovskyi
Hi, > When a vm is mapped to a flavor using dpdk, do all the vcpus the VM uses > have to 'pinned' to use dpdk, thus this value means the total number of vcpus > available to VMs needing dpdk? > I don’t think that Nova CPU pinning should be mandated once you choose to use DPDK on that Compute