Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-30 Thread Moshe Levi
org> Cc: Moshe Levi <mosh...@mellanox.com>; Hasan Qunoo <has...@mellanox.com>; Waleed Musa <wale...@mellanox.com> Subject: Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel? If you need a guideline about how to build TripleO images with DI

Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-27 Thread Yolanda Robla Mota
If you need a guideline about how to build TripleO images with DIB, i have that blogpost: http://teknoarticles.blogspot.com.es/2017/07/build-and-use-security-hardened-images.html This if for security hardened images, but your replace "overcloud-hardened-images" by "overcloud-images", it will

Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-27 Thread Brad P. Crochet
On Tue, Sep 26, 2017 at 2:58 PM Ben Nemec wrote: > > > On 09/26/2017 05:43 AM, Moshe Levi wrote: > > Hi all, > > > > As part of the OVS Hardware Offload [1] [2], we need to create new > > Centos/Redhat 7 image with latest kernel/ovs/iproute. > > > > We tried to use

Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-26 Thread Ben Nemec
On 09/26/2017 05:43 AM, Moshe Levi wrote: Hi all, As part of the OVS Hardware Offload [1] [2], we need to create new Centos/Redhat 7 image with latest kernel/ovs/iproute. We tried to use virsh-customize to install the packages and we were able to update iproute and ovs, but for the

Re: [openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-26 Thread Jan Gutter
I've used the following trick in the past to enlarge the images: qemu-img resize ${OVERCLOUD_IMG} +3G LIBGUESTFS_BACKEND=direct virt-customize -m 2048 -a ${OVERCLOUD_IMG} --run-command 'xfs_growfs /dev/sda' Please also double-check the filesystem, some overcloud images use ext4, for

[openstack-dev] [TripleO][DIB] how create triplo overcloud image with latest kernel?

2017-09-26 Thread Moshe Levi
Hi all, As part of the OVS Hardware Offload [1] [2], we need to create new Centos/Redhat 7 image with latest kernel/ovs/iproute. We tried to use virsh-customize to install the packages and we were able to update iproute and ovs, but for the kernel there is no space. We also tried with