[kolla] Image building question

Michał Nasiadka mnasiadka at gmail.com
Fri Mar 31 06:47:42 UTC 2023


Hello Satish,

Only OpenStack is installed from source, all the dependencies (e.g. MariaDB, Apache, etc) are installed from distribution repositories.
The set of images you need depends on what you enable in Kolla-Ansible (unless you use a different mechanism for deploying those images).

Michal

> On 30 Mar 2023, at 22:49, Satish Patel <satish.txt at gmail.com> wrote:
> 
> Folks,
> 
> I am playing with kolla image building to understand how it works. I am using the following command to build images and wanted to check with you folks if that is the correct way to do it. 
> 
> $ kolla-build -b ubuntu -t source keystone nova neutron glance
> 
> Does the above command compile code from source or just download images from remote repositories and re-compile them?  because in command output I've not noticed anything related to the compiling process going on. 
> 
> Here is the output of all images produced by kolla-build command. Do I need anything else or is this enough to deploy kolla?
> 
> root at docker-reg:~# docker images
> REPOSITORY                            TAG       IMAGE ID       CREATED             SIZE
> kolla/mariadb-server                  15.1.0    2a497eee8269   26 minutes ago      595MB
> kolla/cron                            15.1.0    342877f26a8a   30 minutes ago      250MB
> kolla/memcached                       15.1.0    0d19a4902644   31 minutes ago      250MB
> kolla/mariadb-clustercheck            15.1.0    d84427d3c639   31 minutes ago      314MB
> kolla/mariadb-base                    15.1.0    34447e3e59b6   31 minutes ago      314MB
> kolla/keepalived                      15.1.0    82133b09fbf0   31 minutes ago      260MB
> kolla/prometheus-memcached-exporter   15.1.0    6c2d605f70ee   31 minutes ago      262MB
> <none>                                <none>    e66b228c2a07   31 minutes ago      248MB
> kolla/rabbitmq                        15.1.0    8de5c39379d3   32 minutes ago      309MB
> kolla/fluentd                         15.1.0    adfd19027862   33 minutes ago      519MB
> kolla/haproxy-ssh                     15.1.0    514357ac4d36   36 minutes ago      255MB
> kolla/haproxy                         15.1.0    e5b9cfdf6dfc   37 minutes ago      257MB
> kolla/prometheus-haproxy-exporter     15.1.0    a679f65fd735   37 minutes ago      263MB
> kolla/prometheus-base                 15.1.0    afeff3ed5dce   37 minutes ago      248MB
> kolla/glance-api                      15.1.0    a2241f68f23a   38 minutes ago      1.04GB
> kolla/glance-base                     15.1.0    7286772a03a4   About an hour ago   1.03GB
> kolla/neutron-infoblox-ipam-agent     15.1.0    f90ffc1a3326   About an hour ago   1.05GB
> kolla/neutron-server                  15.1.0    69c844a2e3a9   About an hour ago   1.05GB
> kolla/neutron-l3-agent                15.1.0    4d87e6963c96   About an hour ago   1.05GB
> <none>                                <none>    486da9a6562e   About an hour ago   1.05GB
> kolla/neutron-linuxbridge-agent       15.1.0    e5b3ca7e099c   About an hour ago   1.04GB
> kolla/neutron-bgp-dragent             15.1.0    ac37377820c6   About an hour ago   1.04GB
> kolla/ironic-neutron-agent            15.1.0    90993adcd74b   About an hour ago   1.04GB
> kolla/neutron-metadata-agent          15.1.0    8522f147f88d   About an hour ago   1.04GB
> kolla/neutron-sriov-agent             15.1.0    8a92ce7d13c0   About an hour ago   1.04GB
> kolla/neutron-dhcp-agent              15.1.0    5c214b0171f5   About an hour ago   1.04GB
> kolla/neutron-metering-agent          15.1.0    7b3b91ecd77b   About an hour ago   1.04GB
> kolla/neutron-openvswitch-agent       15.1.0    1f8807308814   About an hour ago   1.04GB
> kolla/neutron-base                    15.1.0    f85b6a2e2725   About an hour ago   1.04GB
> kolla/nova-libvirt                    15.1.0    0f3ecefe4752   About an hour ago   987MB
> kolla/nova-compute                    15.1.0    241b7e7fafbe   About an hour ago   1.47GB
> kolla/nova-spicehtml5proxy            15.1.0    b740820a7ad1   About an hour ago   1.15GB
> kolla/nova-novncproxy                 15.1.0    1ba2f443d5c3   About an hour ago   1.22GB
> kolla/nova-compute-ironic             15.1.0    716612107532   About an hour ago   1.12GB
> kolla/nova-ssh                        15.1.0    ae2397f4e1c1   About an hour ago   1.11GB
> kolla/nova-api                        15.1.0    2aef02667ff8   About an hour ago   1.11GB
> kolla/nova-conductor                  15.1.0    6f1da3400901   About an hour ago   1.11GB
> kolla/nova-scheduler                  15.1.0    628326776b1d   About an hour ago   1.11GB
> kolla/nova-serialproxy                15.1.0    28eb7a4a13f8   About an hour ago   1.11GB
> kolla/nova-base                       15.1.0    e47420013283   About an hour ago   1.11GB
> kolla/keystone                        15.1.0    e5530d829d5f   2 hours ago         947MB
> kolla/keystone-ssh                    15.1.0    eaa7e3f3985a   2 hours ago         953MB
> kolla/keystone-fernet                 15.1.0    8a4fa24853a8   2 hours ago         951MB
> kolla/keystone-base                   15.1.0    b6f9562364a9   2 hours ago         945MB
> kolla/barbican-base                   15.1.0    b2fdef1afb44   2 hours ago         915MB
> kolla/barbican-keystone-listener      15.1.0    58bd59de2c63   2 hours ago         915MB
> kolla/openstack-base                  15.1.0    c805b4b3b1c1   2 hours ago         893MB
> kolla/base                            15.1.0    f68e9ef3dd30   2 hours ago         248MB
> registry                              2         8db46f9d7550   19 hours ago        24.2MB
> ubuntu                                22.04     08d22c0ceb15   3 weeks ago         77.8MB
> 
> 




More information about the openstack-discuss mailing list