On Thu, 2020-10-15 at 16:01 +0000, Tony Liu wrote:
-----Original Message----- From: Sean Mooney <smooney@redhat.com> Sent: Thursday, October 15, 2020 8:57 AM To: Tony Liu <tonyliu0592@hotmail.com>; openstack- discuss@lists.openstack.org Subject: Re: [Kolla] why is Ceph package installed in OVN container?
Hi,
Regarding to Kolla OVN Ussuri container, for example [1], image layer #28.
Why is centos-release-ceph-nautilus installed in OVN container?
[1] https://hub.docker.com/layers/kolla/centos-binary-ovn-nb-db-server/uss uri/images/sha256-1101c068abe997ccd916290348f34d32d44c8818ff360abe8b4a 50501c131896?context=explore
On Thu, 2020-10-15 at 15:53 +0000, Tony Liu wrote: probaly because of this https://github.com/openstack/kolla/blob/master/docker/base/Dockerfile.j 2#L192-L196
Then, why is that service and release specific package required in base image? It doesn't cause issues other than taking a bit extra space, but shouldn't it be removed if it's not required? it shoudl be installed in nova-base cinder-base glance base or openstack-base but its looks like tis been installed in base for 4+ years
i dont really know why but it proably can be moved
Thanks! Tony