*** diurnalist has joined #openstack-kolla | 00:30 | |
openstackgerrit | jacky06 proposed openstack/kolla master: Remove the congress images since it has been retired https://review.opendev.org/729460 | 00:48 |
---|---|---|
*** diurnalist has quit IRC | 00:49 | |
openstackgerrit | jacky06 proposed openstack/kolla master: Remove the congress images since it has been retired https://review.opendev.org/729460 | 00:49 |
*** diurnalist has joined #openstack-kolla | 00:49 | |
*** wuchunyang has joined #openstack-kolla | 01:01 | |
*** diurnalist has quit IRC | 01:03 | |
openstackgerrit | jacky06 proposed openstack/kolla-ansible master: Remove mongodb integration https://review.opendev.org/735030 | 01:05 |
openstackgerrit | jacky06 proposed openstack/kolla-ansible master: Remove mongodb integration https://review.opendev.org/735030 | 01:08 |
nullmike | Hi. 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 |
openstackgerrit | Merged openstack/kayobe stable/ussuri: Fix ironic inspector store endpoint configuration https://review.opendev.org/736478 | 01:17 |
*** wuchunyang has quit IRC | 01:20 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible stable/stein: Make openstack_release more obvious https://review.opendev.org/730597 | 01:24 |
*** wuchunyang has joined #openstack-kolla | 01:43 | |
*** wuchunyang has quit IRC | 01:47 | |
*** factor__ has quit IRC | 01:53 | |
*** factor__ has joined #openstack-kolla | 01:53 | |
*** diurnalist has joined #openstack-kolla | 01:55 | |
openstackgerrit | Merged openstack/kolla stable/ussuri: Bump versions for Ussuri https://review.opendev.org/736528 | 01:59 |
*** factor__ has quit IRC | 02:02 | |
*** diurnalist has quit IRC | 02:09 | |
kplant | nullmike: sounds like you might have made a mistake with your interfaces | 02:19 |
kplant | can you paste your globals.yml? | 02:19 |
*** wuchunyang has joined #openstack-kolla | 02:38 | |
*** seco_ has joined #openstack-kolla | 02:40 | |
openstackgerrit | Merged openstack/kolla-ansible master: Revert rename of Monasca API config file https://review.opendev.org/736506 | 02:40 |
*** seco_ has quit IRC | 02:45 | |
*** wuchunyang has quit IRC | 03:04 | |
*** mattia has quit IRC | 03:11 | |
*** bsanjeewa has joined #openstack-kolla | 03:25 | |
*** wuchunyang has joined #openstack-kolla | 03:37 | |
*** sorin-mihai has quit IRC | 03:52 | |
*** wuchunyang has quit IRC | 03:58 | |
*** wuchunyang has joined #openstack-kolla | 04:01 | |
*** wuchunyang has quit IRC | 04:06 | |
nullmike | kplant Here is my globals.yml | 04: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 the | 04:27 |
nullmike | # 'kolla-ansible/ansible/group_vars/all.yml' file. Default value of all the | 04:27 |
nullmike | # commented parameters are shown here, To override the default value uncomment | 04:27 |
nullmike | # the parameter and change its value. | 04:27 |
nullmike | ############### | 04:27 |
nullmike | # Kolla options | 04: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 |
nullmike | kolla_base_distro: "ubuntu" | 04:27 |
nullmike | # Valid options are [ binary, source ] | 04:27 |
nullmike | kolla_install_type: "binary" | 04:27 |
nullmike | # Valid option is Docker repository tag | 04: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 overrides | 04: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 between | 04:27 |
nullmike | # the hosts running keepalived for high-availability. If you want to run an | 04:27 |
nullmike | # All-In-One without haproxy and keepalived, you can set enable_haproxy to no | 04:27 |
nullmike | # in "OpenStack options" section, and set this value to the IP of your | 04:27 |
nullmike | # 'network_interface' as set in the Networking section below. | 04:27 |
nullmike | kolla_internal_vip_address: "10.15.254.254" | 04:27 |
nullmike | # This is the DNS name that maps to the kolla_internal_vip_address VIP. By | 04: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 between | 04:28 |
nullmike | # the hosts running keepalived for high-availability. It defaults to the | 04:28 |
nullmike | # kolla_internal_vip_address, allowing internal and external communication to | 04:28 |
nullmike | # share the same address. Specify a kolla_external_vip_address to separate | 04: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_url | 04:28 |
nullmike | # for the endpoints that will be created. This DNS name should map to | 04:28 |
nullmike | # kolla_external_vip_address. | 04:28 |
nullmike | #kolla_external_fqdn: "{{ kolla_external_vip_address }}" | 04:28 |
nullmike | ################ | 04:28 |
nullmike | # Docker options | 04: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: 120 | 04:28 |
nullmike | #docker_configure_for_zun: "no" | 04:28 |
nullmike | ################### | 04:28 |
nullmike | # Messaging options | 04:28 |
nullmike | ################### | 04:29 |
nullmike | # Below is an example of an separate backend that provides brokerless | 04:29 |
nullmike | # messaging for oslo.messaging RPC communications | 04: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 Options | 04: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 this | 04: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 can | 04:29 |
nullmike | # be set in an inventory file per host or per group or stored separately, see | 04:29 |
nullmike | # http://docs.ansible.com/ansible/intro_inventory.html | 04:29 |
nullmike | # Yet another way to workaround the naming problem is to create a bond for the | 04:29 |
nullmike | # interface on all hosts and give the bond name here. Similar strategy can be | 04:29 |
nullmike | # followed for other types of interfaces. | 04:29 |
nullmike | network_interface: "eth0" | 04:29 |
nullmike | # These can be adjusted for even more customization. The default is the same as | 04: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. Even | 04:30 |
nullmike | # though an IP address can exist on this interface, it will be unusable in most | 04:30 |
*** shyamb has joined #openstack-kolla | 04:30 | |
nullmike | # configurations. It is recommended this interface not be configured with any IP | 04:30 |
nullmike | # addresses for that reason. | 04:30 |
nullmike | neutron_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 support | 04:31 |
nullmike | # two upgrade ways for Neutron: legacy_upgrade and rolling_upgrade | 04:31 |
nullmike | # The variable "neutron_enable_rolling_upgrade: yes" is meaning rolling_upgrade | 04:31 |
nullmike | # were enabled and opposite | 04:31 |
nullmike | # Neutron rolling upgrade were enable by default | 04:31 |
nullmike | #neutron_enable_rolling_upgrade: "yes" | 04:31 |
nullmike | #################### | 04:31 |
nullmike | # keepalived options | 04:31 |
nullmike | #################### | 04:31 |
nullmike | # Arbitrary unique number from 0..255 | 04:31 |
nullmike | # This should be changed from the default in the event of a multi-region deployment | 04: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 options | 04:31 |
nullmike | ################### | 04:31 |
*** shyamb has quit IRC | 04: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 a | 04:31 |
nullmike | # string. | 04:31 |
nullmike | # Reference_Docs | 04: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 options | 04: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 to | 04: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 options | 04: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 configured | 04: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 | # OpenDaylight | 04:33 |
nullmike | ############## | 04:33 |
*** evrardjp has quit IRC | 04:33 | |
nullmike | #enable_opendaylight_qos: "no" | 04:33 |
nullmike | #enable_opendaylight_l3: "yes" | 04:33 |
nullmike | ################### | 04:33 |
nullmike | # OpenStack options | 04:33 |
nullmike | ################### | 04:33 |
nullmike | # Use these options to set the various log levels across all OpenStack projects | 04:33 |
nullmike | # Valid options are [ True, False ] | 04:33 |
nullmike | #openstack_logging_debug: "False" | 04:33 |
*** evrardjp has joined #openstack-kolla | 04: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 deployer | 04: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 options | 04: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-kolla | 04: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 options | 04:38 |
*** ChanServ sets mode: +o mnasiadka | 04:38 | |
nullmike | ################## | 04:38 |
nullmike | # Options passed to RabbitMQ server startup script via the | 04: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 Ansible | 04:39 |
nullmike | # to configure IPv6 in RabbitMQ server. | 04:39 |
*** wuchunyang has joined #openstack-kolla | 04:39 | |
nullmike | #rabbitmq_server_additional_erl_args: "" | 04:39 |
nullmike | ############## | 04:39 |
nullmike | # Ceph options | 04:39 |
nullmike | ############## | 04:39 |
nullmike | # Ceph can be setup with a caching to improve performance. To use the cache you | 04:39 |
*** nullmike was kicked by mnasiadka (please don't paste long files on channel - use paste.openstack.org) | 04:39 | |
*** mnasiadka sets mode: -o mnasiadka | 04:39 | |
*** vishalmanchanda has joined #openstack-kolla | 04:40 | |
*** nullmike has joined #openstack-kolla | 04:40 | |
nullmike | # Glance - Image Options | 04: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 options | 04:41 |
nullmike | #################### | 04:41 |
nullmike | # valid values: ["elasticsearch", "redis"] | 04:41 |
nullmike | #osprofiler_backend: "elasticsearch" | 04:41 |
nullmike | ################## | 04:41 |
nullmike | # Barbican options | 04: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 options | 04:41 |
nullmike | ################ | 04:41 |
nullmike | # Valid options are [ mongodb, mysql ] | 04:41 |
nullmike | #panko_database_type: "mysql" | 04:41 |
nullmike | ################# | 04:41 |
nullmike | # Gnocchi options | 04: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 Options | 04:41 |
nullmike | ################################ | 04:41 |
nullmike | # Enable / disable Cinder backends | 04: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 options | 04:42 |
nullmike | ####################### | 04:42 |
nullmike | # Valid option is gnocchi | 04:42 |
nullmike | #cloudkitty_collector_backend: "gnocchi" | 04:42 |
nullmike | # Valid options are 'sqlalchemy' or 'influxdb'. The default value is | 04: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/use | 04:42 |
nullmike | # of Cloudkitty storage backend version 2. | 04:42 |
nullmike | #cloudkitty_storage_backend: "influxdb" | 04:42 |
nullmike | ################### | 04:42 |
nullmike | # Designate options | 04: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 Options | 04: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 mnasiadka | 04:43 | |
nullmike | # The number of fake driver per compute node | 04:43 |
nullmike | #num_nova_fake_per_node: 5 | 04:43 |
nullmike | # The flag "nova_safety_upgrade" need to be consider when | 04:43 |
nullmike | # "nova_enable_rolling_upgrade" is enabled. The "nova_safety_upgrade" | 04:43 |
nullmike | # controls whether the nova services are all stopped before rolling | 04: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 (except | 04: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 mnasiadka | 04:44 | |
*** wuchunyang has quit IRC | 04:47 | |
*** ykarel|away is now known as ykarel | 04:51 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 04:56 |
bsanjeewa | jovial[m]: I'm here. Just saw while going through yesterdays meeting log | 05:11 |
bsanjeewa | jovial[m]: From Sri Lanka GMT+5:30 | 05:12 |
*** shyamb has joined #openstack-kolla | 05:13 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 05:15 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 05:18 |
*** bsanjeewa_ has joined #openstack-kolla | 05:25 | |
*** bsanjeewa has quit IRC | 05:28 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 05:34 |
*** timss has quit IRC | 05:36 | |
*** timss has joined #openstack-kolla | 05:36 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 05:44 |
*** seco_ has joined #openstack-kolla | 05:45 | |
*** cah_link has joined #openstack-kolla | 05:47 | |
openstackgerrit | Merged openstack/kolla master: CI: use wheels from infra mirror https://review.opendev.org/730331 | 05:57 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images https://review.opendev.org/736744 | 05:57 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 05:58 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: DNM: Depends-On change for 736744 https://review.opendev.org/736938 | 06:00 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images https://review.opendev.org/736744 | 06:00 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: Run tox in venv in case of building images https://review.opendev.org/736744 | 06:19 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: DNM: Depends-On change for 736744 https://review.opendev.org/736938 | 06:20 |
*** bsanjeewa has joined #openstack-kolla | 06:33 | |
*** jbadiapa has quit IRC | 06:34 | |
*** bsanjeewa_ has quit IRC | 06:36 | |
*** rpittau|afk is now known as rpittau | 06:44 | |
*** shyamb has quit IRC | 06:44 | |
*** shyamb has joined #openstack-kolla | 06:58 | |
yoctozepto | morning | 07:03 |
*** seco_ has quit IRC | 07:16 | |
*** amoralej|off is now known as amoralej | 07:19 | |
*** bengates has joined #openstack-kolla | 07:21 | |
*** bengates has quit IRC | 07:26 | |
*** bengates has joined #openstack-kolla | 07:26 | |
openstackgerrit | Michele Baldessari proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros https://review.opendev.org/736130 | 07:28 |
mgoddard | morning | 07:32 |
*** dougsz has joined #openstack-kolla | 07:33 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/733842 | 07:35 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/rocky: Don't disable SELinux if it is not installed https://review.opendev.org/734026 | 07:35 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/rocky: Constraint python-openstackclient install with requirements.txt https://review.opendev.org/726859 | 07:36 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: Revert rename of Monasca API config file https://review.opendev.org/736945 | 07:36 |
*** bhagyashris|away is now known as bhagyashris | 07:39 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade https://review.opendev.org/736947 | 07:45 |
*** seco_ has joined #openstack-kolla | 07:47 | |
*** shyamb has quit IRC | 07:49 | |
mnasiadka | morning | 07:55 |
*** seco_ has quit IRC | 07:56 | |
*** e0ne has joined #openstack-kolla | 07:58 | |
hrw | aloha | 08:00 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls https://review.opendev.org/736948 | 08:01 |
hrw | https://review.opendev.org/#/c/735840/ waits for brave core | 08:02 |
patchbot | patch 735840 - kolla (stable/ussuri) - CI: use wheels from infra mirror - 2 patch sets | 08:02 |
*** kemopq_ has joined #openstack-kolla | 08:04 | |
*** wuchunyang has joined #openstack-kolla | 08:04 | |
*** kemopq has quit IRC | 08:05 | |
hrw | https://review.opendev.org/#/c/736162/ too | 08:06 |
patchbot | patch 736162 - kolla (stable/train) - CI: Install python deps, fix mod_wsgi in cyborg-ap... - 17 patch sets | 08:06 |
yoctozepto | mgoddard, hrw: https://review.opendev.org/736744 | 08:09 |
patchbot | patch 736744 - kolla-ansible (stable/train) - Run tox in venv in case of building images - 4 patch sets | 08:09 |
yoctozepto | let's make ci greener | 08:09 |
*** bsanjeewa_ has joined #openstack-kolla | 08:09 | |
hrw | approved that message | 08:11 |
*** bsanjeewa has quit IRC | 08:13 | |
*** shyamb has joined #openstack-kolla | 08:16 | |
*** gfidente has joined #openstack-kolla | 08:19 | |
*** bsanjeewa has joined #openstack-kolla | 08:23 | |
*** Tony31 has joined #openstack-kolla | 08:25 | |
*** bsanjeewa_ has quit IRC | 08:25 | |
Tony31 | Hi guys! | 08:25 |
Tony31 | I've deployed using Kayobe, but this time I am getting some weird things when trying to deploy a magnum kubernetes cluster | 08:26 |
Tony31 | I 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 controllers | 08:26 |
Tony31 | The 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 |
Tony31 | with TLS enabled, no nodes are launched at all. If I turn off TLS then it launches the nodes but times out after 60 minutes | 08:27 |
*** jbadiapa has joined #openstack-kolla | 08:32 | |
*** e0ne has quit IRC | 08:36 | |
*** ykarel is now known as ykarel|lunch | 08:45 | |
mnasiadka | Tony31: 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 |
Tony31 | Hi 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 |
Tony31 | I'll try and get the information you're asking for - thank you for the reply to help me. | 08:51 |
mnasiadka | Tony31: 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 |
Tony31 | Oh really! Do you mean to say that it's not stable for production use? | 08:52 |
hrw | Tony31: or that it is not so well tested in kolla environment as other services | 08:59 |
Tony31 | I understand, thank you for that guys. | 09:00 |
*** born2bake has joined #openstack-kolla | 09:02 | |
*** seco_ has joined #openstack-kolla | 09:08 | |
mgoddard | Tony31: 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 |
Tony31 | Thanks @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-kolla | 09:27 | |
openstackgerrit | Merged openstack/kayobe stable/train: Remove newline from default public_net_name https://review.opendev.org/726853 | 09:28 |
*** bsanjeewa has quit IRC | 09:29 | |
*** bsanjeewa has joined #openstack-kolla | 09:30 | |
*** bsanjeewa_ has quit IRC | 09:31 | |
*** nikparasyr has joined #openstack-kolla | 09:35 | |
*** priteau has joined #openstack-kolla | 09:36 | |
*** shyamb has quit IRC | 09:38 | |
openstackgerrit | Merged openstack/kayobe stable/train: CI: Update IPA images during upgrade https://review.opendev.org/736481 | 09:44 |
openstackgerrit | Merged openstack/kayobe stable/stein: CI: Update IPA images during upgrade https://review.opendev.org/736482 | 09:44 |
*** ykarel|lunch is now known as ykarel | 09:48 | |
mnasiadka | uhh | 09:49 |
mnasiadka | mgoddard, 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 patch | 09:50 |
yoctozepto | mnasiadka: you mean k-a or k | 09:51 |
yoctozepto | ? | 09:51 |
mnasiadka | yoctozepto: k-a will fail, because clustercheck is not a script :D | 09:51 |
mnasiadka | but the problem lies in kolla | 09:52 |
yoctozepto | ok | 09:52 |
hrw | mnasiadka: log url? | 09:52 |
mnasiadka | https://zuul.opendev.org/t/openstack/build/b43490535994471f873695727b7c2d04/log/primary/logs/kolla/mariadb/xinetd.txt#16 | 09:54 |
mnasiadka | I would say it's time to get rid of those 'RUN curl blabla' in all Dockerfiles | 09:54 |
mnasiadka | we could use the plugin thingie for this? | 09:54 |
mgoddard | or just add --fail | 09:56 |
*** shyamb has joined #openstack-kolla | 09:57 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls https://review.opendev.org/736948 | 09:57 |
mnasiadka | mgoddard: yeah, it's in so many places, that it would make sense to either introduce a macro, or use plugins | 09:57 |
mgoddard | there was some bug around plugins | 09:58 |
*** jbalciunas has quit IRC | 10:00 | |
mnasiadka | https://bugs.launchpad.net/kolla/+bug/1684582 | 10:00 |
openstack | Launchpad bug 1684582 in kolla "Plugins can't be disabled in build" [Wishlist,Confirmed] | 10:00 |
mnasiadka | https://bugs.launchpad.net/kolla/+bug/1839319 | 10:01 |
openstack | Launchpad bug 1839319 in kolla "Inefficient usage of cache due to "ADD plugins-archive /"" [Medium,Triaged] | 10:01 |
mnasiadka | which one? :) | 10:01 |
mgoddard | second one is what I was thinking of | 10:01 |
mnasiadka | well, 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 docs | 10:03 |
mnasiadka | or for now convert all ADD $url and curls to a macro | 10:05 |
mgoddard | wasn't necessarily saying we need to fix it now, just don't switch to that model if it's broken | 10:09 |
mgoddard | I guess it's a different case | 10:09 |
Tony31 | Hi 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 |
Tony31 | on the master there are 2 log files in /var/log/heat-config/heat-config-script/: http://paste.openstack.org/show/794994/ | 10:10 |
Tony31 | 2nd http://paste.openstack.org/show/794996/ | 10:11 |
mgoddard | brtknr: any ideas? ^ | 10:12 |
Tony31 | if I try and curl myself manually I get connection refused... probably because it's not completed that step - not sure | 10:12 |
mnasiadka | mgoddard: 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 |
mnasiadka | mgoddard, yoctozepto, hrw: so what should I do? go for a curl macro? votes? :D | 10:12 |
Tony31 | cloud-init-output.log: http://paste.openstack.org/show/794997/ | 10:12 |
*** e0ne has joined #openstack-kolla | 10:13 | |
hrw | "xinetd[13]: ERROR: execv( /usr/bin/clustercheck ) failed: Exec format error (errno = 8)" == fetched file for wrong architecture and tries to run it | 10:13 |
*** jbalciunas has joined #openstack-kolla | 10:13 | |
mnasiadka | Tony31: fragments log would me more useful | 10:14 |
mnasiadka | hrw: no, it just downloaded a file with error 503 contents :D | 10:15 |
hrw | ;D | 10:15 |
*** shyamb has quit IRC | 10:15 | |
Tony31 | cat 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 URL | 10:15 |
Tony31 | @mnasiadka - sorry, what is fragments log? | 10:16 |
mnasiadka | hrw: 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 yet | 10:16 |
openstackgerrit | Doug Szumski proposed openstack/kolla stable/train: Add Logstash 6 for Monasca on Centos 8 https://review.opendev.org/736745 | 10:18 |
mnasiadka | Tony31: 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 |
mnasiadka | Tony31: best to wait for brtknr | 10:19 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: Support configuration of Bifrost's Ironic extra kernel parameters https://review.opendev.org/736971 | 10:19 |
Tony31 | @mnasiadka Alright :) Thank you for your help. I'm going to go have dinner, will check back in a few | 10:20 |
*** rpittau is now known as rpittau|bbl | 10:22 | |
hrw | mnasiadka: proper curl macro sounds good | 10:27 |
*** stingrayza has joined #openstack-kolla | 10:28 | |
*** bsanjeewa has quit IRC | 10:29 | |
*** wuchunyang has quit IRC | 10:29 | |
*** also_stingrayza has quit IRC | 10:30 | |
hrw | mnasiadka: https://github.com/gitmstoute/mariadb-clustercheck | 10:30 |
mnasiadka | hrw: you say github is a better source? I'm fine with anything ;) | 10:31 |
mnasiadka | just wanted to have identical (Fedora/CentOS package clustercheck, while Ubuntu/Debian doesn't) | 10:31 |
*** k_mouza has joined #openstack-kolla | 10:32 | |
hrw | mnasiadka: would be good to check | 10:32 |
hrw | mnasiadka: it is ~same script so move to fetch it from github | 10:37 |
hrw | and done ;D | 10:37 |
mnasiadka | will do | 10:37 |
*** shyamb has joined #openstack-kolla | 10:47 | |
*** jbalciunas has quit IRC | 10:49 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla stable/train: CI: use wheels from infra mirror https://review.opendev.org/735841 | 10:51 |
hrw | rebased on 'fix everything' patch | 10:51 |
hrw | mnasiadka: do you plan to make 'fix everything' patch for stein? | 10:53 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla stable/train: Bump versions for Train https://review.opendev.org/736578 | 10:54 |
hrw | rebased on 'fix everything' patch again | 10:54 |
openstackgerrit | Pierre Riteau proposed openstack/kayobe master: Remove remaining mentions of neutron-lbaas https://review.opendev.org/736974 | 10:58 |
openstackgerrit | Pierre Riteau proposed openstack/kolla master: Remove unused variable MAX_NUMBER https://review.opendev.org/735676 | 10:59 |
yoctozepto | mnasiadka, hrw: could you update https://etherpad.opendev.org/p/KollaWhiteBoard regarding failures? so that I might be able to help later | 11:03 |
*** shyam89 has joined #openstack-kolla | 11:05 | |
*** shyam89 has quit IRC | 11:06 | |
*** shyam89 has joined #openstack-kolla | 11:06 | |
openstackgerrit | Merged openstack/kayobe stable/ussuri: Update openrc files after overcloud service upgrade https://review.opendev.org/736485 | 11:07 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add support for custom options in static routes https://review.opendev.org/736976 | 11:08 |
*** shyamb has quit IRC | 11:09 | |
*** shyamb has joined #openstack-kolla | 11:10 | |
openstackgerrit | Rafael Weingärtner proposed openstack/kolla-ansible master: Standardize use and construction of endpoint URLs https://review.opendev.org/652157 | 11:11 |
openstackgerrit | Merged openstack/kayobe stable/rocky: Constraint python-openstackclient install with requirements.txt https://review.opendev.org/726859 | 11:12 |
*** shyam89 has quit IRC | 11:13 | |
*** dcapone2004 has quit IRC | 11:17 | |
*** shyamb has quit IRC | 11:20 | |
oklhost | Hey 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 for | 11: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 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade https://review.opendev.org/736947 | 11:23 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled https://review.opendev.org/736497 | 11:25 |
*** wuchunyang has joined #openstack-kolla | 11:28 | |
*** wuchunyang has quit IRC | 11:33 | |
*** dougsz has quit IRC | 11:33 | |
*** bsanjeewa has joined #openstack-kolla | 11:42 | |
kplant | oklhost | 11:46 |
kplant | check out adjutant | 11:46 |
kplant | openstack adjutant | 11:46 |
openstackgerrit | Bharat Kunwar proposed openstack/kolla stable/train: Bump versions for Train https://review.opendev.org/736981 | 11:47 |
*** e0ne_ has joined #openstack-kolla | 11:59 | |
*** e0ne has quit IRC | 12:02 | |
oklhost | kplant: Thanks! Sound interesting. Can it be simply deployed via kolla-ansible? | 12:10 |
kplant | nah | 12:11 |
*** Fl1nt has joined #openstack-kolla | 12:12 | |
Fl1nt | Hi everyone! | 12:12 |
*** jbalciunas has joined #openstack-kolla | 12:12 | |
kplant | and i don't think you can edit policy.json to limit domain admin since it's the same 'admin' role | 12:12 |
Fl1nt | Did anyone get kolla-toolbox image building correctly recently using CentOS-7 base image? | 12:14 |
oklhost | kplant: 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 |
Fl1nt | Within our offline install, the virtualenv package installed by pip is >=20.x release which explicitly exclude python 2.7 | 12:14 |
Fl1nt | additionally, 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#L101 | 12:15 |
hrw | Fl1nt: train? | 12:15 |
Fl1nt | yep | 12:15 |
kplant | oklhost: yeah, check this presentation out: https://www.youtube.com/watch?v=Wnt9qXre0Wk | 12:15 |
Fl1nt | will 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 remaining | 12:16 |
Fl1nt | with error | 12:16 |
oklhost | kplant: thanks a lot! will watch it right now. | 12:16 |
Fl1nt | For 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 |
hrw | Fl1nt: you can edit dockerfile.j2 and replace that curl with COPY | 12:17 |
jbalciunas | why not use template overrides? | 12:18 |
hrw | it is not in block | 12:18 |
Fl1nt | @jbalciunas, because there is no block to use for. | 12:18 |
Fl1nt | @hrw, <3 | 12:18 |
jbalciunas | I see | 12:18 |
Fl1nt | @hrw, that what I've done so far, but I'll fill a patch for that | 12:18 |
openstackgerrit | Will Szumski proposed openstack/kayobe master: Add ability to exclude variables from kolla-ansibles globals.yml https://review.opendev.org/736985 | 12:19 |
*** rpittau|bbl is now known as rpittau | 12:19 | |
hrw | Fl1nt: pip 20.x works with py 2.7 version. 21.x will stop | 12:19 |
hrw | INFO: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 2021 | 12:19 |
Fl1nt | I'll also push for a Offline mode Patch Package as there are many improvement room ^^ | 12:19 |
hrw | INFO:kolla.common.utils.kolla-toolbox:Successfully tagged 1906-1/centos-source-kolla-toolbox:9.1.0 | 12:20 |
Fl1nt | @hrw, actually it's not, setuptools used by pip will then crash because it look for setuptools >=42 | 12:20 |
hrw | Fl1nt: share log please | 12:21 |
Fl1nt | @hrw, additionally, starting with 16.1.2: https://github.com/pypa/virtualenv/blob/16.1.2/setup.cfg#L38 | 12:21 |
hrw | Fl1nt: >= 2.7 | 12:22 |
hrw | Fl1nt: >= 2.7 | 12:22 |
hrw | not >= 3.4 | 12:23 |
hrw | Fl1nt: train/c7 images will build and will fetch proper py2 compatible versions as long as those will be present on pypi | 12:24 |
*** k_mouza has quit IRC | 12:24 | |
hrw | Fl1nt: so pip will stay at 20.x, setuptools on 44.x etc | 12:25 |
hrw | sure, one day they will be finally removed. but at that time we will not support train for a while | 12:25 |
Fl1nt | nope | 12:25 |
Fl1nt | let me show you the logs | 12:25 |
hrw | Fl1nt: can you elaborate? | 12:26 |
hrw | o, finally logs | 12:26 |
Fl1nt | yeah, hard to extract from an offline mode platform :p | 12:26 |
openstackgerrit | Merged openstack/kayobe stable/train: CentOS 8: separate kolla build tag from deploy tag https://review.opendev.org/734055 | 12:26 |
openstackgerrit | Merged openstack/kayobe stable/rocky: Fix concurrency issues while adding SSH keys to known_hosts https://review.opendev.org/733842 | 12:26 |
openstackgerrit | Merged openstack/kayobe stable/rocky: Don't disable SELinux if it is not installed https://review.opendev.org/734026 | 12:26 |
hrw | Fl1nt: nope. you need to add one argument during build | 12:26 |
Fl1nt | -_- was joking | 12:27 |
hrw | --logs-dir LOGS_DIR Path to logs directory | 12:27 |
Fl1nt | http://paste.openstack.org/show/12YO7f1CnysmfjxUaWWj/ here is the logs | 12:27 |
hrw | my favourite argument | 12:27 |
hrw | Fl1nt: https://paste.centos.org/view/11eaa1bf is my log | 12:27 |
Fl1nt | I'm using CentOS-7 Binary (RDO). | 12:28 |
*** seco_ has quit IRC | 12:28 | |
hrw | Fl1nt: I use train/centos7/source | 12:28 |
hrw | started binary build | 12:28 |
Fl1nt | pip 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#L46 | 12:30 |
Fl1nt | basically, upper-contraints are coming too late in the process within kolla-toolbox | 12:30 |
Fl1nt | well, seems that setuptools isn't even constrained from this list: https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt | 12:32 |
hrw | INFO:kolla.common.utils.kolla-toolbox:Successfully tagged 1906-1/centos-binary-kolla-toolbox:9.1.0 | 12:32 |
Fl1nt | or did I missed something? | 12:32 |
hrw | Fl1nt: https://paste.centos.org/view/635136dd is a log | 12:32 |
hrw | pip 20.1.1, setuptools 44.1.1 | 12:33 |
hrw | virtualenv 20.0.23 | 12:33 |
hrw | Fl1nt: sync you pypi mirror maybe? | 12:33 |
*** amoralej is now known as amoralej|lunch | 12:39 | |
*** k_mouza has joined #openstack-kolla | 12:41 | |
Fl1nt | our mirror is up to date | 12:41 |
Fl1nt | just checked | 12:41 |
Fl1nt | @hrw, here is the full log: http://paste.openstack.org/show/QNpLhQWz8I5oPPT8Ov9Z/ | 12:42 |
hrw | 45.0.0 was last py2 iirc | 12:43 |
Fl1nt | seems not ^^ INFO:kolla.common.utils.kolla-toolbox:setuptools requires Python '>=3.5' but the running Python is 2.7.5 | 12:43 |
Fl1nt | definitely not: https://github.com/pypa/setuptools/blob/v45.0.0/setup.cfg#L50 | 12:44 |
hrw | Fl1nt: you use kolla 9.1.0 tag or stable/train branch? | 12:45 |
hrw | Fl1nt: https://files.pythonhosted.org/packages/af/e7/02db816dc88c598281bacebbb7ccf2c9f1a6164942e88f1a0fded8643659/setuptools-45.0.0-py2.py3-none-any.whl | 12:45 |
Fl1nt | 9.1.0 tag | 12:46 |
hrw | update to 9.1.1 | 12:46 |
hrw | released 3h ago | 12:46 |
Fl1nt | will be the same, I've checked mark release note already | 12:46 |
hrw | Fl1nt: then try HEAD of stable/train as it works for me | 12:46 |
hrw | Fl1nt: basically when tagged ver fails it is good to check stable branch HEAD | 12:47 |
hrw | as this is what we will ask you to check before starting work on checking | 12:47 |
Fl1nt | Yep, I'll test but I think I'll quickly switch to use CentOS-8 and make the appropriate patch | 12:47 |
hrw | Fl1nt: ok. but can you check also c7? just to make sure that it works or not | 12:48 |
Fl1nt | yep | 12:48 |
Fl1nt | I'll let you know later on this afternoon. | 12:48 |
hrw | thanks | 12:49 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: Run tox in venv in case of building images https://review.opendev.org/736744 | 12:57 |
hrw | https://review.opendev.org/#/c/735841/ passed zuul. Who adds +2+W? | 12:59 |
patchbot | patch 735841 - kolla (stable/train) - CI: use wheels from infra mirror - 2 patch sets | 12:59 |
Fl1nt | from the history I would say @yoctozepto maybe if I'm not making any mistake ?? | 13:00 |
openstackgerrit | Merged openstack/kayobe stable/ussuri: CI: Update IPA images during upgrade https://review.opendev.org/736480 | 13:08 |
*** dcapone2004 has joined #openstack-kolla | 13:10 | |
dcapone2004 | alright, 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 containers | 13:14 |
dcapone2004 | one 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 done | 13:17 |
dcapone2004 | but I cannot figure out how to create a new bridge that persists across reconfigures, etc with kolla and containers | 13:18 |
*** amoralej|lunch is now known as amoralej | 13:21 | |
openstackgerrit | Michele Baldessari proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros https://review.opendev.org/736130 | 13:22 |
*** ykarel is now known as ykarel|afk | 13:28 | |
*** wuchunyang has joined #openstack-kolla | 13:32 | |
openstackgerrit | Bharat Kunwar proposed openstack/kolla stable/train: Bump versions for Train https://review.opendev.org/736981 | 13:35 |
*** arlind has joined #openstack-kolla | 13:36 | |
arlind | Hi kolla community | 13:39 |
*** sluna has quit IRC | 13:39 | |
arlind | I'm a newish openstack kolla user | 13:39 |
*** sluna has joined #openstack-kolla | 13:39 | |
arlind | I have installed openstack kolla on a 2 node baremtal setup: node1 (controller, network, monitoring) and node2 (compute, storage) | 13:40 |
arlind | i have completed the setup several times with kolla-ansible so I can say I'm comfortable with it's configuration | 13:40 |
arlind | when i try to create an vm instance I get the following warning in nova-compute logs: | 13:41 |
arlind | 2020-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:3260 | 13:41 |
arlind | 2020-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-kolla | 13:42 | |
arlind | the instance is stuck in spawning state forever | 13:42 |
openstackgerrit | Merged openstack/kolla stable/train: CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors https://review.opendev.org/736162 | 13:42 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Revert rename of Monasca API config file https://review.opendev.org/736945 | 13:42 |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Fix STATIC_ROOT for Debian, Ubuntu https://review.opendev.org/736501 | 13:43 |
openstackgerrit | Merged openstack/kolla-ansible master: Add support of octavia dev mod https://review.opendev.org/735470 | 13:43 |
arlind | does anybody have any idea about my issue? I have installed using kolla-ansible git repo from opendev from branch stable/ussuri | 13:43 |
openstackgerrit | Merged openstack/kolla-ansible master: Adding support for multiple globals files https://review.opendev.org/734653 | 13:48 |
openstackgerrit | Merged openstack/kolla-ansible master: CI: use venv only (and not virtualenv) https://review.opendev.org/736276 | 13:48 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix prometheus-elasticsearch-exporter flags https://review.opendev.org/735560 | 13:48 |
openstackgerrit | Merged openstack/kolla-ansible master: CI: Move NFV reqs installation to where it belongs https://review.opendev.org/735386 | 13:48 |
priteau | arlind: Is this when launching a VM with a Cinder volume as root disk? | 13:49 |
*** sluna has quit IRC | 13:49 | |
*** sluna has joined #openstack-kolla | 13:49 | |
openstackgerrit | Merged openstack/kolla-ansible master: Remove mongodb integration https://review.opendev.org/735030 | 13:50 |
*** rpittau is now known as rpittau|brb | 13:54 | |
arlind | priteau, I'm not sure if the instance is creating the volume on cinder block or the host local storage | 13:54 |
priteau | How are you creating the instance? | 13:54 |
arlind | from the dashboard | 13:55 |
arlind | after the kolla installation i have executed the init-runonce script | 13:55 |
arlind | which creates the cirros image | 13:55 |
dcapone2004 | arlind: said differently, when you click launch instance, what are you selecting for the "create volume" option | 13:55 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible stable/train: ceph: Fix NFS Ganesha - missing rados_urls https://review.opendev.org/736948 | 13:55 |
dcapone2004 | "create new volume" I mean, yes or no? | 13:55 |
arlind | create volume is yes | 13:56 |
dcapone2004 | do you have a volumes option? | 13:59 |
dcapone2004 | meaning on your horizon dashboard | 13:59 |
arlind | yes | 14:00 |
arlind | cinder is configured, no errors on cinder-volume container | 14:00 |
arlind | I have a volumes option in the dashboard | 14:00 |
arlind | when I crate an instance, repective volume is created | 14:00 |
*** rpittau|brb is now known as rpittau|afk | 14:00 | |
arlind | but it seems the instance cannot attach it | 14:00 |
dcapone2004 | and you can see the volume with no errors? what does it say for state? available? | 14:01 |
openstackgerrit | Merged openstack/kayobe stable/train: CentOS 8: add docs and release note https://review.opendev.org/731829 | 14:02 |
priteau | Have you checked cinder-volumes logs for errors? | 14:04 |
arlind | the volumes are created succesfully, there are no errors there | 14:04 |
arlind | priteau: yes, there are no errors on cinder-volume.log, volumes are created successfully with "ok" status | 14:05 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/ussuri: Fix prometheus-elasticsearch-exporter flags https://review.opendev.org/737012 | 14:05 |
arlind | the onlty thing is that error: iscsiadm: No active sessions. | 14:06 |
arlind | actually it's a warning | 14:06 |
arlind | after the first installation, I was able to spin up a cirros based instance | 14:06 |
*** cah_link has quit IRC | 14:07 | |
arlind | but now several hours later, without doing anything else since then, I get this warning and instance in spawning state forever | 14:07 |
arlind | I was experiencing the same when I was trying to setup a vagrant environment, and decided to try baremetal because of this error | 14:07 |
arlind | I will put nova-compute logs in debug mode to see if there are more details | 14:08 |
arlind | with nova compute DEBUG level logs I get this: | 14:11 |
arlind | 2020-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 found | 14:12 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled https://review.opendev.org/736497 | 14:12 |
arlind | cinder volume is a local lvm disk on the same node | 14:12 |
*** cah_link has joined #openstack-kolla | 14:14 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: DNM: Debug out of disk space issues during upgrade https://review.opendev.org/736947 | 14:14 |
*** KeithMnemonic has joined #openstack-kolla | 14:23 | |
arlind | So I tried the following command ant it worked: | 14:23 |
arlind | openstack server create --image centos8.2.2004 --flavor m1.small --key-name mykey --network demo-net demo2 | 14:23 |
arlind | but I gues this is not creating a volume on cinder | 14:23 |
arlind | just ephemeral disk | 14:23 |
dcapone2004 | correct, my best guess without seeing more of your config is that there is a network configuration issue | 14:24 |
arlind | let me explain my config: | 14:25 |
arlind | 2 nodes cluster: os-controller01, os-cs01 | 14:25 |
arlind | enable_cinder: yes, backend lvm | 14:26 |
arlind | enable_haproxy: yes, keepalived_internal_vip_addres: 192.168.1.220 | 14:26 |
arlind | enabled swift, glance is using swift as backend | 14:27 |
arlind | nodes have 2 nics | 14:27 |
arlind | one for network_interface, the other for neutron_external_interface (without IP address) | 14:27 |
openstackgerrit | Merged openstack/kolla stable/train: Bump versions for Train https://review.opendev.org/736578 | 14:27 |
*** ykarel|afk is now known as ykarel | 14:28 | |
*** cah_link has quit IRC | 14:29 | |
dcapone2004 | how are the nics interconnected? meaning how are the switchports they are connected to setup? | 14:29 |
*** diurnalist has joined #openstack-kolla | 14: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 constraint | 14:34 |
arlind | This is my config: https://pastebin.com/iYb2LtxT | 14:35 |
arlind | dcapone2004: They are on connected on the same switch, on the same network 192.168.1.0/24 | 14:36 |
arlind | the neutron_external_interface is also connected on the same swithc, but IP address has not been asigned, as suggested on deployment guide | 14:36 |
arlind | but the compute and storage services are on the same node | 14:39 |
hrw | Fl1nt: please share base.log and kolla-toolbox.log of stable/train HEAD | 14:39 |
Fl1nt | hold on, I may have found out what's going on... it's... crafty for the less. | 14:44 |
Fl1nt | All 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#L82 | 14:46 |
Fl1nt | Investigating why this CentOS-7 image is having virtualenv going nuts | 14:46 |
*** bsanjeewa_ has joined #openstack-kolla | 14:46 | |
hrw | hm. 8.1 vs 8.2? | 14:47 |
Fl1nt | meh? | 14:47 |
hrw | sorry, wrong window | 14:47 |
Fl1nt | ah ah no worries ^^ | 14:47 |
*** wuchunyang has quit IRC | 14:49 | |
*** bsanjeewa has quit IRC | 14:49 | |
*** wuchunya_ has joined #openstack-kolla | 14:49 | |
*** skramaja has quit IRC | 14:59 | |
openstackgerrit | wu.chunyang proposed openstack/kolla-ansible master: fix prechecks failed when use venv with allinone https://review.opendev.org/737022 | 15:02 |
*** arlind has quit IRC | 15:06 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: kolla-toolbox: use u-c while installing virtualenv https://review.opendev.org/737028 | 15:14 |
hrw | Fl1nt: this patch is dedicated to your issue. for future safety ;d | 15:14 |
hrw | also backportable to ussuri and train | 15:16 |
dcapone2004 | arlind: 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 point | 15:17 |
*** kevko has joined #openstack-kolla | 15:17 | |
kevko | hi guys, i think i found another bug | 15: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 IRC | 15:20 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe-config stable/train: Synchronise with latest kayobe for Train https://review.opendev.org/737029 | 15:20 |
*** arlind has joined #openstack-kolla | 15:21 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe-config-dev stable/train: Synchronise with latest kayobe for Train https://review.opendev.org/737031 | 15:23 |
Fl1nt | ok, 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-8 | 15:26 |
*** arlind has quit IRC | 15:26 | |
hrw | Fl1nt: well done | 15:28 |
Fl1nt | so, 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 hard | 15:32 |
*** wuchunya_ has quit IRC | 15:32 | |
*** diurnalist has quit IRC | 15:32 | |
*** Fl1nt has quit IRC | 15:32 | |
*** timss has quit IRC | 15:32 | |
*** numans has quit IRC | 15:32 | |
*** dcapone2004 has quit IRC | 15:32 | |
*** nikparasyr has quit IRC | 15:32 | |
*** wuchunya_ has joined #openstack-kolla | 15:32 | |
*** diurnalist has joined #openstack-kolla | 15:32 | |
*** dcapone2004 has joined #openstack-kolla | 15:32 | |
*** Fl1nt has joined #openstack-kolla | 15:32 | |
*** nikparasyr has joined #openstack-kolla | 15:32 | |
*** timss has joined #openstack-kolla | 15:32 | |
*** numans has joined #openstack-kolla | 15:32 | |
Fl1nt | aaaah there you're back ^^ Was lonely for a moment ^^ | 15:34 |
openstackgerrit | Merged openstack/kolla stable/train: CI: use wheels from infra mirror https://review.opendev.org/735841 | 15:34 |
*** TrevorV has quit IRC | 15:35 | |
*** TrevorV has joined #openstack-kolla | 15:37 | |
*** e0ne_ has quit IRC | 15:50 | |
mgoddard | mnasiadka: what's the latest with CI issues? | 15:53 |
kplant | hey 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 issues | 15:56 |
*** amoralej is now known as amoralej|off | 15:56 | |
mgoddard | kplant: cool. it shouldn't be a problem | 15:56 |
kplant | going to cut my build nodes over to c8 and hopefully get to testing c7->c8 | 15:56 |
mgoddard | nice | 15:56 |
*** ykarel is now known as ykarel|away | 16:03 | |
*** sorin-mihai has joined #openstack-kolla | 16:04 | |
mnasiadka | mgoddard: I think my changes were merged, so we should be fine - unless you see some recent problems | 16:08 |
mgoddard | mnasiadka: what about Stein? | 16:08 |
mnasiadka | I mean the train ones | 16:08 |
mgoddard | and Rocky | 16:08 |
mgoddard | ok | 16:08 |
mnasiadka | Yeah, I'll backport them to Stein and Rocky | 16:08 |
mgoddard | guess we need to backport? | 16:08 |
mgoddard | cool | 16:08 |
sorin-mihai | i 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 |
mgoddard | looks like ubuntu deploy jobs are now failing? | 16:21 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: CI: Add a CentOS 8 overcloud job with TLS enabled https://review.opendev.org/736497 | 16:22 |
hrw | mgoddard: kolla master/ussuri/train look good now | 16:23 |
hrw | mgoddard: except ubuntu | 16:23 |
mgoddard | any idea what happened to ubuntu? | 16:23 |
*** kevko has quit IRC | 16:29 | |
hrw | maybe that's this clustercheck script mnasiadka found out | 16:32 |
mgoddard | ah, likely | 16:32 |
mnasiadka | Yeah, fix underway | 16:33 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: Change clustercheck url - fedora project is down. https://review.opendev.org/737046 | 16:40 |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: Change clustercheck url to GitHub https://review.opendev.org/737046 | 16:40 |
mnasiadka | hrw, mgoddard: actually src.fedoraproject.org is back | 16:45 |
mnasiadka | should we move to github still? | 16:45 |
hrw | fedora moves datacenter now | 16:47 |
hrw | so some services may have issues | 16:47 |
hrw | move to github. we may revert in 2 weeks once they move | 16:47 |
*** kevko has joined #openstack-kolla | 16:52 | |
*** bengates has quit IRC | 16:53 | |
*** nikparasyr has quit IRC | 16:57 | |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Fix etcd protocol configuration https://review.opendev.org/736809 | 16:58 |
*** ChanServ has quit IRC | 16:59 | |
*** k_mouza has quit IRC | 17:05 | |
openstackgerrit | Merged openstack/kolla stable/train: Bump versions for Train https://review.opendev.org/736981 | 17:08 |
hrw | https://review.opendev.org/737028 anyone? | 17:10 |
patchbot | patch 737028 - kolla - kolla-toolbox: use u-c while installing virtualenv - 1 patch set | 17:10 |
*** gmann is now known as gmann_afk | 17:13 | |
* hrw out | 17:13 | |
Fl1nt | see ya everyone, I'm out too | 17:18 |
*** Fl1nt has quit IRC | 17:18 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla master: WIP: Introduce curl macro - fetch_url https://review.opendev.org/737051 | 17:19 |
*** ChanServ has joined #openstack-kolla | 17:37 | |
*** tepper.freenode.net sets mode: +o ChanServ | 17:37 | |
*** wuchunya_ has quit IRC | 17:37 | |
openstackgerrit | Rafael Weingärtner proposed openstack/kolla-ansible master: Standardize use and construction of endpoint URLs https://review.opendev.org/652157 | 17:38 |
*** gfidente is now known as gfidente|afk | 17:38 | |
*** k_mouza has joined #openstack-kolla | 17:49 | |
*** k_mouza has quit IRC | 17:54 | |
*** kevko has quit IRC | 18:02 | |
*** jaicaa_ has quit IRC | 18:11 | |
openstackgerrit | caoyuan proposed openstack/kolla master: Remove the congress images since it has been retired https://review.opendev.org/729460 | 18:13 |
*** jaicaa has joined #openstack-kolla | 18:19 | |
*** jcmdln has joined #openstack-kolla | 18:42 | |
*** jcmdln has quit IRC | 18:43 | |
*** jcmdln has joined #openstack-kolla | 18:44 | |
openstackgerrit | Merged openstack/kolla master: kolla-toolbox: use u-c while installing virtualenv https://review.opendev.org/737028 | 18:52 |
*** e0ne has joined #openstack-kolla | 19:08 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/ussuri: kolla-toolbox: use u-c while installing virtualenv https://review.opendev.org/737066 | 19:28 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/train: kolla-toolbox: use u-c while installing virtualenv https://review.opendev.org/737067 | 19:28 |
*** kevko has joined #openstack-kolla | 19:30 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: Drop systemd support from nsswitch.conf on RHEL-based distros https://review.opendev.org/736130 | 19:30 |
*** e0ne has quit IRC | 19:41 | |
*** e0ne has joined #openstack-kolla | 19:43 | |
*** e0ne has quit IRC | 19:44 | |
*** kevko has quit IRC | 19:47 | |
openstackgerrit | Merged openstack/kayobe master: Remove remaining mentions of neutron-lbaas https://review.opendev.org/736974 | 19:58 |
*** KeithMnemonic has quit IRC | 19:59 | |
*** TrevorV has quit IRC | 20:02 | |
*** gmann_afk is now known as gmann | 20:15 | |
*** cah_link has joined #openstack-kolla | 20:23 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/ussuri: Remove remaining mentions of neutron-lbaas https://review.opendev.org/737073 | 20:23 |
openstackgerrit | James Kirsch proposed openstack/kolla-ansible master: Fix etcd protocol configuration https://review.opendev.org/736809 | 20:28 |
*** priteau has quit IRC | 20:36 | |
*** vishalmanchanda has quit IRC | 20:40 | |
*** cah_link has quit IRC | 20:41 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ussuri: Fix prometheus-elasticsearch-exporter flags https://review.opendev.org/737012 | 20:51 |
openstackgerrit | Merged openstack/kolla-ansible stable/train: CI: Move NFV reqs installation to where it belongs https://review.opendev.org/735388 | 20:58 |
*** factor has joined #openstack-kolla | 21:04 | |
*** patchbot has quit IRC | 21:26 | |
*** patchbot has joined #openstack-kolla | 21:26 | |
*** e0ne has joined #openstack-kolla | 21:27 | |
*** born2bake has quit IRC | 21:59 | |
*** weshay|ruck is now known as weshay_pto | 22:00 | |
*** e0ne has quit IRC | 22:17 | |
*** e0ne_ has joined #openstack-kolla | 22:17 | |
*** zijlboot_ has joined #openstack-kolla | 22:21 | |
*** zijlboot has quit IRC | 22:24 | |
*** e0ne_ has quit IRC | 22:29 | |
*** e0ne has joined #openstack-kolla | 22:29 | |
*** echundu has joined #openstack-kolla | 22:36 | |
*** e0ne has quit IRC | 22:43 | |
openstackgerrit | Merged openstack/kolla stable/train: kolla-toolbox: use u-c while installing virtualenv https://review.opendev.org/737067 | 22:53 |
*** k_mouza has joined #openstack-kolla | 23:12 | |
*** k_mouza has quit IRC | 23:16 | |
*** echundu has quit IRC | 23:20 | |
*** diurnalist has quit IRC | 23:26 | |
*** strobert has quit IRC | 23:43 | |
*** strobert has joined #openstack-kolla | 23:43 | |
*** diurnalist has joined #openstack-kolla | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!