*** SvenKieske|OSISM|travellingtod is now known as SvenKieske|OSISM[m] | 07:16 | |
SvenKieske | mnasiadka: looking into it, was travelling yesterday | 07:20 |
---|---|---|
SvenKieske | should I already w+1 this? | 07:25 |
SvenKieske | just did it | 07:26 |
opendevreview | Sven Kieske proposed openstack/kolla stable/2024.1: Switch to Ubuntu 24.04 LTS https://review.opendev.org/c/openstack/kolla/+/932386 | 07:27 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: [DNM] Test for grafana restarts on dashboard deployment https://review.opendev.org/c/openstack/kolla-ansible/+/932388 | 08:09 |
opendevreview | Roman Krček proposed openstack/ansible-collection-kolla master: Add uninstall tasks https://review.opendev.org/c/openstack/ansible-collection-kolla/+/925083 | 08:30 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Add support for Ubuntu Noble Numbat (24.04 LTS) https://review.opendev.org/c/openstack/kolla-ansible/+/925581 | 08:47 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: Add logrotate config for redis https://review.opendev.org/c/openstack/kolla-ansible/+/932392 | 09:10 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Switch mariadb's loadbalancer from HAProxy to ProxySQL https://review.opendev.org/c/openstack/kolla-ansible/+/913724 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Change from PERCONA_SCHEMA to mysql for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/922729 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix mariadb backup unable to create history table https://review.opendev.org/c/openstack/kolla-ansible/+/929827 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Add mariadb backup into mariadb scenario https://review.opendev.org/c/openstack/kolla-ansible/+/929771 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Update MySQL monitor user privileges for ProxySQL monitoring https://review.opendev.org/c/openstack/kolla-ansible/+/930979 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] [CI] Just let's test backup few times https://review.opendev.org/c/openstack/kolla-ansible/+/931144 | 09:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Disable shunning server if database shard has only one host https://review.opendev.org/c/openstack/kolla-ansible/+/932395 | 09:40 |
opendevreview | Merged openstack/kayobe stable/2024.1: Adds support for using Cumulus switches with NGS https://review.opendev.org/c/openstack/kayobe/+/931883 | 09:43 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: [DNM] Test for grafana restarts on dashboard deployment https://review.opendev.org/c/openstack/kolla-ansible/+/932388 | 09:43 |
opendevreview | Merged openstack/kayobe stable/2023.1: Adds support for using Cumulus switches with NGS https://review.opendev.org/c/openstack/kayobe/+/931885 | 09:49 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: [DNM] Test for grafana restarts on dashboard deployment https://review.opendev.org/c/openstack/kolla-ansible/+/932388 | 10:00 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Disable shunning server if database shard has only one host https://review.opendev.org/c/openstack/kolla-ansible/+/932395 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Switch mariadb's loadbalancer from HAProxy to ProxySQL https://review.opendev.org/c/openstack/kolla-ansible/+/913724 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Change from PERCONA_SCHEMA to mysql for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/922729 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix mariadb backup unable to create history table https://review.opendev.org/c/openstack/kolla-ansible/+/929827 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Add mariadb backup into mariadb scenario https://review.opendev.org/c/openstack/kolla-ansible/+/929771 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Update MySQL monitor user privileges for ProxySQL monitoring https://review.opendev.org/c/openstack/kolla-ansible/+/930979 | 10:30 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] [CI] Just let's test backup few times https://review.opendev.org/c/openstack/kolla-ansible/+/931144 | 10:30 |
opendevreview | Merged openstack/kayobe stable/2023.2: Adds support for using Cumulus switches with NGS https://review.opendev.org/c/openstack/kayobe/+/931884 | 10:40 |
kevko | if 23:41 was merged some kolla change ..when it will be available for CI ? | 11:15 |
kevko | because if I download it via quay.io ..it's there | 11:15 |
tinne | Hello everyone! | 11:35 |
tinne | I have a question about the way kayobe uses Ansible to get from the control host to the seed VM. | 11:35 |
tinne | In my scenario, the Seed VM (based on Ubuntu) can only be accessed via SSH with a combination of a specific user (named "ansible") and a private/public key, so not with a password. This specific user is created when the VM is initially deployed (not via kayobe) and is a member of the "sudo" group per default. | 11:35 |
tinne | Where do I configure Kayobe to use this user and the private key during (initial) deployment? | 11:35 |
tinne | I have tested that it seems to work in principle if I work with the Ansible parameters "ansible_user" and "ansible_ssh_private_key_file" in the inventory/hosts file. | 11:35 |
tinne | However, there are then problems with following playbooks. For example, the user "ansible" is not a member of the "docker“ Group in advance and obviously the Docker-Installment-Task does not care for so the following task of deploying the registry containers is failing because the „ansible“ User is not allowed to access docker.sock. | 11:35 |
tinne | Therefore, my chosen path seems to be wrong to me. | 11:35 |
tinne | I can see there is a ssh.yml and the variable "seed_bootstrap_user" in the seed.yml. However, when I enter the corresponding data there, the deployment does not seem to work. | 11:35 |
ravlew | Hello, I'm looking for the last +2 on: https://review.opendev.org/c/openstack/kolla-ansible/+/932038 | 11:41 |
*** ravlew is now known as Guest6433 | 11:42 | |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: Add support for Ubuntu Noble Numbat (24.04) LTS https://review.opendev.org/c/openstack/kayobe/+/930026 | 12:44 |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: Add support for Ubuntu Noble Numbat (24.04) LTS https://review.opendev.org/c/openstack/kayobe/+/930026 | 12:46 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: Add logrotate config for redis https://review.opendev.org/c/openstack/kolla-ansible/+/932392 | 12:58 |
opendevreview | Seunghun Lee proposed openstack/kolla-ansible stable/2024.1: Fix Octavia service upgrade failure from 2023.1 https://review.opendev.org/c/openstack/kolla-ansible/+/932408 | 13:30 |
opendevreview | Merged openstack/kolla-ansible master: Add support for Ubuntu Noble Numbat (24.04 LTS) https://review.opendev.org/c/openstack/kolla-ansible/+/925581 | 13:52 |
opendevreview | Jan Horstmann proposed openstack/kolla-ansible master: [DNM] Test for grafana restarts on dashboard deployment https://review.opendev.org/c/openstack/kolla-ansible/+/932388 | 14:42 |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: Add support for Ubuntu Noble Numbat (24.04) LTS https://review.opendev.org/c/openstack/kayobe/+/930026 | 16:01 |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: Add support for Ubuntu Noble Numbat (24.04) LTS https://review.opendev.org/c/openstack/kayobe/+/930026 | 16:03 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!