*** gyee has quit IRC | 00:04 | |
*** spatel has joined #openstack-ansible | 00:04 | |
*** spatel has quit IRC | 00:09 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_client master: Find the list of packages to remove using rpm https://review.openstack.org/603205 | 00:13 |
---|---|---|
openstackgerrit | caoyuan proposed openstack/openstack-ansible master: fix tox python3 overrides https://review.openstack.org/574313 | 00:23 |
*** dxiri has joined #openstack-ansible | 00:43 | |
*** markvoelker has quit IRC | 00:44 | |
*** cshen has joined #openstack-ansible | 00:44 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove stable/queens: Clean up role tests https://review.openstack.org/601864 | 00:46 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove stable/queens: import zuul job settings from project-config https://review.openstack.org/595123 | 00:47 |
*** cshen has quit IRC | 00:49 | |
*** mschuppert has quit IRC | 01:37 | |
*** dave-mccowan has quit IRC | 01:42 | |
*** dave-mccowan has joined #openstack-ansible | 02:01 | |
*** dave-mccowan has quit IRC | 02:20 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add capability to set node role https://review.openstack.org/603270 | 02:22 |
openstackgerrit | jacky06 proposed openstack/openstack-ansible-os_horizon master: Add watcher dashboard into horizon https://review.openstack.org/603156 | 02:27 |
*** dxiri has quit IRC | 02:32 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_client master: Find the list of packages to remove using rpm https://review.openstack.org/603205 | 02:44 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add capability to set node role https://review.openstack.org/603270 | 03:01 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: Revisit conflicting package removal https://review.openstack.org/603215 | 03:01 |
*** lbragstad has quit IRC | 03:04 | |
*** lbragstad has joined #openstack-ansible | 03:11 | |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia stable/rocky: Update branch to point to Rocky https://review.openstack.org/599803 | 03:20 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add capability to set node role https://review.openstack.org/603270 | 03:48 |
*** lbragstad has quit IRC | 03:48 | |
*** udesale has joined #openstack-ansible | 03:53 | |
*** hw_wutianwei_ has quit IRC | 04:07 | |
*** shyamb has joined #openstack-ansible | 05:02 | |
*** shyamb has quit IRC | 05:14 | |
*** shyamb has joined #openstack-ansible | 05:20 | |
*** shyamb has quit IRC | 05:36 | |
*** shyamb has joined #openstack-ansible | 05:38 | |
*** DanyC has joined #openstack-ansible | 05:41 | |
*** DanyC has quit IRC | 05:47 | |
*** shyamb has quit IRC | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.openstack.org/603285 | 06:14 |
*** rgogunskiy has joined #openstack-ansible | 06:20 | |
*** cshen has joined #openstack-ansible | 06:26 | |
*** shyamb has joined #openstack-ansible | 06:38 | |
*** DanyC has joined #openstack-ansible | 06:43 | |
*** DanyC has quit IRC | 06:47 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP - Enable stackviz support https://review.openstack.org/603100 | 06:48 |
*** olivierb has joined #openstack-ansible | 07:08 | |
*** ekan has joined #openstack-ansible | 07:10 | |
*** fghaas has joined #openstack-ansible | 07:18 | |
*** shyamb has quit IRC | 07:22 | |
mbuil_ | good morning! I need a bit of help with the gate problems ==> https://review.openstack.org/#/c/603165/, I am not sure why it cannot find the ceilometer dependency if it is part of https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L1 | 07:23 |
ekan | Hi, Currently sitting with a problem regarding host aggregates / AZ. I have a environment where I want the majority of compute nodes in different a host aggregate than the one used with AZ `nova` and leave a few computes as default. As I keep all configuration regarding openstack-ansible config in git (user_variables openstack_user_config), my question is really if it's supported to handle this within the installation with | 07:24 |
ekan | #2: penstack_user_config or similar). The alternative would be to handle this in a seperate playbook (with potentially seperate vars) after everything is up and running. Thankful for any pointers to documentation or tips. | 07:29 |
*** gkadam has joined #openstack-ansible | 07:39 | |
*** priteau has joined #openstack-ansible | 07:41 | |
*** hamzaachi has joined #openstack-ansible | 07:45 | |
hwoarang | mbuil_: shouldn't ceilometer be added in vars/main.yml in os_tempest since this is the part that fails in that log? | 07:49 |
hwoarang | oh wait | 07:50 |
hwoarang | or in the tests/ overrides files in the os_neutron role? | 07:50 |
mbuil_ | hwoarang: it seems the dependency is defined but can't find the version that dependency sets "Could not satisfy constraints for 'ceilometer': installation from path or url cannot be constrained to a version" or? | 07:51 |
hwoarang | mbuil_: i am just looking at the log and it seems to fail on the tempest plugins installation and then lookded at the role and ceilometer is not defined in tempest plugins | 07:53 |
mbuil_ | hwoarang: where are you looking in tempest pluging? os_tempest/defaults/main.yml? | 07:53 |
hwoarang | os_tempest/vars/main is the defaults | 07:54 |
hwoarang | but if you look at os_neutron/tests/ there are a bunch of os_neutron-overrides* files | 07:55 |
hwoarang | for each scenario | 07:55 |
hwoarang | where they define their own tempest plugins | 07:55 |
mbuil_ | hwoarang: but this test has nothing to do with os_neutron | 07:55 |
mbuil_ | hwoarang: need to leave 20 minutes, sorry! brb | 07:56 |
hwoarang | hmm true. and this message is giving a clue 'Could not satisfy constraints for 'ceilometer': installation from path or url cannot be constrained to a version' but needs more investigation because i am not very familiar with this piece of code | 07:58 |
jrosser | ekan: i have a completely seperate playbook / vars for setting host aggregates. it uses the same inventory as OSA though so it's quite simple | 07:59 |
*** persia has quit IRC | 08:06 | |
ekan | jrosser: Ok, fair enough. Seems to be quite simple if using same inventory. Thank you | 08:06 |
*** persia has joined #openstack-ansible | 08:07 | |
jrosser | ekan: http://paste.openstack.org/show/730236/ | 08:09 |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP - Enable stackviz support https://review.openstack.org/603100 | 08:10 |
ekan | jrosser: Great, I'll have a look. Thanks! | 08:11 |
*** tosky has joined #openstack-ansible | 08:16 | |
*** luksky has joined #openstack-ansible | 08:19 | |
*** DanyC has joined #openstack-ansible | 08:27 | |
gokhani | hi team, is there anyone who use vlan tenant networks ? When I use vlan tenant networks, all l3 agents are master and it causes network connection problem. But when I use vxlan tenant networks, it is working properly and one L3 agent is master and others are BACKUP. What is your thoughts about this problem ? ? my environment is on openstack pike 16.0.13 on ubuntu 16.04.5 | 08:33 |
mbuil_ | hwoarang: back :) | 08:33 |
*** markvoelker has joined #openstack-ansible | 08:36 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Remove python-keystoneclient package install https://review.openstack.org/587724 | 08:36 |
*** shyamb has joined #openstack-ansible | 08:45 | |
*** lbragstad has joined #openstack-ansible | 08:59 | |
mbuil_ | hwoarang: there is no ceilometer-tempest-plugin :/ | 08:59 |
mbuil_ | you are right | 08:59 |
odyssey4me | cores, I'd appreciate some reviews for the patches I have backing up: https://goo.gl/k9cCfF | 09:00 |
hwoarang | mbuil_: i dont know what to tell you really. maybe something in upper-constrains that we build forces ceilometer to a version and according to the error message you can't use specific version if you install from git or path | 09:01 |
odyssey4me | hopefully https://review.openstack.org/602927 will pass this time around to unblock the integrated gate | 09:01 |
hwoarang | but i am not familiar with this part of the code tbh | 09:01 |
hwoarang | odyssey4me: this centos thing looks a bit fragile :/ | 09:02 |
odyssey4me | mbuil_ hwoarang yeah, I saw those yesterday and it's a bit odd - haven't had much time to figure it out | 09:02 |
odyssey4me | hwoarang: yeah, it sucks - however the good news is that we're removing the use of that role almost everywhere | 09:03 |
odyssey4me | I am finding myself tempted to switch to using the RDO packages (mariadb 10.2) for the distro installation on CentOS given that RDO has their deps very well tuned. | 09:04 |
chkumar|ruck | mbuil_: the all telemetry projects has a singel tempest plugin -> telemetry-tempest-plugin | 09:04 |
mbuil_ | chkumar|ruck: ok, thanks. That one is part of vars/main.yml, any idea why all gates fail with the same dependency problem? ==> https://review.openstack.org/#/c/603165/ | 09:06 |
odyssey4me | mbuil_: ok, let's take a step back a bit here | 09:08 |
odyssey4me | mbuil_: why does networking-odl require ceilometer? I don't understand that requirement at all. | 09:09 |
odyssey4me | Surely it should be an extra or something, or is it intrinsically required for the basic functioning of the driver? | 09:10 |
mbuil_ | chkumar|ruck --> perhaps I should add the telemetry-tempest-plugin here... https://github.com/openstack/openstack-ansible-os_ceilometer/blob/master/tests/os_ceilometer-overrides.yml#L48-L51 | 09:10 |
*** markvoelker has quit IRC | 09:11 | |
chkumar|ruck | mbuil_: yes this one needs to be updated | 09:11 |
chkumar|ruck | mbuil_: and the test name also | 09:11 |
mbuil_ | odyssey4me: your question makes a lot of sense. In parallel we are working on defining it as extra. It is not required for the basic functioning of the driver: https://review.openstack.org/#/c/602622/ | 09:12 |
mbuil_ | chkumar|ruck: name should be tempest-telemetry? | 09:13 |
odyssey4me | mbuil_: oh fantastic, thanks - because adding it into requirements for neutron is going to break the integrated build unless we modify some groups | 09:13 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 09:13 |
chkumar|ruck | mbuil_: the name of the plugin is telemetry-tempest-plugin | 09:13 |
odyssey4me | mbuil_: https://github.com/openstack/openstack-ansible-os_aodh/blob/master/tests/os_aodh-overrides.yml#L27-L30 | 09:13 |
odyssey4me | not sure what an appropriate test whitelist would be | 09:14 |
chkumar|ruck | odyssey4me: mbuil_ list of telemetry tests http://paste.openstack.org/show/730240/ | 09:17 |
*** idlemind has quit IRC | 09:18 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/pike: Remove mysql-python https://review.openstack.org/602959 | 09:19 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_ceilometer master: Bug fix: tempest plugin is not well defined https://review.openstack.org/603337 | 09:19 |
mbuil_ | chkumar|ruck: ok, but according to that output ceilometer.tests.tempest.api.test_telemetry_notification_api does not exist, right? In fact, there is no ceilometer test | 09:21 |
chkumar|ruck | mbuil_: let me check the history | 09:22 |
odyssey4me | mbuil_: yeah, there will need to be a different test set exercised | 09:23 |
odyssey4me | mbuil_: actually, it looks like there're no ceilometer tests - it's not an API any more, so that kinda makes sense | 09:24 |
odyssey4me | it may make more sense to remove tempest from there and do a simple assertion task to validate that the poller is running or something like that | 09:24 |
*** aludwar has quit IRC | 09:28 | |
*** aludwar has joined #openstack-ansible | 09:28 | |
mbuil_ | odyssey4me: I feel like building a domino row of patches. I already have 6 or 7 waiting for the next one to be finished in order to merge. Do you have an example of assertion task in another role? Maybe I can use it as base for ceiloemter tests | 09:30 |
mbuil_ | odyssey4me: I have just noticed the comment on top of this https://github.com/openstack/openstack-ansible-os_ceilometer/blob/master/tests/os_ceilometer-overrides.yml#L44. If tempest_run is "no", it should not run the tempest test cases or? | 09:33 |
*** shardy has joined #openstack-ansible | 09:34 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 09:35 |
*** sum12 has quit IRC | 09:35 | |
odyssey4me | mbuil_: yeah, but it still installs everything and the fail is in the install, not the execution of tempest itself | 09:40 |
chkumar|ruck | mbuil_: you can simply replace the test is TelemetryAlarming instead of ceilometer | 09:40 |
odyssey4me | lemme put a quick patch to address this up | 09:41 |
chkumar|ruck | *with | 09:41 |
openstackgerrit | Merged openstack/openstack-ansible-nspawn_container_create stable/rocky: Cleanup mounts in containers https://review.openstack.org/602868 | 09:43 |
*** shardy has quit IRC | 09:46 | |
*** shyamb has quit IRC | 09:46 | |
*** shyamb has joined #openstack-ansible | 09:47 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Switch to simple service test instead of tempest https://review.openstack.org/603346 | 09:51 |
mbuil_ | odyssey4me: thanks ^. Let's wait for the tests | 09:55 |
odyssey4me | mbuil_: yeah, the right thing to do would be to do panko as suggested in the override file, but I don't know how any of that stuff works - I guess if anyone is interested, then they can pick it up later | 09:55 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/rocky: Remove mysql-python https://review.openstack.org/602957 | 09:58 |
*** Emine has joined #openstack-ansible | 09:58 | |
openstackgerrit | Merged openstack/openstack-ansible-os_panko stable/rocky: Remove pip_install meta dependency https://review.openstack.org/603076 | 09:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/pike: Define cache_timeout variable https://review.openstack.org/602964 | 10:00 |
*** gkadam has quit IRC | 10:02 | |
*** gkadam has joined #openstack-ansible | 10:04 | |
*** markvoelker has joined #openstack-ansible | 10:07 | |
*** FuzzyFerric has joined #openstack-ansible | 10:09 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 10:14 |
* hwoarang kicks apparmor | 10:16 | |
FuzzyFerric | Hi. I am installing Openstack Queens using Ansible in a HA setup with SSL and have nearly completed the list, I am having problems with Glance using Cinder as the backend. Tempest installs ok, downloads the Cirros issue, but then fails to upload it to the Glance service, reporting an "Internal Error" and failing on retries. I know the Cinder service is working as I can create Volumes without issue. Looking at the Glance contai | 10:17 |
FuzzyFerric | ner in the Glance-api log I can see an error relating to "Unable to Establish a connection" (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))) - I am at a bit of a loss here as I cannot find any config which could override this, or what SSL connection it is referring to as it uses the same Keystone and certificates as all other services whi | 10:17 |
FuzzyFerric | ch appear to be running correctly.. Is there any additional config location I can look into, or is Glance with a Cinder back end not working?.. Thanks | 10:17 |
ArchiFleKs | evrardjp: So i'm not sure about what happened but it was unrelated to the error message I posted yesterday (it was just cosmetic). The problem was that after the upgrade the neutron DB tables lbaasagentbinding was empty so all my existing haproxy LBAAS were agentless and since the migration from container to bare metal they were not recreated | 10:20 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 10:20 |
*** gkadam has quit IRC | 10:21 | |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican stable/queens: Define cache_timeout variable https://review.openstack.org/602965 | 10:21 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican stable/rocky: Define cache_timeout variable https://review.openstack.org/602962 | 10:21 |
ArchiFleKs | I don't know if this happened when we removed the old agent but I think it was the case, I though it would behave juste like the l3-agent migration | 10:21 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican stable/pike: Define cache_timeout variable https://review.openstack.org/602966 | 10:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Switch to simple service test instead of tempest https://review.openstack.org/603346 | 10:21 |
ArchiFleKs | I inserted the binding manually in the agentbinding table et was able to recover et the old LB got recreated after an lbaas-agent restart | 10:21 |
*** shyamb has quit IRC | 10:26 | |
odyssey4me | jroll: mind taking a peek at https://review.openstack.org/602927 ? with that approved and merged, the integrated gate will be unblocked | 10:31 |
odyssey4me | oops, I meant jrosser | 10:31 |
jrosser | done | 10:32 |
odyssey4me | tyvm | 10:32 |
odyssey4me | FuzzyFerric: are you using ssl for internal/admin endpoints, or only for public endpoints? it seems like the services are trying to use the public endpoint for some reason, and are failing because the ssl cert is likely self-signed or something | 10:33 |
jrosser | still looking for review on this https://review.openstack.org/#/c/601534/ hwoarang or evrardjp.... | 10:34 |
evrardjp | I have a quite busy day, I will have trouble finding time today. Will prep the bug triage and all, but that will be hard for me to do something else | 10:35 |
evrardjp | PTG made me late on my other duties | 10:35 |
hwoarang | jrosser: lgtm | 10:38 |
FuzzyFerric | odyssey4me: I am using SSL only for public endpoints which I can verify, the internal and admin endpoints are all http://. You are correct that the certificate is a self signed one, but should the glance server not be using the internal or admin interfaces? Is there somewhere in then ansible setup i can tell it to do this?.. | 10:38 |
odyssey4me | FuzzyFerric: it should do it by default, so something has gone wrong | 10:39 |
*** markvoelker has quit IRC | 10:41 | |
FuzzyFerric | odyssey4me: Running all the playbooks appears to work fine, until this one at the end which is the only error I am having. I have been trying to complete this by rerunning the os-tempest-install.yml individually | 10:41 |
odyssey4me | FuzzyFerric: yeah, that should be fine - which branch/tag are you using? | 10:42 |
*** udesale has quit IRC | 10:47 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP - Enable stackviz support https://review.openstack.org/603100 | 10:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Bump requirement SHA https://review.openstack.org/603233 | 10:48 |
FuzzyFerric | odyssey4me: Not sure, I did not initiate the install on this one, is there a way I can find out? | 10:48 |
odyssey4me | FuzzyFerric: cat /etc/openstack-release on any of the hosts, or check that the git branch/tag is | 10:49 |
odyssey4me | (in /opt/openstack-ansible on the deploy host) | 10:50 |
FuzzyFerric | DISTRIB_ID="OSA" | 10:50 |
FuzzyFerric | DISTRIB_RELEASE="17.1.1" | 10:50 |
FuzzyFerric | DISTRIB_CODENAME="Queens" | 10:50 |
FuzzyFerric | DISTRIB_DESCRIPTION="OpenStack-Ansible" | 10:50 |
odyssey4me | ok, so sounds like it's the head of the stable/queens branch as that's the next planned release version | 10:50 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/rocky: Define cache_timeout variable https://review.openstack.org/602961 | 10:51 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/queens: Define cache_timeout variable https://review.openstack.org/602963 | 10:51 |
FuzzyFerric | odessy4me: this is running on Ubuntu 16.04.5 LTS | 10:52 |
odyssey4me | FuzzyFerric: what's the first SHA shown when you do 'git log' in /opt/openstack-ansible | 10:52 |
odyssey4me | SHA or title | 10:52 |
FuzzyFerric | Merge "Revert "Revert "Work around nested virt issues on OVH test nodes""" into stable/queens | 10:55 |
FuzzyFerric | commit 0ceb08dee21f00625a1bad0a9cf5c8d8f7226472 | 10:55 |
odyssey4me | FuzzyFerric: ok, it might be good to update that checkout to pull in https://github.com/openstack/openstack-ansible/commit/9435dc9d0eff1094ccc187d7fb392cb015c21697 | 10:56 |
*** shyamb has joined #openstack-ansible | 10:56 | |
odyssey4me | git fetch --all; git reset --hard origin/stable/queens | 10:57 |
FuzzyFerric | Done, HEAD is now at 9435dc9 Bump plugins SHA to include recent bugfixes | 10:57 |
odyssey4me | ok, however that doesn't explain the issue you're seeing | 10:57 |
*** gkadam has joined #openstack-ansible | 10:57 | |
odyssey4me | what overrides have you implemented in user_*.yml ? | 10:58 |
odyssey4me | could you share them in pastebin/gist ? | 10:58 |
odyssey4me | well, leave out your secrets of course | 10:58 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Find the list of packages to remove using rpm https://review.openstack.org/603205 | 11:00 |
FuzzyFerric | https://gist.github.com/suggestable/94ac20e8944658fd0de1bb29ca82798e | 11:01 |
odyssey4me | FuzzyFerric: it looks like you have conflicting configs there - haproxy_ssl is off, but the public protocol is ssl - what's up with that? | 11:02 |
FuzzyFerric | odyssey4me: Apologies, That was a previous one and it looks like my live config has already been updated. Checking the file on the live server shows that haproxy_ssl is set to true.. I will update the Gist | 11:07 |
odyssey4me | FuzzyFerric: so openstack_service_publicuri_proto: https is the default, so no need to set it | 11:08 |
odyssey4me | 'openstack_external_ssl: true' is also the default, so no need to set it | 11:08 |
FuzzyFerric | ok, should I comment out those two lines int he config? | 11:09 |
odyssey4me | 'haproxy_ssl: true' is also the default, so no need to set it | 11:09 |
odyssey4me | 'haproxy_bind_on_non_local' will be set to 'true' dynamically if you have more than one haproxy host, which you do, so again no need to set it | 11:10 |
odyssey4me | 'galera_cluster_name: openstack_galera_cluster' is also the default, so no need to set it | 11:10 |
odyssey4me | so yeah, remark those out or remove them entirely - perhaps comment them out and add a comment about why you did so, to ensure the rest of your team knows ;) | 11:11 |
odyssey4me | ok, so next I see 'glance_default_store: cinder' which is something I don't think is well tested... so we need to look there, especially given that it's glance throwing those errors | 11:12 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Convert lxc2 to lxc3 config keys dynamically https://review.openstack.org/601534 | 11:13 |
odyssey4me | yeah, I'm guessing we're missing some settings in glance.conf which inform glance to use the internal endpoint | 11:13 |
FuzzyFerric | Thank you.. It is glance, against the Cinder back end which is on a SAN (and works fine for the Voume service) | 11:13 |
*** hamzaachi has quit IRC | 11:15 | |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/ocata: Clean up role tests https://review.openstack.org/601880 | 11:16 |
odyssey4me | FuzzyFerric: given https://ebalduf.github.io/configure-glance-for-cinder/ it seems there's quite a bit of missing config | 11:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Remove python-keystoneclient package install https://review.openstack.org/587724 | 11:17 |
odyssey4me | more in https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backed-image.html too | 11:17 |
*** noonedeadpunk has quit IRC | 11:18 | |
*** noonedeadpunk has joined #openstack-ansible | 11:18 | |
odyssey4me | FuzzyFerric: you can use https://docs.openstack.org/openstack-ansible/latest/reference/configuration/using-overrides.html#overriding-openstack-configuration-defaults to set just about anything in glance.conf - if you can work out all the bits that need to go in there and share those, we can push up a patch to make it work by default | 11:19 |
chkumar|ruck | odyssey4me: hello | 11:21 |
chkumar|ruck | odyssey4me: I am going to break this patch into smaller stuff https://review.openstack.org/591424 | 11:21 |
FuzzyFerric | odyssey4me: Great, Thank you… I will go and read that and see what I am missing here | 11:21 |
chkumar|ruck | odyssey4me: like: 1. Installing from rpm and runnign tempest from that | 11:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance stable/rocky: Remove python-keystoneclient package install https://review.openstack.org/603361 | 11:21 |
chkumar|ruck | 2. using tempestconfiguations | 11:21 |
chkumar|ruck | 3. using tempest container | 11:22 |
chkumar|ruck | like this way | 11:22 |
chkumar|ruck | I will abandon the first patch | 11:22 |
odyssey4me | chkumar|ruck: sure, sounds good | 11:22 |
odyssey4me | smaller patches are always helpful | 11:22 |
chkumar|ruck | odyssey4me: where is the centos functional tempest job defined? | 11:23 |
odyssey4me | there is plenty of prior art in the compute kit roles for installing via distro packages instead of from source if you'd like to see existing conventions - of course if you see anything that's totally bat crazy then please feel free to question it or change it :) | 11:23 |
odyssey4me | chkumar|ruck: the job is defined in openstack-ansible-tests, as is the playbook - each repo has tox config to add some env vars or extra vars where necessary for driving different types of installs | 11:24 |
odyssey4me | take a peek at the keystone role for example, it has many different configs tested | 11:25 |
odyssey4me | all role tests also use tests/test.yml as the top-level meta playbook | 11:25 |
chkumar|ruck | odyssey4me: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_install.yml source and distro logic are in same task | 11:26 |
odyssey4me | chkumar|ruck: yes, they share many things - but the source install diverges here: https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_install.yml#L109-L111 | 11:27 |
chkumar|ruck | odyssey4me: can we made this something like https://github.com/openstack/ansible-role-nodepool/tree/master/tasks/install ? | 11:28 |
chkumar|ruck | for tempest? | 11:28 |
chkumar|ruck | odyssey4me: or I follow the keystone role methodology? | 11:28 |
odyssey4me | chkumar|ruck: yes, a task routing system would be fine for tempest given that it's a lot less complex | 11:28 |
odyssey4me | I'd suggest making that change in its own patch | 11:29 |
chkumar|ruck | you mean resusing the previous patch, I can do that | 11:29 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Remove python-keystoneclient package install https://review.openstack.org/587730 | 11:29 |
odyssey4me | yeah, that's fine too | 11:29 |
chkumar|ruck | ok, great, thanks :-) | 11:30 |
odyssey4me | chkumar|ruck: I wouldn't bother with the git/pip thing though, just focus on source vs distro. I'm doing a bunch of work on the source builds, and pip/git will just be automagically handled when I'm done. | 11:30 |
chkumar|ruck | odyssey4me: ok | 11:31 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Remove python-keystoneclient package install https://review.openstack.org/587722 | 11:32 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat master: Remove python-keystoneclient package install https://review.openstack.org/587725 | 11:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/rocky: Update branch to point to Rocky https://review.openstack.org/599808 | 11:34 |
*** sum12 has joined #openstack-ansible | 11:35 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Switch to simple service test instead of tempest https://review.openstack.org/603346 | 11:38 |
*** gkadam has quit IRC | 11:39 | |
*** gkadam has joined #openstack-ansible | 11:40 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 11:54 |
*** markvoelker has joined #openstack-ansible | 12:04 | |
kaiokmo | morning everyone | 12:06 |
*** gkadam has quit IRC | 12:06 | |
*** shyamb has quit IRC | 12:06 | |
*** shyamb has joined #openstack-ansible | 12:07 | |
*** priteau has quit IRC | 12:14 | |
*** priteau has joined #openstack-ansible | 12:17 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Rename SUSE vars file to cater for any version https://review.openstack.org/602927 | 12:20 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 12:21 |
*** dave-mccowan has joined #openstack-ansible | 12:23 | |
errr | odyssey4me: you there? | 12:23 |
odyssey4me | errr: yep | 12:23 |
errr | odyssey4me: I have a federation question :) | 12:24 |
odyssey4me | errr: happy to try and help | 12:24 |
errr | I have newton-eol setup and using ADFS as the IDP. I have a valid session and have checked the logs and it shows to be mapping my user to the set group. When I get to horizon and hit the ADFS button it gets back to horizon saying "Login failed: An error occurred authenticating. Please try again later." | 12:25 |
errr | but in the keystone logs it is a success | 12:25 |
errr | and at /Shibboleth.sso/Session its a valid session | 12:25 |
errr | Im not sure what else to check for why it wont let me into horizon | 12:26 |
odyssey4me | errr: hmm, so shib's authorizing it - are the mappings working then? there was a way to see the attributes seen by shib - not sure if it was /Session or another URL | 12:27 |
errr | well I had to decrypt the assertion because its all encrypted. | 12:28 |
*** dave-mccowan has quit IRC | 12:28 | |
errr | but, once I did that the 1 attribute ADFS is sending is defined propery in the mappings.xml file and keystone shows its mapping my user based on that to my fedgroup in the Default domain | 12:29 |
guilhermesp | morning | 12:29 |
errr | https://gist.github.com/michaelrice/b65140e08b6582b2d620e73d6539204c | 12:30 |
errr | thats the mapping file | 12:30 |
guilhermesp | so odyssey4me I didn't look at the PR yet but are they working now ? | 12:30 |
guilhermesp | PRs* | 12:30 |
odyssey4me | guilhermesp: it's in the gate now :) | 12:30 |
guilhermesp | sweet odyssey4me ! awesome work | 12:30 |
*** chkumar|ruck is now known as chkumar|off | 12:32 | |
odyssey4me | errr: hmm, it's been too long - I wonder if cmurphy/lbragstad or any of the other keystone folks can help (in #openstack-keystone) | 12:32 |
errr | Ill ask, thanks :) | 12:32 |
odyssey4me | guilhermesp: oh, it just merged :) https://review.openstack.org/602927 | 12:32 |
guilhermesp | I just saw now :D | 12:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Remove galera_client meta-dependency https://review.openstack.org/602907 | 12:33 |
guilhermesp | 🤟🏼 | 12:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/rocky: Ensure that SSHD is installed, enabled and running https://review.openstack.org/603119 | 12:38 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 12:39 |
*** shyamb has quit IRC | 12:45 | |
*** shyamb has joined #openstack-ansible | 12:45 | |
*** ansmith has joined #openstack-ansible | 12:46 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Switch to simple service test instead of tempest https://review.openstack.org/603346 | 12:49 |
*** hamzaachi has joined #openstack-ansible | 12:49 | |
*** shyamb has quit IRC | 12:50 | |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Remove python-keystoneclient package install https://review.openstack.org/587725 | 13:07 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_client stable/rocky: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603373 | 13:08 |
*** spatel has joined #openstack-ansible | 13:10 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_client stable/queens: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603375 | 13:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_client stable/pike: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603377 | 13:14 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat stable/rocky: Remove python-keystoneclient package install https://review.openstack.org/603378 | 13:16 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Remove python-keystoneclient package install https://review.openstack.org/587730 | 13:19 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: tasks: lxc_apparmor: Drop lxc-start openSUSE workaround https://review.openstack.org/603379 | 13:24 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: tasks: lxc_apparmor: Use aa-disable to disable apparmor profiles https://review.openstack.org/603380 | 13:24 |
spatel | jamesdenton: let me know when you there | 13:26 |
spatel | no rush | 13:26 |
spatel | oops i have meeting in 5 min too... | 13:27 |
spatel | I have few results to share | 13:27 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Revisit conflicting package removal https://review.openstack.org/603215 | 13:27 |
jamesdenton | i'm around | 13:29 |
spatel | Let me finish my meeting and i will ping you back.. | 13:30 |
spatel | what do you think about Linuxbridge vs ovs performance? | 13:30 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server stable/rocky: Revisit conflicting package removal https://review.openstack.org/603383 | 13:30 |
spatel | do you think OVS will perform better in this case? | 13:30 |
jamesdenton | no | 13:31 |
spatel | Yesterday i ran couple of test and found TCP doing good job so far compare to UDP | 13:32 |
*** ekan has quit IRC | 13:32 | |
guilhermesp | are we going to have a meeting today? | 13:33 |
spatel | If i set "ethtoot -L eth0 combined 8" then TCP rocks and i get 200kpps rate | 13:33 |
spatel | but UDP doing very bad if i set queue 8 only getting 40kpps | 13:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_zun stable/rocky: Update branch to point to Rocky https://review.openstack.org/599814 | 13:34 |
spatel | but UDP doing very good with queue #2 size but still getting drops on tap interface | 13:34 |
spatel | i am still test multiple workload and capturing all data | 13:35 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server stable/queens: Revisit conflicting package removal https://review.openstack.org/603388 | 13:36 |
jamesdenton | if i have some time today i will try to run that test | 13:36 |
spatel | that would be great!! | 13:36 |
spatel | i have one more cloud running on OVS i am running test on it.. | 13:36 |
spatel | I google everywhere and didn't find any performance data related PPS rate.. everybody talking about throughput and bandwidth rate... I think PPS does matter too.. | 13:38 |
spatel | how fast your vm processing packets | 13:38 |
mbuil_ | odyssey4me: what is the integrated build in the context of your comment: https://review.openstack.org/#/c/603068/1? | 13:41 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Remove galera_client meta-dependency https://review.openstack.org/602912 | 13:41 |
odyssey4me | mbuil_: the openstack-ansible repo is often termed 'the integrated build' | 13:41 |
hwoarang | mbuil_: integrated build is the openstack-ansible repo where all roles come together and tested | 13:41 |
*** goldenfri has joined #openstack-ansible | 13:42 | |
mbuil_ | odyssey4me, hwoarang: ok, thanks! | 13:43 |
spatel | jamesdenton: this is my iperf look like 5Gbps rate without packet loss for TCP | 13:46 |
spatel | http://paste.openstack.org/show/730270/ | 13:46 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: Update trove tempest plugin path https://review.openstack.org/603109 | 13:47 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: Remove mysql-python https://review.openstack.org/602958 | 13:47 |
jamesdenton | above 5Gbps you see loss? | 13:47 |
odyssey4me | hwoarang: mind reviewing this quickly? https://review.openstack.org/603112 | 13:47 |
jamesdenton | Did you adjust the scaling_governor? | 13:47 |
spatel | Yes i have changed it to performance but result is pretty much same | 13:49 |
jamesdenton | k | 13:49 |
-spatel- [root@foo ~]# iperf -c 10.10.10.10 -u | 13:49 | |
-spatel- ------------------------------------------------------------ | 13:49 | |
-spatel- Client connecting to 10.10.10.10, UDP port 5001 | 13:49 | |
-spatel- Sending 1470 byte datagrams, IPG target: 11215.21 us (kalman adjust) | 13:49 | |
-spatel- UDP buffer size: 208 KByte (default) | 13:49 | |
-spatel- ------------------------------------------------------------ | 13:49 | |
-spatel- [ 3] local 10.10.10.10 port 48961 connected with 10.10.10.10 port 5001 | 13:49 | |
-spatel- [ ID] Interval Transfer Bandwidth | 13:49 | |
jamesdenton | careful with the paste | 13:49 |
-spatel- [ 3] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec | 13:49 | |
-spatel- [ 3] Sent 892 datagrams | 13:49 | |
-spatel- [ 3] Server Report: | 13:49 | |
-spatel- [ 3] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec 0.026 ms 0/ 892 (0%) | 13:49 | |
spatel | jamesdenton: this is interesting UDP result is very poor http://paste.openstack.org/show/730271/ | 13:49 |
spatel | sorry by mistake i copy paste | 13:49 |
spatel | 1.25 MBytes UDP & 5Gbps for TCP | 13:50 |
jamesdenton | Doesn't the server also need to be started with -u? can't recall | 13:50 |
spatel | that is terrible result | 13:50 |
spatel | i did -u | 13:50 |
spatel | i am very good at iperf because that is what i am running last 48 hour :) | 13:50 |
spatel | iperf -c 10.10.10.10 -u ( on server side) | 13:51 |
spatel | sorry client side... | 13:51 |
spatel | server side "iperf -s -u" | 13:51 |
spatel | Do you have any tool you want me to try based on your past experience ? | 13:51 |
jamesdenton | not at the moment. You might also try disabling port security if you're testing between VMs. Also, test between the two compute nodes so you have a reference point | 13:52 |
hwoarang | odyssey4me: done | 13:52 |
*** lbragstad has quit IRC | 13:53 | |
spatel | port security? | 13:53 |
spatel | is that iptables? | 13:53 |
jamesdenton | neutron port security. it affects iptables, yes | 13:53 |
spatel | i will try to disable it and see | 13:53 |
jamesdenton | disable GRO inside the VMs | 13:54 |
*** lbragstad has joined #openstack-ansible | 13:54 | |
spatel | ethtool -K eth0 gro off -- running test again | 13:55 |
spatel | same result [ 3] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec 0.028 ms 0/ 892 (0%) | 13:55 |
spatel | poor UDP | 13:56 |
odyssey4me | tyvm hwoarang | 13:57 |
*** radeks_ has joined #openstack-ansible | 13:58 | |
mnaser | odyssey4me: the thing about centos is temporarily i assume right | 14:01 |
mnaser | until we get rid of galera_client this cycle (i say we converge to galera_server for all the delegated db creates) | 14:01 |
odyssey4me | mnaser: we already delegate to galera_server for all actions, and have been doing for ages | 14:01 |
odyssey4me | so I'm removing MySQL client all the way back to pike, then will get rid of galera_client all the way back to pike too | 14:02 |
mnaser | odyssey4me: right, but i mean we install the client side things in galera_server rather than meta dependency of galera_client in galera_server | 14:02 |
odyssey4me | well, not totally rid of - galera_client still runs against the utility container and the galera_server | 14:02 |
mnaser | ah okay | 14:03 |
odyssey4me | we still need galera_client on the utility container, and running the whole server role seems a little wasteful for that don't you think? | 14:03 |
mnaser | odyssey4me: yeah -- didn't think of the utility container | 14:03 |
odyssey4me | we could do that, and just disable a bunch of stuff that's done in the server role... but we can take that decision later | 14:03 |
mnaser | yeah if it was galera server only it would hve been a much more straight forward decision | 14:04 |
*** vakuznet has joined #openstack-ansible | 14:04 | |
odyssey4me | agreed, I initially thought that too - then remember the utility container | 14:04 |
mnaser | im surprised that it's conflicting the way it is though in centos | 14:04 |
*** shyamb has joined #openstack-ansible | 14:04 | |
mnaser | does that mean anyone with a fresh centos install has that issue? i'd think its a packaging bug in maraidb | 14:04 |
odyssey4me | of course we could consider getting rid of the utility container in the future, and switch to leaving a deployer to do their own thing, or just use the deploy host | 14:05 |
odyssey4me | mnaser: the conflict seems to be something in openstack-ci, rather than base centos | 14:05 |
odyssey4me | it's only on the host, not in the containers | 14:06 |
*** Emine has quit IRC | 14:06 | |
odyssey4me | having the removal of the conflicts is good though - they were originally implemented long ago due to issues that arose in CI and reported in bugs | 14:06 |
mnaser | odyssey4me: so the nodepool images are the ones that have this problem? | 14:07 |
mnaser | that's why we hit it in baremtal i assume | 14:07 |
odyssey4me | I think so, yes - but there are also deps in RDO which bring them in, and that affects distro installs. | 14:08 |
odyssey4me | That's why it had to be removal without deps. | 14:08 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible master: Ensure ceilometer repo gets installed with neutron https://review.openstack.org/603400 | 14:09 |
*** radeks_ has quit IRC | 14:14 | |
*** KeithMnemonic has quit IRC | 14:14 | |
*** KeithMnemonic has joined #openstack-ansible | 14:14 | |
hwoarang | odyssey4me: do you understand this problem http://logs.openstack.org/78/603078/10/check/openstack-ansible-linters/c663e4d/job-output.txt.gz#_2018-09-18_13_24_29_516218 caused by line 34 on https://review.openstack.org/#/c/603078/10/tasks/haproxy_apparmor.yml | 14:16 |
hwoarang | it's exactly the same with your galera_client code | 14:17 |
odyssey4me | hwoarang: I've seen that before. I've not worked out why - it might be because it's in a block? | 14:17 |
odyssey4me | It's a bug in ansible-lint for sure. | 14:18 |
hwoarang | right | 14:18 |
odyssey4me | add the skip_ansible_lint tag if you can't work out why - aint nobody got time for that nonsense | 14:18 |
hwoarang | lol yeah ok | 14:18 |
*** Emine has joined #openstack-ansible | 14:19 | |
hwoarang | or possibly a comment as first line | 14:19 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/pike: Use the correct branch for tempest tests https://review.openstack.org/603111 | 14:19 |
odyssey4me | hwoarang: it would be nice to know the root cause, because I have a few TODO's littered around to figure it out. :p | 14:20 |
hwoarang | yeah.... i may look at it if i find the right amount of motivation | 14:20 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove stable/ocata: Use the correct branch for tempest tests https://review.openstack.org/603405 | 14:20 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 14:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove stable/ocata: Use the correct branch for tempest tests https://review.openstack.org/603405 | 14:21 |
cloudnull | mornings | 14:22 |
mnaser | good morning | 14:23 |
cloudnull | o/ | 14:24 |
cloudnull | hows it post PTG ? | 14:24 |
cloudnull | back to normal yet ? :) | 14:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/rocky: Remove python-keystoneclient package install https://review.openstack.org/603361 | 14:25 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Improve get-pip.py reliability https://review.openstack.org/602885 | 14:27 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: tasks: lxc_apparmor: Use aa-disable to disable apparmor profiles https://review.openstack.org/603380 | 14:29 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/rocky: Update branch to point to Rocky https://review.openstack.org/599801 | 14:31 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Bump plugins SHA to include recent bugfixes https://review.openstack.org/602994 | 14:32 |
openstackgerrit | Merged openstack/openstack-ansible master: fix tox python3 overrides https://review.openstack.org/574313 | 14:32 |
spatel | cloudnull: hey!! | 14:32 |
spatel | cloudnull: Question how do i disable port security ? | 14:33 |
cloudnull | I believe there's an option in the os_neutron role to do that | 14:33 |
* cloudnull goes to look | 14:33 | |
spatel | let me see | 14:33 |
spatel | is port security means iptables ? | 14:35 |
spatel | is it possible i can disable port security for specific instance? | 14:39 |
hwoarang | odyssey4me: maybe you want to track this https://github.com/willthames/ansible-lint/issues/275 | 14:39 |
cloudnull | welp, it looks like the port sec driver is added by default | 14:39 |
cloudnull | https://github.com/openstack/openstack-ansible-os_neutron/blob/master/templates/plugins/ml2/ml2_conf.ini.j2#L8 | 14:39 |
hwoarang | it's a known problem | 14:39 |
jamesdenton | you can disable it on a port-by-port basis using the api | 14:40 |
*** dxiri has joined #openstack-ansible | 14:40 | |
*** rgogunskiy has quit IRC | 14:40 | |
cloudnull | ^ said it before I could :) | 14:40 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-haproxy_server master: Disable HAProxy apparmor profile if present https://review.openstack.org/603078 | 14:40 |
spatel | jamesdenton: how can i do that.. | 14:40 |
jamesdenton | openstack port set -h | 14:40 |
spatel | sorry asking very basic question | 14:40 |
jamesdenton | :D | 14:40 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: tasks: lxc_apparmor: Use aa-disable to disable apparmor profiles https://review.openstack.org/603380 | 14:41 |
spatel | reading... | 14:42 |
spatel | "neutron port-update ccbd0ed6-3dfd-4431-af29-4a2d921abb38 --port_security_enabled=False" this is what you talking about? | 14:42 |
jamesdenton | yes | 14:43 |
spatel | let me try | 14:43 |
spatel | i have to remove security group right if i disable port security? | 14:44 |
jamesdenton | you might need to, yes | 14:45 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Remove python-keystoneclient package install https://review.openstack.org/587722 | 14:46 |
*** cshen has quit IRC | 14:47 | |
spatel | jamesdenton: i disabled port-security but now i can't SSH in because i have removed security group also | 14:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: Pin the tempest test plugin https://review.openstack.org/603112 | 14:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: Clean up role tests https://review.openstack.org/601864 | 14:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: import zuul job settings from project-config https://review.openstack.org/595123 | 14:48 |
jamesdenton | it should let you in, since there are no rules applies at all | 14:48 |
spatel | Oh! wait... i am in but it took very long time to ssh in | 14:49 |
spatel | look like won't able to DNS or something anyway i will look into that later first let me run performance test | 14:49 |
*** FuzzyFerric has quit IRC | 14:55 | |
spatel | Compte <---iperf test-----> Compte ( TCP: 8Gbps & UDP 1.25Mbps ) something is wrong with UDP | 14:56 |
*** hamzy has quit IRC | 14:56 | |
spatel | I ran test between compute node.. (no instance) | 14:56 |
spatel | let me run test on standard box... openstack.. | 14:57 |
*** hamzy has joined #openstack-ansible | 14:58 | |
*** luksky has quit IRC | 14:59 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Rename SUSE vars file to cater for any version https://review.openstack.org/602932 | 15:00 |
openstackgerrit | Merged openstack/openstack-ansible-os_congress master: Fix the wrong home-page https://review.openstack.org/603019 | 15:02 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder stable/rocky: Remove python-keystoneclient package install https://review.openstack.org/603409 | 15:02 |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: Fix the wrong home-page https://review.openstack.org/603020 | 15:07 |
*** strattao has joined #openstack-ansible | 15:10 | |
*** dxiri has quit IRC | 15:12 | |
odyssey4me | mbuil_: we only cherry-pick once it merges in master | 15:14 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_ceilometer stable/rocky: Switch to simple service test instead of tempest https://review.openstack.org/603415 | 15:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/rocky: Set default ssl protocols according to used webserver https://review.openstack.org/603120 | 15:16 |
*** dariko has joined #openstack-ansible | 15:17 | |
*** shyamb has quit IRC | 15:18 | |
*** Leo_m has joined #openstack-ansible | 15:22 | |
mbuil_ | odyssey4me: ok, sorry! | 15:24 |
*** dariko has quit IRC | 15:24 | |
*** dariko has joined #openstack-ansible | 15:25 | |
*** MrWatson is now known as NostawRm | 15:26 | |
*** Emine has quit IRC | 15:31 | |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP - Enable stackviz support https://review.openstack.org/603100 | 15:33 |
*** cshen has joined #openstack-ansible | 15:34 | |
odyssey4me | cores, FYI master ic unblocked - so any failures you see should be looked at more carefully, and integrated build patches can be rechecked | 15:38 |
*** tomtom001 has quit IRC | 15:41 | |
*** cshen has quit IRC | 15:44 | |
cloudnull | woot! | 15:44 |
prometheanfire | guess that means it's time to break master right? | 15:45 |
*** luksky has joined #openstack-ansible | 15:45 | |
mnaser | odyssey4me: thank you for your work | 15:50 |
mnaser | 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, | 15:51 |
mnaser | qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok, mnaser, nicolasbock, jrosser | 15:51 |
mnaser | meeting in 10. anyone around? :) | 15:51 |
d34dh0r53 | o/ | 15:51 |
jrosser | o/ | 15:51 |
spotz | I'm always aroundish:) | 15:51 |
guilhermesp | o/ | 15:51 |
odyssey4me | o/ | 15:51 |
nicolasbock | o/ | 15:51 |
hwoarang | i will be on an internal meeting but i will keep an eye here as well | 15:52 |
prometheanfire | I am a meat popsicle | 15:52 |
evrardjp | o/ | 15:54 |
evrardjp | prometheanfire: wrong air conditioning? | 15:54 |
prometheanfire | evrardjp: don't get the ref? | 15:55 |
evrardjp | I cannot link it to anything that was just said | 15:59 |
*** dxiri has joined #openstack-ansible | 16:00 | |
cjloader | o/ | 16:01 |
evrardjp | o/ | 16:01 |
*** hamzy has quit IRC | 16:01 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Break out config files for each octavia service https://review.openstack.org/603228 | 16:02 |
*** gkadam has joined #openstack-ansible | 16:02 | |
*** johnduarte has joined #openstack-ansible | 16:02 | |
prometheanfire | mnaser: 11? | 16:02 |
mnaser | ugrh | 16:03 |
mnaser | sorry | 16:03 |
mnaser | tc stuff | 16:03 |
mnaser | #startmeeting openstack_ansible_meeting | 16:03 |
openstack | Meeting started Tue Sep 18 16:03:58 2018 UTC and is due to finish in 60 minutes. The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:04 |
prometheanfire | :P | 16:04 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:04 | |
mnaser | #topic rollcall | 16:04 |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:04 |
*** openstack changes topic to "rollcall (Meeting topic: openstack_ansible_meeting)" | 16:04 | |
prometheanfire | o/ | 16:04 |
cjloader | o/ | 16:04 |
mnaser | o/ | 16:04 |
spotz | o/ - but ping if needed in case I squirrel off:) | 16:05 |
mnaser | #topic Last week highlights | 16:05 |
*** johnduarte has quit IRC | 16:05 | |
*** openstack changes topic to "Last week highlights (Meeting topic: openstack_ansible_meeting)" | 16:05 | |
mnaser | we were at the ptg last week | 16:05 |
mnaser | so we didn't hold a meeting | 16:06 |
mnaser | it was super productive, most of the stuff we tried to talk about were jotted down here -- https://etherpad.openstack.org/p/osa-stein-ptg | 16:06 |
mnaser | i see a lot of green there which was me taking notes, if anyone wants to go over those that'd be good in case i misunderstood things :) | 16:06 |
odyssey4me | :) | 16:07 |
mnaser | other than that i'm super excited for teh upcoming cycle | 16:07 |
mnaser | it will be a cycle of a lot of deleted code :D | 16:07 |
mnaser | haha | 16:07 |
guilhermesp | mnaser: how about kafka stuff? | 16:07 |
mnaser | guilhermesp: sure! ansmith | 16:08 |
mnaser | might want to comment on that | 16:08 |
mnaser | we can help out with getting the stuff imported into openstack gerrit, get some basic gating in place | 16:08 |
mnaser | and then that can we be used for an alternative messaging job | 16:08 |
guilhermesp | as I mentioned in the ehterpad. That one that we use for monasca is in my github just because other are pretty stale | 16:08 |
mnaser | maybe wait for ansmith's +1 and if he sees value then we can add it | 16:09 |
guilhermesp | but if you guys thinks will be good to more to osa namespace we can work on it | 16:09 |
mnaser | i'm not opposed to adding it under the group of things we manage, it makes it easier, it also means that we can add it to CI and have it as a deliverable, we can add it with it's own core team that's a subset of osa-core and you'd be on it guilhermesp | 16:09 |
*** johnduarte has joined #openstack-ansible | 16:09 | |
mnaser | thoughts? | 16:10 |
odyssey4me | yup, ansible-role-kafka - then keep it generally useful and not OSA specific | 16:10 |
evrardjp | agreed | 16:10 |
guilhermesp | I think is a better approach | 16:10 |
guilhermesp | I will just need to use that one as a start point | 16:11 |
mnaser | guilhermesp: yes, it's possible to import an existing project | 16:11 |
guilhermesp | as it is designed to work along monasca rola | 16:11 |
guilhermesp | role* | 16:11 |
waynr | o/ | 16:11 |
mnaser | guilhermesp: do you want to work on importing the project? https://docs.openstack.org/infra/manual/creators.html | 16:11 |
odyssey4me | guilhermesp: sure, it'll likely need some rework, but that can happen in time | 16:11 |
guilhermesp | mnaser: sure I do | 16:12 |
*** fghaas has quit IRC | 16:12 | |
mnaser | cool, please ping me on any reviews on that (it'l llikely require a ptl+1 anyways) | 16:12 |
guilhermesp | k mnaser | 16:12 |
odyssey4me | guilhermesp: you'll find, for example, the os_neutron role has an independent core team - so you can model from it | 16:12 |
odyssey4me | for the gerrit config I mean | 16:13 |
mnaser | ^ yep, that too | 16:13 |
guilhermesp | cool I will need some guidance to do it but I'm pretty sure can be done by my side | 16:13 |
Tahvok | Hey guys! Just wanted to say a few words. Unfortunately, I have moved to other company, and won't be dealing with openstack anymore. Anyway, I just wanted to say thank you all for supporting me, and guiding me trought this awesome project. It was really nice working with you, and even meating some of you at the ptg event, and hopefully we'll meet someday again, maybe it'll be openstack event again, | 16:14 |
Tahvok | who knows. Thanks for everything! | 16:14 |
mnaser | Tahvok: thank you <3 | 16:15 |
mnaser | don't be a stranger! | 16:15 |
odyssey4me | o/ Tahvok - thanks for helping us out and best wishes as you move on to your next adventure! | 16:15 |
mnaser | guilhermesp: cool well please let me know if you need any help with moving it | 16:16 |
*** hamzaachi has quit IRC | 16:16 | |
mnaser | #topic bug triage | 16:16 |
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)" | 16:16 | |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1792050 | 16:16 |
openstack | Launchpad bug 1792050 in openstack-ansible "SELinux context overrides fail for neutron install on metal" [Undecided,New] | 16:16 |
mnaser | eh | 16:17 |
mnaser | should we just remove the selinux stuff because we don't support it right now anyways? | 16:17 |
odyssey4me | argh, just delete it and port all the deletes back as far as they go | 16:17 |
mnaser | just like swift | 16:17 |
mnaser | guilhermesp: can you take this please? i know it's affected us a few times | 16:17 |
guilhermesp | sure | 16:18 |
mnaser | so confirmed/medium/assign to guilhermesp | 16:18 |
odyssey4me | it's not like mhayden even likes having setenforce 1 ;) | 16:18 |
mnaser | yeah we have to ping him everytime we pull selinux code out | 16:18 |
mnaser | ha | 16:18 |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1791873 | 16:19 |
openstack | Launchpad bug 1791873 in openstack-ansible "Keystone LDAP tasks fail because haproxy pool is drained during install" [Undecided,New] | 16:19 |
odyssey4me | given he runs openstack on centos, it's the least we can do ;) | 16:19 |
odyssey4me | oh bother, that's a pain | 16:20 |
odyssey4me | we'll have to make it do that set of tasks on the last of the keystone hosts so that it has an endpoint to speak to | 16:20 |
odyssey4me | I'll pick that up | 16:20 |
mnaser | cool, thanks odyssey4me | 16:20 |
mnaser | done! | 16:20 |
odyssey4me | oh nice, it's using our old module - so this is another little bit of tech debt to clean up | 16:21 |
mnaser | sweet | 16:22 |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1791258 | 16:22 |
openstack | Launchpad bug 1791258 in openstack-ansible "Make use of ansible-config_template repo" [Undecided,New] | 16:22 |
mnaser | ugh darn | 16:22 |
mnaser | the code is diverged too | 16:22 |
mnaser | no bueno | 16:22 |
mnaser | jrosser: given you commented do you have some spare time? :p | 16:23 |
odyssey4me | evrardjp: had a plan for this | 16:23 |
*** cshen has joined #openstack-ansible | 16:24 | |
mnaser | evrardjp: a plan with time to do it or? :p | 16:25 |
evrardjp | good point | 16:25 |
evrardjp | I will document the plan if I cannot work on this next week-end | 16:25 |
evrardjp | is that okay for you? | 16:26 |
mnaser | evrardjp: seems reasonable, can we assign to you and then if time is a thing we can reassign? | 16:26 |
* jrosser back | 16:27 | |
evrardjp | mnaser: fine for me | 16:27 |
jrosser | it all blew up for me with the elk stuff which calls up the seperate repo, that had/has a bug with json templating | 16:27 |
mnaser | jrosser: i had the same issue i think | 16:27 |
jrosser | need to be careful when bringing the code into line not to pollute the good code with that | 16:28 |
jrosser | and also it probably means there is a missing test | 16:28 |
mnaser | god dang, my mouse battery is dying aha | 16:28 |
* mnaser will be slower | 16:28 | |
mnaser | um | 16:28 |
mnaser | im getting a big error | 16:28 |
mnaser | setting that bug to confirmed | 16:28 |
mnaser | anyone else can do it? | 16:28 |
*** dariko has quit IRC | 16:29 | |
*** spatel has quit IRC | 16:30 | |
mnaser | please? :> | 16:30 |
mnaser | i'm getting a big blob of red error text. | 16:30 |
jrosser | done | 16:31 |
mnaser | thats weird | 16:31 |
mnaser | i guess its something on my side | 16:31 |
mnaser | yeah i cant set anything it keeps giving me errors | 16:31 |
mnaser | gah | 16:31 |
mnaser | ok switcihng browsers worked | 16:31 |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1791085 | 16:32 |
openstack | Launchpad bug 1791085 in openstack-ansible "OVN Metadata Service Broken" [Undecided,New] | 16:32 |
* mnaser ping jamesdenton | 16:32 | |
prometheanfire | related to ceilometer? | 16:33 |
mnaser | and maybe cloudnull because that is related to teh thing that broke it | 16:33 |
mnaser | no OVN + os_neutron | 16:33 |
mnaser | https://github.com/openstack/openstack-ansible-os_neutron/commit/d6481ef9fcfc85ff931317b6f16bdac43cbb6488#diff-2444ad0870f91f17ca6c2a5e96b26823 | 16:33 |
prometheanfire | nope, shutting-up :D (there was another ovn issue upstream) | 16:33 |
prometheanfire | reqs wise | 16:33 |
*** cshen has quit IRC | 16:35 | |
mnaser | i think given that both who are involved aren't around | 16:35 |
mnaser | ill leave it there so we review it next week | 16:35 |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1790933 | 16:35 |
openstack | Launchpad bug 1790933 in openstack-ansible "Implement OVSDB clustering for OVN" [Undecided,New] - Assigned to James Denton (james-denton) | 16:35 |
mnaser | looks like this is to track a bug | 16:36 |
mnaser | and already assigned | 16:36 |
mnaser | to maybe in progress / medium | 16:36 |
*** cshen has joined #openstack-ansible | 16:37 | |
*** hamzaachi has joined #openstack-ansible | 16:37 | |
*** Darcidride has joined #openstack-ansible | 16:38 | |
*** gyee has joined #openstack-ansible | 16:38 | |
evrardjp | mnaser: jamesdenton generally works like that -- let him the time and new feature shall appear :) | 16:38 |
mnaser | yeah i guess no one else opposes to that | 16:39 |
mnaser | #link https://bugs.launchpad.net/openstack-ansible/+bug/1790779 | 16:39 |
openstack | Launchpad bug 1790779 in openstack-ansible "delegate_to on deploying host uses dns?" [Undecided,New] | 16:39 |
mnaser | hwoarang: or logan- might chime on this? | 16:39 |
hwoarang | hmm | 16:40 |
mnaser | afaik this should use the physical_mapping thing no? | 16:40 |
logan- | yes one sec | 16:40 |
logan- | i hit this on pike last week | 16:41 |
evrardjp | interesting, is it the case of delegation to something not in the inventory that triggers? | 16:41 |
logan- | it is broken as of https://github.com/openstack/openstack-ansible/commit/a8a809839484105d9cd27463defc19a8a617c64b#diff-db999e390dd84f2a8c2a48b19aa9533f | 16:41 |
logan- | you can see it on a prod deploy here: http://logs.openstack.org/e9/e957a7dc2fd07f86bc2ab60dd25e00504c705eca/post/limestone-ci-deploy/705562f/ | 16:41 |
evrardjp | oh god it's loop_var that causing the issue? | 16:41 |
hwoarang | reporter does not say what version it is | 16:41 |
logan- | http://logs.openstack.org/e9/e957a7dc2fd07f86bc2ab60dd25e00504c705eca/post/limestone-ci-deploy/705562f/logs/ara-report/result/45ed4626-65ca-4b65-a4c4-d39cf32eaadf/ | 16:41 |
jamesdenton | mnaser pong | 16:41 |
hwoarang | i thought the interpolation of loop_var was fixed by the recent commit in the plugins repo | 16:42 |
logan- | hwoarang: i was hoping that backporting your change to the other branches would solve this, but it did not in pike | 16:42 |
openstackgerrit | Jacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Ceph into a Multinode AIO https://review.openstack.org/585003 | 16:42 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Implement LDAP domains using last keystone host https://review.openstack.org/603440 | 16:42 |
hwoarang | we should clarify on the bug what is the OSA version that he is using | 16:43 |
evrardjp | debug of https://github.com/openstack/openstack-ansible-plugins/blob/master/strategy/linear.py#L138-L147 would help I guess | 16:43 |
logan- | that build used dc4abed00960c0123d45e9e67e666a5e9a1bb51f from plugins http://logs.openstack.org/e9/e957a7dc2fd07f86bc2ab60dd25e00504c705eca/post/limestone-ci-deploy/705562f/job-output.txt.gz#_2018-09-17_19_32_59_217416 | 16:43 |
hwoarang | because master and rocky should be ok | 16:43 |
logan- | which is your fix: https://github.com/openstack/openstack-ansible-plugins/commits/stable/pike | 16:43 |
*** Darcidride has quit IRC | 16:43 | |
evrardjp | hwoarang: do we have the loop_var in testing? | 16:43 |
hwoarang | prob not | 16:43 |
odyssey4me | we do not, because there is only one cluster member | 16:44 |
hwoarang | but in opnfv we use rocky with multinode and it's ok (so we are using the loop_var thing) | 16:44 |
odyssey4me | we should add one to the plugins repo I guess | 16:44 |
*** Darcidride has joined #openstack-ansible | 16:44 | |
mnaser | jamesdenton: we can discuss after this issue :> | 16:44 |
jamesdenton | yep - will sync up later | 16:44 |
evrardjp | hwoarang: ok | 16:44 |
*** Darcidride has quit IRC | 16:45 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Implement LDAP domains using last keystone host https://review.openstack.org/603440 | 16:45 |
mnaser | so what do we do about this bug? | 16:45 |
*** dariko has joined #openstack-ansible | 16:45 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_keystone master: SUSE: Add support for openSUSE Leap 15 https://review.openstack.org/603114 | 16:46 |
logan- | i don't know the fix yet, but it clearly exists in pike, not sure about ocata or queens, hwoarang says rocky is fixed and we can presume master is probably ok if rocky works | 16:46 |
hwoarang | mnaser: well based on what logan said it's ay it's confirmed but I would ask the reporter to at least provide the OSA version so we know what we are looking for | 16:46 |
odyssey4me | we either backout multiple fixes, and add a release note notifying people - or we add a test to expose it and fix it, and add a release note | 16:46 |
logan- | https://github.com/openstack/openstack-ansible/commit/a8a809839484105d9cd27463defc19a8a617c64b#diff-db999e390dd84f2a8c2a48b19aa9533f could be reverted and implemented differently | 16:47 |
logan- | rather than trying to fix plugins | 16:47 |
*** olivierb has quit IRC | 16:47 | |
*** dariko has quit IRC | 16:47 | |
odyssey4me | or that | 16:47 |
mnaser | incomplete = ask for information such as release? | 16:47 |
evrardjp | I'd say so | 16:48 |
logan- | i will append the bug with this log so we can mark it confirmed on pike at least | 16:48 |
evrardjp | ok | 16:48 |
mnaser | logan-: cool wfm | 16:48 |
logan- | would be nice to know if queens is broken also | 16:49 |
mnaser | jamesdenton: going back to the ovn breakage, do you want to talk this over with cloudnull maybe to see if he can adjust the patch? | 16:49 |
* hwoarang needs to run for a bit. bbl | 16:49 | |
jamesdenton | yes, that's probably best. It looks like some of the other distros are handling it a little differently, by running OVS as non-root | 16:50 |
jamesdenton | so long term we may need to figure out something different for OSA | 16:50 |
jamesdenton | i can get with cloudnull | 16:50 |
*** dariko has joined #openstack-ansible | 16:50 | |
mnaser | that'd be nice, ill leave it as is and we can follow up next week | 16:51 |
jamesdenton | sure | 16:51 |
mnaser | #topic open discussion | 16:51 |
*** openstack changes topic to "open discussion (Meeting topic: openstack_ansible_meeting)" | 16:51 | |
mnaser | any pressing issues? :) | 16:51 |
cjloader | I have a follow up proposal | 16:51 |
mnaser | sure | 16:51 |
cjloader | for the https://review.openstack.org/#/c/556586/ designate spec we discussed last week | 16:52 |
spotz | That was quick cjloader:) | 16:52 |
cjloader | what if we provide an option to use bind and powerdns, to where we allow users to switch from one to another, we alrready have playbooks to install bind, but then can work to add powerdns later? | 16:54 |
prometheanfire | cjloader: those are test playbooks | 16:54 |
*** dariko has quit IRC | 16:55 | |
mnaser | also afaik mugsie mentioned powerdns is the 'better' driver subjectively | 16:55 |
evrardjp | I am not surprised | 16:55 |
jrosser | i linked to a WIP of mine that does a good deal of what the spec talks about, it consumes an external role for bind | 16:55 |
*** skiedude has joined #openstack-ansible | 16:56 | |
jrosser | which could be plugged for $dns-server of choice | 16:56 |
skiedude | Fun fact running the ./scripts/run-upgrade.sh in any branch (at least for queens, rockey, master) it always says " This script will perform a Pike to Queens upgrade." | 16:56 |
cjloader | yes, but not fully tested though, bind has been tested on a PR basis | 16:57 |
evrardjp | skiedude: haha I see a patch incoming then :) | 16:57 |
skiedude | I assume you'd need to patch that in every branch, no? evrardjp | 16:57 |
evrardjp | thanks skiedude for noticing and the patch :) | 16:57 |
evrardjp | skiedude: yup | 16:58 |
mnaser | prometheanfire: what do you feel about what cjloader proposes? | 16:58 |
evrardjp | but let's start with master :) | 16:58 |
evrardjp | I have to run | 16:58 |
evrardjp | thanks mnaser and everyone | 16:58 |
prometheanfire | mnaser: about choice? I personally feel like powerdns should be focussed on first, simply because working with upstream is better, once that works move to bind (which role is not published iirc) | 16:59 |
noonedeadpunk | evrardjp: if you wish to save your time, I can manage with that | 16:59 |
mnaser | i agree with prometheanfire on this | 16:59 |
odyssey4me | Personally, I don't really see how someone would 'switch from one to the other' simply - but having an option for either is fine. If it's destined to be on the same host, then including it in the same role is fine - but I suspect people may want to put DNS on its own host, different to the designate service... so it probably makes better sense to have the role execute in a playbook instead. | 16:59 |
prometheanfire | iirc designate will repopulate the server if the backend is switched | 17:00 |
cjloader | okay, powerdns first then | 17:00 |
prometheanfire | but I don't see switching 'live' as a common thing | 17:00 |
cjloader | i'm not saying switch live | 17:01 |
cjloader | i'm saying have a variable that will pull each respective role | 17:01 |
cjloader | if set | 17:01 |
mnaser | yeah i think thats' what we agreed on / thats what odyssey4me suggested | 17:02 |
odyssey4me | I'm suggesting that making that promise is a hard one to keep, so don't make it. Support one back-end first, then support a second. If people want to migrate from one to the other, it's up to them to test and do so. | 17:02 |
mnaser | but the first one we'd do would be powerdns | 17:02 |
odyssey4me | yes, definitely | 17:02 |
cjloader | okay | 17:02 |
cjloader | sounds good | 17:02 |
mnaser | cool, any other subjcets? :) | 17:02 |
mnaser | (we're up on time anyways) | 17:03 |
odyssey4me | I'd like to propose pulling https://review.openstack.org/#/q/topic:remove-mysql-python+(status:open+OR+status:merged) as far back as pike. | 17:03 |
mnaser | im +1 | 17:03 |
odyssey4me | We've been using pymsql a long time, and most of that is just cleaning/tidying up. | 17:03 |
prometheanfire | didn't we change to pymysql? | 17:03 |
prometheanfire | ya | 17:03 |
odyssey4me | But doing this will also probably reduce run time considerably. | 17:03 |
odyssey4me | I think we moved to pymysql as far back as liberty. | 17:04 |
mnaser | and increase stabiltiy imho. i'm all for it | 17:04 |
odyssey4me | ok, I'll do the backport proposals tomorrow - please look out for them, it'd be best if we get them all in quickly rather than end up with a mix and match in a release. | 17:05 |
mnaser | ++ i will do that too | 17:05 |
mnaser | alright, that is pretty much it i think | 17:05 |
mnaser | thats everyone | 17:05 |
mnaser | #endmeeting | 17:05 |
*** 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:05 | |
openstack | Meeting ended Tue Sep 18 17:05:35 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:05 |
* mnaser off to find lunch | 17:05 | |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-09-18-16.03.html | 17:05 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-09-18-16.03.txt | 17:05 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-09-18-16.03.log.html | 17:05 |
prometheanfire | yep, lunching | 17:05 |
odyssey4me | as an aside, some good news is that with the clean up we've been doing, the MNAIO images for several of the hosts are down under 1GB now, down from around 2GB... so it's working :) | 17:06 |
*** gkadam has quit IRC | 17:07 | |
spotz | nice | 17:07 |
odyssey4me | more cleaning up will be coming as I explore more things :) | 17:07 |
odyssey4me | we're still installing a truck load more distro packages than necessary | 17:07 |
odyssey4me | and cleaning those up will make for faster build times :) | 17:07 |
prometheanfire | use gentoo | 17:09 |
prometheanfire | :D | 17:09 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Avoid using loop_var in endpoint manage https://review.openstack.org/603450 | 17:10 |
logan- | that's great odyssey4me | 17:12 |
odyssey4me | Alright, I'm out for the night. Have a great day! | 17:15 |
*** hamzaachi has quit IRC | 17:15 | |
mgariepy | hey logan- are you using Image-Volume cache with ceph ? | 17:19 |
logan- | 99% sure we are not | 17:20 |
logan- | are you? ive looked at it before a little bit. | 17:20 |
mgariepy | i'm trying to configure it but it doesn't seems to work. | 17:21 |
*** olivierb has joined #openstack-ansible | 17:21 | |
logan- | :/ | 17:22 |
mgariepy | it seems nice, caching image from qcow > raw so a volume can be created quickly | 17:22 |
mgariepy | i'll try to debug it a bit. | 17:22 |
jrosser | cjloader: in that designate stuff have you ideas about the dns server being authoritative/recursive/both... ? | 17:22 |
logan- | mgariepy: yeah i could see it saving a lot of space if you have lots of ppl uploading qcow and launching volume backed images | 17:24 |
*** DanyC has quit IRC | 17:24 | |
logan- | for my stuff we skipped it because all of our provider images are raw and most people just use them | 17:25 |
mgariepy | we need to qcow image for local storage on the computes, and it would be nice to have the caching when ppl boot from a volume. | 17:27 |
logan- | ahh yeah makes sense | 17:27 |
mgariepy | next one should be ceph epehemeral only. | 17:28 |
logan- | do you run any regions where you have a mix of HVs split between local storage and ceph ephemeral? | 17:28 |
mgariepy | no region, | 17:29 |
mgariepy | it's going to be a new cluster at some point. | 17:29 |
cjloader | jrosser: not yet. still have alot to consider | 17:29 |
logan- | we use host aggregates to separate the ceph ephemeral from the local storage hvs, and just found that if you resize from a local storage flavor to a ceph-backed flavor, it throws the resize into error state and deletes the block device | 17:30 |
jrosser | cjloader: even though my bind example uses an unpublished role that just boils down to a trivial templating of the config file. The important thing for me is being able to deploy the external dns onto a host of my choice with the networking done how I need it. | 17:33 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add capability to set node role https://review.openstack.org/603270 | 17:35 |
skiedude | Has anyone ever run into duplicate yum repos before doing an ugprade? I ran the upgrade script from queens to rocky, and 3 of my containers failed because a yum repo was defined twice. https://pastebin.com/Mjmsfkfu | 17:36 |
skiedude | and if I manually fix this, can I just rerun the upgrade script again ? | 17:36 |
*** mmercer has joined #openstack-ansible | 17:40 | |
mgariepy | skiedude, please open a bug for this ? | 17:42 |
skiedude | can do, just wanted to check first | 17:42 |
skiedude | forgive me, but where do you open them at | 17:43 |
skiedude | mgariepy: | 17:43 |
mgariepy | Launchpad: https://launchpad.net/openstack-ansible | 17:44 |
mgariepy | skiedude, https://bugs.launchpad.net/openstack-ansible/+filebug | 17:44 |
*** electrofelix has quit IRC | 17:45 | |
openstackgerrit | Merged openstack/openstack-ansible master: Bootstrap ansible virtualenv with --never-download https://review.openstack.org/599682 | 17:46 |
openstackgerrit | Merged openstack/openstack-ansible master: Move ara to scripts-library https://review.openstack.org/602461 | 17:52 |
cjloader | mnaser: odyssey4me are BIND or PowerDNS currently gating for upstream? | 17:54 |
*** DanyC has joined #openstack-ansible | 18:04 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add nspawn to experimental jobs https://review.openstack.org/600739 | 18:07 |
*** DanyC has quit IRC | 18:09 | |
d34dh0r53 | cloudnull: http://paste.openstack.org/show/730302/ seen this? | 18:20 |
*** morphmenow65 has joined #openstack-ansible | 18:21 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Tune-up logrotate config https://review.openstack.org/603464 | 18:21 |
cloudnull | d34dh0r53 nope | 18:22 |
cloudnull | recent pull ? | 18:22 |
d34dh0r53 | yeah, this morning | 18:22 |
cloudnull | ive not seen that myself | 18:23 |
d34dh0r53 | hmm | 18:24 |
*** priteau has quit IRC | 18:28 | |
*** spatel has joined #openstack-ansible | 18:36 | |
*** johnduarte has quit IRC | 18:37 | |
d34dh0r53 | ahh, looks like _logstash_block_device is not being defined | 18:37 |
*** morphmenow65 has quit IRC | 18:39 | |
*** luksky11 has joined #openstack-ansible | 18:42 | |
*** luksky has quit IRC | 18:46 | |
openstackgerrit | Jacob Wagner proposed openstack/openstack-ansible-ops master: Add ability to deploy Ceph into a Multinode AIO https://review.openstack.org/585003 | 18:48 |
*** fghaas has joined #openstack-ansible | 18:54 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_nova master: Setup oslo.messaging extra packages for optional drivers https://review.openstack.org/584450 | 18:55 |
*** hamzaachi has joined #openstack-ansible | 18:55 | |
mnaser | wow cool news | 18:57 |
mnaser | https://review.openstack.org/#/c/602193/ | 18:57 |
mnaser | this is after removing majority of galera_client | 18:57 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_cinder master: Setup oslo.messaging extra packages for optional drivers https://review.openstack.org/582632 | 18:59 |
mnaser | i wonder if we should start adapting include_role instead of roles: foo | 19:01 |
mnaser | to minimize memory usage | 19:01 |
*** hamzy has joined #openstack-ansible | 19:04 | |
*** dxiri has quit IRC | 19:06 | |
jamesdenton | spatel i have two VMs here with 4 vCPU and 8GB RAM and DPDK. Anything you want me to try? | 19:07 |
spatel | Yes, install iptraf one one of VM | 19:08 |
spatel | and other VM install hping3 | 19:08 |
jamesdenton | done | 19:08 |
spatel | start iptraf-ng tool > Detailed interface statistic | 19:09 |
spatel | select your NIC | 19:09 |
jamesdenton | k | 19:09 |
spatel | on other VM start hping3 <ip_address_of_other_VM> --flood | 19:09 |
spatel | hping3 192.168.1.1 --flood (this will use TCP for packet flooding) | 19:10 |
spatel | hping3 192.168.1.1 --flood --udp ( this will use UDP) | 19:10 |
jamesdenton | ok it's going | 19:10 |
spatel | check PPS rate and on compute node ifconfig tap<UUID> | grep drop | 19:10 |
spatel | you will see TX drop on tap interface | 19:11 |
jamesdenton | hmm, i won't be able to see it in that way, as these are dpdkvhostuserclient ports not tap ports. let me see if i can glean that info | 19:12 |
spatel | ok | 19:12 |
spatel | i have two VM to attack to increase PPS rate | 19:12 |
spatel | how much PPS rate you getting? | 19:13 |
jamesdenton | i don't know yet p | 19:13 |
spatel | :) | 19:13 |
spatel | i am little excited as you can see ;) | 19:14 |
jamesdenton | Is this is right: sudo ovs-vsctl get Interface vhubacdbff5-a8 statistics | 19:15 |
jamesdenton | the counters show approx 11% loss | 19:15 |
jamesdenton | tx_dropped=2789347, tx_packets=2375369 | 19:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Remove mysql-python https://review.openstack.org/602876 | 19:16 |
spatel | I don't know about DPDK so don't know how to look that stats but any drop is bad | 19:16 |
spatel | Try TCP and UDP both test and see | 19:17 |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_neutron stable/queens: Drop SELinux support for CentOS 7 https://review.openstack.org/603472 | 19:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Remove galera_client meta-dependency https://review.openstack.org/602903 | 19:18 |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_neutron stable/queens: Drop SELinux support for CentOS 7 https://review.openstack.org/603472 | 19:19 |
spatel | I am not using NUMA, i think i should try with NUMA and see result.. | 19:19 |
skiedude | mgariepy: in investigating further the yum issue was a red herring. The issue is that the interfaces on the infra1 host were removed, and not remade, so the container can't resolev anything, including yum repos | 19:19 |
skiedude | the container interfaces on the infra1 host for the 3 containers* | 19:20 |
guilhermesp | odyssey4me mnaser any reviews on that ? https://review.openstack.org/#/c/603472/ | 19:20 |
jamesdenton | you can try. i'm still seeing drops according to the counters. | 19:21 |
spatel | hmm! I am trying numa | 19:21 |
spatel | look like this drops are all because CPU can't picking packet from queue fast enough.... | 19:22 |
spatel | if you run iperf test you will good throughput... but throughput is different then packet rate | 19:22 |
spatel | "will get" | 19:23 |
*** priteau has joined #openstack-ansible | 19:29 | |
*** olivierb has quit IRC | 20:04 | |
*** dave-mccowan has joined #openstack-ansible | 20:09 | |
*** fghaas has quit IRC | 20:14 | |
*** fghaas has joined #openstack-ansible | 20:15 | |
*** KeithMnemonic has quit IRC | 20:16 | |
*** NostawRm has quit IRC | 20:17 | |
openstackgerrit | Merged openstack/openstack-ansible master: playbooks: healthcheck-infrastructure: Ensure netcat is installed https://review.openstack.org/602043 | 20:19 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Break out config files for each octavia service https://review.openstack.org/603228 | 20:20 |
jrosser | spatel: you could take a read of this for some tips on the NUMA setup https://www.stackhpc.com/vxlan-ovs-bandwidth.html | 20:20 |
jrosser | although that is talking in general about an OVS setup I think that the principles around CPU pinning, reservation and numa passthrough should be relevant in general | 20:20 |
spatel | But i am using LinuxBridge does that matter? | 20:20 |
jrosser | OVS is just a piece of software, its not magic :) | 20:21 |
spatel | reading... my problem is PPS rate issue ( because we are media company and dealing with realtime data) | 20:22 |
*** hamzaachi has quit IRC | 20:22 | |
jrosser | regardless of the actual networking implementation the same fundamental things about having the VM understand the underlying NUMA architecture, and ensuring there is sufficient CPU available for the kernel to run the network stack in a way thats not colliding all the time with your VM..... thats all got to be moving you in the right direction | 20:22 |
*** hamzaachi has joined #openstack-ansible | 20:23 | |
jrosser | you could even try to ensure the CPUs that the kernel have are on the same socket as the PCIe lanes of the NIC...... lots and lots to go at here i think | 20:24 |
spatel | I have seen my VM running on Cell0 zone of numa so that is good | 20:30 |
spatel | how to check PCI lanes i think that is for SR-IOV | 20:30 |
jrosser | you'd need a manual for your server and the output from numactl --hardware to figure out how stuff is arranged | 20:32 |
jrosser | it's up to the hardware vendor | 20:33 |
jamesdenton | You would want to make sure the VF you're using is on a NIC using the same numa node as the VM | 20:33 |
jrosser | but if it were me i'd leave that till after looking at everthgin else | 20:33 |
logan- | if anyone has a moment for a review, https://review.openstack.org/#/c/603450 thanks | 20:33 |
spatel | I am learning about SR-IOV to implement, soon i am going to configure SRIOV | 20:34 |
jamesdenton | what are the specs of your compute nodes, anyway | 20:34 |
spatel | HP DL360p G8 (32 core 2.9GHz / 32G memroy) | 20:35 |
jamesdenton | k | 20:35 |
jamesdenton | and the VMs themselves? vcpu/ram? | 20:35 |
spatel | 15vCPU and 14GB memory | 20:36 |
spatel | i have run test on multiple flavor | 20:36 |
spatel | result is no good :( | 20:37 |
jamesdenton | that 32GB is split between the CPUs, probably? | 20:37 |
spatel | no matter how big your VM is | 20:37 |
spatel | Yes | 20:37 |
spatel | jamesdenton: look at this http://paste.openstack.org/show/730312/ | 20:38 |
jamesdenton | k | 20:40 |
*** cshen has quit IRC | 20:41 | |
spatel | what about your compute hardware? | 20:42 |
spatel | is it G8 ? | 20:42 |
jamesdenton | I'm using DL360e G8s | 20:42 |
spatel | I am planning to test on G9 next week to see if i get boost | 20:42 |
jamesdenton | But these are quite a bit slower. 2x E5-2450L @ 1.8Ghz | 20:42 |
spatel | G9 has DDR 4 | 20:42 |
jrosser | you could check /proc/interrupts to see if the NIC interrupts are being handled on the CPU reserved for the kernel | 20:42 |
jrosser | and fiddle smp_affinity if not | 20:42 |
spatel | hmm! i will try that too | 20:43 |
spatel | I am surprised no one seeing this issue in community :) | 20:43 |
spatel | or may be whatever i am trying to do is something not normal and people won't do this on cloud | 20:44 |
jamesdenton | ^^^ | 20:44 |
jamesdenton | it's done (you're doing it on AWS) i just don't see it much | 20:44 |
*** ansmith has quit IRC | 20:45 | |
jrosser | the telco/mobile operators probably do this *all* the time | 20:45 |
spatel | We are running 300 servers in AWS with SR-IOV | 20:45 |
spatel | and they are running smooth | 20:45 |
spatel | my AWS bill is over million dollar per year :) that is why i am building private cloud in datacenter | 20:46 |
jrosser | logan-: out of interest is there an underlying ansible bug here https://review.openstack.org/#/c/603450 ? | 20:46 |
jamesdenton | Real quick, can you post the output of `lspci -vvv | grep Ethernet` to pastebin? | 20:46 |
spatel | I think i have use SR-IOV to get around this solution, low latency and high packet rate.. | 20:47 |
spatel | ok hold on | 20:47 |
logan- | jrosser: it is a bug in the connection plugin i think | 20:47 |
*** hamzy has quit IRC | 20:47 | |
jamesdenton | oh wait, you're on a 360p, nevermind, i know the answer to my question | 20:47 |
logan- | i see it on my env where haproxy is containerized | 20:47 |
spatel | jamesdenton: http://paste.openstack.org/show/730314/ | 20:47 |
jamesdenton | IIRC, the 360p G8 has two numa nodes when both CPUs are installed, but the PCI slots are all bound to numa0 | 20:47 |
logan- | seems like we're only seeing it on old branches also jrosser | 20:48 |
jamesdenton | How about `cat /sys/bus/pci/devices/0000\:03\:00.1/numa_node` | 20:48 |
spatel | 0 | 20:48 |
logan- | there is an irc log in the bug but the consensus is: not sure about ocata or queens, pike is broken, rocky and master are probably unaffected. I just did this fix against master anyway so we can backport it all the way thru | 20:48 |
jamesdenton | yeah, ok. | 20:49 |
jamesdenton | you already have the VFs enabled so sr-iov isn't much of a stretch | 20:49 |
spatel | Yes i bought 100 servers, for openstack with that VF support | 20:50 |
spatel | I am going to enable SRIOV and give it a try | 20:51 |
spatel | it would be very interesting to see resilt | 20:51 |
spatel | result* | 20:51 |
*** mmercer has quit IRC | 20:51 | |
jamesdenton | good luck | 20:51 |
spatel | I will let you know soon, stay tune :) | 20:51 |
spatel | I gotta go now so i will catch you later.. | 20:51 |
jamesdenton | in AWS - are you able to do similar testing between VMs to get a baseline? | 20:52 |
spatel | Thanks jamesdenton for your great support :) | 20:52 |
spatel | love it... | 20:52 |
jamesdenton | apples-to-apples iperf/hping3 etc? | 20:52 |
jamesdenton | sure, glad to help. | 20:52 |
spatel | on aws we run our own application to find benchmark | 20:52 |
spatel | i didn't run hping3 | 20:53 |
spatel | problem is i can't see TX DROP in aws :) | 20:53 |
jamesdenton | right, no access. | 20:53 |
spatel | no tap interface in aws | 20:53 |
jamesdenton | perhaps iperf is the way then? | 20:53 |
spatel | but we notice customer getting great experience as soon as we move them over SR-IOV | 20:53 |
jamesdenton | there needs to be a consistent test besides the app, if at all possible. | 20:53 |
jamesdenton | sure. | 20:53 |
*** mmercer has joined #openstack-ansible | 20:53 | |
jamesdenton | gotta run. good luck and keep us posted | 20:54 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: playbooks: healthcheck-infrastructure: Ensure netcat is installed https://review.openstack.org/603491 | 20:54 |
spatel | i will try to run hping3 and iptraf test on AWS find out | 20:54 |
spatel | Thanks!! good night | 20:54 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum stable/rocky: Remove mysql-python https://review.openstack.org/603492 | 20:55 |
*** spatel has quit IRC | 20:55 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum stable/rocky: Remove mysql-python https://review.openstack.org/603492 | 20:55 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Add nspawn to experimental jobs https://review.openstack.org/603493 | 20:56 |
*** priteau has quit IRC | 20:57 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_container_create stable/rocky: Convert lxc2 to lxc3 config keys dynamically https://review.openstack.org/603494 | 20:58 |
*** priteau has joined #openstack-ansible | 20:58 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add LXC COPR cache https://review.openstack.org/602193 | 21:00 |
*** cshen has joined #openstack-ansible | 21:07 | |
*** hamzaachi has quit IRC | 21:07 | |
*** cshen has quit IRC | 21:11 | |
*** DanyC has joined #openstack-ansible | 21:12 | |
*** vakuznet has quit IRC | 21:15 | |
*** mmercer has quit IRC | 21:17 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Add LXC COPR cache https://review.openstack.org/603497 | 21:18 |
*** mmercer has joined #openstack-ansible | 21:20 | |
*** Emine has joined #openstack-ansible | 21:28 | |
*** ansmith has joined #openstack-ansible | 21:37 | |
*** fghaas has quit IRC | 21:37 | |
*** Emine has quit IRC | 21:40 | |
*** fghaas has joined #openstack-ansible | 21:53 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/rocky: Remove mysql-python https://review.openstack.org/603077 | 21:59 |
*** skiedude has quit IRC | 21:59 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/pike: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603377 | 21:59 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/rocky: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603373 | 21:59 |
*** goldenfri has quit IRC | 22:00 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/queens: RedHat: Remove packages with conflict with MariaDB https://review.openstack.org/603375 | 22:03 |
*** priteau has quit IRC | 22:05 | |
*** DanyC has quit IRC | 22:08 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add playbook to automatically refresh fields in kibana https://review.openstack.org/603517 | 22:09 |
openstackgerrit | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: WIP - Enable stackviz support https://review.openstack.org/603100 | 22:13 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/rocky: SUSE: Switch cloud repository to Rocky https://review.openstack.org/601517 | 22:14 |
*** luksky11 has quit IRC | 22:16 | |
*** fghaas has quit IRC | 22:17 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Switch to simple service test instead of tempest https://review.openstack.org/603346 | 22:30 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add capability to set node role https://review.openstack.org/603270 | 22:32 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Tune-up logrotate config https://review.openstack.org/603464 | 22:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/rocky: Replace port 35357 with 5000 https://review.openstack.org/603118 | 22:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/rocky: Update branch to point to Rocky https://review.openstack.org/599802 | 23:00 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift master: Remove python-keystoneclient package install https://review.openstack.org/587730 | 23:06 |
*** Leo_m has quit IRC | 23:11 | |
*** strattao has quit IRC | 23:13 | |
*** tosky has quit IRC | 23:18 | |
*** spatel has joined #openstack-ansible | 23:25 | |
spatel | cloudnull: ^^ | 23:25 |
spatel | you there? | 23:25 |
spatel | I have quick question | 23:26 |
spatel | for SR-IOV i should add these line in config file and keep whatever there right? http://paste.openstack.org/show/730325/ | 23:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_zun master: Remove rabbit_max_retries option https://review.openstack.org/587781 | 23:32 |
*** spatel has quit IRC | 23:41 | |
*** mandeer has joined #openstack-ansible | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!