*** ysandeep|out is now known as ysandeep | 03:04 | |
*** ysandeep is now known as ysandeep|afk | 04:30 | |
*** ysandeep|afk is now known as ysandeep | 05:39 | |
*** ysandeep is now known as ysandeep|lunch | 07:43 | |
*** ysandeep|lunch is now known as ysandeep | 09:54 | |
Adri2000 | hello, anyone else has issues cloning roles with bootstrap-ansible.sh with OSA 23.4.2 (Wallaby) ? | 10:13 |
---|---|---|
Adri2000 | one issue is I think with the ansible-config_template shallow-since clone: | 10:13 |
Adri2000 | failed: [localhost] (item={'name': 'config_template', 'scm': 'git', 'src': 'https://opendev.org/openstack/ansible-config_template', 'version': '2ccc59fa13c9834344d9c040cfa818b7d16f6800', 'trackbranch': 'master', 'shallow_since': '2022-09-27'}) => {"ansible_loop_var": "item", "attempts": 2, "changed": false, "cmd": "/usr/bin/git checkout --force | 10:13 |
Adri2000 | 2ccc59fa13c9834344d9c040cfa818b7d16f6800", "item": {"name": "config_template", "scm": "git", "shallow_since": "2022-09-27", "src": "https://opendev.org/openstack/ansible-config_template", "trackbranch": "master", "version": "2ccc59fa13c9834344d9c040cfa818b7d16f6800"}, "msg": "Failed to checkout 2ccc59fa13c9834344d9c040cfa818b7d16f6800", "rc": 128, "stderr": "fatal: | 10:13 |
Adri2000 | reference is not a tree: 2ccc59fa13c9834344d9c040cfa818b7d16f6800\n", "stderr_lines": ["fatal: reference is not a tree: 2ccc59fa13c9834344d9c040cfa818b7d16f6800"], "stdout": "", "stdout_lines": []} | 10:13 |
noonedeadpunk | Adri2000: shallow-since is working only with parallel clone | 10:39 |
noonedeadpunk | for fallback method only depth is being used | 10:40 |
noonedeadpunk | And it seems that default depth is not big enough to checkout to this SHA | 10:40 |
noonedeadpunk | eventually 2ccc59fa13c9834344d9c040cfa818b7d16f6800 has been merged on 2022-09-28 | 10:42 |
noonedeadpunk | So it's weird.... | 10:42 |
noonedeadpunk | Let me try to reproduce that | 10:42 |
Adri2000 | noonedeadpunk: indeed I see that first the parallel clone fails, then it falls back and fails again | 10:44 |
Adri2000 | parallel clone failure: https://pastebin.com/raw/zFKJ9krQ | 10:44 |
noonedeadpunk | hm, so it has also failed on config_template | 10:45 |
noonedeadpunk | that actually sounds like some issue with one of opendev mirrors | 10:45 |
*** ysandeep is now known as ysandeep|afk | 10:46 | |
Adri2000 | I tried running `git clone --shallow-since 2022-09-27 https://opendev.org/openstack/ansible-config_template` and I don't have the commit 2ccc59fa13c9834344d9c040cfa818b7d16f6800 | 10:47 |
Adri2000 | even though this commit is dated 2022-09-28 | 10:47 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-plugins stable/xena: Let git choose the branch when cloning a repo https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/861615 | 10:47 |
noonedeadpunk | huh | 10:50 |
noonedeadpunk | it's really weird | 10:50 |
noonedeadpunk | wtf...how it's shown as `Date: Wed Sep 28 15:18:41 2022 +0200` but shallow-since does not pull it | 10:52 |
Adri2000 | agreed! both AuthorDate and CommitDate are Sep 28, so I don't know what else we're missing | 10:53 |
noonedeadpunk | smth really weird going on on all branches actually | 11:06 |
noonedeadpunk | except yoga | 11:07 |
*** ysandeep|afk is now known as ysandeep | 11:14 | |
noonedeadpunk | Adri2000: what if you try to drop /etc/ansible/roles/* ? | 11:18 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/wallaby: Let git choose the branch when cloning a repo https://review.opendev.org/c/openstack/openstack-ansible/+/861616 | 11:19 |
noonedeadpunk | and ^ will also be needed | 11:19 |
noonedeadpunk | I think we do smth wrong in our fetch script, not sure what though. but dropping directory helped me at least | 11:20 |
noonedeadpunk | ah, no, damn | 11:21 |
noonedeadpunk | Adri2000: I can suggest only updating SHA to b5e0cb2331e75c7e6dbfb3cc40857951aef70212 | 11:47 |
noonedeadpunk | I will propose new bugfix release... | 11:47 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/wallaby: Bump OpenStack-Ansible Wallaby https://review.opendev.org/c/openstack/openstack-ansible/+/861601 | 11:49 |
Adri2000 | noonedeadpunk: yep I had tried deleting /etc/ansible/roles/config_template/ already, and even reproduced the problem of a brand new machine | 11:57 |
Adri2000 | on* | 11:57 |
noonedeadpunk | yeah, you're right | 11:57 |
*** dviroel_ is now known as dviroel | 12:24 | |
admin1 | hi all .. for issues like "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false" -- which comes usually on re-running setup-openstack .. is there a quick way to override this ? like -e no_log: false or something ? | 12:33 |
noonedeadpunk | nah, nothing exists as of today for that | 12:34 |
noonedeadpunk | But I was thinking about introducing variable for that indeed | 12:34 |
mgariepy | good morning ! | 12:42 |
jrosser_ | hello | 12:43 |
damiandabrowski | hi! | 12:55 |
noonedeadpunk | \o/ | 12:59 |
opendevreview | Merged openstack/openstack-ansible master: Minor grammar cleanup https://review.opendev.org/c/openstack/openstack-ansible/+/861462 | 13:59 |
*** dviroel is now known as dviroel|lunch | 15:34 | |
*** ysandeep is now known as ysandeep|out | 16:26 | |
*** dviroel|lunch is now known as dviroel | 16:27 | |
opendevreview | Merged openstack/openstack-ansible stable/wallaby: Let git choose the branch when cloning a repo https://review.opendev.org/c/openstack/openstack-ansible/+/861616 | 18:18 |
opendevreview | Merged openstack/ansible-role-systemd_service master: Allow to define pre-start and post-stop tasks https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/861350 | 19:19 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Cleanup unused templates https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/861362 | 19:56 |
opendevreview | Merged openstack/ansible-role-systemd_networkd master: Add repos only when there're packages for install https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/861452 | 20:12 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Revert "Remove the neutron-fwaas since it retired" https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860902 | 20:42 |
*** dviroel is now known as dviroel|out | 21:31 | |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Drop VPNAAS overrides variables https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860922 | 21:45 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!