##### System Identification ##### PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04" ##### Docker Version ##### Docker version 19.03.5, build 633a0ea838 ##### Docker Info ##### Client: Debug Mode: false Server: Containers: 82 Running: 81 Paused: 0 Stopped: 1 Images: 117 Server Version: 19.03.5 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 init version: fec3683 Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-72-generic Operating System: Ubuntu 18.04.3 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 31.31GiB Name: ss.uhl.local ID: TAAV:RUAJ:PZE5:XUIV:3S34:AS4P:5ZTL:BFB3:BSLN:OUVJ:G6KW:SK7Y Docker Root Dir: /var/lib/docker Debug Mode: false Registry: https://index.docker.io/v1/ Labels: Experimental: false Cluster Store: etcd://172.22.100.1:2379 Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: API is accessible on http://172.22.100.1:2375 without encryption. Access to the remote API is equivalent to root access on the host. Refer to the 'Docker daemon attack surface' section in the documentation for more information: https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface WARNING: No swap limit support ##### Ansible Version ##### ansible 2.9.1 config file = /root/kolla-ansible_setup/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /root/venv3/lib/python3.6/site-packages/ansible executable location = /root/venv3/bin/ansible python version = 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0] ##### List installed packages, including editables ##### Package Version ---------------------- ---------- ansible 2.9.1 appdirs 1.4.3 attrs 19.3.0 Babel 2.7.0 certifi 2019.11.28 cffi 1.13.2 chardet 3.0.4 cliff 2.16.0 cmd2 0.8.9 cryptography 2.8 debtcollector 1.22.0 decorator 4.4.1 docker 4.1.0 dogpile.cache 0.9.0 gitdb2 2.0.6 GitPython 3.0.5 idna 2.8 importlib-metadata 1.3.0 iso8601 0.1.12 Jinja2 2.10.3 jmespath 0.9.4 jsonpatch 1.24 jsonpointer 2.0 jsonschema 3.2.0 keystoneauth1 3.18.0 kolla 9.0.0 kolla-ansible 9.0.0 MarkupSafe 1.1.1 more-itertools 8.0.2 msgpack 0.6.2 munch 2.5.0 netaddr 0.7.19 netifaces 0.10.9 openstacksdk 0.39.0 os-client-config 1.33.0 os-service-types 1.7.0 osc-lib 1.14.1 oslo.config 6.12.0 oslo.context 2.23.0 oslo.i18n 3.25.0 oslo.log 3.45.1 oslo.serialization 2.29.2 oslo.utils 3.42.0 pbr 5.4.4 pip 19.3.1 pkg-resources 0.0.0 prettytable 0.7.2 pycparser 2.19 pyinotify 0.9.6 pyOpenSSL 19.1.0 pyparsing 2.4.5 pyperclip 1.7.0 pyrsistent 0.15.6 python-cinderclient 5.0.0 python-dateutil 2.8.1 python-glanceclient 2.17.0 python-keystoneclient 3.22.0 python-magnumclient 2.15.0 python-neutronclient 6.14.0 python-novaclient 16.0.0 python-openstackclient 4.0.0 python-swiftclient 3.8.1 python-tackerclient 0.16.1 pytz 2019.3 PyYAML 5.2 requests 2.22.0 requestsexceptions 1.4.0 rfc3986 1.3.2 setuptools 42.0.2 simplejson 3.17.0 six 1.13.0 smmap2 2.0.5 stevedore 1.31.0 urllib3 1.25.7 warlock 1.3.3 wcwidth 0.1.7 websocket-client 0.56.0 wheel 0.33.6 wrapt 1.11.2 zipp 0.6.0 ##### Globals.yml file ##### kolla_base_distro: "ubuntu" kolla_install_type: "source" openstack_release: "train" enable_openstack_core: "yes" enable_haproxy: "yes" enable_keepalived: "{{ enable_haproxy | bool }}" enable_mariadb: "yes" enable_memcached: "yes" enable_rabbitmq: "{{ 'yes' if om_rpc_transport == 'rabbit' or om_notify_transport == 'rabbit' else 'no' }}" enable_barbican: "yes" enable_cells: "yes" enable_central_logging: "yes" enable_chrony: "yes" enable_cinder: "yes" enable_cinder_backend_lvm: "yes" enable_designate: "yes" enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_osprofiler | bool or enable_skydive | bool or enable_monasca | bool else 'no' }}" enable_etcd: "yes" enable_fluentd: "yes" enable_horizon_designate: "{{ enable_designate | bool }}" enable_horizon_fwaas: "{{ enable_neutron_fwaas | bool }}" enable_horizon_heat: "{{ enable_heat | bool }}" enable_horizon_magnum: "{{ enable_magnum | bool }}" enable_horizon_neutron_vpnaas: "{{ enable_neutron_vpnaas | bool }}" enable_horizon_zun: "{{ enable_zun | bool }}" enable_kibana: "{{ 'yes' if enable_central_logging | bool or enable_monasca | bool else 'no' }}" enable_kuryr: "yes" enable_magnum: "yes" enable_mariabackup: "yes" enable_neutron_vpnaas: "yes" enable_neutron_fwaas: "yes" enable_neutron_qos: "no" enable_neutron_agent_ha: "no" enable_neutron_provider_networks: "no" enable_neutron_segments: "no" enable_neutron_sfc: "no" enable_neutron_metering: "no" enable_neutron_port_forwarding: "no" enable_nova_ssh: "yes" enable_openvswitch: "{{ enable_neutron | bool and neutron_plugin_agent != 'linuxbridge' }}" enable_prometheus: "yes" enable_swift: "yes" enable_swift_s3api: "yes" enable_zun: "yes" enable_prometheus_haproxy_exporter: "{{ enable_haproxy | bool }}" enable_prometheus_mysqld_exporter: "{{ enable_mariadb | bool }}" enable_prometheus_node_exporter: "{{ enable_prometheus | bool }}" enable_prometheus_cadvisor: "{{ enable_prometheus | bool }}" enable_prometheus_memcached: "{{ enable_prometheus | bool }}" enable_prometheus_openstack_exporter: "{{ enable_prometheus | bool }}" enable_prometheus_elasticsearch_exporter: "{{ enable_prometheus | bool and enable_elasticsearch | bool }}" enable_prometheus_blackbox_exporter: "{{ enable_prometheus | bool }}" ##### Docker Images ##### 21897e1eeca2 - kolla/ubuntu-source-designate-worker:train - 24 hours ago 21897e1eeca2 - localhost:4000/kolla/ubuntu-source-designate-worker:train - 24 hours ago 0fdaf5491255 - kolla/ubuntu-source-designate-backend-bind9:train - 24 hours ago 0fdaf5491255 - localhost:4000/kolla/ubuntu-source-designate-backend-bind9:train - 24 hours ago 79e499ec53c8 - kolla/ubuntu-source-designate-central:train - 24 hours ago 79e499ec53c8 - localhost:4000/kolla/ubuntu-source-designate-central:train - 24 hours ago 05c35514f4af - kolla/ubuntu-source-designate-sink:train - 24 hours ago 05c35514f4af - localhost:4000/kolla/ubuntu-source-designate-sink:train - 24 hours ago cc5d06e1bc65 - kolla/ubuntu-source-designate-api:train - 24 hours ago cc5d06e1bc65 - localhost:4000/kolla/ubuntu-source-designate-api:train - 24 hours ago 26c0e09c3a99 - localhost:4000/kolla/ubuntu-source-designate-mdns:train - 24 hours ago 26c0e09c3a99 - kolla/ubuntu-source-designate-mdns:train - 24 hours ago 0a03bad5fa22 - kolla/ubuntu-source-designate-producer:train - 24 hours ago 0a03bad5fa22 - localhost:4000/kolla/ubuntu-source-designate-producer:train - 24 hours ago 38f09b78785a - kolla/ubuntu-source-swift-base:train - 25 hours ago 38f09b78785a - localhost:4000/kolla/ubuntu-source-swift-base:train - 25 hours ago 23297b182090 - kolla/ubuntu-source-prometheus-blackbox-exporter:train - 25 hours ago 94370b010635 - kolla/ubuntu-source-prometheus-server:train - 25 hours ago f039af095be1 - kolla/ubuntu-source-prometheus-node-exporter:train - 25 hours ago 6d6e78b5ac26 - kolla/ubuntu-source-prometheus-haproxy-exporter:train - 25 hours ago af9969258c13 - kolla/ubuntu-source-prometheus-alertmanager:train - 25 hours ago 6b1d0fb9a1f8 - kolla/ubuntu-source-prometheus-memcached-exporter:train - 25 hours ago cde51b74943e - kolla/ubuntu-source-prometheus-cadvisor:train - 25 hours ago 53e6d92ef67a - kolla/ubuntu-source-prometheus-mysqld-exporter:train - 25 hours ago a64de5f387fc - kolla/ubuntu-source-prometheus-openstack-exporter:train - 25 hours ago 8a04c91f9caa - kolla/ubuntu-binary-nova-compute:train - 2 days ago 8a04c91f9caa - localhost:4000/kolla/ubuntu-binary-nova-compute:train - 2 days ago 1f310cc58b33 - kolla/ubuntu-binary-nova-novncproxy:train - 2 days ago 1f310cc58b33 - localhost:4000/kolla/ubuntu-binary-nova-novncproxy:train - 2 days ago 87d872543645 - kolla/ubuntu-binary-swift-proxy-server:train - 2 days ago 87d872543645 - localhost:4000/kolla/ubuntu-binary-swift-proxy-server:train - 2 days ago b94f6aa84ddb - localhost:4000/kolla/ubuntu-binary-nova-ssh:train - 2 days ago b94f6aa84ddb - kolla/ubuntu-binary-nova-ssh:train - 2 days ago 2d2f82d8b5df - kolla/ubuntu-binary-nova-conductor:train - 2 days ago 2d2f82d8b5df - localhost:4000/kolla/ubuntu-binary-nova-conductor:train - 2 days ago 989b3c4f9d0c - kolla/ubuntu-binary-nova-api:train - 2 days ago 989b3c4f9d0c - localhost:4000/kolla/ubuntu-binary-nova-api:train - 2 days ago 91756c5062c6 - kolla/ubuntu-binary-nova-scheduler:train - 2 days ago 91756c5062c6 - localhost:4000/kolla/ubuntu-binary-nova-scheduler:train - 2 days ago d5dfaa9b7fc9 - kolla/ubuntu-binary-swift-account:train - 2 days ago d5dfaa9b7fc9 - localhost:4000/kolla/ubuntu-binary-swift-account:train - 2 days ago a315862d00bd - kolla/ubuntu-binary-swift-object:train - 2 days ago a315862d00bd - localhost:4000/kolla/ubuntu-binary-swift-object:train - 2 days ago 715b03a25fa3 - kolla/ubuntu-binary-swift-object-expirer:train - 2 days ago 715b03a25fa3 - localhost:4000/kolla/ubuntu-binary-swift-object-expirer:train - 2 days ago 6a5c0f8b8c39 - localhost:4000/kolla/ubuntu-binary-swift-rsyncd:train - 2 days ago 6a5c0f8b8c39 - kolla/ubuntu-binary-swift-rsyncd:train - 2 days ago 89369209be03 - kolla/ubuntu-binary-swift-container:train - 2 days ago 89369209be03 - localhost:4000/kolla/ubuntu-binary-swift-container:train - 2 days ago c55d0a0aacbb - kolla/ubuntu-binary-neutron-openvswitch-agent:train - 2 days ago c55d0a0aacbb - localhost:4000/kolla/ubuntu-binary-neutron-openvswitch-agent:train - 2 days ago 4e490b3e6712 - kolla/ubuntu-binary-neutron-l3-agent:train - 2 days ago 4e490b3e6712 - localhost:4000/kolla/ubuntu-binary-neutron-l3-agent:train - 2 days ago 423fd8282673 - kolla/ubuntu-binary-neutron-server:train - 2 days ago 423fd8282673 - localhost:4000/kolla/ubuntu-binary-neutron-server:train - 2 days ago 16d2eae14e83 - kolla/ubuntu-binary-neutron-metadata-agent:train - 2 days ago 16d2eae14e83 - localhost:4000/kolla/ubuntu-binary-neutron-metadata-agent:train - 2 days ago 4947f0c421db - kolla/ubuntu-binary-neutron-dhcp-agent:train - 2 days ago 4947f0c421db - localhost:4000/kolla/ubuntu-binary-neutron-dhcp-agent:train - 2 days ago 0f7fd08f7507 - localhost:4000/kolla/ubuntu-binary-barbican-api:train - 2 days ago 0f7fd08f7507 - kolla/ubuntu-binary-barbican-api:train - 2 days ago d0764a2718c9 - localhost:4000/kolla/ubuntu-binary-keystone-ssh:train - 2 days ago d0764a2718c9 - kolla/ubuntu-binary-keystone-ssh:train - 2 days ago e27d23497e4d - kolla/ubuntu-binary-barbican-keystone-listener:train - 2 days ago e27d23497e4d - localhost:4000/kolla/ubuntu-binary-barbican-keystone-listener:train - 2 days ago 9ce7e986438b - kolla/ubuntu-binary-barbican-worker:train - 2 days ago 9ce7e986438b - localhost:4000/kolla/ubuntu-binary-barbican-worker:train - 2 days ago 16fb87864257 - kolla/ubuntu-binary-keystone-fernet:train - 2 days ago 16fb87864257 - localhost:4000/kolla/ubuntu-binary-keystone-fernet:train - 2 days ago cd4edbe8fb92 - kolla/ubuntu-binary-keystone:train - 2 days ago cd4edbe8fb92 - localhost:4000/kolla/ubuntu-binary-keystone:train - 2 days ago b13cead8a667 - kolla/ubuntu-binary-magnum-api:train - 2 days ago b13cead8a667 - localhost:4000/kolla/ubuntu-binary-magnum-api:train - 2 days ago a88ef7c5b4f3 - kolla/ubuntu-binary-magnum-conductor:train - 2 days ago a88ef7c5b4f3 - localhost:4000/kolla/ubuntu-binary-magnum-conductor:train - 2 days ago b26d0b8d00ac - kolla/ubuntu-binary-horizon:train - 2 days ago b26d0b8d00ac - localhost:4000/kolla/ubuntu-binary-horizon:train - 2 days ago 3bf116e98a24 - kolla/ubuntu-binary-heat-api:train - 2 days ago 3bf116e98a24 - localhost:4000/kolla/ubuntu-binary-heat-api:train - 2 days ago 1b35770f69b9 - kolla/ubuntu-binary-heat-engine:train - 2 days ago 1b35770f69b9 - localhost:4000/kolla/ubuntu-binary-heat-engine:train - 2 days ago 8886f77bee1e - kolla/ubuntu-binary-heat-api-cfn:train - 2 days ago 8886f77bee1e - localhost:4000/kolla/ubuntu-binary-heat-api-cfn:train - 2 days ago 61845a14b29b - kolla/ubuntu-binary-glance-api:train - 2 days ago 61845a14b29b - localhost:4000/kolla/ubuntu-binary-glance-api:train - 2 days ago e4ed135ad702 - kolla/ubuntu-binary-placement-api:train - 2 days ago e4ed135ad702 - localhost:4000/kolla/ubuntu-binary-placement-api:train - 2 days ago ac42bd5a603c - kolla/ubuntu-binary-kolla-toolbox:train - 2 days ago ac42bd5a603c - localhost:4000/kolla/ubuntu-binary-kolla-toolbox:train - 2 days ago dda2373eec7e - kolla/ubuntu-binary-openvswitch-vswitchd:train - 2 days ago dda2373eec7e - localhost:4000/kolla/ubuntu-binary-openvswitch-vswitchd:train - 2 days ago aabac87e0c77 - kolla/ubuntu-binary-openvswitch-db-server:train - 2 days ago aabac87e0c77 - localhost:4000/kolla/ubuntu-binary-openvswitch-db-server:train - 2 days ago 23c3cff3fedb - localhost:4000/kolla/ubuntu-binary-nova-libvirt:train - 2 days ago 23c3cff3fedb - kolla/ubuntu-binary-nova-libvirt:train - 2 days ago 8f315e63cb23 - kolla/ubuntu-source-nova-compute:train - 2 days ago 8f315e63cb23 - localhost:4000/kolla/ubuntu-source-nova-compute:train - 2 days ago 35cb709e604c - kolla/ubuntu-source-nova-novncproxy:train - 2 days ago 35cb709e604c - localhost:4000/kolla/ubuntu-source-nova-novncproxy:train - 2 days ago 68f4e6a88630 - kolla/ubuntu-binary-haproxy:train - 2 days ago 68f4e6a88630 - localhost:4000/kolla/ubuntu-binary-haproxy:train - 2 days ago 4f3725396be5 - kolla/ubuntu-source-nova-ssh:train - 2 days ago 4f3725396be5 - localhost:4000/kolla/ubuntu-source-nova-ssh:train - 2 days ago 76c5f5fd1b0c - kolla/ubuntu-source-nova-api:train - 2 days ago 76c5f5fd1b0c - localhost:4000/kolla/ubuntu-source-nova-api:train - 2 days ago b6256c919b19 - kolla/ubuntu-binary-cron:train - 2 days ago b6256c919b19 - localhost:4000/kolla/ubuntu-binary-cron:train - 2 days ago d37511ee3bb4 - kolla/ubuntu-source-nova-conductor:train - 2 days ago d37511ee3bb4 - localhost:4000/kolla/ubuntu-source-nova-conductor:train - 2 days ago c0955b0c0450 - kolla/ubuntu-source-swift-proxy-server:train - 2 days ago c0955b0c0450 - localhost:4000/kolla/ubuntu-source-swift-proxy-server:train - 2 days ago ba84ab336cc1 - localhost:4000/kolla/ubuntu-source-swift-rsyncd:train - 2 days ago ba84ab336cc1 - kolla/ubuntu-source-swift-rsyncd:train - 2 days ago 7a036693aa5f - kolla/ubuntu-source-nova-scheduler:train - 2 days ago 7a036693aa5f - localhost:4000/kolla/ubuntu-source-nova-scheduler:train - 2 days ago e02a49a2a022 - kolla/ubuntu-source-neutron-server:train - 2 days ago e02a49a2a022 - localhost:4000/kolla/ubuntu-source-neutron-server:train - 2 days ago 7f7c19e24caa - kolla/ubuntu-source-swift-account:train - 2 days ago 7f7c19e24caa - localhost:4000/kolla/ubuntu-source-swift-account:train - 2 days ago 9afccb260483 - kolla/ubuntu-source-swift-object:train - 2 days ago 9afccb260483 - localhost:4000/kolla/ubuntu-source-swift-object:train - 2 days ago 774bf62d3fbe - kolla/ubuntu-source-swift-object-expirer:train - 2 days ago 774bf62d3fbe - localhost:4000/kolla/ubuntu-source-swift-object-expirer:train - 2 days ago 01a195adb00a - kolla/ubuntu-source-swift-container:train - 2 days ago 01a195adb00a - localhost:4000/kolla/ubuntu-source-swift-container:train - 2 days ago 363506fd04aa - kolla/ubuntu-source-barbican-api:train - 2 days ago 363506fd04aa - localhost:4000/kolla/ubuntu-source-barbican-api:train - 2 days ago 267b76f121a0 - kolla/ubuntu-source-barbican-keystone-listener:train - 2 days ago 267b76f121a0 - localhost:4000/kolla/ubuntu-source-barbican-keystone-listener:train - 2 days ago b947762a8bf6 - kolla/ubuntu-source-barbican-worker:train - 2 days ago b947762a8bf6 - localhost:4000/kolla/ubuntu-source-barbican-worker:train - 2 days ago d827c74b637d - kolla/ubuntu-source-horizon:train - 2 days ago d827c74b637d - localhost:4000/kolla/ubuntu-source-horizon:train - 2 days ago f89726885375 - kolla/ubuntu-source-neutron-l3-agent:train - 2 days ago f89726885375 - localhost:4000/kolla/ubuntu-source-neutron-l3-agent:train - 2 days ago c793c7ebcdb5 - kolla/ubuntu-binary-fluentd:train - 2 days ago c793c7ebcdb5 - localhost:4000/kolla/ubuntu-binary-fluentd:train - 2 days ago 48f3b467d1d2 - kolla/ubuntu-source-neutron-openvswitch-agent:train - 2 days ago 48f3b467d1d2 - localhost:4000/kolla/ubuntu-source-neutron-openvswitch-agent:train - 2 days ago 5efdd29fd742 - kolla/ubuntu-source-keystone:train - 2 days ago 5efdd29fd742 - localhost:4000/kolla/ubuntu-source-keystone:train - 2 days ago 18c9d5c5b5fb - kolla/ubuntu-source-keystone-ssh:train - 2 days ago 18c9d5c5b5fb - localhost:4000/kolla/ubuntu-source-keystone-ssh:train - 2 days ago 95ce573dc23d - kolla/ubuntu-source-neutron-metadata-agent:train - 2 days ago 95ce573dc23d - localhost:4000/kolla/ubuntu-source-neutron-metadata-agent:train - 2 days ago 12c5df2d9c46 - kolla/ubuntu-source-keystone-fernet:train - 2 days ago 12c5df2d9c46 - localhost:4000/kolla/ubuntu-source-keystone-fernet:train - 2 days ago c9360b48f2f0 - kolla/ubuntu-source-neutron-dhcp-agent:train - 2 days ago c9360b48f2f0 - localhost:4000/kolla/ubuntu-source-neutron-dhcp-agent:train - 2 days ago 20c073155725 - kolla/ubuntu-source-magnum-api:train - 2 days ago 20c073155725 - localhost:4000/kolla/ubuntu-source-magnum-api:train - 2 days ago 362c4618ecb7 - kolla/ubuntu-source-zun-compute:train - 2 days ago 362c4618ecb7 - localhost:4000/kolla/ubuntu-source-zun-compute:train - 2 days ago 477e2aefaa6e - kolla/ubuntu-source-magnum-conductor:train - 2 days ago 477e2aefaa6e - localhost:4000/kolla/ubuntu-source-magnum-conductor:train - 2 days ago dd4c3077484b - kolla/ubuntu-source-zun-api:train - 2 days ago dd4c3077484b - localhost:4000/kolla/ubuntu-source-zun-api:train - 2 days ago 118968c1db75 - localhost:4000/kolla/ubuntu-source-zun-wsproxy:train - 2 days ago 118968c1db75 - kolla/ubuntu-source-zun-wsproxy:train - 2 days ago 2a2e66a9f080 - kolla/ubuntu-binary-rabbitmq:train - 2 days ago 2a2e66a9f080 - localhost:4000/kolla/ubuntu-binary-rabbitmq:train - 2 days ago b1c916a083f5 - kolla/ubuntu-source-cinder-volume:train - 2 days ago b1c916a083f5 - localhost:4000/kolla/ubuntu-source-cinder-volume:train - 2 days ago e8357bb37fa8 - kolla/ubuntu-source-cinder-api:train - 2 days ago e8357bb37fa8 - localhost:4000/kolla/ubuntu-source-cinder-api:train - 2 days ago 5aeb98af182b - kolla/ubuntu-binary-mariadb:train - 2 days ago 5aeb98af182b - localhost:4000/kolla/ubuntu-binary-mariadb:train - 2 days ago fb460d1b7040 - kolla/ubuntu-source-cinder-backup:train - 2 days ago fb460d1b7040 - localhost:4000/kolla/ubuntu-source-cinder-backup:train - 2 days ago c73e571c89fb - kolla/ubuntu-source-cinder-scheduler:train - 2 days ago c73e571c89fb - localhost:4000/kolla/ubuntu-source-cinder-scheduler:train - 2 days ago 4ed9866348df - kolla/ubuntu-source-heat-api:train - 2 days ago 4ed9866348df - localhost:4000/kolla/ubuntu-source-heat-api:train - 2 days ago 5c82ffb28cb6 - kolla/ubuntu-source-heat-engine:train - 2 days ago 5c82ffb28cb6 - localhost:4000/kolla/ubuntu-source-heat-engine:train - 2 days ago 4aadf68f7f2a - kolla/ubuntu-source-heat-api-cfn:train - 2 days ago 4aadf68f7f2a - localhost:4000/kolla/ubuntu-source-heat-api-cfn:train - 2 days ago f66da5d70bf9 - localhost:4000/kolla/ubuntu-source-tacker-server:train - 2 days ago f66da5d70bf9 - kolla/ubuntu-source-tacker-server:train - 2 days ago 19c38370b876 - kolla/ubuntu-source-tacker-conductor:train - 2 days ago 19c38370b876 - localhost:4000/kolla/ubuntu-source-tacker-conductor:train - 2 days ago 7da2338fe38c - localhost:4000/kolla/ubuntu-binary-keepalived:train - 2 days ago 7da2338fe38c - kolla/ubuntu-binary-keepalived:train - 2 days ago 176153a3dcb1 - kolla/ubuntu-source-kuryr-libnetwork:train - 2 days ago 176153a3dcb1 - localhost:4000/kolla/ubuntu-source-kuryr-libnetwork:train - 2 days ago e583db321565 - kolla/ubuntu-source-glance-api:train - 2 days ago e583db321565 - localhost:4000/kolla/ubuntu-source-glance-api:train - 2 days ago d8ce6c7a9d90 - kolla/ubuntu-binary-memcached:train - 2 days ago d8ce6c7a9d90 - localhost:4000/kolla/ubuntu-binary-memcached:train - 2 days ago 95e82e690381 - kolla/ubuntu-binary-chrony:train - 2 days ago 95e82e690381 - localhost:4000/kolla/ubuntu-binary-chrony:train - 2 days ago 9b8817fbab28 - localhost:4000/kolla/ubuntu-source-placement-api:train - 2 days ago 9b8817fbab28 - kolla/ubuntu-source-placement-api:train - 2 days ago e6443acb4428 - kolla/ubuntu-source-kolla-toolbox:train - 2 days ago e6443acb4428 - localhost:4000/kolla/ubuntu-source-kolla-toolbox:train - 2 days ago 52592449cdc2 - kolla/ubuntu-source-openvswitch-vswitchd:train - 2 days ago 52592449cdc2 - localhost:4000/kolla/ubuntu-source-openvswitch-vswitchd:train - 2 days ago 275b15ff7dbb - kolla/ubuntu-source-openvswitch-db-server:train - 2 days ago 275b15ff7dbb - localhost:4000/kolla/ubuntu-source-openvswitch-db-server:train - 2 days ago 142a90caeafd - kolla/ubuntu-source-nova-libvirt:train - 2 days ago 142a90caeafd - localhost:4000/kolla/ubuntu-source-nova-libvirt:train - 2 days ago 261ce0717be4 - kolla/ubuntu-source-haproxy:train - 2 days ago 261ce0717be4 - localhost:4000/kolla/ubuntu-source-haproxy:train - 2 days ago c14e15ebae12 - kolla/ubuntu-source-cron:train - 2 days ago c14e15ebae12 - localhost:4000/kolla/ubuntu-source-cron:train - 2 days ago 8e6f820004a2 - kolla/ubuntu-source-fluentd:train - 2 days ago 8e6f820004a2 - localhost:4000/kolla/ubuntu-source-fluentd:train - 2 days ago d34bf498101f - kolla/ubuntu-source-rabbitmq:train - 2 days ago d34bf498101f - localhost:4000/kolla/ubuntu-source-rabbitmq:train - 2 days ago 1a1365489148 - kolla/ubuntu-source-mariadb:train - 2 days ago 1a1365489148 - localhost:4000/kolla/ubuntu-source-mariadb:train - 2 days ago c1e19c5d5912 - kolla/ubuntu-source-iscsid:train - 2 days ago c1e19c5d5912 - localhost:4000/kolla/ubuntu-source-iscsid:train - 2 days ago 8db7ebcf8c68 - kolla/ubuntu-source-keepalived:train - 2 days ago 8db7ebcf8c68 - localhost:4000/kolla/ubuntu-source-keepalived:train - 2 days ago 8217c1d597ea - kolla/ubuntu-source-etcd:train - 2 days ago 8217c1d597ea - localhost:4000/kolla/ubuntu-source-etcd:train - 2 days ago acc33c9a7978 - kolla/ubuntu-source-memcached:train - 2 days ago acc33c9a7978 - localhost:4000/kolla/ubuntu-source-memcached:train - 2 days ago 9b08fcea8486 - kolla/ubuntu-source-chrony:train - 2 days ago 9b08fcea8486 - localhost:4000/kolla/ubuntu-source-chrony:train - 2 days ago a26f7d3e1366 - kolla/ubuntu-source-tgtd:train - 2 days ago a26f7d3e1366 - localhost:4000/kolla/ubuntu-source-tgtd:train - 2 days ago ##### All Docker Containers ##### CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 60b820b5903e kolla/ubuntu-source-horizon:train "dumb-init --single-…" 23 minutes ago Up 23 minutes horizon b3ddeba859cd kolla/ubuntu-source-swift-proxy-server:train "dumb-init --single-…" 7 hours ago Restarting (1) 52 seconds ago swift_proxy_server c2bb8e7f2025 kolla/ubuntu-source-nova-conductor:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_super_conductor 9e9fbfca0149 kolla/ubuntu-source-prometheus-blackbox-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_blackbox_exporter 0ed482353540 kolla/ubuntu-source-prometheus-openstack-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_openstack_exporter afd0100817bf kolla/ubuntu-source-prometheus-alertmanager:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_alertmanager 47632ce268d0 kolla/ubuntu-source-prometheus-cadvisor:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_cadvisor e5f21db7bd16 kolla/ubuntu-source-prometheus-memcached-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_memcached_exporter 3101f999d596 kolla/ubuntu-source-prometheus-haproxy-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_haproxy_exporter 1382239e310d kolla/ubuntu-source-prometheus-mysqld-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_mysqld_exporter 47a9976c9b5b kolla/ubuntu-source-prometheus-node-exporter:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_node_exporter bf573ac410c8 kolla/ubuntu-source-prometheus-server:train "dumb-init --single-…" 8 hours ago Up 8 hours prometheus_server 2fbc1178d99b kolla/ubuntu-source-zun-compute:train "dumb-init --single-…" 8 hours ago Up 8 hours zun_compute 522f8b7fe912 kolla/ubuntu-source-zun-wsproxy:train "dumb-init --single-…" 8 hours ago Up 8 hours zun_wsproxy 249454d1df5e kolla/ubuntu-source-zun-api:train "dumb-init --single-…" 8 hours ago Up 8 hours zun_api 9d3b7e6c7dbc kolla/ubuntu-source-tacker-server:train "dumb-init --single-…" 8 hours ago Up 8 hours tacker_server 528b7b19b805 kolla/ubuntu-source-tacker-conductor:train "dumb-init --single-…" 8 hours ago Up 8 hours tacker_conductor cb6173f5c80b kolla/ubuntu-source-designate-sink:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_sink a3476b908150 kolla/ubuntu-source-designate-worker:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_worker eca268212f71 kolla/ubuntu-source-designate-mdns:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_mdns 4c7a9a7b351a kolla/ubuntu-source-designate-producer:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_producer 976dec2ac35a kolla/ubuntu-source-designate-central:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_central 4fb4b16cda71 kolla/ubuntu-source-designate-api:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_api 9e1fae7dcbc6 kolla/ubuntu-source-designate-backend-bind9:train "dumb-init --single-…" 8 hours ago Up 8 hours designate_backend_bind9 548a9e302900 kolla/ubuntu-source-barbican-worker:train "dumb-init --single-…" 8 hours ago Up 8 hours barbican_worker 84c4623e77ea kolla/ubuntu-source-barbican-keystone-listener:train "dumb-init --single-…" 8 hours ago Up 8 hours barbican_keystone_listener 3d0210a38195 kolla/ubuntu-source-barbican-api:train "dumb-init --single-…" 8 hours ago Up 8 hours barbican_api 01bce140d0e1 kolla/ubuntu-source-magnum-conductor:train "dumb-init --single-…" 8 hours ago Up 8 hours magnum_conductor 6d5d0d15d065 kolla/ubuntu-source-magnum-api:train "dumb-init --single-…" 8 hours ago Up 8 hours magnum_api 6829e10ce60b kolla/ubuntu-source-heat-engine:train "dumb-init --single-…" 8 hours ago Up 8 hours heat_engine c8bf9ec91589 kolla/ubuntu-source-heat-api-cfn:train "dumb-init --single-…" 8 hours ago Up 8 hours heat_api_cfn 412af9f99918 kolla/ubuntu-source-heat-api:train "dumb-init --single-…" 8 hours ago Up 8 hours heat_api db815c05583e kolla/ubuntu-source-kuryr-libnetwork:train "dumb-init --single-…" 8 hours ago Up 8 hours kuryr 5d7844edf43e kolla/ubuntu-source-neutron-metadata-agent:train "dumb-init --single-…" 8 hours ago Up 8 hours neutron_metadata_agent fb4bc7a06d84 kolla/ubuntu-source-neutron-l3-agent:train "dumb-init --single-…" 8 hours ago Up 8 hours neutron_l3_agent 38f542f50071 kolla/ubuntu-source-neutron-dhcp-agent:train "dumb-init --single-…" 8 hours ago Up 8 hours neutron_dhcp_agent e2320001625f kolla/ubuntu-source-neutron-openvswitch-agent:train "dumb-init --single-…" 8 hours ago Up 8 hours neutron_openvswitch_agent d64c9e25ff93 kolla/ubuntu-source-neutron-server:train "dumb-init --single-…" 8 hours ago Up 8 hours neutron_server 27e64f345f3f kolla/ubuntu-source-openvswitch-vswitchd:train "dumb-init --single-…" 8 hours ago Up 8 hours openvswitch_vswitchd 5cfc55e2af73 kolla/ubuntu-source-openvswitch-db-server:train "dumb-init --single-…" 8 hours ago Up 8 hours openvswitch_db 8e93ccdd15f1 kolla/ubuntu-source-nova-compute:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_compute 1e8f3c7d9356 kolla/ubuntu-source-nova-libvirt:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_libvirt caedc1b32791 kolla/ubuntu-source-nova-ssh:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_ssh c8525360653d kolla/ubuntu-source-nova-novncproxy:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_novncproxy 4670c1ad525b kolla/ubuntu-source-nova-conductor:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_conductor 2d9a60887ff3 kolla/ubuntu-source-nova-api:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_api 6a7dc53d5fa8 kolla/ubuntu-source-nova-scheduler:train "dumb-init --single-…" 8 hours ago Up 8 hours nova_scheduler 572e53bf66a8 kolla/ubuntu-source-placement-api:train "dumb-init --single-…" 8 hours ago Up 8 hours placement_api 4f9949a26632 kolla/ubuntu-source-cinder-backup:train "dumb-init --single-…" 8 hours ago Up 8 hours cinder_backup ed36504a5ce4 kolla/ubuntu-source-cinder-volume:train "dumb-init --single-…" 8 hours ago Up 8 hours cinder_volume 4520f1a8ca17 kolla/ubuntu-source-cinder-scheduler:train "dumb-init --single-…" 8 hours ago Up 8 hours cinder_scheduler a9e60850ae9d kolla/ubuntu-source-cinder-api:train "dumb-init --single-…" 8 hours ago Up 8 hours cinder_api eae27b4e6db1 kolla/ubuntu-source-glance-api:train "dumb-init --single-…" 8 hours ago Up 8 hours glance_api 8cf8bfe9bc80 kolla/ubuntu-source-swift-object-expirer:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_object_expirer 6334eb635d38 kolla/ubuntu-source-swift-object:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_object_updater 3bba28c5439d kolla/ubuntu-source-swift-object:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_object_replicator 16e8ac9cbc77 kolla/ubuntu-source-swift-object:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_object_auditor f8acb9ac15b8 kolla/ubuntu-source-swift-object:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_object_server eb6a379594c3 kolla/ubuntu-source-swift-container:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_container_updater b796cbbeef27 kolla/ubuntu-source-swift-container:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_container_replicator 11d48fe551eb kolla/ubuntu-source-swift-container:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_container_auditor ad899009cca6 kolla/ubuntu-source-swift-container:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_container_server d5297636fede kolla/ubuntu-source-swift-account:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_account_reaper e552e1d2e011 kolla/ubuntu-source-swift-account:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_account_replicator 0aed20282be8 kolla/ubuntu-source-swift-account:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_account_auditor f144a4f377b8 kolla/ubuntu-source-swift-account:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_account_server e45bab2a1f82 kolla/ubuntu-source-swift-rsyncd:train "dumb-init --single-…" 8 hours ago Up 8 hours swift_rsyncd 54e9dcdc995a kolla/ubuntu-source-keystone-fernet:train "dumb-init --single-…" 8 hours ago Up 8 hours keystone_fernet 55f6773f7fdf kolla/ubuntu-source-keystone-ssh:train "dumb-init --single-…" 8 hours ago Up 8 hours keystone_ssh 63086b814432 kolla/ubuntu-source-keystone:train "dumb-init --single-…" 8 hours ago Up 8 hours keystone 59ce345ac3bb kolla/ubuntu-source-etcd:train "dumb-init --single-…" 9 hours ago Up 8 hours etcd b8c260049ae9 kolla/ubuntu-source-rabbitmq:train "dumb-init --single-…" 9 hours ago Up 9 hours rabbitmq 6fa920eaeb1d kolla/ubuntu-source-tgtd:train "dumb-init --single-…" 9 hours ago Up 9 hours tgtd 010ae5deb542 kolla/ubuntu-source-iscsid:train "dumb-init --single-…" 9 hours ago Up 9 hours iscsid ec34403f7346 kolla/ubuntu-source-memcached:train "dumb-init --single-…" 9 hours ago Up 9 hours memcached 49deee3d9024 kolla/ubuntu-source-mariadb:train "dumb-init -- kolla_…" 9 hours ago Up 9 hours mariadb 2cb5419413f2 kolla/ubuntu-source-keepalived:train "dumb-init --single-…" 9 hours ago Up 9 hours keepalived b12ebdd49d3d kolla/ubuntu-source-haproxy:train "dumb-init --single-…" 9 hours ago Up 8 hours haproxy 30d795ec6dca kolla/ubuntu-source-chrony:train "dumb-init --single-…" 9 hours ago Up 9 hours chrony 45457a80345d kolla/ubuntu-source-cron:train "dumb-init --single-…" 9 hours ago Up 36 minutes cron b73d2260ce0c kolla/ubuntu-source-kolla-toolbox:train "dumb-init --single-…" 9 hours ago Up 36 minutes kolla_toolbox 0973cbcaaf6d kolla/ubuntu-source-fluentd:train "dumb-init --single-…" 9 hours ago Up 37 minutes fluentd ##### Ip Link Show ##### 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno1: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:78 brd ff:ff:ff:ff:ff:ff 3: eno2: mtu 1500 qdisc mq master ovs-system state UP mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:79 brd ff:ff:ff:ff:ff:ff 4: eno2.100@eno2: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:79 brd ff:ff:ff:ff:ff:ff 5: eno2.120@eno2: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:79 brd ff:ff:ff:ff:ff:ff 6: eno2.200@eno2: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:79 brd ff:ff:ff:ff:ff:ff 7: docker0: mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default link/ether 02:42:06:d2:00:c9 brd ff:ff:ff:ff:ff:ff 99: tapbd2960f7-0d@if98: mtu 1500 qdisc noqueue master qbrbd2960f7-0d state UP mode DEFAULT group default qlen 1000 link/ether c2:d2:6e:af:94:21 brd ff:ff:ff:ff:ff:ff link-netnsid 2 100: qbrbd2960f7-0d: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 3a:58:23:0b:79:47 brd ff:ff:ff:ff:ff:ff 101: qvobd2960f7-0d@qvbbd2960f7-0d: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether c2:95:73:09:69:40 brd ff:ff:ff:ff:ff:ff 102: qvbbd2960f7-0d@qvobd2960f7-0d: mtu 1500 qdisc noqueue master qbrbd2960f7-0d state UP mode DEFAULT group default qlen 1000 link/ether 3a:58:23:0b:79:47 brd ff:ff:ff:ff:ff:ff 103: ovs-system: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether b2:5b:86:aa:c3:de brd ff:ff:ff:ff:ff:ff 104: br-ex: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 0c:c4:7a:c6:ea:79 brd ff:ff:ff:ff:ff:ff 105: br-int: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether ce:83:fa:11:77:41 brd ff:ff:ff:ff:ff:ff 106: br-tun: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 6e:3c:03:57:b6:47 brd ff:ff:ff:ff:ff:ff (venv3) root@ss:~/kolla-ansible_setup#