tux_ | I have submitted bug here so more people can see it https://bugs.launchpad.net/openstack-ansible/+bug/1782051 | 00:04 |
---|---|---|
openstack | Launchpad bug 1782051 in openstack-ansible "Install PIP Failed " [Undecided,New] | 00:04 |
tux_ | Why there are so many moving parts in OSA :( | 00:10 |
tux_ | whenever i try to do something always failed :( and hack something to fix it | 00:11 |
tux_ | is it related to this bug? https://bugs.launchpad.net/openstack-ansible/+bug/1779534 | 00:17 |
openstack | Launchpad bug 1779534 in openstack-ansible "pip install offline fails with new version of get-pip.py" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 00:17 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add config overrides for systemd for better auditing https://review.openstack.org/583057 | 00:23 |
*** nurdie has joined #openstack-ansible | 00:25 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add additional ES cluster tuning https://review.openstack.org/583039 | 00:30 |
*** nurdie has quit IRC | 00:30 | |
*** poul has joined #openstack-ansible | 00:45 | |
*** poul has quit IRC | 00:50 | |
tux_ | curious why in this bug they are saying pip version 7.1.2 instead of 9.0.2 ?? | 00:53 |
tux_ | https://review.openstack.org/#/c/579924/ | 00:53 |
*** poul has joined #openstack-ansible | 01:03 | |
*** poul has quit IRC | 01:07 | |
*** nurdie has joined #openstack-ansible | 01:10 | |
cloudnull | tux_ the pip version is just a notice | 01:13 |
*** gregoryo has joined #openstack-ansible | 01:13 | |
cloudnull | tux_ are you doing an offline install ? | 01:15 |
cloudnull | tux_ on the node running that command can you execute `python /opt/get-pip.py --isolated --constraint /opt/global-requirement-pins.txt --constraint http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?id=60d840183f0665483e942649e5bc3e4f6ecbbad3 pip setuptools wheel` ? | 01:16 |
cloudnull | is that failing directly? | 01:16 |
cloudnull | maybe something with DNS ? | 01:17 |
tux_ | cloudnull: i am not doing offline | 01:19 |
tux_ | cloudnull: i am just running simple setup-hosts.yml | 01:20 |
tux_ | cloudnull: here is the result of your command http://paste.openstack.org/show/726062/ | 01:21 |
tux_ | I can ping "git.openstack.org" so its not DNS issue, right? | 01:21 |
cloudnull | no i suspect not | 01:24 |
cloudnull | http://paste.openstack.org/show/726063/ | 01:24 |
* cloudnull trying locally | 01:25 | |
cloudnull | running on Python 2.7.12 | 01:26 |
tux_ | cloudnull: do you want me to do "pip install --upgrade pip" on host ? | 01:26 |
tux_ | my version Python 2.7.5 | 01:26 |
cloudnull | im on pip 9.0.3 from /usr/local/lib/python2.7/dist-packages (python 2.7) | 01:26 |
tux_ | same here | 01:26 |
-tux_- [root@ostack-log-01 opt]# pip -V | 01:26 | |
-tux_- pip 9.0.3 from /usr/lib/python2.7/site-packages (python 2.7) | 01:26 | |
tux_ | cloudnull: this command throwing error python /opt/get-pip.py --isolated --constraint /opt/global-requirement-pins.txt --constraint http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?id=60d840183f0665483e942649e5bc3e4f6ecbbad3 pip setuptools wheel | 01:28 |
tux_ | should i try ? pip install --upgrade pip | 01:28 |
cloudnull | your running 16.0.15 ? | 01:28 |
tux_ | I was running 16.0.14 and life was good, today i thought let me upgrade it to 16.0.15 and stuck here | 01:29 |
cloudnull | try `pip uninstall pip` | 01:29 |
cloudnull | then rerun that command | 01:29 |
tux_ | ok | 01:29 |
cloudnull | I have a sneaky suspicion that this is something related to older python. | 01:30 |
* cloudnull has not proved that yet | 01:30 | |
tux_ | cloudnull: after uninstall pip getting same error :( | 01:30 |
cloudnull | try `python /opt/get-pip.py --isolated` | 01:30 |
cloudnull | see if that completes | 01:30 |
cloudnull | which would give you the absolute latest pip | 01:31 |
*** nurdie has quit IRC | 01:31 | |
tux_ | cloudnull: http://paste.openstack.org/show/726064/ | 01:31 |
tux_ | same error | 01:31 |
cloudnull | one mor etime python /opt/get-pip.py --isolated --force --upgrade | 01:31 |
*** nurdie has joined #openstack-ansible | 01:32 | |
tux_ | ok | 01:32 |
tux_ | same error :( | 01:32 |
cloudnull | buuu. | 01:32 |
*** vurtz has joined #openstack-ansible | 01:32 | |
tux_ | everything was working good with 9.0.3 (in tag 16.0.14) | 01:33 |
cloudnull | is it always in "/tmp/tmpK1kHoh" ? | 01:33 |
tux_ | ???? | 01:33 |
tux_ | i didn't get your point | 01:33 |
tux_ | File "/tmp/tmp48tPOh/pip.zip/pip/basecommand.py", line 211, in main | 01:34 |
tux_ | This is the error | 01:34 |
tux_ | cloudnull: FYI, i am running centOS 7.3.1611 | 01:35 |
cloudnull | i was curious if it was always using the same temp folder | 01:36 |
*** nurdie has quit IRC | 01:36 | |
tux_ | what are the option here ? | 01:37 |
tux_ | cloudnull: i meant how fix issue :( | 01:37 |
cloudnull | move /root/.cache/pip to /root/.cache/pip.backup and try the original command again | 01:37 |
cloudnull | maybe the local cache is all messed up ? | 01:38 |
tux_ | let me try | 01:39 |
cloudnull | http://paste.openstack.org/show/726065/ | 01:40 |
tux_ | crap same error again | 01:40 |
cloudnull | I dont have python2.5 to try w/ but let me see if i can make that go w/ pyenv | 01:41 |
-tux_- [root@ostack-log-01 opt]# python -V | 01:41 | |
-tux_- Python 2.7.5 | 01:41 | |
tux_ | my version | 01:41 |
*** vurtz has quit IRC | 01:43 | |
cloudnull | im installing that now | 01:49 |
cloudnull | just a min | 01:49 |
tux_ | ok | 01:50 |
tux_ | cloudnull: i am here (not going anywhere until fix this issue) | 01:51 |
tux_ | cloudnull: i was thinking to go live next week but because of this issue i have to hold on | 01:51 |
cloudnull | http://paste.openstack.org/show/726066/ | 01:54 |
cloudnull | maybe try pulling a new version of the get-pip.py script ? | 01:55 |
cloudnull | https://bootstrap.pypa.io/get-pip.py | 01:55 |
*** poul has joined #openstack-ansible | 01:55 | |
tux_ | hmmmm | 01:56 |
tux_ | let me try new version | 01:56 |
cloudnull | http://paste.openstack.org/show/726067/ | 01:57 |
cloudnull | I pulled a local version and then installed with that | 01:57 |
tux_ | cloudnull: damn it http://paste.openstack.org/show/726068/ | 01:57 |
cloudnull | maybe something is not right with the version we had in 16.0.14 ? | 01:57 |
tux_ | cloudnull: look like it works | 01:58 |
cloudnull | woot! | 01:58 |
tux_ | OSA using 3.2 version | 01:58 |
cloudnull | there's no expectation that the script would be broken between a release ... i'm curious what the issue was.. | 01:59 |
cloudnull | ? | 01:59 |
cloudnull | 3.2? | 01:59 |
tux_ | https://bugs.launchpad.net/openstack-ansible/+bug/1779534 | 01:59 |
openstack | Launchpad bug 1779534 in openstack-ansible "pip install offline fails with new version of get-pip.py" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 01:59 |
tux_ | cloudnull: check this out https://review.openstack.org/#/c/580117/ | 01:59 |
tux_ | /etc/ansible/roles/pip_install/defaults/main.yml | 02:00 |
*** poul has quit IRC | 02:00 | |
cloudnull | ah i see :) | 02:00 |
tux_ | pip_upstream_url: https://bootstrap.pypa.io/3.2/get-pip.py | 02:00 |
cloudnull | odyssey4me to the rescue :) | 02:00 |
tux_ | should i remove 3.2 here? | 02:00 |
tux_ | how do i fix this so i can move on ? | 02:01 |
cloudnull | do you have that option in your role ? | 02:02 |
tux_ | i can edit role directly if you want | 02:02 |
cloudnull | no you can set that in an user_variable.yml file | 02:02 |
tux_ | yes in 16.0.15 that option is there 3.2 | 02:02 |
cloudnull | hum . | 02:02 |
tux_ | look like someone push that in this bug https://bugs.launchpad.net/openstack-ansible/+bug/1779534 | 02:03 |
openstack | Launchpad bug 1779534 in openstack-ansible "pip install offline fails with new version of get-pip.py" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 02:03 |
tux_ | I have following in my role | 02:03 |
cloudnull | mind trying one more time w/ https://bootstrap.pypa.io/3.3/get-pip.py | 02:03 |
-tux_- ## Path to pip download/installation script. | 02:03 | |
-tux_- pip_upstream_url: https://bootstrap.pypa.io/3.2/get-pip.py | 02:03 | |
-tux_- pip_fallback_url: https://raw.githubusercontent.com/pypa/get-pip/master/3.2/get-pip.py | 02:03 | |
tux_ | let me do that | 02:03 |
cloudnull | just to see if it''s a bug w/ 3.2 | 02:04 |
tux_ | 3.3 works :) | 02:04 |
tux_ | let me try 3.2 again and see | 02:04 |
cloudnull | ok. | 02:05 |
tux_ | 3.2 got same error | 02:05 |
tux_ | i think we need 3.3 | 02:05 |
cloudnull | ++ | 02:05 |
cloudnull | set those options in your user_variables.yml file | 02:05 |
cloudnull | so that you can get past this error | 02:05 |
cloudnull | then lets get a pr up to bump that | 02:06 |
tux_ | user_variables --> pip_upstream_url: https://bootstrap.pypa.io/3.3/get-pip.py | 02:06 |
cloudnull | mind dumping that into the bug ? | 02:06 |
cloudnull | yes. | 02:06 |
tux_ | Okay going to update bug also | 02:06 |
tux_ | cloudnull: thanks for helping me out.. | 02:07 |
*** dave-mccowan has joined #openstack-ansible | 02:07 | |
cloudnull | you should set http://paste.openstack.org/show/726070/ | 02:07 |
cloudnull | in your user_variables.yml file | 02:07 |
cloudnull | then it will override all of the defaults | 02:07 |
cloudnull | and let you get past this | 02:08 |
cloudnull | NP tux_ happy to help where i can | 02:08 |
cloudnull | # /etc/openstack_deploy/user_variables.yml | 02:08 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Collect facts by default https://review.openstack.org/583076 | 02:09 |
*** poul has joined #openstack-ansible | 02:13 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install master: Update get-pip to version 3.3 https://review.openstack.org/583077 | 02:13 |
cloudnull | tux_ ^ | 02:13 |
tux_ | I have updated bug here https://bugs.launchpad.net/openstack-ansible/+bug/1779534 | 02:13 |
openstack | Launchpad bug 1779534 in openstack-ansible "pip install offline fails with new version of get-pip.py" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 02:13 |
cloudnull | thanks ! | 02:13 |
cloudnull | evrardjp odyssey4me hwoarang d34dh0r53 mgariepy jmccrory logan- ^ if you all have a moment to review we should get that backported. | 02:14 |
cloudnull | -cc spotz | 02:14 |
cloudnull | ok tux_ im signing off for a min | 02:15 |
cloudnull | bbl possibly | 02:15 |
cloudnull | let us know how the rest of the upgrade goes | 02:15 |
tux_ | cloudnull: Thanks a lot, i am back in life after that patch :) | 02:15 |
cloudnull | thats great ! | 02:15 |
tux_ | i am always here so sure will let you know | 02:15 |
*** poul has quit IRC | 02:17 | |
*** nurdie has joined #openstack-ansible | 02:20 | |
openstackgerrit | Leopard Ma proposed openstack/openstack-ansible-os_swift master: Add source code repository notes link to README https://review.openstack.org/583082 | 02:20 |
*** dave-mcc_ has joined #openstack-ansible | 02:24 | |
*** dave-mccowan has quit IRC | 02:25 | |
openstackgerrit | Corey Wright proposed openstack/openstack-ansible-ops master: mnaio: Correct LVM terminology in task names https://review.openstack.org/583083 | 02:25 |
openstackgerrit | Leopard Ma proposed openstack/openstack-ansible-os_searchlight master: Add source code repository notes link to README https://review.openstack.org/583084 | 02:26 |
*** poul has joined #openstack-ansible | 02:30 | |
*** poul has quit IRC | 02:34 | |
*** cshen has joined #openstack-ansible | 02:39 | |
*** cshen has quit IRC | 02:44 | |
openstackgerrit | Leopard Ma proposed openstack/openstack-ansible-os_nova master: Add source code repository notes link to README https://review.openstack.org/583089 | 02:50 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Collect facts by default https://review.openstack.org/583076 | 02:51 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: mnaio: Correct LVM terminology in task names https://review.openstack.org/583083 | 03:00 |
openstackgerrit | Leopard Ma proposed openstack/openstack-ansible-os_ironic master: Add source code repository notes link to README https://review.openstack.org/583090 | 03:01 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Remove the unnecessary space https://review.openstack.org/582780 | 03:02 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Adds Ubuntu 18.04 Bionic image to MNAIO https://review.openstack.org/582600 | 03:02 |
*** lbragstad has quit IRC | 03:05 | |
*** poul has joined #openstack-ansible | 03:22 | |
*** poul has quit IRC | 03:26 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Tidy Heartbeat service names https://review.openstack.org/581260 | 03:28 |
*** dave-mcc_ has quit IRC | 03:30 | |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Update get-pip to version 3.3 https://review.openstack.org/583077 | 03:31 |
*** poul has joined #openstack-ansible | 03:39 | |
*** poul has quit IRC | 03:44 | |
*** nurdie has quit IRC | 03:47 | |
*** nurdie has joined #openstack-ansible | 03:47 | |
*** udesale has joined #openstack-ansible | 03:50 | |
*** nurdie has quit IRC | 03:52 | |
*** poul has joined #openstack-ansible | 03:57 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add systemd configs and update playbook uniformity https://review.openstack.org/583099 | 04:00 |
*** poul has quit IRC | 04:01 | |
*** poopcat has quit IRC | 04:04 | |
*** tux_ has quit IRC | 04:05 | |
*** poul has joined #openstack-ansible | 04:06 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add systemd configs and update playbook uniformity https://review.openstack.org/583099 | 04:07 |
*** poul has quit IRC | 04:11 | |
*** poul has joined #openstack-ansible | 04:15 | |
*** poul has quit IRC | 04:19 | |
*** Bhujay has joined #openstack-ansible | 04:22 | |
openstackgerrit | Christian Zunker proposed openstack/openstack-ansible master: Example setup for gnocchi with ceph and redis https://review.openstack.org/582946 | 04:24 |
*** poul has joined #openstack-ansible | 04:32 | |
*** chyka has joined #openstack-ansible | 04:36 | |
*** poul has quit IRC | 04:36 | |
*** nurdie has joined #openstack-ansible | 04:38 | |
openstackgerrit | Christian Zunker proposed openstack/openstack-ansible master: Example setup for gnocchi with ceph and redis https://review.openstack.org/582946 | 04:38 |
*** chyka has quit IRC | 04:40 | |
*** sandipan has joined #openstack-ansible | 04:49 | |
*** poul has joined #openstack-ansible | 04:49 | |
sandipan | Hi evrardjp | 04:51 |
*** poul has quit IRC | 04:53 | |
prometheanfire | sandipan: hi | 04:55 |
sandipan | Hi prometheanfire | 04:56 |
sandipan | I was asking yesterday how to deploy Nova-kvm and Nova-ironic in a single environment , is it possible ? | 04:57 |
sandipan | my doubt is on the networking part | 04:58 |
sandipan | Is IPMI and PXE boot network needs seperate cahnnel ? | 04:58 |
sandipan | or can it be possible to do with the existing br-mgmt network, my version is queens tag 17.0.5 | 04:59 |
sandipan | it is a multinode deployment , which is working fine with nova-kvm and I do not want to disturb the same | 05:00 |
prometheanfire | iirc they can be the same, but they should be separate | 05:01 |
prometheanfire | I've done multi-node kvm+ironic compute on pike and queens | 05:02 |
sandipan | ok, can you please help me do the same ? | 05:02 |
sandipan | how is your network config | 05:03 |
prometheanfire | node gets tagged with a resource class https://github.com/openstack/openstack-ansible-ops/blob/master/scripts/ironic_register-nodes.sh#L46 | 05:03 |
prometheanfire | flavor gets tagged with a resource class https://github.com/openstack/openstack-ansible-ops/blob/master/scripts/ironic_register-nodes.sh#L61 (at least one) | 05:03 |
prometheanfire | image gets tagged with ironic https://github.com/openstack/openstack-ansible-ops/blob/master/scripts/ironic_generate-images.sh#L44 | 05:03 |
prometheanfire | those should solve the scheduling | 05:03 |
prometheanfire | I recommend having a seperate ipmi and tftp(ironic) network | 05:04 |
sandipan | ok , is has to be flat and untagged , right ? | 05:04 |
prometheanfire | depends on how neutron will see it | 05:05 |
prometheanfire | you could technically make it vlan or whatever, as long as neutron understands it as another l2 network | 05:05 |
*** prasen has joined #openstack-ansible | 05:05 | |
prometheanfire | the ironic-compute nodes should see the network as flat and untagged though | 05:06 |
prometheanfire | UNLESS you have neutron controlling your switching too | 05:06 |
prometheanfire | haven't tested that with neutron though | 05:06 |
*** poul has joined #openstack-ansible | 05:06 | |
*** poul has quit IRC | 05:11 | |
*** udesale_ has joined #openstack-ansible | 05:35 | |
*** udesale has quit IRC | 05:35 | |
*** udesale_ has quit IRC | 05:40 | |
*** Bhujay has quit IRC | 05:44 | |
*** tux_ has joined #openstack-ansible | 05:56 | |
*** poul has joined #openstack-ansible | 05:59 | |
*** tux_ has quit IRC | 06:00 | |
*** poul has quit IRC | 06:03 | |
*** udesale_ has joined #openstack-ansible | 06:11 | |
*** lvdombrkr has joined #openstack-ansible | 06:13 | |
*** poul has joined #openstack-ansible | 06:16 | |
*** lvdombrkr89 has joined #openstack-ansible | 06:17 | |
*** biffi has joined #openstack-ansible | 06:19 | |
*** lvdombrkr has quit IRC | 06:20 | |
*** poul has quit IRC | 06:20 | |
*** biffi has quit IRC | 06:25 | |
*** biffi has joined #openstack-ansible | 06:27 | |
*** Bhujay has joined #openstack-ansible | 06:28 | |
openstackgerrit | Nguyen Hung Phuong proposed openstack/openstack-ansible-rsyslog_client master: fix tox python3 overrides https://review.openstack.org/580919 | 06:30 |
*** poul has joined #openstack-ansible | 06:33 | |
*** nurdie_ has joined #openstack-ansible | 06:35 | |
*** nurdie__ has joined #openstack-ansible | 06:37 | |
*** nurdie__ has quit IRC | 06:37 | |
*** nurdie has quit IRC | 06:37 | |
*** poul has quit IRC | 06:38 | |
*** nurdie has joined #openstack-ansible | 06:38 | |
*** nurdie_ has quit IRC | 06:40 | |
*** nurdie has quit IRC | 06:42 | |
*** guilhermesp has quit IRC | 06:44 | |
*** guilhermesp has joined #openstack-ansible | 06:44 | |
*** nurdie has joined #openstack-ansible | 06:46 | |
*** nurdie has quit IRC | 06:50 | |
*** poul has joined #openstack-ansible | 06:51 | |
*** poul has quit IRC | 06:55 | |
*** shardy has joined #openstack-ansible | 07:06 | |
*** pmannidi has quit IRC | 07:13 | |
*** epalper has joined #openstack-ansible | 07:16 | |
*** Bhujay has quit IRC | 07:21 | |
*** hachi has joined #openstack-ansible | 07:29 | |
*** tosky has joined #openstack-ansible | 07:38 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: vars: SUSE: Drop python-pycrypto from SUSE packages https://review.openstack.org/583013 | 07:47 |
*** DanyC has joined #openstack-ansible | 07:51 | |
*** DanyC has quit IRC | 07:51 | |
*** suggestable has joined #openstack-ansible | 07:53 | |
*** suggestable has quit IRC | 07:53 | |
*** DanyC has joined #openstack-ansible | 07:53 | |
*** suggestable has joined #openstack-ansible | 07:54 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_nova master: [DNM] - Testing openSUSE nova role https://review.openstack.org/495767 | 07:57 |
hwoarang | good morning | 07:57 |
evrardjp | morning hwoarang | 08:05 |
_moep_ | morning | 08:05 |
evrardjp | morning _moep_ | 08:06 |
*** poul_ has joined #openstack-ansible | 08:09 | |
*** electrofelix has joined #openstack-ansible | 08:10 | |
*** chyka has joined #openstack-ansible | 08:12 | |
odyssey4me | o/ | 08:13 |
*** chyka has quit IRC | 08:16 | |
odyssey4me | evrardjp: it looks to me like moving the mq tasks into the roles would help remove some of the var mapping issues? | 08:19 |
hwoarang | i am trying to reproduce some tempest failures | 08:22 |
hwoarang | but the log has 'X-Auth-Token': '<omitted>' | 08:22 |
hwoarang | so i can't get past the authorization bit | 08:22 |
hwoarang | do you know how i can obtain this token? | 08:22 |
*** shardy has quit IRC | 08:24 | |
*** admin0 has joined #openstack-ansible | 08:24 | |
*** Bhujay has joined #openstack-ansible | 08:28 | |
hwoarang | ok nm found an alternative | 08:31 |
odyssey4me | evrardjp or andymccr: could you please review https://review.openstack.org/582333 / https://review.openstack.org/582356 if you have a few minutes | 08:33 |
odyssey4me | evrardjp andymccr hwoarang if you could take the time to review https://review.openstack.org/582381 / https://review.openstack.org/582365 / https://review.openstack.org/582377 / https://review.openstack.org/582328 I'd appreciate it | 08:35 |
*** Bhujay has quit IRC | 08:35 | |
odyssey4me | also https://review.openstack.org/582720 | 08:36 |
odyssey4me | and https://review.openstack.org/582513 | 08:36 |
*** shardy has joined #openstack-ansible | 08:37 | |
*** DELL_ has joined #openstack-ansible | 08:38 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582324 | 08:38 |
hwoarang | could anyone sum up the following lines for me https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-keystone-install.yml#L166-L191 ? | 08:38 |
hwoarang | i found that these are not being executed for distro installs so keystone db_sync never happens | 08:38 |
hwoarang | not quite sure what we are checking there and why | 08:39 |
odyssey4me | hwoarang: it checks the local facts for the members of the group to see if all hosts are running the same version of keystone, once they are, it executes the db contract | 08:40 |
hwoarang | odyssey4me: i guess it's safe to skip it for distro? | 08:41 |
odyssey4me | this is because if you do the db contract with mixed versions, it will cause a service failure | 08:41 |
*** gkadam has joined #openstack-ansible | 08:41 | |
*** prasen has quit IRC | 08:41 | |
odyssey4me | hwoarang: no, I don't think so unless the db contract is being handles in some other way | 08:41 |
*** nurdie has joined #openstack-ansible | 08:41 | |
odyssey4me | the reason the distro install is not running it is because the tag is not being placed for that code path | 08:42 |
hwoarang | tag? | 08:42 |
odyssey4me | so either the tag should be placed for that code path, or a better mechanism should be devised which works for both | 08:42 |
hwoarang | ah venv_tag | 08:42 |
odyssey4me | it gathers the venv_tag: https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-keystone-install.yml#L170 | 08:43 |
odyssey4me | which is only placed in the source install: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_install_source.yml#L114-L119 | 08:43 |
hwoarang | yeah... | 08:43 |
hwoarang | tricky | 08:43 |
odyssey4me | so the name isn't all that good to cover both mechanisms - but perhaps for now it's best to just use the same for both and keep the current name, then we do something next cycle to change that mechanism up | 08:44 |
hwoarang | you mean to register a common venv_tag even for distro installs? | 08:44 |
odyssey4me | I have some ideas which I'd like us to discuss and perhaps hack at the PTG ro improve the rolling upgrades. | 08:44 |
hwoarang | like a fake on possible to match the keystone-manage --version? | 08:45 |
odyssey4me | to answer your question, yes | 08:45 |
hwoarang | *fake one | 08:45 |
hwoarang | *possibly | 08:45 |
hwoarang | can't type today | 08:45 |
hwoarang | ok | 08:45 |
odyssey4me | the 'venv' tag is just the 'openstack_release' value anyway | 08:46 |
*** nurdie has quit IRC | 08:46 | |
hwoarang | ok so i can perhaps move the venv_tag task from install_source to install file ? | 08:46 |
odyssey4me | so perhaps next cycle we should rename that, I think it's a bit late in the cycle to do all that now | 08:47 |
hwoarang | ok | 08:47 |
odyssey4me | yeah, I think so - it should happen after the installation of packages, venvs, etc because the software must actually be there | 08:47 |
odyssey4me | maybe add a TODO note to rename it next cycle so that it's more universal | 08:47 |
hwoarang | ok lets try that | 08:47 |
hwoarang | thank you for the explanation and suggestions | 08:47 |
odyssey4me | sure, no problem | 08:48 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_keystone master: Pull in ldap dependencies via ldappool https://review.openstack.org/583160 | 08:50 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_keystone master: tasks: Record a venv_tag local fact for distro installations https://review.openstack.org/583161 | 08:52 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: Add support for using distribution packages for OpenStack services https://review.openstack.org/579770 | 08:53 |
evrardjp | odyssey4me: it would not help on the wiring. | 08:55 |
evrardjp | we need to move the roles into using the proper oslomsg_(rpc|notify) yes | 08:56 |
odyssey4me | evrardjp: perhaps, but it'd certainly make it easier to isolate the changes and transition | 08:56 |
evrardjp | but we still need wiring | 08:56 |
evrardjp | yeah | 08:56 |
odyssey4me | right now it's taking 3 patches for every change, and it's confusing as hell | 08:56 |
evrardjp | ? | 08:56 |
odyssey4me | one to tests repo, one to integrated repo, one to the role | 08:57 |
evrardjp | well that's why we shouldn't wire the things in tests :p | 08:57 |
odyssey4me | sure, but we do - and don't have anything better right now | 08:57 |
evrardjp | I think the idea is now to globalize what we do in roles: | 08:57 |
evrardjp | defaults/main.yml should have safe "osa defaults" (so planned for integration) | default(basic upstream defaults) | 08:58 |
odyssey4me | yep, agreed | 08:58 |
evrardjp | not sure if I am clear | 08:58 |
odyssey4me | well, actually not sure there | 08:58 |
odyssey4me | basically I think we should be ripping out any settings which are non-glue, or non best-practise "sensible defaults" | 08:59 |
odyssey4me | then we should have the role defaults/main.yml have a namespaced setting which can be individually overridden, but it defaults to taking a global override name | 08:59 |
evrardjp | yes so let's have an example | 09:00 |
evrardjp | for keystone | 09:00 |
evrardjp | defaults/main should hold | 09:00 |
odyssey4me | ie exactly what's being done https://github.com/openstack/openstack-ansible-os_glance/blob/master/defaults/main.yml#L25 and https://github.com/openstack/openstack-ansible-os_glance/blob/master/defaults/main.yml#L101-L106 | 09:00 |
evrardjp | keystone_oslomsg_notify_userid: "{{ oslomsg_notify_userid | default('keystone') }}" | 09:00 |
evrardjp | yeah | 09:01 |
evrardjp | userid is probably a bad example | 09:01 |
odyssey4me | hehe, I was just thinking that | 09:01 |
evrardjp | ;) | 09:02 |
evrardjp | but you understand the idea | 09:02 |
evrardjp | but let's talk about the bad idea now | 09:02 |
evrardjp | the problem is keystone_oslomsg_notify_(userid|password) | 09:02 |
evrardjp | IMO both are credentials | 09:02 |
evrardjp | both should go to secrets :p | 09:02 |
odyssey4me | well, userid I don't think needs to be secret, but the password does | 09:03 |
evrardjp | if they become user_* (and therefore extra vars) it becomes easy to know everywhere. | 09:03 |
evrardjp | I think the password will eventually be there. | 09:04 |
evrardjp | but right now we need wiring | 09:04 |
odyssey4me | did your patch from yesterday get merged or not? | 09:04 |
evrardjp | no timeouts | 09:05 |
evrardjp | no, timeouts* | 09:05 |
evrardjp | https://review.openstack.org/#/c/582891/ | 09:05 |
odyssey4me | :/ | 09:05 |
evrardjp | worse thing, is that now I got further into the sha bump for m3, but I have new issues. | 09:06 |
evrardjp | at least I don't have conflicting credentials | 09:06 |
odyssey4me | ok, so in that patch you're using the 'rabbitmq_password' for each service because that's backwards compatible, right? | 09:06 |
evrardjp | yes, it's a chain basically | 09:07 |
evrardjp | the next commit after that one would be to make sure the rabbitmq user secret would be converted to oslomsg_rpc_ | 09:07 |
evrardjp | but the group vars of oslomsg_notify_ would wire to oslomsg_rpc by default | 09:08 |
evrardjp | but doing this first patch now allows us to breathe a little, and do it over time | 09:08 |
odyssey4me | yeah | 09:09 |
odyssey4me | I think I'll get cracking on moving those tasks into the roles to simplify all that | 09:09 |
odyssey4me | I'll get going this evening. I need to do other work today. | 09:09 |
evrardjp | as I said yesterday, it was that or creating new sets of credentials for notifications which doesn't make sense to me right now | 09:09 |
evrardjp | we could do it (and we probably should for clarity) | 09:09 |
evrardjp | but right now it's so far from what we are doing, I don't want to deal with the upgrade pain | 09:10 |
odyssey4me | hwoarang: could you review this patch please: https://review.openstack.org/582957 | 09:10 |
odyssey4me | evrardjp and hwoarang will need this one done too :/ https://review.openstack.org/582579 | 09:10 |
odyssey4me | evrardjp: quick review if you have another moment: https://review.openstack.org/582513 | 09:12 |
hwoarang | done | 09:15 |
odyssey4me | thank you very much, apologies for the barrage of requests | 09:15 |
hwoarang | no problem | 09:16 |
odyssey4me | hwoarang another one if you have the time https://review.openstack.org/582627 | 09:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_searchlight master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582333 | 09:19 |
hwoarang | done | 09:19 |
*** gregoryo has quit IRC | 09:19 | |
evrardjp | then I will ask hwoarang to https://review.openstack.org/#/c/582891/ | 09:20 |
evrardjp | :) | 09:20 |
evrardjp | odyssey4me: hwoarang this one is importnat: https://review.openstack.org/#/c/582954/ | 09:20 |
evrardjp | breaking multi nodes for now. | 09:21 |
odyssey4me | evrardjp: did you see my question in PS1? | 09:21 |
hwoarang | evrardjp: the first one has zuul -1 | 09:21 |
odyssey4me | why was https://review.openstack.org/#/c/582953/ abandoned? | 09:22 |
hwoarang | pinging an external ip may not be reliable? | 09:23 |
hwoarang | that's my understanding | 09:23 |
evrardjp | odyssey4me: I just saw your question | 09:23 |
evrardjp | ansible_default_ipv4.gateway ? | 09:23 |
evrardjp | yeah I can do that. | 09:23 |
evrardjp | It's less silly. | 09:23 |
odyssey4me | evrardjp: yeah, that seems like a sensible default, don't you think? | 09:23 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Fix haproxy checks https://review.openstack.org/582954 | 09:24 |
evrardjp | odyssey4me: I cancelled https://review.openstack.org/#/c/582953/ because I thought it was better to "fix" than "revert" | 09:25 |
odyssey4me | the commit message should also indicate why it is that having the ping is important (because it provides the arbitration in case a keepalived host is disconnected from the right network) | 09:26 |
odyssey4me | without the ping, there could be a split brain condition | 09:26 |
evrardjp | no that's not really the issue | 09:26 |
evrardjp | the issue is that the nodes could speak to each other | 09:26 |
evrardjp | no split brain | 09:27 |
evrardjp | but the traffic upstream is broken | 09:27 |
evrardjp | so the master node could be not routed | 09:27 |
evrardjp | which doesn't make sense to use | 09:27 |
evrardjp | but yeah | 09:27 |
odyssey4me | ok, then please explain that in the commit - probably better than the content in the current one | 09:27 |
evrardjp | well no... the problem with the current one is that the ping address doesn't exist. | 09:28 |
evrardjp | Let me "complete" this | 09:28 |
odyssey4me | by 'current one' I mean 'the current commit message' | 09:29 |
*** hachi has quit IRC | 09:30 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Fix haproxy checks https://review.openstack.org/582954 | 09:31 |
evrardjp | odyssey4me: ^ | 09:32 |
*** hachi has joined #openstack-ansible | 09:33 | |
*** nurdie has joined #openstack-ansible | 09:34 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_blazar master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/583176 | 09:34 |
*** DELL_ has quit IRC | 09:34 | |
*** nurdie has quit IRC | 09:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582356 | 09:45 |
openstackgerrit | Merged openstack/openstack-ansible-os_zaqar master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582381 | 09:53 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Switch connection/become settings for cinder https://review.openstack.org/582579 | 09:56 |
odyssey4me | hwoarang andymccr if you have a little time, could you take a look at https://review.openstack.org/579527 ? | 09:57 |
*** shardy_ has joined #openstack-ansible | 09:59 | |
odyssey4me | evrardjp: need another review for https://review.openstack.org/582720 | 10:02 |
*** shardy has quit IRC | 10:02 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Use local connection and become for nova_compute https://review.openstack.org/582957 | 10:03 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582365 | 10:05 |
*** liangqi has quit IRC | 10:11 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Remove redundant apt cache update task https://review.openstack.org/582513 | 10:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Only run nova status-check once a compute host has registered https://review.openstack.org/582627 | 10:30 |
*** nurdie has joined #openstack-ansible | 10:58 | |
*** nurdie has quit IRC | 11:03 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Pull in ldap dependencies via ldappool https://review.openstack.org/583160 | 11:05 |
evrardjp | the clock is ticking for M3 | 11:07 |
evrardjp | 26th | 11:07 |
*** udesale_ has quit IRC | 11:12 | |
*** kelv_ has quit IRC | 11:16 | |
Dmitriy | evrardjp will you have time to reserch more about masakari test error?:) | 11:17 |
*** dave-mccowan has joined #openstack-ansible | 11:18 | |
evrardjp | we can discuss it but having time I doubt it | 11:18 |
evrardjp | sorry | 11:18 |
evrardjp | busy day today | 11:18 |
evrardjp | I will find cycles :) | 11:19 |
Dmitriy | no problems. probably we can merge this patch, and will reserch on another one, which is almost ready? | 11:21 |
Dmitriy | I'm sure, that you'll also have notices to it's code itself) | 11:21 |
Dmitriy | I meant https://review.openstack.org/#/c/581459/ for merge | 11:25 |
evrardjp | Dmitriy: will review it now then | 11:25 |
*** jamesdenton has joined #openstack-ansible | 11:26 | |
*** laztoum has joined #openstack-ansible | 11:28 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_cinder master: Setup oslo.messaging extra packages for optional drivers https://review.openstack.org/582632 | 11:42 |
Dmitriy | evrardjp thanks | 11:44 |
evrardjp | odyssey4me: if you could have a look at https://review.openstack.org/#/c/581459/ that would be great :) | 11:45 |
evrardjp | it's a keystone issue, not so sure why ... probably inventory and group vars related. | 11:45 |
odyssey4me | evrardjp: looking | 11:47 |
*** tux_ has joined #openstack-ansible | 11:48 | |
*** chyka has joined #openstack-ansible | 11:48 | |
odyssey4me | evrardjp: oh I see - let me see if we can work out a good way to resolve that without having to touch every inventory | 11:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: Follow the new PTI for document build https://review.openstack.org/582720 | 11:49 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: Use tests repo for common role test requirements https://review.openstack.org/579632 | 11:49 |
evrardjp | odyssey4me: oh you found the missing piece? | 11:51 |
odyssey4me | evrardjp: no, just the error right now | 11:51 |
odyssey4me | looks ike we have test inconsistencies | 11:51 |
evrardjp | yeah | 11:52 |
*** chyka has quit IRC | 11:52 | |
evrardjp | odyssey4me: it doesn't look so different than glance | 11:53 |
*** vakuznet has quit IRC | 11:55 | |
mgariepy | good morning | 11:55 |
evrardjp | good morning mgariepy | 11:56 |
mgariepy | evrardjp, can you add +w since the experimental check passed :) https://review.openstack.org/#/q/I1bd872a50ee506081b2d8274533a954a58a76fde | 11:57 |
*** cshen has joined #openstack-ansible | 11:57 | |
evrardjp | done | 11:58 |
evrardjp | thanks mgariepy | 11:58 |
mgariepy | thanks to you :) haha | 11:58 |
evrardjp | who cares about magnum? It seems broken for a while now | 12:03 |
evrardjp | I'd like to discuss the fact to move magnum to -nv for ubuntu (as it's already nv for centos and suse) in the next meeting | 12:03 |
evrardjp | mnaser: ^ an opinion on this? | 12:04 |
odyssey4me | evrardjp magnum is used by some, I know we've had fairly regular queries/bug reports | 12:04 |
evrardjp | yeah, I am not surprised we have bug reports... The question is --- is there ppl actively working on fixing those? | 12:05 |
mgariepy | I don't care much about magnum for now. But i know a few ppl that are interested by it. | 12:05 |
evrardjp | me too I love #insertprojectnamex , but I have 0 time to fix it. | 12:05 |
evrardjp | ^ not useful :p | 12:06 |
mgariepy | haha ;) | 12:06 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Switch connection/become settings for cinder https://review.openstack.org/582579 | 12:06 |
mgariepy | i don't have munch cycle right now either. and there are a few other thing i'd like to fix first. | 12:06 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook https://review.openstack.org/581459 | 12:07 |
odyssey4me | evrardjp: I have fixed quite a few over time | 12:08 |
odyssey4me | evrardjp: I am working through the current issues on it with my patch, so don't worry too much about it. | 12:08 |
evrardjp | odyssey4me: ok cool | 12:09 |
odyssey4me | the failures look recent though, it was passing just fine 2 weeks ago | 12:09 |
odyssey4me | so yeah, I'll figure it out | 12:10 |
odyssey4me | evrardjp Dmitriy FYI, that's a simple difference I noticed: https://review.openstack.org/#/c/581459/5..6/tests/host_vars/infra1.yml | 12:11 |
odyssey4me | not sure if that'll solve it - but I'll keep an eye out | 12:11 |
evrardjp | that's odyssey4me with bugs: http://s.quickmeme.com/img/0c/0c7bd98fe5960789bb167a46618ceb252e0e60adf8379e66c68eb6b3f8aef497.jpg | 12:11 |
odyssey4me | I have no idea how it would've been able to route without being on the right network :p | 12:11 |
odyssey4me | That said, I think these test inventories are inconsistent and crufty. It's time to converge testing to one test set. I almost had a go at it on the w/end, but didn't. :p | 12:12 |
guilhermesp | morning! evrardjp seems that I have a clue for the single test failing in tempest, working on it | 12:13 |
Dmitriy | odyssey4me: it seems, that it was on the management network, within br-mgmt, and infra container also had access to this network. It explains, why test began failing after delegating service creation to localhost. As it wasn't routed actually.. | 12:13 |
guilhermesp | maybe related to https://pypi.org/project/influxdb/5.2.0/ | 12:14 |
guilhermesp | guys from monasca community are helping me | 12:14 |
evrardjp | guilhermesp: cool | 12:14 |
Dmitriy | odyssey4me thanks for looking into it - I've missed this nuance.. | 12:15 |
*** tux_ has quit IRC | 12:17 | |
*** vakuznet has joined #openstack-ansible | 12:17 | |
vakuznet | evrardjp, could you revisit https://review.openstack.org/#/c/581425/ | 12:19 |
*** _nyloc_ has quit IRC | 12:19 | |
evrardjp | sure | 12:19 |
*** nyloc has joined #openstack-ansible | 12:20 | |
evrardjp | vakuznet: I've reviewed, I have a simple change to push up, you want me to edit your patch? | 12:21 |
vakuznet | ok. it's not cherry-pick though. | 12:23 |
evrardjp | yeah | 12:23 |
evrardjp | writing: reimplementation due to x | 12:23 |
evrardjp | (here you wanted to keep using our keystone module for example) | 12:23 |
evrardjp | it's for clarity to explain where does this come from, and why you did it this way | 12:25 |
vakuznet | make sense | 12:26 |
evrardjp | I sometimes do : ) | 12:26 |
vakuznet | i will update commit message. | 12:28 |
openstackgerrit | weizj proposed openstack/openstack-ansible-os_trove master: Remove the unnecessary space https://review.openstack.org/582790 | 12:28 |
*** lbragstad has joined #openstack-ansible | 12:31 | |
evrardjp | mgariepy: could you vote on https://review.openstack.org/#/c/582891/ ? | 12:31 |
mgariepy | looking | 12:34 |
*** tux_ has joined #openstack-ansible | 12:36 | |
*** nyloc has quit IRC | 12:39 | |
*** lbragstad has quit IRC | 12:41 | |
*** udesale has joined #openstack-ansible | 12:43 | |
*** tux_ has quit IRC | 12:43 | |
*** nyloc has joined #openstack-ansible | 12:43 | |
tosky | evrardjp: hi, what can we try next (for sahara)? | 12:55 |
Dmitriy | odyssey4me: your patch worked, thanks for it | 12:56 |
*** tosky has quit IRC | 12:56 | |
*** tosky has joined #openstack-ansible | 12:56 | |
odyssey4me | tosky: apologies - tied up in some things, but I'll dig more into it and see what we can do there | 12:59 |
odyssey4me | I broke it, so I'll fix it. ;) | 12:59 |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible-os_barbican stable/queens: Add default roles used by Barbican https://review.openstack.org/581425 | 12:59 |
odyssey4me | Dmitriy: hurray! | 12:59 |
Dmitriy | could you please review https://review.openstack.org/#/c/581459 to get it merged? | 12:59 |
odyssey4me | Dmitriy: perhaps time to change the tests to voting if it's all fixed up now - otherwise we may have a regression | 13:00 |
Dmitriy | probably we really should.. | 13:01 |
tosky | odyssey4me: thanks; I'm just really curious to understand what happened :) | 13:02 |
*** nurdie has joined #openstack-ansible | 13:05 | |
Dmitriy | Guys, I've got a question about blueprint https://specs.openstack.org/openstack/openstack-ansible-specs/specs/rocky/masakari.html | 13:07 |
Dmitriy | Shouldn't we use fork https://github.com/mit-scripts/ansible-pacemaker-corosync instead of https://github.com/leucos/ansible-pacemaker-corosync ? | 13:07 |
Dmitriy | In fork one pretty noticable change is made, which fixes problem, when first host from pacemaker_corosync_group should have ssh root access to all other nodes. | 13:08 |
*** nurdie has quit IRC | 13:10 | |
Dmitriy | odyssey4me thank you for comments, I'll implement changes | 13:16 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install stable/queens: Update get-pip to version 3.3 https://review.openstack.org/583234 | 13:17 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install stable/pike: Update get-pip to version 3.3 https://review.openstack.org/583235 | 13:18 |
odyssey4me | cloudnull: that will need updating in the integrated repo and tests repo too | 13:20 |
odyssey4me | same as https://review.openstack.org/#/q/I6aa297ee6e1ca3a76f016a6a0c3d4a735433a9b2 and https://review.openstack.org/#/q/I2a49a407e82c23540cd0aff209bd276c8a303bf0 | 13:21 |
evrardjp | odyssey4me: we need this patch to bump keystone: https://github.com/openstack/tempest/commit/7d2b636a30057ed8db8cfd4fe2248f509b3570f1 | 13:25 |
evrardjp | cloudnull: ^ | 13:25 |
evrardjp | I think | 13:26 |
evrardjp | that's why we are stuck before m3 | 13:26 |
evrardjp | because tempest doesn't install from master tempest | 13:26 |
evrardjp | keystone testing is still done in core | 13:26 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/queens: move haproxy to neutron-metadata-agent https://review.openstack.org/581761 | 13:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/pike: move haproxy to neutron-metadata-agent https://review.openstack.org/581762 | 13:27 |
odyssey4me | evrardjp: what a right, royal pain | 13:28 |
evrardjp | long live the king? | 13:29 |
*** lirt has joined #openstack-ansible | 13:29 | |
*** tux__ has joined #openstack-ansible | 13:29 | |
evrardjp | would that work for master testing odyssey4me ? | 13:30 |
openstackgerrit | Victor Palma proposed openstack/openstack-ansible-ops master: adding kolide fleet https://review.openstack.org/583046 | 13:30 |
odyssey4me | evrardjp: could we not just have tempest master be the 'plugin' for tempest for keystone tests? | 13:30 |
evrardjp | sorry the sentence is incomplete | 13:30 |
evrardjp | I meant: could we use, in the AIO testing for master branch, tempest_developer_node: True | 13:31 |
evrardjp | or tempest_develpper_mode: "{{ tempest_git_install_branch == 'master' | ternary(True, False) | bool }}" | 13:31 |
openstackgerrit | Victor Palma proposed openstack/openstack-ansible-ops master: adding kolide fleet https://review.openstack.org/583046 | 13:31 |
evrardjp | in defaults | 13:31 |
evrardjp | odyssey4me: problem is not for keystone is for the integrated too : p | 13:32 |
evrardjp | keystone itself works | 13:32 |
evrardjp | (I suppose keystone role test is not using a sha for tempest) | 13:32 |
evrardjp | or something else: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tests/test-keystone-functional.yml :p | 13:33 |
odyssey4me | hmm: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tests/os_keystone-overrides.yml#L21-L27 | 13:33 |
evrardjp | odyssey4me: check the functional testing :p | 13:33 |
evrardjp | I linked above | 13:33 |
odyssey4me | so it's running tempest too: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tests/os_keystone-overrides.yml#L19 | 13:34 |
evrardjp | oh yeah it makes sense | 13:34 |
evrardjp | so interesting | 13:34 |
evrardjp | because api.identity is the one causing problems for me ofc | 13:34 |
evrardjp | but ofc the whitelist is different | 13:35 |
evrardjp | mmm | 13:35 |
evrardjp | let me compare the scope of the two tests. | 13:35 |
evrardjp | and ask lbragstad :) | 13:35 |
odyssey4me | perhaps we should just use the plugin's tests instead of the tempest repo tests | 13:35 |
evrardjp | yeah | 13:35 |
evrardjp | that's what I meant :) | 13:35 |
evrardjp | interestingly this wasn't migrated: https://github.com/openstack/keystone-tempest-plugin/commits/master/keystone_tempest_plugin/tests/api/identity | 13:36 |
evrardjp | I have the feeling we are sitting between two chairs. | 13:36 |
evrardjp | I will ask the current status | 13:36 |
*** chhagarw has joined #openstack-ansible | 13:47 | |
evrardjp | ok so... no plan to use tempest plugins in keystone, the rest says in core. | 13:47 |
evrardjp | so two things | 13:47 |
evrardjp | 1) the keystone role test doesn't have the appropriate coverage | 13:47 |
evrardjp | 2) openstack-ansible integrated role testing is to be fixed | 13:47 |
evrardjp | let me clarify my statement: the keystone tempest plugins can be used to define things that aren't already in tempest core. What's existing in tempest stays. | 13:48 |
*** tux__ has quit IRC | 13:49 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Set lxc_* vars in one place https://review.openstack.org/583241 | 13:49 |
odyssey4me | evrardjp: so the plugins are for extra coverage? | 13:51 |
odyssey4me | whereas the core is used for core things? | 13:51 |
odyssey4me | whereas the tempest repo is used for core things, I mean | 13:52 |
tosky | evrardjp, odyssey4me iirc the keystone tempest plugin does not replace the tests for keystone in tempest.git | 13:52 |
tosky | keystone tests in tempest.git are still the core relevant interoperability tests, and that's not going to change | 13:52 |
tosky | the keystone tempest plugin should contain more advanced scenarios | 13:52 |
tosky | it's more or less the same as the neutron tempest plugin | 13:52 |
tosky | and the cinder tempest plugin | 13:53 |
evrardjp | odyssey4me: exactly | 13:53 |
odyssey4me | I see. I guess we misunderstood then. | 13:53 |
odyssey4me | I certainly did. | 13:53 |
tosky | you want to run both set of tests (from tempest.git and from the plugin, if you can set up the required scenarios) | 13:53 |
evrardjp | I checked the code, and it is confirmed. | 13:53 |
evrardjp | :) | 13:53 |
evrardjp | tosky: you are right that's the same thing. | 13:54 |
evrardjp | I merely asked keystone team to know if there was a plan to migrate everything there, but there is none. So it will stay as is. | 13:54 |
odyssey4me | evrardjp: ok, then we need to build tempest from git - but it also will need to be constrained properly | 13:54 |
odyssey4me | ie the implementation will be a bit different from before | 13:55 |
evrardjp | odyssey4me: so I will submit a patch to enable for the integrated to use developer mode, which will use master branch | 13:55 |
*** tux_ has joined #openstack-ansible | 13:55 | |
evrardjp | and to use developer mode only on master branch | 13:55 |
evrardjp | that should do | 13:55 |
tosky | luckily constraints are not updated automatically anymore, so it may be easier | 13:55 |
evrardjp | as developer mode would then be constrained | 13:55 |
evrardjp | tosky: what do you mean? | 13:55 |
odyssey4me | evrardjp: um, no - that won't work - developer mode is changed in os_tempest too | 13:55 |
tosky | s/updated/bumped/ | 13:55 |
evrardjp | odyssey4me: I meant in user variables | 13:56 |
evrardjp | that can't be overriden :p | 13:56 |
tosky | evrardjp: after that lower-constraints jobs were implemented, the constraints are not synchronized automatically anymore in repositories | 13:56 |
tosky | which means that it may be possible to use tempest with the same constraints used for the project tested | 13:56 |
odyssey4me | tosky: you mean lower constraints/requirements are no longer replicated | 13:56 |
odyssey4me | u-c is still there, and still used | 13:56 |
evrardjp | tosky: wait I thought there was no change for u-c | 13:57 |
tosky | u-c are still used, correct | 13:57 |
tosky | my point is that previously the lower constraints for projects (including tempest) were bumped even if not needed | 13:57 |
lirt | Hey guys, again me :D. I finally successfully upgraded Pike to Queens also with Octavia LB. But now I got problem with lbaas network. LinuxBridge agent logs that it is unable to add br-lbaas to brq940fa4c4-fc device br-lbaas is a bridge device itself; can't enslave a bridge device to a bridge device. The same is happening with DBaaS bridge which was working fine until it was deployed in containers (now is on host)! | 13:57 |
lirt | I guess that I need to change physical networking when I deploy services on bare metal. Currently network config of lbaas looks like example from /etc/ https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L61 | 13:57 |
lirt | Do you have any idea how this should be configured correctly? | 13:57 |
odyssey4me | tosky: the trouble with that split out is that we're still doing all our builds globally... so we have to modify our tooling to allow individual project constraints, which I've been chpiing at for two cycles already | 13:57 |
odyssey4me | *chipping | 13:57 |
odyssey4me | so yeah, we're now in a bit of a mess | 13:58 |
evrardjp | odyssey4me: necessity is the mother of all invention :) | 13:58 |
odyssey4me | evrardjp: I guess that means I need to get creative to get a working role-based venv build done for rocky... we have no other way | 13:59 |
odyssey4me | I have some thoughts, because it seems that trying to get rid of all the meta-deps is going to take too long | 13:59 |
evrardjp | what's wrong with my temp workaround? | 13:59 |
evrardjp | for meta deps we can work together | 13:59 |
evrardjp | we can just talk to everyone | 14:00 |
evrardjp | say "this week we're gonna do x" | 14:00 |
cloudnull | odyssey4me I'll get that updated there too. Good looking out. | 14:00 |
*** gillesMo has joined #openstack-ansible | 14:01 | |
*** sew has quit IRC | 14:01 | |
odyssey4me | evrardjp: I'll update the WIP patches during this week to get to a pattern that works and hopefully will be acceptable. | 14:01 |
*** sew has joined #openstack-ansible | 14:02 | |
evrardjp | odyssey4me: you're quite busy on many fronts | 14:02 |
cloudnull | odyssey4me anything we can help with? | 14:02 |
evrardjp | let's sort things out step by step | 14:02 |
evrardjp | first is to make sure all the roles are in a good state now with the become: thing | 14:02 |
evrardjp | else we won't be able to iterate | 14:03 |
evrardjp | I will deal with the workaround for tempest. | 14:03 |
odyssey4me | evrardjp: yeah, I think that's fixed - I'm working through the last bits of the service setup delegation now | 14:03 |
evrardjp | cloudnull: if you could help on the part jesse just mentionned that would be great | 14:03 |
odyssey4me | the octavia role is *very* inconsistent in its results, so that's taking some time | 14:03 |
odyssey4me | cloudnull: could do with a review for https://review.openstack.org/579527 | 14:03 |
odyssey4me | then replicating the pattern to all the other roles would be a massive saving of my time: https://review.openstack.org/#/q/topic:move-mq-setup-into-roles+(status:open+OR+status:merged) | 14:04 |
gillesMo | Hello ! I'm just trying to deploy Rally, with openstack-ansible 17.0.6. It fails with "There is no Platform plugin with name: 'existing@openstack'". Does someone knows the problem ? | 14:04 |
evrardjp | oh yeah I suck at bash , so don't hesitate to make it better :) | 14:04 |
cloudnull | odyssey4me I'll have a look in a few | 14:05 |
odyssey4me | evrardjp: the bash there is perfectly fine | 14:05 |
cloudnull | Lirt do you see neutron stealing the underlying interface from the bridge? | 14:05 |
evrardjp | odyssey4me: I haven't said I write "wrong" bash. I just don't like bash arrays and I avoid them like the plague. | 14:05 |
cloudnull | Or is it just trying to bridge a bridge? | 14:05 |
odyssey4me | evrardjp: I modified your bash anyway. ;) | 14:06 |
evrardjp | odyssey4me: I have seen. Usage of arrays. | 14:07 |
evrardjp | That's typically not me. | 14:07 |
evrardjp | :p | 14:07 |
cloudnull | Lirt You can hang a veth pair off the bridge and set the host bind override to one side of the veth. | 14:07 |
odyssey4me | nah, I just adjusted based on hwoarang's feedback, and added comments to clarify things | 14:07 |
odyssey4me | oh, and made it a little more generic | 14:07 |
odyssey4me | we can use that to sync pretty much any role file now, not just task files | 14:08 |
evrardjp | yeah I've seen | 14:08 |
*** cshen has quit IRC | 14:08 | |
evrardjp | I doubt we'll use it for something else though : p | 14:09 |
odyssey4me | evrardjp: back to tempest - so the reason https://github.com/openstack/openstack-ansible/commit/61e8553ae3fda9cded6acafcf0fa4861b1d3e0bd was done is because the tempest_git_install_fragments settings were making tempest install without constraints, and not from git anyway | 14:11 |
odyssey4me | so if we add the repo_packages back, but do not use the fragments, then we could be ok - assuming that tempest builds with constraints, which I believe it didn't some time ago when we added that capability | 14:11 |
odyssey4me | https://github.com/openstack/openstack-ansible/commit/f28ddbbe3134a7a4d3d4a71a0721428f86ad2e03 | 14:12 |
odyssey4me | ah, the original issue was with rally: https://bugs.launchpad.net/openstack-ansible/+bug/1631992 | 14:13 |
openstack | Launchpad bug 1631992 in openstack-ansible "Allow venvs to be built with disparate python requirements" [Medium,Fix released] - Assigned to Kevin Carter (kevin-carter) | 14:13 |
odyssey4me | so perhaps tempest will be fine | 14:13 |
evrardjp | yeah it was with rally | 14:14 |
odyssey4me | ok, so we add source-based building back for tempest - but this time ensure it's constrained | 14:14 |
evrardjp | for master only | 14:15 |
openstackgerrit | Dmitriy R. proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook https://review.openstack.org/581459 | 14:15 |
hwoarang | would anyone like to review https://review.openstack.org/#/c/579770/ ? it only fails due to the usual and unrelated ubuntu timeout issues | 14:16 |
*** poul_ has quit IRC | 14:18 | |
odyssey4me | evrardjp: sounds good to me - hopefully that'll solve some of our issues, although it is another things to maintain in the checklist... maybe the patch to add it should also add removing it from the newly created stable branch at RC time :p | 14:19 |
*** nurdie has joined #openstack-ansible | 14:21 | |
evrardjp | odyssey4me: do you know if py_pkg is ready for jinja inside some directives? | 14:22 |
odyssey4me | evrardjp: no, it doesn't handle jinja at all | 14:23 |
odyssey4me | why do you ask? | 14:23 |
evrardjp | well I had a way to make that automatic if it worked with jinja. | 14:24 |
evrardjp | I think | 14:24 |
vakuznet | ready for review https://review.openstack.org/#/c/581425/ | 14:24 |
odyssey4me | evrardjp I'd rather get rid of it than extend it | 14:24 |
evrardjp | yeah it's fine | 14:25 |
evrardjp | don't worry I won't pursue that path | 14:25 |
*** sandipan has quit IRC | 14:26 | |
evrardjp | who is leading the meeting today? | 14:26 |
evrardjp | I have an overlap | 14:26 |
evrardjp | I generated the bug list already | 14:27 |
evrardjp | mgariepy: could you do it? | 14:27 |
lirt | @cloudnull Since neutron agents such as linuxbridge agent are deployed on host directly I do not see the veth interface. I guess it is only created when you deploy in container using LXC options | 14:28 |
openstackgerrit | Merged openstack/openstack-ansible master: Prevent incorrect credentials https://review.openstack.org/582891 | 14:28 |
lirt | @cloudnull For example I can see veth pair on rabbitmq container and underlying host connected correctly in host to br-dbaas | 14:30 |
lirt | @cloudnull I specified eth_lbaas and host bind override to br-lbaas. This is how it made sense to me. | 14:33 |
Tahvok | Hey guys! | 14:39 |
Tahvok | Has anyone encoentered spice git repo unavailability? It worked last week, after setting the new freedesktop repo, but not anymore: https://gist.github.com/Tahvok/e0ada61f29a7df236dc7e7995dfcbb43 | 14:42 |
arbrandes1 | Tahvok: it seems to be down | 14:44 |
arbrandes1 | I'm trying with a mirror, via `nova_spicehtml5_git_repo: https://gitlab.com/spice/spice-html5.git` in user_variables.yml | 14:45 |
*** arbrandes1 is now known as arbrandes | 14:46 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_cinder master: Setup oslo.messaging extra packages for optional drivers https://review.openstack.org/582632 | 14:47 |
Tahvok | arbrandes: thanks! I'll use the mirror for now | 14:49 |
arbrandes | Tahvok: np! | 14:49 |
*** nurdie has quit IRC | 14:49 | |
*** nurdie has joined #openstack-ansible | 14:50 | |
*** nurdie has quit IRC | 14:51 | |
*** sandipan has joined #openstack-ansible | 14:53 | |
*** lbragstad has joined #openstack-ansible | 14:57 | |
*** FrankZhang has joined #openstack-ansible | 14:57 | |
*** kaiokmo has joined #openstack-ansible | 14:58 | |
*** sandipan has quit IRC | 14:58 | |
*** nurdie has joined #openstack-ansible | 14:59 | |
*** kstev has joined #openstack-ansible | 14:59 | |
evrardjp | anyone else please? | 15:01 |
Dmitriy | odyssey4me: I've implemented your fixes, could you please look into it one more time? https://review.openstack.org/#/c/581459 | 15:04 |
prometheanfire | cloudnull: do you know about influxdb-5.2.0 not handling unicode right? | 15:05 |
prometheanfire | if you didn't, you do now :D | 15:05 |
evrardjp | oh interesting I heard about things wrong in influx 520 | 15:06 |
evrardjp | didn't know it was THAT big | 15:06 |
evrardjp | still that's what in requirements :p | 15:06 |
mgariepy | evrardjp, ok i'll try to do it. | 15:07 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Fixes compute error https://review.openstack.org/583276 | 15:07 |
mgariepy | sorry for the delay was kinda stuck between 2 -3 tasks. | 15:08 |
jamesdenton | can master not be installed on Bionic? | 15:08 |
evrardjp | jamesdenton: from sources yes | 15:08 |
mgariepy | cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, | 15:10 |
mgariepy | cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok, mnaser, nicolasbock | 15:10 |
mgariepy | meeting in 50 minutes | 15:10 |
evrardjp | mgariepy: I generated the list for the triage a few hours ago so we should be fine | 15:11 |
evrardjp | ppl if you have extra things to add at the agenda go see the wiki (here on the topic of the IRC chan) | 15:12 |
mgariepy | evrardjp, do you have notes on how to run the meeting ? | 15:12 |
prometheanfire | neato | 15:12 |
prometheanfire | I imagine OSA has a page like https://wiki.openstack.org/wiki/Meetings/Requirements | 15:12 |
prometheanfire | https://wiki.openstack.org/wiki/Meetings/openstack-ansible | 15:13 |
spotz | will try to make meeting but in a work meeting so not supposed to be online | 15:17 |
*** DanyC has quit IRC | 15:35 | |
*** lirt has quit IRC | 15:37 | |
jenglisch_ | i delpoyed OSA 17.0.6 with HA VRRP neutron, however any HA router will fail with the following stacktrace (l3-agent log) http://paste.openstack.org/show/MTMvb6BMWw9Aa6YTI0vX/ while non-HA routers are fine ; does someone has a hint where to start debugging? | 15:38 |
*** gillesMo has quit IRC | 15:43 | |
jenglisch_ | 'ip netns exec qrouter-5f40a195-1830-426c-9200-83bbb9df7ac9 neutron-keepalived-state-change [...]' seems to be the problems. since the $PATH of the netns does not include the venv path | 15:49 |
mgariepy | jenglisch_, looks like the path is missing for the neutron-l3-agent process. | 15:51 |
mgariepy | jenglisch_, new install ? or an update ? | 15:52 |
jenglisch_ | new install | 15:53 |
mgariepy | Meeting in 5 minutes guys. | 15:55 |
mgariepy | jenglisch_, can you open a bug in LP ? | 15:57 |
mgariepy | jenglisch_, we are about to start the weekly meeting and if you create the bug and add it to the list https://etherpad.openstack.org/p/osa-bugtriage we can triage it in the next hour. | 15:57 |
*** chyka has joined #openstack-ansible | 15:58 | |
*** gkadam has quit IRC | 15:59 | |
mgariepy | #startmeeting openstack_ansible_meeting | 16:00 |
openstack | Meeting started Tue Jul 17 16:00:27 2018 UTC and is due to finish in 60 minutes. The chair is mgariepy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:00 |
mgariepy | #topic rollcall | 16:00 |
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
Dmitriy | Could someone review https://review.openstack.org/#/c/581459/ to get it finally merged. While someone hasn't made any changes | 16:00 |
mgariepy | i'm here ! | 16:00 |
spotz | O/ sorta here | 16:00 |
evrardjp | o/ | 16:01 |
mgariepy | ping cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, colinmcnamara, thorst, adreznec, eil397, | 16:02 |
mgariepy | qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok, mnaser, nicolasbock | 16:02 |
mgariepy | hrm | 16:02 |
* tosky is around | 16:02 | |
prometheanfire | o/ | 16:02 |
*** nurdie has quit IRC | 16:03 | |
guilhermesp | if I can help, I'm here too :) | 16:03 |
evrardjp | team team team | 16:03 |
evrardjp | :) | 16:03 |
*** vnogin has joined #openstack-ansible | 16:03 | |
d34dh0r53 | o/ | 16:03 |
mgariepy | yeah more ppl :) | 16:04 |
mgariepy | another minute or 2 | 16:04 |
*** DanyC has joined #openstack-ansible | 16:04 | |
mgariepy | #topic last week highlights | 16:06 |
*** openstack changes topic to "last week highlights (Meeting topic: openstack_ansible_meeting)" | 16:06 | |
*** vnogin has quit IRC | 16:06 | |
mgariepy | odyssey4me: Distro builds for Xenial are not testing Rocky, and that's making things a little complicated. Should we try and recruit more help for Bionic and port it back to Queens, then eliminate Xenial from Rocky? ref: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-06-29.log.html#t2018-06-29T13:34:40 | 16:07 |
*** cshen has joined #openstack-ansible | 16:07 | |
mgariepy | odyssey4me, are you around to talk about it ? | 16:07 |
*** nurdie has joined #openstack-ansible | 16:07 | |
evrardjp | I think this was last week | 16:08 |
jenglisch_ | mgariepy: added, ty | 16:08 |
mgariepy | hmm. | 16:08 |
mgariepy | maybe would make sense since it's from 18 days ago. | 16:08 |
evrardjp | mgariepy: I've updated my points | 16:09 |
*** DanyC has quit IRC | 16:09 | |
openstackgerrit | David Wilde proposed openstack/openstack-ansible-tests master: Update get-pip to version 3.3 https://review.openstack.org/583298 | 16:09 |
mgariepy | evrardjp: working on independant inventories as stalled until testing is more stable for roles and the integrated. Focus is on landing M3. | 16:09 |
*** hachi has quit IRC | 16:09 | |
hwoarang | o/ | 16:09 |
evrardjp | hwoarang: 's point on the agenda is still valid | 16:10 |
hwoarang | yep i updated it today | 16:10 |
mgariepy | hwoarang: Finished aio_distro_basekit scenario - Please review https://review.openstack.org/#/c/579770/ | 16:10 |
mgariepy | hwoarang: Leap 15 is blocked due to lxc, sudo and mariadb bugs. Will work on that after holidays (and once aio_distro_basekit is in). | 16:11 |
mgariepy | anything to add for those ? | 16:11 |
hwoarang | no that would be all | 16:11 |
mgariepy | evrardjp: M3 is next week. https://review.openstack.org/#/c/574006/ is not solved yet (more patches needed for keystone and cinder-backup). The other branches have been released. | 16:11 |
hwoarang | thank you | 16:11 |
* mgariepy is in training for hosting meeting | 16:12 | |
Dmitriy | have some question - do we have some plans about implementing support of ubuntu 18.04 for rocky? | 16:12 |
mgariepy | Dmitriy, can we talk about this during the open discussion ? | 16:13 |
mgariepy | #topic bug triage | 16:13 |
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)" | 16:13 | |
odyssey4me | tosky: https://review.openstack.org/582331 just passed, no inventory changes ;) | 16:13 |
Dmitriy | mgariepy: oh, sorry. it seems, that I've missed topic change... | 16:13 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1782195 | 16:13 |
openstack | Launchpad bug 1782195 in openstack-ansible "neutron l3 agent fails to spawn HA router" [Undecided,New] | 16:13 |
tosky | odyssey4me: oooh, great, thanks | 16:15 |
mgariepy | anyone is running 17.0.6 with ha router that can confirm it's broken on all the distro ? | 16:15 |
evrardjp | that looks valid | 16:15 |
evrardjp | cloudnull: has an env that could be used, am I right cloudnull ? | 16:15 |
evrardjp | mgariepy: in the meantime it looks valid, and I'd say that's quite an important bug, so high | 16:16 |
mgariepy | ok. | 16:16 |
d34dh0r53 | agree | 16:16 |
evrardjp | but I'd like to wait for confirmation before marking confirmed | 16:16 |
evrardjp | mgariepy: what do you think? | 16:16 |
mgariepy | seems like path is missing. i'm not familiar with ha router | 16:17 |
evrardjp | yeah it seems it's that | 16:17 |
mgariepy | anyone runnign 17.X with ha router on other distro ? | 16:17 |
mnaser | we can ask the user to run cat /proc/$PID/env | 16:18 |
*** cshen has quit IRC | 16:18 | |
mgariepy | jenglisch_, ^^ | 16:18 |
jenglisch_ | for which pid ? | 16:18 |
mnaser | for the l3 agent, which i believe it would tell us the path | 16:18 |
mnaser | path as in $PATH | 16:18 |
mnaser | however. | 16:19 |
mnaser | https://github.com/openstack/openstack-ansible-os_neutron/blob/master/templates/rootwrap.conf.j2 | 16:19 |
jenglisch_ | i don't think thats interesting, since rootwrap will wrap it | 16:19 |
jenglisch_ | http://paste.openstack.org/show/726132/ | 16:19 |
mgariepy | ok in progress. can you update the bug with the info jenglisch_ ? | 16:20 |
mnaser | we can chat about debugging more after meeting :) | 16:20 |
mgariepy | next one | 16:20 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1782147 | 16:20 |
openstack | Launchpad bug 1782147 in openstack-ansible "Deploy Sahara using unversioned endpoints" [Undecided,New] | 16:20 |
*** cshen has joined #openstack-ansible | 16:20 | |
tosky | I opened that bug | 16:20 |
d34dh0r53 | cloudnull: https://review.openstack.org/583298 | 16:21 |
tosky | I think the description should say it all, and I was planning to abuse the gates with a blind patch that changes the default values for entry points for sahara | 16:21 |
tosky | but first I needed working gates for sahara :) | 16:21 |
mgariepy | ok so medium, triagated and assigned to tosky ? | 16:22 |
mgariepy | are you ok with that ? | 16:22 |
tosky | I would say yes | 16:22 |
tosky | and if I hit some issues, I will nag here as usual | 16:22 |
xgerman_ | evrardjp: https://review.openstack.org/583276 | 16:23 |
evrardjp | I trust you tosky | 16:23 |
mgariepy | perfect thanks tosky :) | 16:23 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1782051 | 16:23 |
openstack | Launchpad bug 1782051 in openstack-ansible "Install PIP Failed " [Undecided,New] | 16:23 |
*** suggestable has quit IRC | 16:23 | |
tosky | the last comment says that it is a duplicate of https://bugs.launchpad.net/openstack-ansible/+bug/1779534 | 16:24 |
openstack | Launchpad bug 1779534 in openstack-ansible "pip install offline fails with new version of get-pip.py" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 16:24 |
mgariepy | since the ticket has a link to another ticket, i would mark as ducplicate | 16:24 |
guilhermesp | I think that one was oppened by tux_ | 16:24 |
guilhermesp | cloudnull was working with him yesterday | 16:24 |
guilhermesp | he can give more details | 16:24 |
mnaser | we can do an actual mark as duplicate | 16:25 |
evrardjp | yeah | 16:26 |
mgariepy | done. | 16:26 |
* mgariepy was looking for it | 16:26 | |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1782012 | 16:26 |
openstack | Launchpad bug 1782012 in openstack-ansible "openstack ansible with ceph doesnot generate keyring file" [Undecided,New] | 16:26 |
openstackgerrit | Victor Palma proposed openstack/openstack-ansible-ops master: adding kolide fleet https://review.openstack.org/583046 | 16:26 |
mnaser | i think the user was running this play with tags or something | 16:27 |
mnaser | i just deployed 17.0.6 with ceph and it was fine | 16:27 |
mgariepy | or the ceph-playbook failed ? | 16:27 |
evrardjp | I doubt device can be used like that | 16:27 |
evrardjp | it seems a support request | 16:27 |
*** cshen has quit IRC | 16:27 | |
evrardjp | I don't see how it was run | 16:28 |
evrardjp | (at the first run) | 16:28 |
*** udesale has quit IRC | 16:29 | |
mgariepy | incomplete, then and ask for more info ? | 16:29 |
evrardjp | I'd say that. | 16:30 |
evrardjp | mnaser: 's point is valid: was that run with tags? | 16:30 |
mgariepy | added a comments | 16:31 |
mgariepy | next one. | 16:31 |
evrardjp | cool thanks mgariepy | 16:31 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781619 | 16:31 |
openstack | Launchpad bug 1781619 in openstack-ansible "Neutron role does not enable osprofiler" [Undecided,New] | 16:31 |
evrardjp | that's indeed a gap | 16:32 |
evrardjp | cloudnull: is neutron ready for osprofiler ? | 16:32 |
evrardjp | can we just edit the paste file? | 16:33 |
mgariepy | confirmed. medium | 16:33 |
*** gillesMo has joined #openstack-ansible | 16:33 | |
evrardjp | yup | 16:33 |
evrardjp | or low | 16:33 |
mgariepy | low ;) | 16:34 |
*** gillesMo has quit IRC | 16:34 | |
mgariepy | should we assing someone ? | 16:34 |
evrardjp | it's kinda a feature request but at the same time we are already kinda providing the feature so... low makes sense to me | 16:34 |
d34dh0r53 | o.O | 16:34 |
mgariepy | d34dh0r53, interested ? | 16:35 |
evrardjp | mgariepy: why not :) | 16:35 |
evrardjp | anyone interested? | 16:35 |
evrardjp | jrosser: maybe? | 16:35 |
d34dh0r53 | yeah, I'll look at it | 16:35 |
mgariepy | thanks a lot | 16:35 |
evrardjp | d34dh0r53: should be easy | 16:35 |
evrardjp | low-hanging-fruit : ) | 16:35 |
jrosser | dont mind :) | 16:35 |
mnaser | https://github.com/openstack/neutron/blob/master/etc/api-paste.ini i guess upstream it doesn't exist though | 16:35 |
evrardjp | haha great so you liberate d34dh0r53 for more bionic things! :p | 16:35 |
jrosser | does this file get copied in from upstream? | 16:36 |
evrardjp | mnaser: yes I checked upstream first -- that's why I asked that question | 16:36 |
mgariepy | can you take it please jrosser ? | 16:36 |
mgariepy | next. | 16:36 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781321 | 16:36 |
openstack | Launchpad bug 1781321 in openstack-ansible "ceph-ansible error No first item, sequence was empty" [Undecided,New] | 16:36 |
evrardjp | it not only needs to be changed in our repo, but also upstream, and making sure it works : ) | 16:36 |
jrosser | we can confirm it works | 16:36 |
*** DanyC has joined #openstack-ansible | 16:37 | |
evrardjp | mgariepy: well it seems a configuration issue -- maybe we should mark it incomplete, and wait for user feedback to know if this is fixed/solved already? | 16:37 |
mgariepy | last comment says now it work . | 16:38 |
evrardjp | yeah | 16:38 |
*** tux_ has quit IRC | 16:38 | |
d34dh0r53 | yep | 16:38 |
*** tux_ has joined #openstack-ansible | 16:38 | |
mgariepy | so invalid then | 16:38 |
evrardjp | I'd say incomplete | 16:39 |
evrardjp | but up to you to decide | 16:39 |
mgariepy | support request | 16:39 |
evrardjp | ok then invalid | 16:39 |
d34dh0r53 | hmm, ceph shouldn't require br-storage, but that may not have been the issue | 16:39 |
mgariepy | depends on the config i would guess ? | 16:40 |
d34dh0r53 | yeah, config issue I think | 16:40 |
mgariepy | so, next ? | 16:40 |
d34dh0r53 | yep | 16:40 |
evrardjp | yes I'd say so | 16:40 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781189 | 16:40 |
openstack | Launchpad bug 1781189 in openstack-ansible "Task “Get Modern PIP” doesn't honour HTTP_PROXY" [Undecided,New] | 16:40 |
mgariepy | anyone can confirm ? | 16:42 |
*** tux_ has quit IRC | 16:42 | |
* jrosser looking.... | 16:43 | |
mnaser | By default, if an environment variable <protocol>_proxy is set on the target host, requests will be sent through that proxy. This behaviour can be overridden by setting a variable for this task (see setting the environment), or by using the use_proxy option. | 16:43 |
evrardjp | that's typically a jrosser thing :p | 16:43 |
mnaser | HTTP_PROXY vs http_proxy ? | 16:44 |
jrosser | well that worked for us with aio+jenkins today | 16:44 |
mnaser | do you use HTTP_PROXY or http_proxy | 16:44 |
jrosser | looks like lowercase | 16:45 |
jrosser | but thats not totally scientific, just looking at the jenkins log | 16:45 |
mgariepy | invalid, support request, ask the user to use lowercase ? | 16:45 |
mgariepy | or incomplete | 16:45 |
mnaser | i'd ask to see if lowercase works | 16:45 |
mgariepy | ok. incomplete + comment. | 16:47 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781166 | 16:47 |
openstack | Launchpad bug 1781166 in openstack-ansible "Firewall as a service v2 is not compatible with LXB" [Undecided,New] | 16:47 |
*** lvdombrkr89 has quit IRC | 16:48 | |
evrardjp | maybe johnsom can tell us more about that ^ | 16:49 |
johnsom | What did I do now? | 16:49 |
evrardjp | he will tell the user to move to octavia though. | 16:49 |
evrardjp | johnsom: you didn't do anything wrong, no need for a lawyer! | 16:49 |
evrardjp | :) | 16:49 |
mnaser | fwaas and linux bridges? | 16:49 |
mgariepy | xgerman_, are you arround ? | 16:49 |
evrardjp | what do you think of https://bugs.launchpad.net/openstack-ansible/+bug/1781166 johnsom ? | 16:50 |
openstack | Launchpad bug 1781166 in openstack-ansible "Firewall as a service v2 is not compatible with LXB" [Undecided,New] | 16:50 |
mgariepy | https://review.openstack.org/#/c/548195/ | 16:50 |
mnaser | this isnt lbaas stuff | 16:50 |
xgerman_ | yes | 16:50 |
johnsom | Yeah, fwaas is not my area. JP looking | 16:50 |
evrardjp | mnaser: OMG | 16:50 |
evrardjp | yeah I am tired. | 16:50 |
evrardjp | sorry johnsom ! | 16:50 |
mgariepy | is fwaasv2 compatible with lxb ? | 16:50 |
evrardjp | I read LBaaS v2 | 16:50 |
xgerman_ | no | 16:50 |
mgariepy | https://bugs.launchpad.net/openstack-ansible/+bug/1781166 | 16:50 |
xgerman_ | mgariepy: no — it only works with ovs | 16:50 |
johnsom | Ha, NP. Octavia does support linux bridges BTW, OVS and others too. | 16:50 |
johnsom | </end> shameless plug | 16:50 |
evrardjp | johnsom: that's not shameless when it's educational! | 16:51 |
mgariepy | ok confirm medium | 16:51 |
xgerman_ | or better the l2 part only works with ovs — l3 doesn;t care | 16:51 |
mgariepy | and need docs and patches i guess. | 16:51 |
evrardjp | sorry for the spam in the channel -- my bad. | 16:51 |
evrardjp | can't confirm | 16:51 |
mgariepy | why ? | 16:52 |
mgariepy | xgerman_, just did. | 16:52 |
mgariepy | l2 part is not working with lxb. | 16:52 |
xgerman_ | neutron made us believe they are deprecating lxb ;-) | 16:52 |
evrardjp | mgariepy: I meant I can't confirm myself :p | 16:54 |
evrardjp | sorry | 16:54 |
evrardjp | I am really tired | 16:54 |
openstackgerrit | Luigi Toscano proposed openstack/openstack-ansible-os_sahara master: Deploy Sahara with unversioned endpoints https://review.openstack.org/583310 | 16:54 |
mgariepy | i would add a needs docs and some patch to make sure it's not enabled with lxb | 16:54 |
mgariepy | confirm, medium. | 16:55 |
evrardjp | lgtm for the classification | 16:55 |
mgariepy | anyone would like to work on this? | 16:55 |
evrardjp | next? | 16:55 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781148 | 16:56 |
openstack | Launchpad bug 1781148 in openstack-ansible "vpnaas agent is removed since Queens and configuration changed" [Undecided,New] | 16:56 |
evrardjp | looks valid | 16:56 |
evrardjp | medium? | 16:56 |
mgariepy | yep, | 16:57 |
mgariepy | lgtm. | 16:57 |
evrardjp | ok next | 16:57 |
mgariepy | #link https://bugs.launchpad.net/openstack-ansible/+bug/1781126 | 16:57 |
openstack | Launchpad bug 1781126 in openstack-ansible "ceph-ansible (libselinux-python) aren't installed" [Undecided,New] | 16:57 |
evrardjp | that is weird, as this should be installed | 16:58 |
mgariepy | in the container ? | 16:58 |
evrardjp | http://git.openstack.org/cgit/openstack/openstack-ansible/tree/playbooks/ceph-install.yml#n88 | 16:58 |
evrardjp | for me we need more details. | 16:59 |
mgariepy | so it's the interpreter that is broken | 16:59 |
evrardjp | oh | 16:59 |
mgariepy | mnaser, anything on that ? | 16:59 |
evrardjp | maybe my patch to remove python3 fixed it | 16:59 |
mgariepy | deployed you ceph cluster into container ? | 16:59 |
mgariepy | incomplete and more ask for more info ? | 17:00 |
mnaser | The containers don’t have selinux | 17:00 |
mnaser | So it shouldn’t try to ask to install that | 17:00 |
evrardjp | mnaser: you mean that task is not relevant when containerized? | 17:01 |
mnaser | I believe so. | 17:01 |
mnaser | It should be skipped. | 17:01 |
evrardjp | we should add a conditional then | 17:01 |
mgariepy | the taks is relevant, i thinkg the issue is that ansible don't have the bindings. | 17:01 |
evrardjp | but anyway, it's not the problem of the user I'd say | 17:02 |
mgariepy | it's a config change. | 17:02 |
mgariepy | not a pkg install. | 17:02 |
evrardjp | oh | 17:02 |
evrardjp | you mean the necessary libs aren't symlinked into the venv? | 17:02 |
mgariepy | i'm not sure what is happenning there | 17:03 |
evrardjp | it could as well be a problem on the remote node... it's weird we don't see that in gates | 17:04 |
mgariepy | when you create a file with ansible if your target has selinux enabled (or ansible think it has) it will want to manage se attrib. | 17:04 |
evrardjp | or I haven't seen one | 17:04 |
evrardjp | yeah | 17:04 |
mgariepy | that's when it needs the selinux binding. | 17:04 |
evrardjp | I have to go | 17:05 |
mgariepy | i would have to go also. | 17:05 |
evrardjp | thanks mgariepy for chairing the meeting1 | 17:05 |
evrardjp | !* | 17:05 |
openstack | evrardjp: Error: "*" is not a valid command. | 17:05 |
hwoarang | thank you! | 17:05 |
mgariepy | thanks all of you. | 17:05 |
mgariepy | #endmeeting | 17:06 |
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://goo.gl/tTmdgs" | 17:06 | |
openstack | Meeting ended Tue Jul 17 17:06:19 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:06 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-07-17-16.00.html | 17:06 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-07-17-16.00.txt | 17:06 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-07-17-16.00.log.html | 17:06 |
evrardjp | next meeting chair? | 17:06 |
evrardjp | darn it's not in the meeting :( | 17:06 |
mgariepy | oops. | 17:07 |
evrardjp | any volunteers? | 17:07 |
evrardjp | I propose mgariepy next time : p | 17:07 |
mgariepy | we will see next week. | 17:07 |
evrardjp | because not listed the next chair! | 17:07 |
evrardjp | hahah | 17:07 |
evrardjp | ok | 17:07 |
evrardjp | : ) | 17:07 |
evrardjp | thanks mgariepy for this week! | 17:07 |
evrardjp | I have to go | 17:07 |
evrardjp | ttyl! | 17:07 |
mgariepy | haha | 17:07 |
mgariepy | cya | 17:07 |
*** chhagarw has quit IRC | 17:09 | |
*** epalper has quit IRC | 17:09 | |
*** lbragstad has quit IRC | 17:11 | |
mnaser | i should be able to run it again next week | 17:17 |
mnaser | ill be back to normal operation | 17:18 |
*** chhagarw has joined #openstack-ansible | 17:29 | |
*** laztoum has quit IRC | 17:35 | |
*** tux_ has joined #openstack-ansible | 17:39 | |
tux_ | guilhermesp: yes that was me and 3.3 get-pip.py resolved all my issue :) | 17:41 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Execute service setup against a delegated host using Ansible built-in modules https://review.openstack.org/582331 | 17:45 |
*** chhagarw has quit IRC | 17:45 | |
*** shardy_ has quit IRC | 17:54 | |
*** sew has quit IRC | 17:57 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Add mq_setup common task file https://review.openstack.org/579527 | 18:00 |
*** vnogin has joined #openstack-ansible | 18:01 | |
*** vnogin has quit IRC | 18:04 | |
*** sew has joined #openstack-ansible | 18:04 | |
*** ianychoi has quit IRC | 18:14 | |
*** electrofelix has quit IRC | 18:16 | |
*** KeithMnemonic has joined #openstack-ansible | 18:16 | |
*** poopcat has joined #openstack-ansible | 18:17 | |
*** kberger has quit IRC | 18:18 | |
*** sew has quit IRC | 18:18 | |
*** epalper has joined #openstack-ansible | 18:19 | |
*** epalper has quit IRC | 18:25 | |
*** cshen has joined #openstack-ansible | 18:26 | |
odyssey4me | d34dh0r53: are you going to do another patch equivalent to https://review.openstack.org/579927 for the update to 3.3? | 18:27 |
*** cshen has quit IRC | 18:30 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests https://review.openstack.org/583329 | 18:31 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build master: Update get-pip to version 3.3 https://review.openstack.org/583331 | 18:32 |
*** rivimey has joined #openstack-ansible | 18:34 | |
rivimey | Hi | 18:34 |
cjloader | i'm still seeing AttributeError: 'Connection' object has no attribute 'container_user' on the task where we copy global req pins to host | 18:40 |
cjloader | any help would be appreciated | 18:41 |
cjloader | on master | 18:41 |
*** vnogin has joined #openstack-ansible | 18:42 | |
mgariepy | TASK [os_nova : Map instances to new Cell1] this is taking too long.. | 18:42 |
mgariepy | when does it needs to run on every upgrade ? | 18:42 |
mgariepy | when/why,. | 18:47 |
*** lbragstad has joined #openstack-ansible | 18:47 | |
d34dh0r53 | odyssey4me: I'm doing it in openstack-ansible-tools, do I need to do it elsewhere? | 18:53 |
odyssey4me | d34dh0r53: there's such a repo? | 18:53 |
odyssey4me | you mean tests? | 18:54 |
odyssey4me | yes, the integrated repo also uses it | 18:54 |
odyssey4me | https://review.openstack.org/579927 was the integrated repo's patch which pinned it to 3.2 | 18:54 |
d34dh0r53 | doh, yeah tests | 18:56 |
d34dh0r53 | sorry, lunch hangover | 18:56 |
odyssey4me | cjloader: that task hasn't changed between queens and rocky, and we're not seeing it in the OSA gates, so I guess there's something funky going on in your test env? | 18:57 |
d34dh0r53 | odyssey4me: yeah, I can do it there as well | 18:57 |
odyssey4me | thanks d34dh0r53 | 18:57 |
*** vnogin has quit IRC | 18:58 | |
*** scarlisle has joined #openstack-ansible | 19:00 | |
*** TxGirlGeek has joined #openstack-ansible | 19:01 | |
jrosser | odyssey4me: i'm still carrying 3 unmerged queens repo related patches for pip+proxy = slooooooow, mind if i try rebasing those? | 19:05 |
odyssey4me | jrosser: rebasing won't help, but go ahead if you wish - the issue must be lower down in the stack... I'll be getting back to those after M3 when we focus on bug fixes only | 19:06 |
odyssey4me | right now I'm trying to finish getting other new work for rocky done, then will circle back to that | 19:07 |
odyssey4me | jrosser: it's plausible that the issue there is AIO only, so if you have a bit of time to try it out and dig a bit then please do | 19:07 |
openstackgerrit | David Wilde proposed openstack/openstack-ansible master: Update get-pip to version 3.3 https://review.openstack.org/583342 | 19:07 |
jrosser | ok, i'll take a look, we've forced them to apply on our real deploy and they work | 19:08 |
jrosser | but it's a bit messy | 19:08 |
odyssey4me | of course, and doing that would make queens work better too | 19:08 |
jrosser | we've been putting a bit of time into CI behind a proxy as thats not really tested at all | 19:09 |
jrosser | i don't think it's an AIO only issue as we hit it for real, it takes hours and hours to deploy otherwise | 19:10 |
odyssey4me | oh the problem is real, yes - but the failure in that CI result may just be CI only | 19:13 |
odyssey4me | but it also may not be - failures in CI are always indicative of a real problem | 19:13 |
odyssey4me | sometimes an edge case or a race condition, but still a problem | 19:13 |
jrosser | i guess also we've applied the 3 simultanously | 19:13 |
odyssey4me | yeah, but those are all applied at the same time for the last one in the stack, and it still fails | 19:14 |
*** cshen has joined #openstack-ansible | 19:15 | |
*** tosky has quit IRC | 19:20 | |
cjloader | okay odyssey4me nvm figured it out | 19:21 |
scarlisle | is there a way to use multiple "dhcp-option-force" keys in the neutron_dhcp_config variable? | 19:21 |
*** sew has joined #openstack-ansible | 19:29 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Add packages required for osprofiler https://review.openstack.org/573508 | 19:37 |
*** DanyC has quit IRC | 19:38 | |
*** DanyC has joined #openstack-ansible | 19:38 | |
*** DanyC has quit IRC | 19:43 | |
*** hachi has joined #openstack-ansible | 19:48 | |
*** kberger has joined #openstack-ansible | 19:50 | |
*** KeithMnemonic has quit IRC | 19:51 | |
*** cshen has quit IRC | 20:00 | |
*** cshen has joined #openstack-ansible | 20:04 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/queens: Ensure that repo checks use the right values https://review.openstack.org/564422 | 20:08 |
*** jonher_ has quit IRC | 20:13 | |
jrosser | cloudnull: isnt https://bugs.launchpad.net/openstack-ansible/+bug/1781619 really about osprofiler being missing from the paste pipeline? | 20:13 |
openstack | Launchpad bug 1781619 in openstack-ansible "Neutron role does not enable osprofiler" [Low,Confirmed] - Assigned to Jonathan Rosser (jrosser) | 20:14 |
tux_ | Folks, I have set "nova_console_type: novnc" and run all my playbook and now from GUI getting error "Unable to load console. Please reload page to try again." | 20:20 |
tux_ | Error: Console is currently unavailable | 20:20 |
tux_ | ostack-infra-01_nova_console_container-52ec2424 is RUNNING | 20:22 |
*** cshen has quit IRC | 20:22 | |
*** jonher has joined #openstack-ansible | 20:24 | |
*** cshen has joined #openstack-ansible | 20:25 | |
tux_ | On both my development and production environment same error | 20:25 |
*** tux_ has quit IRC | 20:27 | |
*** tux_ has joined #openstack-ansible | 20:28 | |
*** lbragstad has quit IRC | 20:28 | |
*** tux_ has quit IRC | 20:33 | |
*** FrankZhang has quit IRC | 20:38 | |
*** DanyC has joined #openstack-ansible | 20:42 | |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: Fix monasca https://review.openstack.org/578721 | 20:47 |
guilhermesp | ^^ odyssey4me evrardjp expecting everything green again :) | 20:48 |
guilhermesp | I would like to ask later if any other core could review and workflow if possible. This is the groundwork to our monasca role, there are quite a few minor things to do but we are on the way | 20:52 |
*** sew has quit IRC | 20:54 | |
*** sew has joined #openstack-ansible | 20:55 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: Add support for using distribution packages for OpenStack services https://review.openstack.org/579770 | 20:55 |
*** jonher_ has joined #openstack-ansible | 20:56 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh master: Move MQ vhost/user creation into role https://review.openstack.org/583360 | 20:56 |
*** jonher has quit IRC | 20:56 | |
*** vnogin has joined #openstack-ansible | 20:57 | |
*** DanyC has quit IRC | 20:59 | |
*** DanyC has joined #openstack-ansible | 21:00 | |
*** DanyC has quit IRC | 21:01 | |
*** DanyC has joined #openstack-ansible | 21:01 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_barbican master: Move MQ vhost/user creation into role https://review.openstack.org/583363 | 21:02 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_blazar master: Move MQ vhost/user creation into role https://review.openstack.org/583364 | 21:02 |
*** jonher_ has quit IRC | 21:02 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Move MQ vhost/user creation into role https://review.openstack.org/583365 | 21:02 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Move MQ vhost/user creation into role https://review.openstack.org/583366 | 21:03 |
*** jonher has joined #openstack-ansible | 21:03 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty master: Move MQ vhost/user creation into role https://review.openstack.org/583368 | 21:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_congress master: Move MQ vhost/user creation into role https://review.openstack.org/583369 | 21:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_designate master: Move MQ vhost/user creation into role https://review.openstack.org/583370 | 21:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Move MQ vhost/user creation into role https://review.openstack.org/583371 | 21:04 |
*** vnogin has quit IRC | 21:04 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi master: Move MQ vhost/user creation into role https://review.openstack.org/583372 | 21:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat master: Move MQ vhost/user creation into role https://review.openstack.org/583375 | 21:04 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon master: Move MQ vhost/user creation into role https://review.openstack.org/583376 | 21:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ironic master: Move MQ vhost/user creation into role https://review.openstack.org/583377 | 21:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Move MQ vhost/user creation into role https://review.openstack.org/583378 | 21:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum master: Move MQ vhost/user creation into role https://review.openstack.org/583379 | 21:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_masakari master: Move MQ vhost/user creation into role https://review.openstack.org/583380 | 21:06 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_molteniron master: Move MQ vhost/user creation into role https://review.openstack.org/583381 | 21:06 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca master: Move MQ vhost/user creation into role https://review.openstack.org/583382 | 21:06 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca-agent master: Move MQ vhost/user creation into role https://review.openstack.org/583383 | 21:07 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca-ui master: Move MQ vhost/user creation into role https://review.openstack.org/583384 | 21:07 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Move MQ vhost/user creation into role https://review.openstack.org/583386 | 21:07 |
guilhermesp | and sorry odyssey4me I really didn't have time to Move MQ vhost/user due to the recent issues with monasca | 21:07 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Move MQ vhost/user creation into role https://review.openstack.org/583387 | 21:07 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia master: Move MQ vhost/user creation into role https://review.openstack.org/583388 | 21:08 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Move MQ vhost/user creation into role https://review.openstack.org/583389 | 21:08 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_rally master: Move MQ vhost/user creation into role https://review.openstack.org/583390 | 21:08 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Move MQ vhost/user creation into role https://review.openstack.org/583391 | 21:09 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_searchlight master: Move MQ vhost/user creation into role https://review.openstack.org/583392 | 21:09 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Move MQ vhost/user creation into role https://review.openstack.org/583393 | 21:09 |
odyssey4me | guilhermesp: no worries - I just scripted it with ansible | 21:09 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tacker master: Move MQ vhost/user creation into role https://review.openstack.org/583394 | 21:09 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest master: Move MQ vhost/user creation into role https://review.openstack.org/583395 | 21:10 |
odyssey4me | they might be perfect, they might not, but the hard part is done ;) | 21:10 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove master: Move MQ vhost/user creation into role https://review.openstack.org/583396 | 21:10 |
guilhermesp | great, let me know if there's something else that I might to do | 21:10 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_watcher master: Move MQ vhost/user creation into role https://review.openstack.org/583397 | 21:10 |
guilhermesp | I might do* | 21:10 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar master: Move MQ vhost/user creation into role https://review.openstack.org/583398 | 21:11 |
guilhermesp | since I think the first part of the work with monasca is done | 21:11 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zun master: Move MQ vhost/user creation into role https://review.openstack.org/583399 | 21:11 |
odyssey4me | guilhermesp: that's the hard part! from now on, keep it working! | 21:11 |
*** poopcat has quit IRC | 21:11 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Add osprofiler to api-paste pipeline https://review.openstack.org/583400 | 21:11 |
*** tux_ has joined #openstack-ansible | 21:14 | |
*** sew has quit IRC | 21:15 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Fix notify MQ defaults https://review.openstack.org/583371 | 21:16 |
*** vnogin has joined #openstack-ansible | 21:17 | |
*** mmercer has joined #openstack-ansible | 21:17 | |
*** vakuznet has quit IRC | 21:19 | |
*** tux_ has quit IRC | 21:19 | |
*** sew has joined #openstack-ansible | 21:20 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Move MQ vhost/user creation into role https://review.openstack.org/583393 | 21:24 |
odyssey4me | ok, most of those need a little extra work - but it's a start point which is easily modified from here | 21:26 |
odyssey4me | time for me to !computer, cheers folks! | 21:27 |
*** tux_ has joined #openstack-ansible | 21:30 | |
*** nurdie has quit IRC | 21:31 | |
*** nurdie has joined #openstack-ansible | 21:31 | |
*** DanyC has quit IRC | 21:32 | |
*** poopcat has joined #openstack-ansible | 21:32 | |
*** DanyC has joined #openstack-ansible | 21:33 | |
*** nurdie has quit IRC | 21:36 | |
*** DanyC has quit IRC | 21:36 | |
*** kstev has quit IRC | 21:36 | |
*** cshen has quit IRC | 21:37 | |
tux_ | Getting this error during console access in logs http://paste.openstack.org/show/726150/ | 21:44 |
tux_ | cloudnull: ^^ if you are aware of it | 21:44 |
*** poopcat1 has joined #openstack-ansible | 21:45 | |
*** poopcat has quit IRC | 21:48 | |
*** mmercer has quit IRC | 21:53 | |
*** mmercer has joined #openstack-ansible | 21:54 | |
*** sew has quit IRC | 22:02 | |
jenglisch_ | is openstack-manila anywhere in the OSA backlog currently? | 22:07 |
*** rivimey has left #openstack-ansible | 22:09 | |
*** albertcard2 has joined #openstack-ansible | 22:12 | |
cloudnull | jenglisch_ there have been folks threatening to work on it however I've never seen anything come from it. | 22:13 |
cloudnull | I'm sure folks would be keen to see it added in, it's just not been prioritized at this time. | 22:13 |
cloudnull | tux_ is your console not working or is that just noise in the logs ? | 22:14 |
cloudnull | Looks like an LB check if i had to guess. | 22:14 |
*** poopcat1 has quit IRC | 22:15 | |
tux_ | cloudnull: console not working | 22:16 |
*** dave-mccowan has quit IRC | 22:16 | |
cloudnull | jrosser right you are, https://github.com/openstack/openstack-ansible-os_neutron/blob/master/templates/api-paste.ini.j2#L44-L45 the filter is there but its not in the pipeline, so it'll need a change both ways. | 22:16 |
tux_ | cloudnull: if i got to console tab i am getting this error "Unable to load console. Please reload page to try again." | 22:16 |
cloudnull | does the redirect button work ? | 22:16 |
*** hachi has quit IRC | 22:17 | |
tux_ | redirect button ?? what is that? | 22:17 |
cloudnull | normally in horizon there's a button that when the console isn't loading in an iframe | 22:17 |
cloudnull | i guess you're not even seeing that. | 22:17 |
cloudnull | ? | 22:17 |
tux_ | ah! i got it, i have seen that button on old openstack which used spice, but here i am not seeing that | 22:18 |
tux_ | Error: Console is currently unavailable | 22:18 |
tux_ | and same time i am seeing error http://paste.openstack.org/show/726150/ in nova_console_container | 22:19 |
tux_ | cloudnull: This is what my nova.conf look like http://paste.openstack.org/show/726151/ | 22:20 |
-tux_- [root@ostack-controller-03-nova-console-container-109d5f9d ~]# curl http://10.5.1.169:6080/vnc_lite.html | 22:20 | |
-tux_- curl: (52) Empty reply from server | 22:20 | |
cloudnull | I assume 192.168.100.81 is the container IP ? | 22:21 |
cloudnull | is novnc listening ? | 22:21 |
cloudnull | have you tried restarting the container? | 22:21 |
tux_ | 192.168.100.81 is container IP and 10.5.1.169 is external LB vip ip | 22:22 |
tux_ | let me try to restart | 22:23 |
tux_ | cloudnull: i did restart but no luck | 22:27 |
tux_ | it was working before when i was using spice-html5 | 22:27 |
tux_ | since i moved to novac it stopped working | 22:27 |
tux_ | it seems its not seeing some files based on error mesg code 404, message No such file | 22:30 |
tux_ | I have nova-spicehtml5proxy.service service running in container is that right thing? | 22:32 |
tux_ | tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN 465/python | 22:35 |
tux_ | tcp 0 0 0.0.0.0:6082 0.0.0.0:* LISTEN 345/python | 22:35 |
tux_ | FYI, i have tired on multiple browser (safari, windows etc...) | 22:38 |
tux_ | After enable debug i am seeing this stack error http://paste.openstack.org/show/726154/ | 22:41 |
tux_ | I am going to open bug anyway to track this issue | 22:42 |
tux_ | https://bugs.launchpad.net/openstack-ansible/+bug/1782255 | 22:44 |
openstack | Launchpad bug 1782255 in openstack-ansible "novnc console error code 404, message No such file" [Undecided,New] | 22:44 |
*** tux_ has quit IRC | 22:44 | |
*** lbragstad has joined #openstack-ansible | 22:50 | |
cloudnull | tux_ sorry ack, back in a min | 22:50 |
cloudnull | any cores around want to give these a push forward https://review.openstack.org/#/q/topic:osprofiler+(status:open+OR+status:open) ? | 22:57 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests https://review.openstack.org/583329 | 22:58 |
*** admin0 has quit IRC | 23:01 | |
*** tosky has joined #openstack-ansible | 23:09 | |
*** tux_ has joined #openstack-ansible | 23:13 | |
*** chyka has quit IRC | 23:43 | |
openstackgerrit | Victor Palma proposed openstack/openstack-ansible-ops master: adding kolide fleet https://review.openstack.org/583046 | 23:46 |
*** pmannidi has joined #openstack-ansible | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!