Friday, 2020-06-19

*** diurnalist has joined #openstack-kolla00:30
openstackgerritjacky06 proposed openstack/kolla master: Remove the congress images since it has been retired  https://review.opendev.org/72946000:48
*** diurnalist has quit IRC00:49
openstackgerritjacky06 proposed openstack/kolla master: Remove the congress images since it has been retired  https://review.opendev.org/72946000:49
*** diurnalist has joined #openstack-kolla00:49
*** wuchunyang has joined #openstack-kolla01:01
*** diurnalist has quit IRC01:03
openstackgerritjacky06 proposed openstack/kolla-ansible master: Remove mongodb integration  https://review.opendev.org/73503001:05
openstackgerritjacky06 proposed openstack/kolla-ansible master: Remove mongodb integration  https://review.opendev.org/73503001:08
nullmikeHi.  I'm new to Openstack and openstack-kolla.  I've gone through the startup guide using the all-in-one config.  My ubuntu host is stuck on TASK [Registering common role has run].  I can't ssh into the box anymore.  Lots of docker images running.  Is it still deploying?  Should I be able to see a dashboard?01:16
openstackgerritMerged openstack/kayobe stable/ussuri: Fix ironic inspector store endpoint configuration  https://review.opendev.org/73647801:17
*** wuchunyang has quit IRC01:20
openstackgerritcaoyuan proposed openstack/kolla-ansible stable/stein: Make openstack_release more obvious  https://review.opendev.org/73059701:24
*** wuchunyang has joined #openstack-kolla01:43
*** wuchunyang has quit IRC01:47
*** factor__ has quit IRC01:53
*** factor__ has joined #openstack-kolla01:53
*** diurnalist has joined #openstack-kolla01:55
openstackgerritMerged openstack/kolla stable/ussuri: Bump versions for Ussuri  https://review.opendev.org/73652801:59
*** factor__ has quit IRC02:02
*** diurnalist has quit IRC02:09
kplantnullmike: sounds like you might have made a mistake with your interfaces02:19
kplantcan you paste your globals.yml?02:19
*** wuchunyang has joined #openstack-kolla02:38
*** seco_ has joined #openstack-kolla02:40
openstackgerritMerged openstack/kolla-ansible master: Revert rename of Monasca API config file  https://review.opendev.org/73650602:40
*** seco_ has quit IRC02:45
*** wuchunyang has quit IRC03:04
*** mattia has quit IRC03:11
*** bsanjeewa has joined #openstack-kolla03:25
*** wuchunyang has joined #openstack-kolla03:37
*** sorin-mihai has quit IRC03:52
*** wuchunyang has quit IRC03:58
*** wuchunyang has joined #openstack-kolla04:01
*** wuchunyang has quit IRC04:06
nullmikekplant Here is my globals.yml04:27
nullmike---04:27
nullmike# You can use this file to override _any_ variable throughout Kolla.04:27
nullmike# Additional options can be found in the04:27
nullmike# 'kolla-ansible/ansible/group_vars/all.yml' file. Default value of all the04:27
nullmike# commented parameters are shown here, To override the default value uncomment04:27
nullmike# the parameter and change its value.04:27
nullmike###############04:27
nullmike# Kolla options04:27
nullmike###############04:27
nullmike# Valid options are [ COPY_ONCE, COPY_ALWAYS ]04:27
nullmike#config_strategy: "COPY_ALWAYS"04:27
nullmike# Valid options are ['centos', 'debian', 'rhel', 'ubuntu']04:27
nullmikekolla_base_distro: "ubuntu"04:27
nullmike# Valid options are [ binary, source ]04:27
nullmikekolla_install_type: "binary"04:27
nullmike# Valid option is Docker repository tag04:27
nullmike#openstack_release: ""04:27
nullmike# Docker image tag used by default.04:27
nullmike#openstack_tag: "{{ openstack_release ~ openstack_tag_suffix }}"04:27
nullmike# Suffix applied to openstack_release to generate openstack_tag.04:27
nullmike#openstack_tag_suffix: "{{ '' if base_distro != 'centos' or ansible_distribution_major_version == '7' else  '-centos8' }}"04:27
nullmike# Location of configuration overrides04:27
nullmike#node_custom_config: "/etc/kolla/config"04:27
nullmike# This should be a VIP, an unused IP on your network that will float between04:27
nullmike# the hosts running keepalived for high-availability. If you want to run an04:27
nullmike# All-In-One without haproxy and keepalived, you can set enable_haproxy to no04:27
nullmike# in "OpenStack options" section, and set this value to the IP of your04:27
nullmike# 'network_interface' as set in the Networking section below.04:27
nullmikekolla_internal_vip_address: "10.15.254.254"04:27
nullmike# This is the DNS name that maps to the kolla_internal_vip_address VIP. By04:28
nullmike# default it is the same as kolla_internal_vip_address.04:28
nullmike#kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"04:28
nullmike# This should be a VIP, an unused IP on your network that will float between04:28
nullmike# the hosts running keepalived for high-availability. It defaults to the04:28
nullmike# kolla_internal_vip_address, allowing internal and external communication to04:28
nullmike# share the same address.  Specify a kolla_external_vip_address to separate04:28
nullmike# internal and external requests between two VIPs.04:28
nullmike#kolla_external_vip_address: "{{ kolla_internal_vip_address }}"04:28
nullmike# The Public address used to communicate with OpenStack as set in the public_url04:28
nullmike# for the endpoints that will be created. This DNS name should map to04:28
nullmike# kolla_external_vip_address.04:28
nullmike#kolla_external_fqdn: "{{ kolla_external_vip_address }}"04:28
nullmike################04:28
nullmike# Docker options04:28
nullmike################04:28
nullmike# Custom docker registry settings:04:28
nullmike#docker_registry:04:28
nullmike#docker_registry_insecure: "{{ 'yes' if docker_registry else 'no' }}"04:28
nullmike#docker_registry_username:04:28
nullmike# docker_registry_password is set in the passwords.yml file.04:28
nullmike# Namespace of images:04:28
nullmike#docker_namespace: "kolla"04:28
nullmike# Docker client timeout in seconds.04:28
nullmike#docker_client_timeout: 12004:28
nullmike#docker_configure_for_zun: "no"04:28
nullmike###################04:28
nullmike# Messaging options04:28
nullmike###################04:29
nullmike# Below is an example of an separate backend that provides brokerless04:29
nullmike# messaging for oslo.messaging RPC communications04:29
nullmike#om_rpc_transport: "amqp"04:29
nullmike#om_rpc_user: "{{ qdrouterd_user }}"04:29
nullmike#om_rpc_password: "{{ qdrouterd_password }}"04:29
nullmike#om_rpc_port: "{{ qdrouterd_port }}"04:29
nullmike#om_rpc_group: "qdrouterd"04:29
nullmike##############################04:29
nullmike# Neutron - Networking Options04:29
nullmike##############################04:29
nullmike# This interface is what all your api services will be bound to by default.04:29
nullmike# Additionally, all vxlan/tunnel and storage network traffic will go over this04:29
nullmike# interface by default. This interface must contain an IP address.04:29
nullmike# It is possible for hosts to have non-matching names of interfaces - these can04:29
nullmike# be set in an inventory file per host or per group or stored separately, see04:29
nullmike#     http://docs.ansible.com/ansible/intro_inventory.html04:29
nullmike# Yet another way to workaround the naming problem is to create a bond for the04:29
nullmike# interface on all hosts and give the bond name here. Similar strategy can be04:29
nullmike# followed for other types of interfaces.04:29
nullmikenetwork_interface: "eth0"04:29
nullmike# These can be adjusted for even more customization. The default is the same as04:29
nullmike# the 'network_interface'. These interfaces must contain an IP address.04:29
nullmike#kolla_external_vip_interface: "{{ network_interface }}"04:29
nullmike#api_interface: "{{ network_interface }}"04:29
nullmike#storage_interface: "{{ network_interface }}"04:29
nullmike#cluster_interface: "{{ network_interface }}"04:29
nullmike#swift_storage_interface: "{{ storage_interface }}"04:29
nullmike#swift_replication_interface: "{{ swift_storage_interface }}"04:30
nullmike#tunnel_interface: "{{ network_interface }}"04:30
nullmike#dns_interface: "{{ network_interface }}"04:30
nullmike#octavia_network_interface: "{{ api_interface }}"04:30
nullmike# Configure the address family (AF) per network.04:30
nullmike# Valid options are [ ipv4, ipv6 ]04:30
nullmike#network_address_family: "ipv4"04:30
nullmike#api_address_family: "{{ network_address_family }}"04:30
nullmike#storage_address_family: "{{ network_address_family }}"04:30
nullmike#cluster_address_family: "{{ network_address_family }}"04:30
nullmike#swift_storage_address_family: "{{ storage_address_family }}"04:30
nullmike#swift_replication_address_family: "{{ swift_storage_address_family }}"04:30
nullmike#migration_address_family: "{{ network_address_family }}"04:30
nullmike#tunnel_address_family: "{{ network_address_family }}"04:30
nullmike#octavia_network_address_family: "{{ api_address_family }}"04:30
nullmike#bifrost_network_address_family: "{{ network_address_family }}"04:30
nullmike#dns_address_family: "{{ network_address_family }}"04:30
nullmike# This is the raw interface given to neutron as its external network port. Even04:30
nullmike# though an IP address can exist on this interface, it will be unusable in most04:30
*** shyamb has joined #openstack-kolla04:30
nullmike# configurations. It is recommended this interface not be configured with any IP04:30
nullmike# addresses for that reason.04:30
nullmikeneutron_external_interface: "eth1"04:30
nullmike# Valid options are [ openvswitch, linuxbridge, vmware_nsxv, vmware_nsxv3, vmware_dvs, opendaylight ]04:30
nullmike# if vmware_nsxv3 is selected, enable_openvswitch MUST be set to "no" (default is yes)04:30
nullmike#neutron_plugin_agent: "openvswitch"04:30
nullmike# Valid options are [ internal, infoblox ]04:30
nullmike#neutron_ipam_driver: "internal"04:30
nullmike# Configure Neutron upgrade option, currently Kolla support04:31
nullmike# two upgrade ways for Neutron: legacy_upgrade and rolling_upgrade04:31
nullmike# The variable "neutron_enable_rolling_upgrade: yes" is meaning rolling_upgrade04:31
nullmike# were enabled and opposite04:31
nullmike# Neutron rolling upgrade were enable by default04:31
nullmike#neutron_enable_rolling_upgrade: "yes"04:31
nullmike####################04:31
nullmike# keepalived options04:31
nullmike####################04:31
nullmike# Arbitrary unique number from 0..25504:31
nullmike# This should be changed from the default in the event of a multi-region deployment04:31
nullmike# where the VIPs of different regions reside on a common subnet.04:31
nullmike#keepalived_virtual_router_id: "51"04:31
nullmike###################04:31
nullmike# Dimension options04:31
nullmike###################04:31
*** shyamb has quit IRC04:31
nullmike# This is to provide an extra option to deploy containers with Resource constraints.04:31
nullmike# We call it dimensions here.04:31
nullmike# The dimensions for each container are defined by a mapping, where each dimension value should be a04:31
nullmike# string.04:31
nullmike# Reference_Docs04:31
nullmike# https://docs.docker.com/config/containers/resource_constraints/04:31
nullmike# eg:04:31
nullmike# <container_name>_dimensions:04:31
nullmike#    blkio_weight:04:31
nullmike#    cpu_period:04:31
nullmike#    cpu_quota:04:31
nullmike#    cpu_shares:04:31
nullmike#    cpuset_cpus:04:32
nullmike#    cpuset_mems:04:32
nullmike#    mem_limit:04:32
nullmike#    mem_reservation:04:32
nullmike#    memswap_limit:04:32
nullmike#    kernel_memory:04:32
nullmike#    ulimits:04:32
nullmike#############04:32
nullmike# TLS options04:32
nullmike#############04:32
nullmike# To provide encryption and authentication on the kolla_external_vip_interface,04:32
nullmike# TLS can be enabled.  When TLS is enabled, certificates must be provided to04:32
nullmike# allow clients to perform authentication.04:32
nullmike#kolla_enable_tls_internal: "no"04:32
nullmike#kolla_enable_tls_external: "{{ kolla_enable_tls_internal if kolla_same_external_internal_vip | bool else 'no' }}"04:32
nullmike#kolla_external_fqdn_cert: "{{ node_config }}/certificates/haproxy.pem"04:32
nullmike#kolla_internal_fqdn_cert: "{{ node_config }}/certificates/haproxy-internal.pem"04:32
nullmike#kolla_external_fqdn_cacert: "{{ node_config }}/certificates/haproxy-ca.crt"04:32
nullmike#kolla_internal_fqdn_cacert: "{{ node_config }}/certificates/haproxy-ca-internal.crt"04:32
nullmike################04:32
nullmike# Region options04:32
nullmike################04:32
nullmike# Use this option to change the name of this region.04:32
nullmike#openstack_region_name: "RegionOne"04:32
nullmike# Use this option to define a list of region names - only needs to be configured04:32
nullmike# in a multi-region deployment, and then only in the *first* region.04:32
nullmike#multiple_regions_names: ["{{ openstack_region_name }}"]04:32
nullmike##############04:33
nullmike# OpenDaylight04:33
nullmike##############04:33
*** evrardjp has quit IRC04:33
nullmike#enable_opendaylight_qos: "no"04:33
nullmike#enable_opendaylight_l3: "yes"04:33
nullmike###################04:33
nullmike# OpenStack options04:33
nullmike###################04:33
nullmike# Use these options to set the various log levels across all OpenStack projects04:33
nullmike# Valid options are [ True, False ]04:33
nullmike#openstack_logging_debug: "False"04:33
*** evrardjp has joined #openstack-kolla04:33
nullmike# Enable core OpenStack services. This includes:04:33
nullmike# glance, keystone, neutron, nova, heat, and horizon.04:33
nullmike#enable_openstack_core: "yes"04:33
nullmike# These roles are required for Kolla to be operation, however a savvy deployer04:33
nullmike# could disable some of these required roles and run their own services.04:33
nullmike#enable_glance: "{{ enable_openstack_core | bool }}"04:33
nullmike#enable_haproxy: "yes"04:33
nullmike#enable_keepalived: "{{ enable_haproxy | bool }}"04:33
nullmike#enable_keystone: "{{ enable_openstack_core | bool }}"04:33
nullmike#enable_mariadb: "yes"04:33
nullmike#enable_memcached: "yes"04:33
nullmike#enable_neutron: "{{ enable_openstack_core | bool }}"04:33
nullmike#enable_nova: "{{ enable_openstack_core | bool }}"04:33
nullmike#enable_rabbitmq: "{{ 'yes' if om_rpc_transport == 'rabbit' or om_notify_transport == 'rabbit' else 'no' }}"04:33
nullmike#enable_outward_rabbitmq: "{{ enable_murano | bool }}"04:33
nullmike# OpenStack services can be enabled or disabled with these options04:33
nullmike#enable_aodh: "no"04:33
nullmike#enable_barbican: "no"04:34
nullmike#enable_blazar: "no"04:34
nullmike# NOTE: This variable has been deprecated and will be removed in the U cycle.04:34
nullmike#enable_cadf_notifications: "no"04:34
nullmike#enable_ceilometer: "no"04:34
nullmike#enable_ceilometer_ipmi: "no"04:34
nullmike#enable_cells: "no"04:34
nullmike#enable_central_logging: "no"04:34
nullmike#enable_ceph: "no"04:34
nullmike#enable_ceph_mds: "no"04:34
nullmike#enable_ceph_rgw: "no"04:34
nullmike#enable_ceph_nfs: "no"04:34
nullmike#enable_ceph_dashboard: "{{ enable_ceph | bool }}"04:34
nullmike#enable_chrony: "yes"04:34
nullmike#enable_cinder: "yes"04:34
nullmike#enable_cinder_backup: "yes"04:34
nullmike#enable_cinder_backend_hnas_nfs: "no"04:34
nullmike#enable_cinder_backend_iscsi: "{{ enable_cinder_backend_lvm | bool or enable_cinder_backend_zfssa_iscsi | bool }}"04:34
nullmike#enable_cinder_backend_lvm: "no"04:34
nullmike#enable_cinder_backend_nfs: "no"04:34
nullmike#enable_cinder_backend_zfssa_iscsi: "no"04:34
nullmike#enable_cinder_backend_quobyte: "no"04:34
nullmike#enable_cloudkitty: "no"04:34
nullmike#enable_collectd: "no"04:34
nullmike#enable_congress: "no"04:34
nullmike#enable_cyborg: "no"04:34
nullmike#enable_designate: "no"04:34
nullmike#enable_destroy_images: "no"04:35
nullmike#enable_elasticsearch: "{{ 'yes' if enable_central_logging | bool or enable_osprofiler | bool or enable_skydive | bool or enable_monasca | bool else 'no' }}"04:35
nullmike#enable_etcd: "no"04:35
nullmike#enable_fluentd: "yes"04:35
nullmike#enable_freezer: "no"04:35
nullmike#enable_gnocchi: "no"04:35
nullmike#enable_grafana: "no"04:35
nullmike#enable_heat: "{{ enable_openstack_core | bool }}"04:35
nullmike#enable_horizon: "{{ enable_openstack_core | bool }}"04:35
nullmike#enable_horizon_blazar: "{{ enable_blazar | bool }}"04:35
nullmike#enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"04:35
nullmike#enable_horizon_congress: "{{ enable_congress | bool }}"04:35
nullmike#enable_horizon_designate: "{{ enable_designate | bool }}"04:35
nullmike#enable_horizon_fwaas: "{{ enable_neutron_fwaas | bool }}"04:35
nullmike#enable_horizon_freezer: "{{ enable_freezer | bool }}"04:35
nullmike#enable_horizon_heat: "{{ enable_heat | bool }}"04:35
nullmike#enable_horizon_ironic: "{{ enable_ironic | bool }}"04:35
nullmike#enable_horizon_karbor: "{{ enable_karbor | bool }}"04:35
nullmike#enable_horizon_magnum: "{{ enable_magnum | bool }}"04:35
*** skramaja has joined #openstack-kolla04:35
nullmike#enable_horizon_manila: "{{ enable_manila | bool }}"04:35
nullmike#enable_horizon_masakari: "{{ enable_masakari | bool }}"04:35
nullmike#enable_horizon_mistral: "{{ enable_mistral | bool }}"04:35
nullmike#enable_horizon_murano: "{{ enable_murano | bool }}"04:35
nullmike#enable_horizon_neutron_vpnaas: "{{ enable_neutron_vpnaas | bool }}"04:35
nullmike#enable_horizon_octavia: "{{ enable_octavia | bool }}"04:35
nullmike#enable_horizon_qinling: "{{ enable_qinling | bool }}"04:35
nullmike#enable_horizon_sahara: "{{ enable_sahara | bool }}"04:35
nullmike#enable_horizon_searchlight: "{{ enable_searchlight | bool }}"04:35
nullmike#enable_horizon_senlin: "{{ enable_senlin | bool }}"04:36
nullmike#enable_horizon_solum: "{{ enable_solum | bool }}"04:36
nullmike#enable_horizon_tacker: "{{ enable_tacker | bool }}"04:36
nullmike#enable_horizon_trove: "{{ enable_trove | bool }}"04:36
nullmike#enable_horizon_vitrage: "{{ enable_vitrage | bool }}"04:36
nullmike#enable_horizon_watcher: "{{ enable_watcher | bool }}"04:36
nullmike#enable_horizon_zun: "{{ enable_zun | bool }}"04:36
nullmike#enable_hyperv: "no"04:36
nullmike#enable_influxdb: "{{ enable_monasca | bool or (enable_cloudkitty | bool and cloudkitty_storage_backend == 'influxdb') }}"04:36
nullmike#enable_ironic: "no"04:36
nullmike#enable_ironic_ipxe: "no"04:36
nullmike#enable_ironic_neutron_agent: "{{ enable_neutron | bool and enable_ironic | bool }}"04:36
nullmike#enable_ironic_pxe_uefi: "no"04:36
nullmike#enable_iscsid: "{{ (enable_cinder | bool and enable_cinder_backend_iscsi | bool) or enable_ironic | bool }}"04:36
nullmike#enable_karbor: "no"04:36
nullmike#enable_kafka: "{{ enable_monasca | bool }}"04:36
nullmike#enable_kibana: "{{ 'yes' if enable_central_logging | bool or enable_monasca | bool else 'no' }}"04:36
nullmike#enable_kuryr: "no"04:36
nullmike#enable_magnum: "no"04:36
nullmike#enable_manila: "no"04:36
nullmike#enable_manila_backend_generic: "no"04:36
nullmike#enable_manila_backend_hnas: "no"04:36
nullmike#enable_manila_backend_cephfs_native: "no"04:36
nullmike#enable_manila_backend_cephfs_nfs: "no"04:36
nullmike#enable_mariabackup: "no"04:36
nullmike#enable_masakari: "no"04:36
nullmike#enable_mistral: "no"04:36
nullmike#enable_monasca: "no"04:37
nullmike#enable_mongodb: "no"04:37
nullmike#enable_multipathd: "no"04:37
nullmike#enable_murano: "no"04:37
nullmike#enable_neutron_vpnaas: "no"04:37
nullmike#enable_neutron_sriov: "no"04:37
nullmike#enable_neutron_dvr: "no"04:37
nullmike#enable_neutron_fwaas: "no"04:37
nullmike#enable_neutron_qos: "no"04:37
nullmike#enable_neutron_agent_ha: "no"04:37
nullmike#enable_neutron_bgp_dragent: "no"04:37
nullmike#enable_neutron_provider_networks: "no"04:37
nullmike#enable_neutron_segments: "no"04:37
nullmike#enable_neutron_sfc: "no"04:37
nullmike#enable_neutron_metering: "no"04:37
nullmike#enable_neutron_infoblox_ipam_agent: "no"04:37
nullmike#enable_neutron_port_forwarding: "no"04:37
nullmike#enable_nova_serialconsole_proxy: "no"04:37
nullmike#enable_nova_ssh: "yes"04:37
nullmike#enable_octavia: "no"04:37
nullmike#enable_onos: "no"04:37
nullmike#enable_opendaylight: "no"04:37
nullmike#enable_openvswitch: "{{ enable_neutron | bool and neutron_plugin_agent != 'linuxbridge' }}"04:37
nullmike#enable_ovs_dpdk: "no"04:37
nullmike#enable_osprofiler: "no"04:37
nullmike#enable_panko: "no"04:37
nullmike#enable_placement: "{{ enable_nova | bool or enable_zun | bool }}"04:37
nullmike#enable_prometheus: "no"04:37
nullmike#enable_qdrouterd: "{{ 'yes' if om_rpc_transport == 'amqp' else 'no' }}"04:38
nullmike#enable_qinling: "no"04:38
nullmike#enable_rally: "no"04:38
nullmike#enable_redis: "no"04:38
nullmike#enable_sahara: "no"04:38
nullmike#enable_searchlight: "no"04:38
nullmike#enable_senlin: "no"04:38
nullmike#enable_skydive: "no"04:38
nullmike#enable_solum: "no"04:38
nullmike#enable_storm: "{{ enable_monasca | bool }}"04:38
nullmike#enable_swift: "no"04:38
nullmike#enable_swift_s3api: "no"04:38
nullmike#enable_tacker: "no"04:38
nullmike#enable_telegraf: "no"04:38
nullmike#enable_tempest: "no"04:38
nullmike#enable_trove: "no"04:38
nullmike#enable_trove_singletenant: "no"04:38
nullmike#enable_vitrage: "no"04:38
nullmike#enable_vmtp: "no"04:38
nullmike#enable_watcher: "no"04:38
nullmike#enable_zookeeper: "{{ enable_kafka | bool }}"04:38
nullmike#enable_zun: "no"04:38
nullmike##################04:38
nullmike# RabbitMQ options04:38
*** ChanServ sets mode: +o mnasiadka04:38
nullmike##################04:38
nullmike# Options passed to RabbitMQ server startup script via the04:38
nullmike# RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS environment var.04:38
nullmike# See Kolla Ansible docs RabbitMQ section for details.04:38
nullmike# These are appended to args already provided by Kolla Ansible04:39
nullmike# to configure IPv6 in RabbitMQ server.04:39
*** wuchunyang has joined #openstack-kolla04:39
nullmike#rabbitmq_server_additional_erl_args: ""04:39
nullmike##############04:39
nullmike# Ceph options04:39
nullmike##############04:39
nullmike# Ceph can be setup with a caching to improve performance. To use the cache you04:39
*** nullmike was kicked by mnasiadka (please don't paste long files on channel - use paste.openstack.org)04:39
*** mnasiadka sets mode: -o mnasiadka04:39
*** vishalmanchanda has joined #openstack-kolla04:40
*** nullmike has joined #openstack-kolla04:40
nullmike# Glance - Image Options04:40
nullmike########################04:40
nullmike# Configure image backend.04:40
nullmike#glance_backend_ceph: "no"04:40
nullmike#glance_backend_file: "yes"04:40
nullmike#glance_backend_swift: "no"04:40
nullmike#glance_backend_vmware: "no"04:40
nullmike#enable_glance_image_cache: "no"04:40
nullmike# Configure glance upgrade option.04:40
nullmike# Due to this feature being experimental in glance,04:40
nullmike# the default value is "no".04:40
nullmike#glance_enable_rolling_upgrade: "no"04:41
nullmike####################04:41
nullmike# Osprofiler options04:41
nullmike####################04:41
nullmike# valid values: ["elasticsearch", "redis"]04:41
nullmike#osprofiler_backend: "elasticsearch"04:41
nullmike##################04:41
nullmike# Barbican options04:41
nullmike##################04:41
nullmike# Valid options are [ simple_crypto, p11_crypto ]04:41
nullmike#barbican_crypto_plugin: "simple_crypto"04:41
nullmike#barbican_library_path: "/usr/lib/libCryptoki2_64.so"04:41
nullmike################04:41
nullmike## Panko options04:41
nullmike################04:41
nullmike# Valid options are [ mongodb, mysql ]04:41
nullmike#panko_database_type: "mysql"04:41
nullmike#################04:41
nullmike# Gnocchi options04:41
nullmike#################04:41
nullmike# Valid options are [ file, ceph ]04:41
nullmike#gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"04:41
nullmike# Valid options are [redis, '']04:41
nullmike#gnocchi_incoming_storage: "{{ 'redis' if enable_redis | bool else '' }}"04:41
nullmike################################04:41
nullmike# Cinder - Block Storage Options04:41
nullmike################################04:41
nullmike# Enable / disable Cinder backends04:41
nullmike#cinder_backend_ceph: "{{ enable_ceph }}"04:42
nullmike#cinder_backend_vmwarevc_vmdk: "no"04:42
nullmike#cinder_volume_group: "cinder-volumes"04:42
nullmike# Valid options are [ '', redis, etcd ]04:42
nullmike#cinder_coordination_backend: "{{ 'redis' if enable_redis|bool else 'etcd' if enable_etcd|bool else '' }}"04:42
nullmike# Valid options are [ nfs, swift, ceph ]04:42
nullmike#cinder_backup_driver: "ceph"04:42
nullmike#cinder_backup_share: ""04:42
nullmike#cinder_backup_mount_options_nfs: ""04:42
nullmike#######################04:42
nullmike# Cloudkitty options04:42
nullmike#######################04:42
nullmike# Valid option is gnocchi04:42
nullmike#cloudkitty_collector_backend: "gnocchi"04:42
nullmike# Valid options are 'sqlalchemy' or 'influxdb'. The default value is04:42
nullmike# 'influxdb', which matches the default in Cloudkitty since the Stein release.04:42
nullmike# When the backend is "influxdb", we also enable Influxdb.04:42
nullmike# Also, when using 'influxdb' as the backend, we trigger the configuration/use04:42
nullmike# of Cloudkitty storage backend version 2.04:42
nullmike#cloudkitty_storage_backend: "influxdb"04:42
nullmike###################04:42
nullmike# Designate options04:42
nullmike###################04:42
nullmike# Valid options are [ bind9 ]04:42
nullmike#designate_backend: "bind9"04:42
nullmike#designate_ns_record: "sample.openstack.org"04:42
nullmike# Valid options are [ '', redis ]04:42
nullmike#designate_coordination_backend: "{{ 'redis' if enable_redis|bool else '' }}"04:42
nullmike########################04:43
nullmike# Nova - Compute Options04:43
nullmike########################04:43
nullmike#nova_backend_ceph: "{{ enable_ceph }}"04:43
nullmike# Valid options are [ qemu, kvm, vmware, xenapi ]04:43
nullmike#nova_compute_virt_type: "kvm"04:43
*** ChanServ sets mode: +o mnasiadka04:43
nullmike# The number of fake driver per compute node04:43
nullmike#num_nova_fake_per_node: 504:43
nullmike# The flag "nova_safety_upgrade" need to be consider when04:43
nullmike# "nova_enable_rolling_upgrade" is enabled. The "nova_safety_upgrade"04:43
nullmike# controls whether the nova services are all stopped before rolling04:43
nullmike# upgrade to the new version, for the safety and availability.04:43
nullmike# If "nova_safety_upgrade" is "yes", that will stop all nova services (except04:43
*** nullmike was kicked by mnasiadka (please don't paste long files on channel - use paste.openstack.org)04:43
*** mnasiadka sets mode: +b nullmike!*@*04:43
*** mnasiadka sets mode: -b nullmike!*@*04:43
*** mnasiadka sets mode: -o mnasiadka04:44
*** wuchunyang has quit IRC04:47
*** ykarel|away is now known as ykarel04:51
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616204:56
bsanjeewajovial[m]: I'm here. Just saw while going through yesterdays meeting log05:11
bsanjeewajovial[m]: From Sri Lanka GMT+5:3005:12
*** shyamb has joined #openstack-kolla05:13
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616205:15
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616205:18
*** bsanjeewa_ has joined #openstack-kolla05:25
*** bsanjeewa has quit IRC05:28
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616205:34
*** timss has quit IRC05:36
*** timss has joined #openstack-kolla05:36
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616205:44
*** seco_ has joined #openstack-kolla05:45
*** cah_link has joined #openstack-kolla05:47
openstackgerritMerged openstack/kolla master: CI: use wheels from infra mirror  https://review.opendev.org/73033105:57
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images  https://review.opendev.org/73674405:57
openstackgerritMichal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616205:58
openstackgerritMichal Nasiadka proposed openstack/kolla master: DNM: Depends-On change for 736744  https://review.opendev.org/73693806:00
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images  https://review.opendev.org/73674406:00
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images  https://review.opendev.org/73674406:19
openstackgerritMichal Nasiadka proposed openstack/kolla master: DNM: Depends-On change for 736744  https://review.opendev.org/73693806:20
*** bsanjeewa has joined #openstack-kolla06:33
*** jbadiapa has quit IRC06:34
*** bsanjeewa_ has quit IRC06:36
*** rpittau|afk is now known as rpittau06:44
*** shyamb has quit IRC06:44
*** shyamb has joined #openstack-kolla06:58
yoctozeptomorning07:03
*** seco_ has quit IRC07:16
*** amoralej|off is now known as amoralej07:19
*** bengates has joined #openstack-kolla07:21
*** bengates has quit IRC07:26
*** bengates has joined #openstack-kolla07:26
openstackgerritMichele Baldessari proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros  https://review.opendev.org/73613007:28
mgoddardmorning07:32
*** dougsz has joined #openstack-kolla07:33
openstackgerritPierre Riteau proposed openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/73384207:35
openstackgerritPierre Riteau proposed openstack/kayobe stable/rocky: Don't disable SELinux if it is not installed  https://review.opendev.org/73402607:35
openstackgerritPierre Riteau proposed openstack/kayobe stable/rocky: Constraint python-openstackclient install with requirements.txt  https://review.opendev.org/72685907:36
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/ussuri: Revert rename of Monasca API config file  https://review.opendev.org/73694507:36
*** bhagyashris|away is now known as bhagyashris07:39
openstackgerritMark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade  https://review.opendev.org/73694707:45
*** seco_ has joined #openstack-kolla07:47
*** shyamb has quit IRC07:49
mnasiadkamorning07:55
*** seco_ has quit IRC07:56
*** e0ne has joined #openstack-kolla07:58
hrwaloha08:00
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls  https://review.opendev.org/73694808:01
hrwhttps://review.opendev.org/#/c/735840/ waits for brave core08:02
patchbotpatch 735840 - kolla (stable/ussuri) - CI: use wheels from infra mirror - 2 patch sets08:02
*** kemopq_ has joined #openstack-kolla08:04
*** wuchunyang has joined #openstack-kolla08:04
*** kemopq has quit IRC08:05
hrwhttps://review.opendev.org/#/c/736162/ too08:06
patchbotpatch 736162 - kolla (stable/train) - CI: Install python deps, fix mod_wsgi in cyborg-ap... - 17 patch sets08:06
yoctozeptomgoddard, hrw: https://review.opendev.org/73674408:09
patchbotpatch 736744 - kolla-ansible (stable/train) - Run tox in venv in case of building images - 4 patch sets08:09
yoctozeptolet's make ci greener08:09
*** bsanjeewa_ has joined #openstack-kolla08:09
hrwapproved that message08:11
*** bsanjeewa has quit IRC08:13
*** shyamb has joined #openstack-kolla08:16
*** gfidente has joined #openstack-kolla08:19
*** bsanjeewa has joined #openstack-kolla08:23
*** Tony31 has joined #openstack-kolla08:25
*** bsanjeewa_ has quit IRC08:25
Tony31Hi guys!08:25
Tony31I've deployed using Kayobe, but this time I am getting some weird things when trying to deploy a magnum kubernetes cluster08:26
Tony31I found a bug on launchpad from end of last year, beginning of this year that is giving the same experience but I can see the fix there in the config on the controllers08:26
Tony31The only thing different this deployment is that I now have 3 controllers instead of one. I wanted to ask you if you know of any issues with magnum / kubernetes?08:27
Tony31with TLS enabled, no nodes are launched at all. If I turn off TLS then it launches the nodes but times out after 60 minutes08:27
*** jbadiapa has joined #openstack-kolla08:32
*** e0ne has quit IRC08:36
*** ykarel is now known as ykarel|lunch08:45
mnasiadkaTony31: If you don't reference the bug and don't send a link to any output claiming what more or less is the problem - nobody will know what is your issue :)08:47
Tony31Hi Michael, nice to speak with you again. Hope you're keeping well :) . Really, I wanted to ask from you guys if there are issues with magnum/kolla-ansible/kayobe deployment?08:50
Tony31I'll try and get the information you're asking for - thank you for the reply to help me.08:51
mnasiadkaTony31: there are multiple issues, and in most cases it's related to Magnum bugs or some wrong configuration - I don't think there's a common denominator around Magnum issues :)08:51
Tony31Oh really! Do you mean to say that it's not stable for production use?08:52
hrwTony31: or that it is not so well tested in kolla environment as other services08:59
Tony31I understand, thank you for that guys.09:00
*** born2bake has joined #openstack-kolla09:02
*** seco_ has joined #openstack-kolla09:08
mgoddardTony31: it can be made to work, we do use magnum in some cases. It is one of the services that requires a bit of TLC though.09:17
Tony31Thanks @mgoddard - maybe I Was just lucky a few months ago - it all worked first time pretty much. My only issues were to do with AZ and storage and I tweaked the config to fix those back then.09:18
*** bsanjeewa_ has joined #openstack-kolla09:27
openstackgerritMerged openstack/kayobe stable/train: Remove newline from default public_net_name  https://review.opendev.org/72685309:28
*** bsanjeewa has quit IRC09:29
*** bsanjeewa has joined #openstack-kolla09:30
*** bsanjeewa_ has quit IRC09:31
*** nikparasyr has joined #openstack-kolla09:35
*** priteau has joined #openstack-kolla09:36
*** shyamb has quit IRC09:38
openstackgerritMerged openstack/kayobe stable/train: CI: Update IPA images during upgrade  https://review.opendev.org/73648109:44
openstackgerritMerged openstack/kayobe stable/stein: CI: Update IPA images during upgrade  https://review.opendev.org/73648209:44
*** ykarel|lunch is now known as ykarel09:48
mnasiadkauhh09:49
mnasiadkamgoddard, hrw, yoctozepto: ubuntu/debian mariadb will be failing, because we do curl without --fail flag (and Fedora Project Datacentre Move is in progress) - and it gets 503... let me craft a patch09:50
yoctozeptomnasiadka: you mean k-a or k09:51
yoctozepto?09:51
mnasiadkayoctozepto: k-a will fail, because clustercheck is not a script :D09:51
mnasiadkabut the problem lies in kolla09:52
yoctozeptook09:52
hrwmnasiadka: log url?09:52
mnasiadkahttps://zuul.opendev.org/t/openstack/build/b43490535994471f873695727b7c2d04/log/primary/logs/kolla/mariadb/xinetd.txt#1609:54
mnasiadkaI would say it's time to get rid of those 'RUN curl blabla' in all Dockerfiles09:54
mnasiadkawe could use the plugin thingie for this?09:54
mgoddardor just add --fail09:56
*** shyamb has joined #openstack-kolla09:57
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls  https://review.opendev.org/73694809:57
mnasiadkamgoddard: yeah, it's in so many places, that it would make sense to either introduce a macro, or use plugins09:57
mgoddardthere was some bug around plugins09:58
*** jbalciunas has quit IRC10:00
mnasiadkahttps://bugs.launchpad.net/kolla/+bug/168458210:00
openstackLaunchpad bug 1684582 in kolla "Plugins can't be disabled in build" [Wishlist,Confirmed]10:00
mnasiadkahttps://bugs.launchpad.net/kolla/+bug/183931910:01
openstackLaunchpad bug 1839319 in kolla "Inefficient usage of cache due to "ADD plugins-archive /"" [Medium,Triaged]10:01
mnasiadkawhich one? :)10:01
mgoddardsecond one is what I was thinking of10:01
mnasiadkawell, all of plugins are tarballs - so we could ADD the tarball which will autoextract it to some dir - or COPY files individually - as per Docker docs10:03
mnasiadkaor for now convert all ADD $url and curls to a macro10:05
mgoddardwasn't necessarily saying we need to fix it now, just don't switch to that model if it's broken10:09
mgoddardI guess it's a different case10:09
Tony31Hi again 🙈 I try to deploy kube cluster with 1 master, 2 workers. 4GB RAM and 2CPU for master and 2GB/2cpu for worker and Without TLS enabled. The kubernetes cluster fails with a time out. It times out at step "kube_cluster_deploy" and the error is "CREATE aborted (Task create from SoftwareDeployment "kube_cluster_deploy" Stack "elev-oua5aeozonea" [2a3450e9-14fc-4270-a3f7-2be1d4000ef3] Timed out)"10:10
Tony31on the master there are 2 log files in /var/log/heat-config/heat-config-script/: http://paste.openstack.org/show/794994/10:10
Tony312nd http://paste.openstack.org/show/794996/10:11
mgoddardbrtknr: any ideas? ^10:12
Tony31if I try and curl myself manually I get connection refused... probably because it's not completed that step - not sure10:12
mnasiadkamgoddard: it's a case it's inefficient - but to fix this probably we would need to switch to buildkit... looking at some threads over the internet.10:12
mnasiadkamgoddard, yoctozepto, hrw: so what should I do? go for a curl macro? votes? :D10:12
Tony31cloud-init-output.log: http://paste.openstack.org/show/794997/10:12
*** e0ne has joined #openstack-kolla10:13
hrw"xinetd[13]: ERROR: execv( /usr/bin/clustercheck ) failed: Exec format error (errno = 8)" == fetched file for wrong architecture and tries to run it10:13
*** jbalciunas has joined #openstack-kolla10:13
mnasiadkaTony31: fragments log would me more useful10:14
mnasiadkahrw: no, it just downloaded a file with error 503 contents :D10:15
hrw;D10:15
*** shyamb has quit IRC10:15
Tony31cat of os-apply-config.log shows that it saves 2 files: /etc/os-collect-config.conf and /var/run/heat-config/heat-config. /etc/os-collect-config.conf = shows that it saves config relating to the public API endpoint url and I confirm I can access the public API URL10:15
Tony31@mnasiadka - sorry, what is fragments log?10:16
mnasiadkahrw: html is hard to run using xinetd :)10:16
Tony31@mnasiadka is it on the master? I'm happy to provide it, I've just never come across it yet10:16
openstackgerritDoug Szumski proposed openstack/kolla stable/train: Add Logstash 6 for Monasca on Centos 8  https://review.opendev.org/73674510:18
mnasiadkaTony31: I used Magnum years ago, but I remember there are more cloud-init logs. Or Magnum moved to some other solution - not using cloud-init for running hundreds of scripts :)10:19
mnasiadkaTony31: best to wait for brtknr10:19
openstackgerritPierre Riteau proposed openstack/kayobe master: Support configuration of Bifrost's Ironic extra kernel parameters  https://review.opendev.org/73697110:19
Tony31@mnasiadka Alright :) Thank you for your help. I'm going to go have dinner, will check back in a few10:20
*** rpittau is now known as rpittau|bbl10:22
hrwmnasiadka: proper curl macro sounds good10:27
*** stingrayza has joined #openstack-kolla10:28
*** bsanjeewa has quit IRC10:29
*** wuchunyang has quit IRC10:29
*** also_stingrayza has quit IRC10:30
hrwmnasiadka: https://github.com/gitmstoute/mariadb-clustercheck10:30
mnasiadkahrw: you say github is a better source? I'm fine with anything ;)10:31
mnasiadkajust wanted to have identical (Fedora/CentOS package clustercheck, while Ubuntu/Debian doesn't)10:31
*** k_mouza has joined #openstack-kolla10:32
hrwmnasiadka: would be good to check10:32
hrwmnasiadka: it is ~same script so move to fetch it from github10:37
hrwand done ;D10:37
mnasiadkawill do10:37
*** shyamb has joined #openstack-kolla10:47
*** jbalciunas has quit IRC10:49
openstackgerritMarcin Juszkiewicz proposed openstack/kolla stable/train: CI: use wheels from infra mirror  https://review.opendev.org/73584110:51
hrwrebased on 'fix everything' patch10:51
hrwmnasiadka: do you plan to make 'fix everything' patch for stein?10:53
openstackgerritMarcin Juszkiewicz proposed openstack/kolla stable/train: Bump versions for Train  https://review.opendev.org/73657810:54
hrwrebased on 'fix everything' patch again10:54
openstackgerritPierre Riteau proposed openstack/kayobe master: Remove remaining mentions of neutron-lbaas  https://review.opendev.org/73697410:58
openstackgerritPierre Riteau proposed openstack/kolla master: Remove unused variable MAX_NUMBER  https://review.opendev.org/73567610:59
yoctozeptomnasiadka, hrw: could you update https://etherpad.opendev.org/p/KollaWhiteBoard regarding failures? so that I might be able to help later11:03
*** shyam89 has joined #openstack-kolla11:05
*** shyam89 has quit IRC11:06
*** shyam89 has joined #openstack-kolla11:06
openstackgerritMerged openstack/kayobe stable/ussuri: Update openrc files after overcloud service upgrade  https://review.opendev.org/73648511:07
openstackgerritMark Goddard proposed openstack/kayobe master: Add support for custom options in static routes  https://review.opendev.org/73697611:08
*** shyamb has quit IRC11:09
*** shyamb has joined #openstack-kolla11:10
openstackgerritRafael Weingärtner proposed openstack/kolla-ansible master: Standardize use and construction of endpoint URLs  https://review.opendev.org/65215711:11
openstackgerritMerged openstack/kayobe stable/rocky: Constraint python-openstackclient install with requirements.txt  https://review.opendev.org/72685911:12
*** shyam89 has quit IRC11:13
*** dcapone2004 has quit IRC11:17
*** shyamb has quit IRC11:20
oklhostHey Guys, I already asked in #openstack-keystone, but maybe somebody here can help. I really need your help, otherwise I'll have to hire a consultant. We need a role that allows a user to create more users within his project and give them different roles within the same project. I already tried it with another domain, but there are too many permissions (images, flavors etc.) for the domain admin. Meanwhile I'm stuck with this problem for11:21
oklhost about two weeks and really don't know what to do. :-( I would be very grateful if anyone could help me. Please send me a PM so I don't miss anything.11:21
openstackgerritMark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade  https://review.opendev.org/73694711:23
openstackgerritMark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled  https://review.opendev.org/73649711:25
*** wuchunyang has joined #openstack-kolla11:28
*** wuchunyang has quit IRC11:33
*** dougsz has quit IRC11:33
*** bsanjeewa has joined #openstack-kolla11:42
kplantoklhost11:46
kplantcheck out adjutant11:46
kplantopenstack adjutant11:46
openstackgerritBharat Kunwar proposed openstack/kolla stable/train: Bump versions for Train  https://review.opendev.org/73698111:47
*** e0ne_ has joined #openstack-kolla11:59
*** e0ne has quit IRC12:02
oklhostkplant: Thanks! Sound interesting. Can it be simply deployed via kolla-ansible?12:10
kplantnah12:11
*** Fl1nt has joined #openstack-kolla12:12
Fl1ntHi everyone!12:12
*** jbalciunas has joined #openstack-kolla12:12
kplantand i don't think you can edit policy.json to limit domain admin since it's the same 'admin' role12:12
Fl1ntDid anyone get kolla-toolbox image building correctly recently using CentOS-7 base image?12:14
oklhostkplant: I'll give adjutant a try. Okay, but there should be a way to create something like a project admin role? I found something from SuSE, but it didn't work either. Spend the whole day to figure it out. Those policies a very hard to understand, imho.12:14
Fl1ntWithin our offline install, the virtualenv package installed by pip is >=20.x release which explicitly exclude python 2.712:14
Fl1ntadditionally, because of our offline installation, that line can't work: https://opendev.org/openstack/kolla/src/tag/9.1.1/docker/kolla-toolbox/Dockerfile.j2#L10112:15
hrwFl1nt: train?12:15
Fl1ntyep12:15
kplantoklhost: yeah, check this presentation out: https://www.youtube.com/watch?v=Wnt9qXre0Wk12:15
Fl1ntwill switch to CentOS-8 as soon as our mirror will have correctly synced the openvswitch package that was fixed on yesterday morning, but in the meantime I'm tasked to deploy using CentOS-7 and kolla-toolbox is the last image remaining12:16
Fl1ntwith error12:16
oklhostkplant: thanks a lot! will watch it right now.12:16
Fl1ntFor now I've just copied and edited the Dockerfile.j2 in order to override the pip provided one but I would prefer to be 100% relying on the pip packages.12:17
hrwFl1nt: you can edit dockerfile.j2 and replace that curl with COPY12:17
jbalciunaswhy not use template overrides?12:18
hrwit is not in block12:18
Fl1nt@jbalciunas, because there is no block to use for.12:18
Fl1nt@hrw, <312:18
jbalciunasI see12:18
Fl1nt@hrw, that what I've done so far, but I'll fill a patch for that12:18
openstackgerritWill Szumski proposed openstack/kayobe master: Add ability to exclude variables from kolla-ansibles globals.yml  https://review.opendev.org/73698512:19
*** rpittau|bbl is now known as rpittau12:19
hrwFl1nt: pip 20.x works with py 2.7 version. 21.x will stop12:19
hrwINFO:kolla.common.utils.kolla-toolbox:DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 202112:19
Fl1ntI'll also push for a Offline mode Patch Package as there are many improvement room ^^12:19
hrwINFO:kolla.common.utils.kolla-toolbox:Successfully tagged 1906-1/centos-source-kolla-toolbox:9.1.012:20
Fl1nt@hrw, actually it's not, setuptools used by pip will then crash because it look for setuptools >=4212:20
hrwFl1nt: share log please12:21
Fl1nt@hrw, additionally, starting with 16.1.2: https://github.com/pypa/virtualenv/blob/16.1.2/setup.cfg#L3812:21
hrwFl1nt: >= 2.712:22
hrwFl1nt: >= 2.712:22
hrwnot >= 3.412:23
hrwFl1nt: train/c7 images will build and will fetch proper py2 compatible versions as long as those will be present on pypi12:24
*** k_mouza has quit IRC12:24
hrwFl1nt: so pip will stay at 20.x, setuptools on 44.x etc12:25
hrwsure, one day they will be finally removed. but at that time we will not support train for a while12:25
Fl1ntnope12:25
Fl1ntlet me show you the logs12:25
hrwFl1nt: can you elaborate?12:26
hrwo, finally logs12:26
Fl1ntyeah, hard to extract from an offline mode platform :p12:26
openstackgerritMerged openstack/kayobe stable/train: CentOS 8: separate kolla build tag from deploy tag  https://review.opendev.org/73405512:26
openstackgerritMerged openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts  https://review.opendev.org/73384212:26
openstackgerritMerged openstack/kayobe stable/rocky: Don't disable SELinux if it is not installed  https://review.opendev.org/73402612:26
hrwFl1nt: nope. you need to add one argument during build12:26
Fl1nt-_- was joking12:27
hrw  --logs-dir LOGS_DIR   Path to logs directory12:27
Fl1nthttp://paste.openstack.org/show/12YO7f1CnysmfjxUaWWj/ here is the logs12:27
hrwmy favourite argument12:27
hrwFl1nt: https://paste.centos.org/view/11eaa1bf is my log12:27
Fl1ntI'm using CentOS-7 Binary (RDO).12:28
*** seco_ has quit IRC12:28
hrwFl1nt: I use train/centos7/source12:28
hrwstarted binary build12:28
Fl1ntpip is on 20.1.1 and trying to install setuptools >=45.x release once it reach this point: https://opendev.org/openstack/kolla/src/branch/master/docker/kolla-toolbox/Dockerfile.j2#L64 because: https://opendev.org/openstack/kolla/src/branch/master/docker/macros.j2#L4612:30
Fl1ntbasically, upper-contraints are coming too late in the process within kolla-toolbox12:30
Fl1ntwell, seems that setuptools isn't even constrained from this list: https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt12:32
hrwINFO:kolla.common.utils.kolla-toolbox:Successfully tagged 1906-1/centos-binary-kolla-toolbox:9.1.012:32
Fl1ntor did I missed something?12:32
hrwFl1nt: https://paste.centos.org/view/635136dd is a log12:32
hrwpip 20.1.1, setuptools 44.1.112:33
hrwvirtualenv 20.0.2312:33
hrwFl1nt: sync you pypi mirror maybe?12:33
*** amoralej is now known as amoralej|lunch12:39
*** k_mouza has joined #openstack-kolla12:41
Fl1ntour mirror is up to date12:41
Fl1ntjust checked12:41
Fl1nt@hrw, here is the full log: http://paste.openstack.org/show/QNpLhQWz8I5oPPT8Ov9Z/12:42
hrw45.0.0 was last py2 iirc12:43
Fl1ntseems not ^^ INFO:kolla.common.utils.kolla-toolbox:setuptools requires Python '>=3.5' but the running Python is 2.7.512:43
Fl1ntdefinitely not: https://github.com/pypa/setuptools/blob/v45.0.0/setup.cfg#L5012:44
hrwFl1nt: you use kolla 9.1.0 tag or stable/train branch?12:45
hrwFl1nt: https://files.pythonhosted.org/packages/af/e7/02db816dc88c598281bacebbb7ccf2c9f1a6164942e88f1a0fded8643659/setuptools-45.0.0-py2.py3-none-any.whl12:45
Fl1nt9.1.0 tag12:46
hrwupdate to 9.1.112:46
hrwreleased 3h ago12:46
Fl1ntwill be the same, I've checked mark release note already12:46
hrwFl1nt: then try HEAD of stable/train as it works for me12:46
hrwFl1nt: basically when tagged ver fails it is good to check stable branch HEAD12:47
hrwas this is what we will ask you to check before starting work on checking12:47
Fl1ntYep, I'll test but I think I'll quickly switch to use CentOS-8 and make the appropriate patch12:47
hrwFl1nt: ok. but can you check also c7? just to make sure that it works or not12:48
Fl1ntyep12:48
Fl1ntI'll let you know later on this afternoon.12:48
hrwthanks12:49
openstackgerritMerged openstack/kolla-ansible stable/train: Run tox in venv in case of building images  https://review.opendev.org/73674412:57
hrwhttps://review.opendev.org/#/c/735841/ passed zuul. Who adds +2+W?12:59
patchbotpatch 735841 - kolla (stable/train) - CI: use wheels from infra mirror - 2 patch sets12:59
Fl1ntfrom the history I would say @yoctozepto maybe if I'm not making any mistake ??13:00
openstackgerritMerged openstack/kayobe stable/ussuri: CI: Update IPA images during upgrade  https://review.opendev.org/73648013:08
*** dcapone2004 has joined #openstack-kolla13:10
dcapone2004alright, I am about 6 weeks into working with kolla, and I'm still struggling on a couple things that are normally easy on a non - containerized deployment to setup and configure, that I just cannot seem to figure out with kolla and containers13:14
dcapone2004one of the bigger issues I am facing is getting neutron VLAN (as opposed to vxlan) networks to work on an interface other the external network in globals.yml, normally, I would just create a new bridge, reconfigure the ml2 plugin with a new physnet to use that bridge and it would be done13:17
dcapone2004but I cannot figure out how to create a new bridge that persists across reconfigures, etc with kolla and containers13:18
*** amoralej|lunch is now known as amoralej13:21
openstackgerritMichele Baldessari proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros  https://review.opendev.org/73613013:22
*** ykarel is now known as ykarel|afk13:28
*** wuchunyang has joined #openstack-kolla13:32
openstackgerritBharat Kunwar proposed openstack/kolla stable/train: Bump versions for Train  https://review.opendev.org/73698113:35
*** arlind has joined #openstack-kolla13:36
arlindHi kolla community13:39
*** sluna has quit IRC13:39
arlindI'm a newish openstack kolla user13:39
*** sluna has joined #openstack-kolla13:39
arlindI have installed openstack kolla on a 2 node baremtal setup: node1 (controller, network, monitoring) and node2 (compute, storage)13:40
arlindi have completed the setup several times with kolla-ansible so I can say I'm comfortable with it's configuration13:40
arlindwhen i try to create an vm instance I get the following warning in nova-compute logs:13:41
arlind2020-06-19 15:26:55.796 6 INFO os_brick.initiator.connectors.iscsi [req-989999db-05d8-4e2e-8016-ac46ac161732 8af40cd6862d470f89998bef75b1c501 3b192ebfba334d999677b566cd5c49b5 - default default] Trying to connect to iSCSI portal 192.168.1.103:326013:41
arlind2020-06-19 15:26:56.933 6 WARNING os_brick.initiator.connectors.iscsi [req-989999db-05d8-4e2e-8016-ac46ac161732 8af40cd6862d470f89998bef75b1c501 3b192ebfba334d999677b566cd5c49b5 - default default] iscsiadm stderr output when getting sessions: iscsiadm: No active sessions.13:41
*** TrevorV has joined #openstack-kolla13:42
arlindthe instance is stuck in spawning state forever13:42
openstackgerritMerged openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors  https://review.opendev.org/73616213:42
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Revert rename of Monasca API config file  https://review.opendev.org/73694513:42
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Fix STATIC_ROOT for Debian, Ubuntu  https://review.opendev.org/73650113:43
openstackgerritMerged openstack/kolla-ansible master: Add support of octavia dev mod  https://review.opendev.org/73547013:43
arlinddoes anybody have any idea about my issue? I have installed using kolla-ansible git repo from opendev from branch stable/ussuri13:43
openstackgerritMerged openstack/kolla-ansible master: Adding support for multiple globals files  https://review.opendev.org/73465313:48
openstackgerritMerged openstack/kolla-ansible master: CI: use venv only (and not virtualenv)  https://review.opendev.org/73627613:48
openstackgerritMerged openstack/kolla-ansible master: Fix prometheus-elasticsearch-exporter flags  https://review.opendev.org/73556013:48
openstackgerritMerged openstack/kolla-ansible master: CI: Move NFV reqs installation to where it belongs  https://review.opendev.org/73538613:48
priteauarlind: Is this when launching a VM with a Cinder volume as root disk?13:49
*** sluna has quit IRC13:49
*** sluna has joined #openstack-kolla13:49
openstackgerritMerged openstack/kolla-ansible master: Remove mongodb integration  https://review.opendev.org/73503013:50
*** rpittau is now known as rpittau|brb13:54
arlindpriteau, I'm not sure  if the instance is creating the volume on cinder block or the host local storage13:54
priteauHow are you creating the instance?13:54
arlindfrom the dashboard13:55
arlindafter the kolla installation i have executed the init-runonce script13:55
arlindwhich creates the cirros image13:55
dcapone2004arlind: said differently, when you click launch instance, what are you selecting for the "create volume" option13:55
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls  https://review.opendev.org/73694813:55
dcapone2004"create new volume" I mean, yes or no?13:55
arlindcreate volume is yes13:56
dcapone2004do you have a volumes option?13:59
dcapone2004meaning on your horizon dashboard13:59
arlindyes14:00
arlindcinder is configured, no errors on cinder-volume container14:00
arlindI have a volumes option in the dashboard14:00
arlindwhen I crate an instance, repective volume is created14:00
*** rpittau|brb is now known as rpittau|afk14:00
arlindbut it seems the instance cannot attach it14:00
dcapone2004and you can see the volume with no errors? what does it say for state? available?14:01
openstackgerritMerged openstack/kayobe stable/train: CentOS 8: add docs and release note  https://review.opendev.org/73182914:02
priteauHave you checked cinder-volumes logs for errors?14:04
arlindthe volumes are created succesfully, there are no errors there14:04
arlindpriteau: yes, there are no errors on cinder-volume.log, volumes are created successfully with "ok" status14:05
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/ussuri: Fix prometheus-elasticsearch-exporter flags  https://review.opendev.org/73701214:05
arlindthe onlty thing is that error: iscsiadm: No active sessions.14:06
arlindactually it's a warning14:06
arlindafter the first installation, I was able to spin up a cirros based instance14:06
*** cah_link has quit IRC14:07
arlindbut now several hours later, without doing anything else since then, I get this warning and instance in spawning state forever14:07
arlindI was experiencing the same when I was trying to setup a vagrant environment, and decided to try baremetal because of this error14:07
arlindI will put nova-compute logs in debug mode to see if there are more details14:08
arlindwith nova compute DEBUG level logs I get this:14:11
arlind2020-06-19 16:11:30.508 6 DEBUG os_brick.initiator.connectors.iscsi [req-8e4d0a06-33a9-495a-b0ca-59ad0578d8cb 8af40cd6862d470f89998bef75b1c501 3b192ebfba334d999677b566cd5c49b5 - default default] iscsiadm (): stdout= stderr=iscsiadm: No records found14:12
openstackgerritMark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled  https://review.opendev.org/73649714:12
arlindcinder volume is a local lvm disk on the same node14:12
*** cah_link has joined #openstack-kolla14:14
openstackgerritMark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade  https://review.opendev.org/73694714:14
*** KeithMnemonic has joined #openstack-kolla14:23
arlindSo I tried the following command ant it worked:14:23
arlindopenstack server create --image centos8.2.2004 --flavor m1.small --key-name mykey --network demo-net demo214:23
arlindbut I gues this is not creating a volume on cinder14:23
arlindjust ephemeral disk14:23
dcapone2004correct, my best guess without seeing more of your config is that there is a network configuration issue14:24
arlindlet me explain my config:14:25
arlind2 nodes cluster: os-controller01, os-cs0114:25
arlindenable_cinder: yes, backend lvm14:26
arlindenable_haproxy: yes, keepalived_internal_vip_addres: 192.168.1.22014:26
arlindenabled swift, glance is using swift as backend14:27
arlindnodes have 2 nics14:27
arlindone for network_interface, the other for neutron_external_interface (without IP address)14:27
openstackgerritMerged openstack/kolla stable/train: Bump versions for Train  https://review.opendev.org/73657814:27
*** ykarel|afk is now known as ykarel14:28
*** cah_link has quit IRC14:29
dcapone2004how are the nics interconnected?  meaning how are the switchports they are connected to setup?14:29
*** diurnalist has joined #openstack-kolla14:33
Fl1nt@hrw, ok, same thing with stable/train, tracked down the issue to the fact that when it crash, it's because the virtualenv binary try to use OS level setuptool from /usr/lib, coming from BASE, which itself isn't constraint14:34
arlindThis is my config: https://pastebin.com/iYb2LtxT14:35
arlinddcapone2004: They are on connected on the same switch, on the same network 192.168.1.0/2414:36
arlindthe neutron_external_interface is also connected on the same swithc, but IP address has not been asigned, as suggested on deployment guide14:36
arlindbut the compute and storage services are on the same node14:39
hrwFl1nt: please share base.log and kolla-toolbox.log of stable/train HEAD14:39
Fl1nthold on, I may have found out what's going on... it's... crafty for the less.14:44
Fl1ntAll right... soooo, depending on the base CentOS-7 image you're using, this line gonna blow your build up: https://opendev.org/openstack/kolla/src/tag/9.1.0/docker/kolla-toolbox/Dockerfile.j2#L8214:46
Fl1ntInvestigating why this CentOS-7 image is having virtualenv going nuts14:46
*** bsanjeewa_ has joined #openstack-kolla14:46
hrwhm. 8.1 vs 8.2?14:47
Fl1ntmeh?14:47
hrwsorry, wrong window14:47
Fl1ntah ah no worries ^^14:47
*** wuchunyang has quit IRC14:49
*** bsanjeewa has quit IRC14:49
*** wuchunya_ has joined #openstack-kolla14:49
*** skramaja has quit IRC14:59
openstackgerritwu.chunyang proposed openstack/kolla-ansible master: fix prechecks failed when use venv with allinone  https://review.opendev.org/73702215:02
*** arlind has quit IRC15:06
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: kolla-toolbox: use u-c while installing virtualenv  https://review.opendev.org/73702815:14
hrwFl1nt: this patch is dedicated to your issue. for future safety ;d15:14
hrwalso backportable to ussuri and train15:16
dcapone2004arlind: something to try, as I still think you have a network issue where your switch is not configured correctly....attempt to deploy as aio on your compute/storage node and see if that works successfully as a starting point15:17
*** kevko has joined #openstack-kolla15:17
kevkohi guys, i think i found another bug15:17
kevko >> http://paste.openstack.org/show/795009/  << octavia should autentificate belong service project , not default admin, or how it should be ?15:19
*** bsanjeewa_ has quit IRC15:20
openstackgerritPierre Riteau proposed openstack/kayobe-config stable/train: Synchronise with latest kayobe for Train  https://review.opendev.org/73702915:20
*** arlind has joined #openstack-kolla15:21
openstackgerritPierre Riteau proposed openstack/kayobe-config-dev stable/train: Synchronise with latest kayobe for Train  https://review.opendev.org/73703115:23
Fl1ntok, tracked down things, so, all in all, I'll give up as it's all about PY27 and as it will be EOL at 1st of jan ne need to waste time on it. Switching on CentOS-815:26
*** arlind has quit IRC15:26
hrwFl1nt: well done15:28
Fl1ntso, for the records, CentOS-7 defaultly install python2-setuptools 40.8.0 which is an old version not working, as we pip install virtualenv and then create a /opt/ansible virtualenv and jumping on it using --system-packages it's crashing hard15:32
*** wuchunya_ has quit IRC15:32
*** diurnalist has quit IRC15:32
*** Fl1nt has quit IRC15:32
*** timss has quit IRC15:32
*** numans has quit IRC15:32
*** dcapone2004 has quit IRC15:32
*** nikparasyr has quit IRC15:32
*** wuchunya_ has joined #openstack-kolla15:32
*** diurnalist has joined #openstack-kolla15:32
*** dcapone2004 has joined #openstack-kolla15:32
*** Fl1nt has joined #openstack-kolla15:32
*** nikparasyr has joined #openstack-kolla15:32
*** timss has joined #openstack-kolla15:32
*** numans has joined #openstack-kolla15:32
Fl1ntaaaah there you're back ^^ Was lonely for a moment ^^15:34
openstackgerritMerged openstack/kolla stable/train: CI: use wheels from infra mirror  https://review.opendev.org/73584115:34
*** TrevorV has quit IRC15:35
*** TrevorV has joined #openstack-kolla15:37
*** e0ne_ has quit IRC15:50
mgoddardmnasiadka: what's the latest with CI issues?15:53
kplanthey mgoddard: just in case it wasn't 100% known, i'm able to deploy a train/centos7 cluster from a centos8 build node with no issues15:56
*** amoralej is now known as amoralej|off15:56
mgoddardkplant: cool. it shouldn't be a problem15:56
kplantgoing to cut my build nodes over to c8 and hopefully get to testing c7->c815:56
mgoddardnice15:56
*** ykarel is now known as ykarel|away16:03
*** sorin-mihai has joined #openstack-kolla16:04
mnasiadkamgoddard: I think my changes were merged, so we should be fine - unless you see some recent problems16:08
mgoddardmnasiadka: what about Stein?16:08
mnasiadkaI mean the train ones16:08
mgoddardand Rocky16:08
mgoddardok16:08
mnasiadkaYeah, I'll backport them to Stein and Rocky16:08
mgoddardguess we need to backport?16:08
mgoddardcool16:08
sorin-mihaii get this failure while trying to deploy murano and a few other things related to containers, i'm not sure how exactly things are related. rabbitmq fails to deploy, verbose output here: http://paste.openstack.org/raw/O5A8KWZzM3R0idRkoLLw/16:13
mgoddardlooks like ubuntu deploy jobs are now failing?16:21
openstackgerritMark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled  https://review.opendev.org/73649716:22
hrwmgoddard: kolla master/ussuri/train look good now16:23
hrwmgoddard: except ubuntu16:23
mgoddardany idea what happened to ubuntu?16:23
*** kevko has quit IRC16:29
hrwmaybe that's this clustercheck script mnasiadka found out16:32
mgoddardah, likely16:32
mnasiadkaYeah, fix underway16:33
openstackgerritMichal Nasiadka proposed openstack/kolla master: Change clustercheck url - fedora project is down.  https://review.opendev.org/73704616:40
openstackgerritMichal Nasiadka proposed openstack/kolla master: Change clustercheck url to GitHub  https://review.opendev.org/73704616:40
mnasiadkahrw, mgoddard: actually src.fedoraproject.org is back16:45
mnasiadkashould we move to github still?16:45
hrwfedora moves datacenter now16:47
hrwso some services may have issues16:47
hrwmove to github. we may revert in 2 weeks once they move16:47
*** kevko has joined #openstack-kolla16:52
*** bengates has quit IRC16:53
*** nikparasyr has quit IRC16:57
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Fix etcd protocol configuration  https://review.opendev.org/73680916:58
*** ChanServ has quit IRC16:59
*** k_mouza has quit IRC17:05
openstackgerritMerged openstack/kolla stable/train: Bump versions for Train  https://review.opendev.org/73698117:08
hrwhttps://review.opendev.org/737028 anyone?17:10
patchbotpatch 737028 - kolla - kolla-toolbox: use u-c while installing virtualenv - 1 patch set17:10
*** gmann is now known as gmann_afk17:13
* hrw out17:13
Fl1ntsee ya everyone, I'm out too17:18
*** Fl1nt has quit IRC17:18
openstackgerritMichal Nasiadka proposed openstack/kolla master: WIP: Introduce curl macro - fetch_url  https://review.opendev.org/73705117:19
*** ChanServ has joined #openstack-kolla17:37
*** tepper.freenode.net sets mode: +o ChanServ17:37
*** wuchunya_ has quit IRC17:37
openstackgerritRafael Weingärtner proposed openstack/kolla-ansible master: Standardize use and construction of endpoint URLs  https://review.opendev.org/65215717:38
*** gfidente is now known as gfidente|afk17:38
*** k_mouza has joined #openstack-kolla17:49
*** k_mouza has quit IRC17:54
*** kevko has quit IRC18:02
*** jaicaa_ has quit IRC18:11
openstackgerritcaoyuan proposed openstack/kolla master: Remove the congress images since it has been retired  https://review.opendev.org/72946018:13
*** jaicaa has joined #openstack-kolla18:19
*** jcmdln has joined #openstack-kolla18:42
*** jcmdln has quit IRC18:43
*** jcmdln has joined #openstack-kolla18:44
openstackgerritMerged openstack/kolla master: kolla-toolbox: use u-c while installing virtualenv  https://review.opendev.org/73702818:52
*** e0ne has joined #openstack-kolla19:08
openstackgerritRadosław Piliszek proposed openstack/kolla stable/ussuri: kolla-toolbox: use u-c while installing virtualenv  https://review.opendev.org/73706619:28
openstackgerritRadosław Piliszek proposed openstack/kolla stable/train: kolla-toolbox: use u-c while installing virtualenv  https://review.opendev.org/73706719:28
*** kevko has joined #openstack-kolla19:30
openstackgerritRadosław Piliszek proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros  https://review.opendev.org/73613019:30
*** e0ne has quit IRC19:41
*** e0ne has joined #openstack-kolla19:43
*** e0ne has quit IRC19:44
*** kevko has quit IRC19:47
openstackgerritMerged openstack/kayobe master: Remove remaining mentions of neutron-lbaas  https://review.opendev.org/73697419:58
*** KeithMnemonic has quit IRC19:59
*** TrevorV has quit IRC20:02
*** gmann_afk is now known as gmann20:15
*** cah_link has joined #openstack-kolla20:23
openstackgerritPierre Riteau proposed openstack/kayobe stable/ussuri: Remove remaining mentions of neutron-lbaas  https://review.opendev.org/73707320:23
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Fix etcd protocol configuration  https://review.opendev.org/73680920:28
*** priteau has quit IRC20:36
*** vishalmanchanda has quit IRC20:40
*** cah_link has quit IRC20:41
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Fix prometheus-elasticsearch-exporter flags  https://review.opendev.org/73701220:51
openstackgerritMerged openstack/kolla-ansible stable/train: CI: Move NFV reqs installation to where it belongs  https://review.opendev.org/73538820:58
*** factor has joined #openstack-kolla21:04
*** patchbot has quit IRC21:26
*** patchbot has joined #openstack-kolla21:26
*** e0ne has joined #openstack-kolla21:27
*** born2bake has quit IRC21:59
*** weshay|ruck is now known as weshay_pto22:00
*** e0ne has quit IRC22:17
*** e0ne_ has joined #openstack-kolla22:17
*** zijlboot_ has joined #openstack-kolla22:21
*** zijlboot has quit IRC22:24
*** e0ne_ has quit IRC22:29
*** e0ne has joined #openstack-kolla22:29
*** echundu has joined #openstack-kolla22:36
*** e0ne has quit IRC22:43
openstackgerritMerged openstack/kolla stable/train: kolla-toolbox: use u-c while installing virtualenv  https://review.opendev.org/73706722:53
*** k_mouza has joined #openstack-kolla23:12
*** k_mouza has quit IRC23:16
*** echundu has quit IRC23:20
*** diurnalist has quit IRC23:26
*** strobert has quit IRC23:43
*** strobert has joined #openstack-kolla23:43
*** diurnalist has joined #openstack-kolla23:57

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!