opendevreview | Merged openstack/openstack-ansible master: Switch classic queues to version 2 https://review.opendev.org/c/openstack/openstack-ansible/+/895806 | 00:34 |
---|---|---|
Guest2868 | there is anyone can help me with a ceph problem on osa? | 01:44 |
NeilHanlon | Guest2868: possibly. what is the trouble you're having | 02:20 |
Guest2868 | When I run setup-infra, my ceph.conf file is not as it should be, and when I modify it once on my server I get errors in the syslog. So now I am trying by installing ceph manually. | 02:25 |
NeilHanlon | what does the conf look like, and what do you expect it to look like? | 02:26 |
Guest2868 | NeilHanlon: this is a recap of my config files https://paste.openstack.org/show/bvpV737joawlmCFxzw5y/ as you can see in the ceph.conf I should have mon_host 192.168.102.30 not 101 I dont understand why this is happening | 02:30 |
noonedeadpunk | Guest2868: hey, I think you get .30 because that's what you have in `ceph-mon_hosts` defined: https://paste.openstack.org/show/b2SJX9RBx5z7YISLEm30/ | 06:55 |
Guest2868 | hi | 06:56 |
noonedeadpunk | There was a way to define a different IP for ceph communication/storage networks rather then just rely on invenvotry though, but I would need to check the ceph-ansible project for that | 06:57 |
noonedeadpunk | Like if you wanna to use .30 as SSH and then .101 for ceph communication | 06:57 |
Guest2868 | did you check this ? https://paste.openstack.org/show/bvpV737joawlmCFxzw5y/ | 06:57 |
noonedeadpunk | I guess that's what you're looking for? | 06:58 |
Guest2868 | L29 | 06:58 |
noonedeadpunk | but you have same ip on L16 | 06:58 |
noonedeadpunk | and then how you defined ceph-mon_hosts in openstack_user_config | 06:59 |
Guest2868 | 192.168.101.30 != 192.168.100.30 | 06:59 |
noonedeadpunk | oh, yes | 07:00 |
noonedeadpunk | it somehow using tunnel net indeed, huh | 07:01 |
Guest2868 | Why when I try to change ceph.conf in my mon server, when I run a systemctl restart ceph-mon@mon1.service the log not update the ips of the mon like the conf? | 07:05 |
noonedeadpunk | Guest2868: I assume smth fishy is going on here: https://github.com/ceph/ceph-ansible/blob/490ca79ccc5b1cf7270032a70be41500578f3ae8/roles/ceph-facts/tasks/set_monitor_address.yml | 07:06 |
noonedeadpunk | So can you check in your logs (/openstack/log/ansible-logging/ansible.log) what of these cople of tasks getting OK and which are skipped? | 07:07 |
jrosser | is this a ceph deployed with osa, or external? | 07:08 |
noonedeadpunk | according to openstack_user_config - with osa | 07:09 |
noonedeadpunk | but if that is intentional or not - it's a good question :) | 07:09 |
noonedeadpunk | but even according to the config - it's weird why tunnel network is taken as ceph mon address | 07:10 |
jrosser | then config of ceph_mons is not needed? | 07:10 |
noonedeadpunk | yeah, but that shouldn't hurt either... or well, anyway not in a way it does | 07:11 |
Guest2868 | Ok I will read this I have a meeting now | 07:11 |
noonedeadpunk | when mon_host in ceph.conf is set to 192.168.*101*.30 while all rest reffer to different things | 07:11 |
Guest2868 | thank you, I keep you in touch | 07:11 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Track stable/2023.2 SHAs for upstream projects https://review.opendev.org/c/openstack/openstack-ansible/+/897434 | 08:10 |
opendevreview | Merged openstack/openstack-ansible-os_blazar master: Fix linter errors for example playbook https://review.opendev.org/c/openstack/openstack-ansible-os_blazar/+/896800 | 09:35 |
opendevreview | Merged openstack/openstack-ansible-ceph_client stable/2023.1: Allow to distribute custom key with the role https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/897808 | 09:52 |
opendevreview | Merged openstack/openstack-ansible-ceph_client stable/2023.1: Add AppArmor configuration for ceph read/write caching https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/897730 | 10:04 |
noonedeadpunk | jamesdenton: if you have some spare time, it would be awesome if you could take a look at https://review.opendev.org/c/openstack/openstack-ansible/+/894384 | 10:07 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build stable/zed: Use distribution_major_version for Debian and CentOS https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/897819 | 10:11 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Deprecate OpenDaylight support https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/897461 | 11:38 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Remove old cleaup task https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/897855 | 11:59 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Remove old tasks and vars from image download process https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/897860 | 11:59 |
noonedeadpunk | folks, does anyone uses osa with non-root user? and including remote hosts (ie connecting as ubuntu@infra1) | 12:02 |
noonedeadpunk | As all looks nice, until a task is delegated from containerA to containerB, as that fails with ` Connection refused - Failed to get init pid` quite fairly | 12:03 |
jrosser | no we dont do that | 12:07 |
noonedeadpunk | ugh | 12:09 |
mgariepy | i don't either. | 12:11 |
opendevreview | Merged openstack/openstack-ansible-os_blazar master: Add quorum support for service https://review.opendev.org/c/openstack/openstack-ansible-os_blazar/+/895694 | 12:22 |
noonedeadpunk | I kinda wonder if context is loosing become during delegation here: https://opendev.org/openstack/openstack-ansible-plugins/src/branch/master/plugins/connection/ssh.py#L451 | 12:23 |
noonedeadpunk | yes, somehow it's "False" | 12:27 |
noonedeadpunk | when things are delegated | 12:27 |
noonedeadpunk | oh. we override become explicitly for some reason? | 12:43 |
noonedeadpunk | https://opendev.org/openstack/ansible-role-python_venv_build/src/branch/master/tasks/python_venv_wheel_build.yml#L18 | 12:44 |
noonedeadpunk | I wonder why this might be needed actually... | 12:44 |
noonedeadpunk | Like if you run aio metal install with non-root user? | 12:45 |
jrosser | thats changed in this patch with not really an explanation https://opendev.org/openstack/ansible-role-python_venv_build/commit/ac5e5e9283e8b263dd23b9b1f1dcea218c9370e5 | 12:46 |
noonedeadpunk | I guess that was about the time of initial | 12:47 |
noonedeadpunk | Frankly speaking, I'm inclined to drop that, as I really not sure about the usecase... | 12:48 |
noonedeadpunk | Like if you want to have become - run with become? | 12:48 |
jrosser | i think get rid of it | 12:48 |
jrosser | unless there is something super clear then that sort of thing shouldnt be in a role | 12:49 |
opendevreview | Merged openstack/openstack-ansible stable/yoga: Remove unreadable unicode symbols https://review.opendev.org/c/openstack/openstack-ansible/+/884219 | 12:54 |
opendevreview | Merged openstack/ansible-role-python_venv_build stable/2023.1: Use distribution_major_version for Debian and CentOS https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/897810 | 12:58 |
jamesdenton | noonedeadpunk it's on my list for today | 13:09 |
noonedeadpunk | I wonder if condition there was supposed to be != localhost. As then it would make slightly more sense | 13:12 |
jrosser | NeilHanlon: i still see a fair few rocky failures, some like this `Failed to download metadata for repo 'crb': Yum repo downloading error: Downloading error(s): repodata/fc2cce4d-3c40-4532-9b1a-fca99cdf0674-PRIMARY.xml.gz` | 13:14 |
jrosser | we wouldnt be running into a rate limit or something by running that same task almost simultaneously across a bunch of containers? | 13:15 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build master: Drop unneeded become overrides https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/897948 | 13:18 |
NeilHanlon | jrosser: no, though, we did have an outage for maintenance around 05:00 UTC. dl.rockylinux.org should not have been affected, though | 13:19 |
NeilHanlon | as of ~04:45 UTC, dl.rockylinux.org should be "stable" | 13:20 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove lxc_cache_map variable https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/897861 | 13:22 |
jrosser | is it helpful to be collecting the errors somewhere? i might just have convinved myself it's very fail-y when really its not | 13:23 |
noonedeadpunk | We can get an etherpad for that | 13:23 |
noonedeadpunk | or maybe better ethercalc? | 13:24 |
NeilHanlon | yeah i think that wouldn't hurt to collect | 13:24 |
noonedeadpunk | jrosser: I've replied in https://review.opendev.org/c/openstack/openstack-ansible/+/897568 | 13:50 |
noonedeadpunk | frankly speaking I'm more confused of the usecase when nova-compute are LXC. I'm not sure that ever worked even... | 13:51 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/xena: Switch roles to track stable/xena https://review.opendev.org/c/openstack/openstack-ansible/+/884926 | 13:56 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Ensure tempest include and exclude lists all use unique names https://review.opendev.org/c/openstack/openstack-ansible/+/893968 | 13:57 |
Guest2868 | noonedeadpunk: Im back, this morning you asked to me to check which task are skipped, this is the cat of the log: https://paste.openstack.org/show/bvHdFXX4WhBLfyDIKrV9/ | 13:58 |
Guest2868 | My mon_host in ceph.conf is 192.168.100.30 but when i check the syslog i got a Oct 11 14:01:18 mon1 ceph-mon[29368]: 2023-10-11T14:01:18.606+0000 7f67a7e70640 0 -- [v2:192.168.102.30:3300/0,v1:192.168.102.30:6789/0] send_to message mon_probe(probe d054f11a-d4a2-436f-acf7-1fa49bbe0eeb name mon1 leader -1 new mon_release quincy) v8 with empty dest | 14:01 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Stop installing openssh and rsync to containers https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/889945 | 14:16 |
noonedeadpunk | Guest2868: I think that 192.168.102.30 is more like what you should have had according to your config | 14:18 |
noonedeadpunk | The wierd part was about 192.168.101.30 though | 14:19 |
Guest2868 | i removed ceph things in the mon server i rerun setup-host | 14:20 |
Guest2868 | fron openstack_user_config, should I write the ip from storage network or from mgmt network? | 14:22 |
Guest2868 | *from | 14:22 |
jrosser | openstack_user_config should always be the network that you want ansible to ssh to the machines on, most people make that the mgmt network | 14:25 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Stop installing openssh and rsync to containers https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/889945 | 14:26 |
Guest2868 | good | 14:26 |
jrosser | NeilHanlon: did you see anything like this? Not so recent centos-8-stream cloud image trying to `dnf update` https://paste.opendev.org/show/bW7McSirGoLISoK25ivX/ | 14:27 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Remove requirement to have id_rsa.pub https://review.opendev.org/c/openstack/openstack-ansible/+/897957 | 14:27 |
NeilHanlon | jrosser huh... i've not, but.. let me poke the infra team | 14:29 |
jrosser | i think it's related to https://github.com/rpm-software-management/rpm/commit/486579912381ede82172dc6d0ff3941a6d0536b5 | 14:30 |
jrosser | but its a bit of a bummer if exsting uploaded images are now useless | 14:31 |
NeilHanlon | hm yeah that'd be bad | 14:33 |
Guest2868 | After rerun setup-infrastructure, the task Failed at : ASK [ceph-mon : waiting for the monitor(s) to form the quorum...] And on my mon server the log still showing [v2:192.168.102.30:3300/0,v1:192.168.102.30:6789/0] send_to message mon_probe(probe d054f11a-d4a2-436f-acf7-1fa49bbe0eeb name mon1 leader -1 new mon_release quincy) v8 with empty dest And the ceph.conf is https://paste.openstack.org/show/b002nxqQvU03xd6sR | 14:35 |
jrosser | Guest2868: how many ceph nodes do you have? | 14:36 |
Guest2868 | 3 for osd and 1 for monitor | 14:36 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Workaround ovs bug that resets hostname with add command https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/897656 | 14:37 |
jrosser | Guest2868: you can run the ansible playbook with -vvv and you'll get to see the output from the tasks, specifically the one that failed | 14:39 |
jrosser | it is very verbose so only run the most specific playbook that you need to | 14:39 |
Guest2868 | This result is not enough verbose? https://paste.openstack.org/show/bUUjsTo7AaIOPc5mBB9q/ | 14:39 |
opendevreview | Merged openstack/openstack-ansible-os_keystone stable/2023.1: oidc: fix recognition of x forwarded headers from v2.4.11 https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/897806 | 14:40 |
jrosser | Guest2868: it says `"state\":\"probing\"` | 14:41 |
jrosser | and this is what it looks for https://github.com/ceph/ceph-ansible/blob/490ca79ccc5b1cf7270032a70be41500578f3ae8/roles/ceph-mon/tasks/ceph_keys.yml#L13 | 14:41 |
Guest2868 | what i'm supposed to understand? | 14:43 |
jrosser | that the state it is looking for is "leader" or "peon" and it is neither of those | 14:43 |
jrosser | thats why the task failed | 14:43 |
jrosser | (sorry i'm really quite confused about what the actual issue is with your deployment) | 14:44 |
Guest2868 | I try to have a ceph install working | 14:44 |
jrosser | and there are some wrong IP addresses? | 14:44 |
Guest2868 | I don't know, I try to understand, so I check the logs, the return of ansible, and the ceph.conf on the destination server. I found weird ips. In my user_variable I use my storage network ips, in the ceph.conf I found ips from my mgmt network. And the log show ip errors on storage network (mgmt 192.168.100.0/24, storage 192.168.102.0/24) | 14:46 |
Guest2868 | And the error in syslog seems to say there is a problem with [v2:192.168.102.30:3300/0,v1:192.168.102.30:6789/0] send_to message mon_probe(probe d054f11a-d4a2-436f-acf7-1fa49bbe0eeb name mon1 leader -1 new mon_release quincy) v8 with empty dest | 14:47 |
Guest2868 | why this is showing 192.168.102.30:3300 when my ceph.conf mon_host key is 192.168.100.30 | 14:48 |
jrosser | `In my user_variable I use my storage network ips` what does this mean? | 14:49 |
Guest2868 | like this example file https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/user_variables.yml.prod-ceph.example#L20-L22 | 14:52 |
Guest2868 | What Im supposed to do? | 15:07 |
jrosser | Guest2868: if it was me, i would find something that is certainly wrong, then understand why it is wrong | 15:08 |
noonedeadpunk | if you ask me, I think it's worth to find out why your ceph.conf is getting 192.168.100.30 | 15:08 |
noonedeadpunk | Because from the config I saw I have impression that storage network should be used for communication, which is 192.168.102.30 | 15:09 |
jrosser | Guest2868: it is also helpful to look in the systemd journal rather than syslog, because i am not really sure which daemon has printed the log line you pasted | 15:10 |
noonedeadpunk | But I guess that it could be due to some fact missing, that https://github.com/ceph/ceph-ansible/blob/main/roles/ceph-facts/tasks/set_monitor_address.yml is not getting defined properly | 15:10 |
jrosser | and if there is a mismatch between ceph.conf and what the log says, it could be as straightforward as for some reason, the ceph mon has not been restarted | 15:11 |
jrosser | perhaps due to an error / failing playbook previously | 15:11 |
opendevreview | Merged openstack/openstack-ansible stable/2023.1: Gather extra networking facts for keepalived https://review.opendev.org/c/openstack/openstack-ansible/+/897283 | 15:20 |
opendevreview | Merged openstack/openstack-ansible stable/zed: Gather extra networking facts for keepalived https://review.opendev.org/c/openstack/openstack-ansible/+/897284 | 15:21 |
noonedeadpunk | NeilHanlon: do you have slightest idea why libvirtd.service might be missing on c9s, given that libvirt-daemon was installed? | 15:40 |
NeilHanlon | i started looking into that yesterday... | 15:41 |
NeilHanlon | but basically: no... | 15:41 |
noonedeadpunk | mhm, I see... | 15:41 |
noonedeadpunk | I think I know | 15:42 |
noonedeadpunk | it's not installed :) | 15:42 |
NeilHanlon | heh | 15:43 |
NeilHanlon | that'd be one reason | 15:43 |
NeilHanlon | did someone change the Provides: on a package again like systemd-uboot? :P | 15:43 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova stable/zed: Install libvirt-deamon for RHEL systems https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/897982 | 15:44 |
noonedeadpunk | this ^ | 15:44 |
noonedeadpunk | we had landed https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/884380 but that wasnt enough for Zed | 15:45 |
NeilHanlon | bleh | 15:45 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/zed: Fix typo for vpnaas_custom_config distribution https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/896711 | 15:45 |
noonedeadpunk | dnf logs were pretty much misleading though | 15:46 |
noonedeadpunk | as they were having plenty of libvirt-daemon-stuff | 15:46 |
NeilHanlon | yeah i a gree... | 15:46 |
NeilHanlon | agree* | 15:46 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Remove lxc_cache_map variable https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/897861 | 15:56 |
opendevreview | Merged openstack/openstack-ansible-haproxy_server stable/2023.1: Add possibility to override haproxy_ssl_path https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/897167 | 16:41 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add documentation on https://review.opendev.org/c/openstack/openstack-ansible/+/897999 | 18:25 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add documentation on running as non-root https://review.opendev.org/c/openstack/openstack-ansible/+/897999 | 18:27 |
jrosser | noonedeadpunk: what is the goal with non-root? to meet some security rules? | 18:33 |
noonedeadpunk | I don't know.... | 18:34 |
noonedeadpunk | rly | 18:34 |
noonedeadpunk | Was just asked internally for how long we're going to require root for deployments | 18:34 |
jrosser | yeah interesting | 18:34 |
NeilHanlon | root is bad mkay | 18:35 |
NeilHanlon | NIST said so | 18:35 |
NeilHanlon | or something | 18:35 |
jrosser | as it’s pretty much the same with passwordless Sufi | 18:35 |
* NeilHanlon shrugs | 18:35 | |
jrosser | *sudo | 18:35 |
NeilHanlon | i kinda like the name sufi better | 18:35 |
noonedeadpunk | But it was in regards of updating our training offering, which teaches ppl how to use OSA for deployments and upgrades: https://academy.cleura.cloud/courses/course-v1:cleura+cc201+202310/about | 18:36 |
noonedeadpunk | Well, it's to enable to fully disable `root` as a username I guess... | 18:36 |
noonedeadpunk | But well. I think you can also provide become password? | 18:37 |
noonedeadpunk | I didn't test this though... But I assume that should be possible... And quite some become methods as well, I didn't check all of them to be frank.... | 18:37 |
noonedeadpunk | maybe there's smth that allow you to do it in a smart way... | 18:38 |
NeilHanlon | PAM! | 18:38 |
NeilHanlon | :P | 18:38 |
noonedeadpunk | hehe | 18:39 |
jrosser | I was just interested because occasionally people ask for it | 18:39 |
noonedeadpunk | And, I guess, you can even develop your own become plugin? | 18:39 |
NeilHanlon | `sed -i 's/root/toor/g' /etc/{passwd,group,shadow}` | 18:40 |
noonedeadpunk | yeah, that would work as well actually :D | 18:40 |
noonedeadpunk | jrosser: I guess in our case it was more to follow "good practise" and not use root as that is considered as "moveton" nowadays | 18:40 |
noonedeadpunk | rather then any real use-case (at least for now) | 18:41 |
jrosser | imho sudo passwords are not great | 18:42 |
jrosser | though I’d be interested to look at the crossover of running osa as non root and ssh certs that permit sudo | 18:44 |
noonedeadpunk | But we're also having a really strictly regulated deployment, so maybe it was also smth related to that as well potentially | 18:44 |
jrosser | yeah | 18:48 |
jrosser | being able to show you’ve got no hashed passwords or keys anywhere is super useful | 18:48 |
noonedeadpunk | paswordless sudo not helping much though.... | 18:49 |
noonedeadpunk | but maybe if you take password from vault.... | 18:49 |
noonedeadpunk | dunno | 18:49 |
jrosser | no well that why I want to look again at the certs stuff | 18:49 |
jrosser | if you can control in the cert that sudo is allowed that would be cool | 18:50 |
jrosser | as it would be ephemeral | 18:50 |
noonedeadpunk | I wonder if you indeed can do that with pam_ssh_agent_auth... | 18:51 |
noonedeadpunk | or smth like that | 18:51 |
noonedeadpunk | https://linux.die.net/man/8/pam_ssh_agent_auth | 18:51 |
jrosser | we still need a “rescue” user with a password for use over ipmi kvm if all else is broken | 18:51 |
jrosser | that’s a bit sad | 18:52 |
jamesdenton | noonedeadpunk really slick drawings, thank you | 18:52 |
noonedeadpunk | true | 18:52 |
jamesdenton | FWIW I am documenting an OVS->OVN migration, will share that later this week, hopefully | 18:52 |
noonedeadpunk | awesome! | 18:53 |
noonedeadpunk | that is smth I always wanted to get my hands to, but never managed to | 18:53 |
* noonedeadpunk even was going to add some automation to neutron inplace for tripleo path | 18:53 | |
jamesdenton | an in-place migration for TripleO based deploys? | 18:54 |
jamesdenton | or similar to what OOO is going? | 18:54 |
* noonedeadpunk tries to translate slick and that looks like a negative characteristics?:) | 18:54 | |
noonedeadpunk | Instead of what OOO is doing as it's deprecated | 18:54 |
noonedeadpunk | And it's pretty much OOO oriented rather then generic | 18:55 |
jamesdenton | 'slick' meaning 'great' | 18:56 |
noonedeadpunk | aha, ok :D | 18:57 |
jamesdenton | "impressive" | 18:57 |
noonedeadpunk | google translate was proposing "slippy" as synonym, so... :D | 18:58 |
opendevreview | James Denton proposed openstack/openstack-ansible master: Stop ignoring hostnames without underscores https://review.opendev.org/c/openstack/openstack-ansible/+/898002 | 18:58 |
jamesdenton | ahh, well 'slick' does mean 'slippery', usually in the context of a road after a rain or something like that. But as slang, it means 'cool' or similar | 18:59 |
noonedeadpunk | aha, gotcha, now I know | 18:59 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add documentation on running as non-root https://review.opendev.org/c/openstack/openstack-ansible/+/897999 | 19:00 |
noonedeadpunk | talking about docs - this is another thing that probably worth to be checked. I made it during previous release and might be good to have that in https://review.opendev.org/c/openstack/openstack-ansible/+/885376 | 19:02 |
jamesdenton | is no_log a var that can be passed on the command line for troubleshooting? | 19:07 |
noonedeadpunk | um, no, but we added some var that will do same somewhere lately | 19:07 |
noonedeadpunk | like _oslodb_setup_nolog for DB and _service_setup_nolog | 19:08 |
jamesdenton | thank you | 19:09 |
opendevreview | Merged openstack/openstack-ansible master: Define tempest config overrides in unique variables per service https://review.opendev.org/c/openstack/openstack-ansible/+/894763 | 19:36 |
opendevreview | Merged openstack/openstack-ansible master: [doc] Add example network architectures for OVN https://review.opendev.org/c/openstack/openstack-ansible/+/894384 | 19:37 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Add documentation on running as non-root https://review.opendev.org/c/openstack/openstack-ansible/+/897999 | 19:42 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Update VPNaaS package for RHEL https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/898008 | 19:51 |
opendevreview | Merged openstack/openstack-ansible-os_nova stable/zed: Install libvirt-deamon for RHEL systems https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/897982 | 21:26 |
-opendevstatus- NOTICE: Another short Gerrit outage for updates on review.opendev.org. This update ensures we are using the current versions of all Gerrit plugins. | 23:45 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!