*** spatel has joined #openstack-ansible | 00:05 | |
*** jawad_axd has joined #openstack-ansible | 00:09 | |
*** spatel has quit IRC | 00:10 | |
*** yann-kaelig has quit IRC | 00:10 | |
*** cshen has quit IRC | 00:20 | |
*** tosky has quit IRC | 00:47 | |
*** jawad_axd has quit IRC | 01:13 | |
*** jawad_axd has joined #openstack-ansible | 01:13 | |
*** maharg101 has joined #openstack-ansible | 01:26 | |
*** maharg101 has quit IRC | 01:31 | |
*** spatel has joined #openstack-ansible | 01:36 | |
*** rfolco has joined #openstack-ansible | 02:15 | |
*** cshen has joined #openstack-ansible | 02:15 | |
*** cshen has quit IRC | 02:19 | |
*** rfolco has quit IRC | 02:20 | |
*** rfolco has joined #openstack-ansible | 02:30 | |
*** mmethot has quit IRC | 03:06 | |
*** maharg101 has joined #openstack-ansible | 03:27 | |
*** maharg101 has quit IRC | 03:32 | |
*** rfolco has quit IRC | 03:45 | |
*** maharg101 has joined #openstack-ansible | 03:59 | |
*** cshen has joined #openstack-ansible | 04:15 | |
*** cshen has quit IRC | 04:19 | |
*** spatel has quit IRC | 05:10 | |
*** mmethot has joined #openstack-ansible | 05:20 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] https://review.opendev.org/c/openstack/openstack-ansible/+/766826 | 06:09 |
---|---|---|
*** cshen has joined #openstack-ansible | 06:15 | |
*** cshen has quit IRC | 06:20 | |
*** gyee has quit IRC | 06:43 | |
*** cshen has joined #openstack-ansible | 07:44 | |
*** cshen has quit IRC | 07:49 | |
jrosser | noonedeadpunk: maybe we put LIBSYSTEMD_VERSION into deployment_environment_variables during bootstrap_aio? then it would be set in the scope of the playbook/tasks | 08:04 |
noonedeadpunk | but it is set :( at least on playbook level, but maybe not on task level https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_d28/766826/1/check/openstack-ansible-deploy-aio_metal-centos-8/d280cf1/logs/ara-report/results/604.html | 08:06 |
noonedeadpunk | so maybe specificly when running pip command env is not passed.... | 08:06 |
jrosser | oh, does that run with 'command'? | 08:06 |
* jrosser looks | 08:06 | |
noonedeadpunk | no, I don't think so... | 08:06 |
noonedeadpunk | but I really have no idea what's wrong, considering tests were passing yestarday | 08:07 |
jrosser | https://github.com/openstack/ansible-role-python_venv_build/blob/master/tasks/python_venv_wheel_build.yml#L136 | 08:07 |
noonedeadpunk | however I think we don't run python_venv_wheel_build now in CI | 08:08 |
noonedeadpunk | https://github.com/openstack/ansible-role-python_venv_build/blob/master/defaults/main.yml#L113 | 08:08 |
noonedeadpunk | but installation is also command :( | 08:09 |
noonedeadpunk | *not command | 08:09 |
jrosser | right, so in CI it fails inside here https://github.com/openstack/ansible-role-python_venv_build/blob/master/tasks/python_venv_install.yml#L126 | 08:10 |
noonedeadpunk | yeah | 08:10 |
noonedeadpunk | but maybe module does have some different env from where we run playbook | 08:12 |
noonedeadpunk | but we can totally try using deployment_environment_variables | 08:12 |
jrosser | i wonder if pip module is somehow unusual behaviour if it really executes pip command internally | 08:13 |
*** cshen has joined #openstack-ansible | 08:13 | |
jrosser | rather than other modules which have more native python implementation | 08:13 |
noonedeadpunk | well according to ara it does execute pip command | 08:13 |
noonedeadpunk | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_d28/766826/1/check/openstack-ansible-deploy-aio_metal-centos-8/d280cf1/logs/ara-report/results/648.html | 08:13 |
noonedeadpunk | to it feels more like wrapper I guess | 08:14 |
noonedeadpunk | maybe we should also adjust /etc/environment in some zuul pre-run | 08:16 |
noonedeadpunk | or some bashrc dunno | 08:16 |
jrosser | https://github.com/ansible/ansible/blob/3e9943bc5e7a9cd393757aa8100d7fed80bd316e/lib/ansible/modules/pip.py#L754 | 08:16 |
noonedeadpunk | because /etc/environment is properly applied only after reboot iirc | 08:17 |
jrosser | new login session iirc | 08:17 |
noonedeadpunk | yeah, we can't have it either | 08:18 |
jrosser | maybe a bunch of patches then :( | 08:18 |
jrosser | but the same tasks in pre-zuul, and also the deployment env vars | 08:18 |
jrosser | something must make it go :/ | 08:18 |
noonedeadpunk | maybe we should just symlink system installed python-systemd into venvs.... | 08:35 |
noonedeadpunk | but it's really patching every repo.... | 08:36 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] https://review.opendev.org/c/openstack/openstack-ansible/+/766826 | 08:53 |
noonedeadpunk | the most annoying part is that it has been working... and even patches rebased on top of it were passing | 08:54 |
noonedeadpunk | so I'm a bit worrid if centos hasn't changed anything again so our workaround just do not work | 08:54 |
noonedeadpunk | but lxc is working, so.... | 08:55 |
noonedeadpunk | probably env is weird somehow | 08:55 |
noonedeadpunk | and now is my time to struggle with octavia :p | 09:02 |
noonedeadpunk | it's really pretty a challendge to make use of interface that is provisioned by neutron lxb | 09:02 |
admin0 | noonedeadpunk, are you trying flat network for octavia ? | 09:13 |
noonedeadpunk | nah, trying usual vlan interface. the problem is that I don't have br-vlan, but just bond0 interface set to act as br-vlan | 09:13 |
noonedeadpunk | but veth should still work I guess | 09:14 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_masakari master: Add taskflow connection details https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/766830 | 09:30 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Correct the haproxy reload hook from 'post' to 'deploy' https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/766831 | 09:54 |
admin0 | it will | 09:54 |
*** fresta has quit IRC | 11:27 | |
*** fresta has joined #openstack-ansible | 11:30 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] https://review.opendev.org/c/openstack/openstack-ansible/+/766826 | 11:38 |
jawad_axd | Can somebody please push me on it. " Cannot update service status on host "host00" since it is not registered" . Newly added compute is enabled but state DOWN. http://paste.openstack.org/show/800980/ | 11:54 |
jawad_axd | using stein-stable | 11:56 |
jawad_axd | and Centos | 11:57 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] https://review.opendev.org/c/openstack/openstack-ansible/+/766826 | 12:27 |
*** tosky has joined #openstack-ansible | 13:00 | |
*** kukacz has quit IRC | 13:41 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [DNM] https://review.opendev.org/c/openstack/openstack-ansible/+/766826 | 13:42 |
*** kukacz has joined #openstack-ansible | 14:07 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia master: [doc] Adjut octavia docs https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/766833 | 14:12 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Apply /etc/environment for runtime after adjustment https://review.opendev.org/c/openstack/openstack-ansible/+/766244 | 14:29 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia master: [doc] Adjut octavia docs https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/766833 | 15:03 |
*** spatel has joined #openstack-ansible | 15:38 | |
*** spatel has quit IRC | 15:42 | |
admin0 | is it possible to tell osa to use apt-cacher-ng ? | 15:55 |
admin0 | for the hosts and containers | 15:56 |
admin0 | also if anyone has a good howto for swift with osa | 16:03 |
jrosser | admin0: you can point to your own mirror if you have one https://docs.openstack.org/openstack-ansible/latest/user/limited-connectivity/index.html | 16:28 |
jrosser | OSA will not create a mirror for you | 16:28 |
*** tosky has quit IRC | 17:24 | |
*** kukacz has quit IRC | 18:37 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Make container_bridge optional for provider networks https://review.opendev.org/c/openstack/openstack-ansible/+/765174 | 18:40 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Ensure kuryr repo is available within CI images https://review.opendev.org/c/openstack/openstack-ansible/+/765765 | 18:40 |
*** jawad_axd has quit IRC | 18:40 | |
*** kukacz has joined #openstack-ansible | 19:01 | |
*** vesper has quit IRC | 19:41 | |
*** kukacz has quit IRC | 19:44 | |
*** vesper11 has joined #openstack-ansible | 19:48 | |
*** kukacz has joined #openstack-ansible | 20:07 | |
openstackgerrit | Merged openstack/openstack-ansible master: Apply /etc/environment for runtime after adjustment https://review.opendev.org/c/openstack/openstack-ansible/+/766244 | 20:49 |
*** jbadiapa has joined #openstack-ansible | 20:50 | |
*** jbadiapa has quit IRC | 20:52 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Apply /etc/environment for runtime after adjustment https://review.opendev.org/c/openstack/openstack-ansible/+/766798 | 20:56 |
*** tosky has joined #openstack-ansible | 21:02 | |
admin0 | just wondering when you want to run the ceph mons on the controllers, but still manage ceph externally (using ceph-ansible) .. how do you install the mons .. just pass the controller ip to mon and set it up bare-metal .. or create lxc containes to match with osa and plug it in to br-storage ? | 21:05 |
*** dave-mccowan has joined #openstack-ansible | 22:19 | |
*** vesper11 has quit IRC | 22:50 | |
*** vesper11 has joined #openstack-ansible | 22:56 | |
*** lemko3 has joined #openstack-ansible | 23:05 | |
*** lemko has quit IRC | 23:06 | |
*** lemko3 is now known as lemko | 23:06 | |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/ussuri: Fix libsystemd version for Centos https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/766707 | 23:13 |
*** rfolco has joined #openstack-ansible | 23:23 | |
*** rfolco has quit IRC | 23:39 | |
*** tosky has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!