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

2017-02-13 Thread Evgeniy L
Hi, Steps 3 and 4 are not necessary (but at the same time they do not harm), because configuration in step 2 is what really used to get packages for the image. Anyway, glad to see your issue resolved. A bit more extended explanation on why steps 3 and 4 are not mandatory: 1. During Fuel master

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.

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

2017-02-10 Thread Evgeniy L
You have several options: 1. Build new repository and configure your environment to use it (pay attention to repositories priority). 2. Add package to existing repository, and rebuild the repo (to update metadata about the packages). 1st option is more preferable, it would simplify for you

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

2017-02-07 Thread Eddie Yen
Hi Evgeniy, thanks for the reply first. According from your options, I have a idea about first option Since I already built a driver as DKMS module, I may try to put package into a repository that inside a Fuel Master node. And add package name into the installation list so that DKMS module will

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

2017-02-07 Thread Evgeniy L
Hi, Bootstrap image is used only when node is in discovery state (before provisioning is done), when you send nodes for provisioning, Fuel builds an image using repository from environment configuration, after the image is built, it reuses it for future deployments you can find details in

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

2017-02-05 Thread Eddie Yen
Hi everyone, I'm using Fuel 9.1 to deploy OpenStack, but I found that the kernel still too old to support Intel i219-LM NIC card. So I'm followed the instruction from OpenStack Documents and built the bootstrap kernel with latest e1000e driver. Then tested and it successfully catch i219-LM