*** cah_link has quit IRC | 00:03 | |
*** jbadiapa has quit IRC | 00:04 | |
*** goldyfruit___ has joined #openstack-kolla | 00:11 | |
*** tonythomas has quit IRC | 00:31 | |
openstackgerrit | pangliye proposed openstack/kolla-ansible master: Delete influxdb admin port https://review.opendev.org/681360 | 01:27 |
---|---|---|
*** FlorianFa has quit IRC | 02:15 | |
*** FlorianFa has joined #openstack-kolla | 02:35 | |
openstackgerrit | Merged openstack/kolla-cli master: Generate PDF documentation https://review.opendev.org/681288 | 02:46 |
*** PrinzElvis has quit IRC | 03:39 | |
openstackgerrit | Xing Zhang proposed openstack/kolla-ansible master: Add DNS to subjectAltName in Self-Signed Certificate https://review.opendev.org/679919 | 03:40 |
*** emccormick has quit IRC | 03:43 | |
*** PrinzElvis has joined #openstack-kolla | 03:45 | |
*** emccormick has joined #openstack-kolla | 03:45 | |
*** pcaruana has joined #openstack-kolla | 04:42 | |
*** skramaja has joined #openstack-kolla | 04:47 | |
*** k_mouza has joined #openstack-kolla | 04:47 | |
*** k_mouza has quit IRC | 04:51 | |
*** Luzi has joined #openstack-kolla | 05:07 | |
openstackgerrit | Yang Youseok proposed openstack/kolla-ansible master: Ignore create_cells and discover_computes when nova-api is disabled https://review.opendev.org/681376 | 05:12 |
*** pcaruana has quit IRC | 05:12 | |
*** redrobot has quit IRC | 05:25 | |
*** rpittau|afk is now known as rpittau | 06:01 | |
*** luksky has joined #openstack-kolla | 06:19 | |
*** pcaruana has joined #openstack-kolla | 06:21 | |
*** radeks has joined #openstack-kolla | 06:35 | |
*** ivve has joined #openstack-kolla | 07:09 | |
*** tonythomas has joined #openstack-kolla | 07:10 | |
*** Blinkiz has joined #openstack-kolla | 07:10 | |
*** luksky has quit IRC | 07:10 | |
Blinkiz | hello. Am curious what editor is preferred when working with Ansible projects? Am currently using Atom.io but it has it's problems. | 07:11 |
hrw | morning | 07:15 |
hrw | Blinkiz: I use gvim | 07:15 |
Blinkiz | hrw, Okay :) What are your most important plugins for working with ansible playbooks? | 07:16 |
hrw | Blinkiz: some plugin to run ansible lint on each write | 07:16 |
*** gfidente has joined #openstack-kolla | 07:17 | |
*** devep has joined #openstack-kolla | 07:17 | |
Blinkiz | hrw, thanks for the suggestion. Anyone more? What editor are you using for Ansible projects? | 07:17 |
*** vmixor has joined #openstack-kolla | 07:18 | |
*** luksky has joined #openstack-kolla | 07:23 | |
*** mixor has joined #openstack-kolla | 07:30 | |
*** vmixor has quit IRC | 07:30 | |
*** radeks has quit IRC | 07:34 | |
*** iniazi has quit IRC | 07:43 | |
*** luksky has quit IRC | 07:51 | |
*** luksky has joined #openstack-kolla | 07:57 | |
*** mixor has quit IRC | 07:58 | |
*** mixor has joined #openstack-kolla | 07:58 | |
*** mixor has quit IRC | 07:59 | |
*** vmixor has joined #openstack-kolla | 07:59 | |
*** cah_link has joined #openstack-kolla | 08:00 | |
*** jbadiapa has joined #openstack-kolla | 08:01 | |
mnasiadka | morning | 08:03 |
mnasiadka | Blinkiz: you can try out ms visual studio | 08:04 |
mnasiadka | as in visual studio code | 08:04 |
*** dougsz has joined #openstack-kolla | 08:06 | |
Blinkiz | mnasiadka, Thank your the suggestion. I have it installed and trying from time to time. | 08:09 |
*** k_mouza has joined #openstack-kolla | 08:17 | |
*** luksky has quit IRC | 08:21 | |
yoctozepto | Blinkiz: vscode here as well | 08:22 |
yoctozepto | it has a little extension for ansible | 08:22 |
yoctozepto | what's the issue with atom btw? | 08:22 |
Blinkiz | May I ask about how to get rid of comments easily from the snippets? https://marketplace.visualstudio.com/items?itemName=vscoss.vscode-ansible#user-content-code-snippets | 08:22 |
yoctozepto | not used it for a while | 08:22 |
yoctozepto | and since ms bought github it seems to be very redundant with vscode for the main contributors | 08:23 |
Blinkiz | In VS Code, when I create ansible snippet, there is a lot of comments at the end of each line. When I have done by edits I want to easily remove all comments | 08:23 |
yoctozepto | regexp? | 08:23 |
hrw | :%s+\#.*$++g | 08:24 |
hrw | or sth like that | 08:24 |
yoctozepto | though it's best when you just remove them when editing the param from the snippet | 08:24 |
Blinkiz | yoctozepto, yeah, possible. I can not find how to save regex search/replace. A keyboard shortcut would be great | 08:24 |
yoctozepto | that's how it's meant to be used | 08:24 |
*** radeks has joined #openstack-kolla | 08:24 | |
Blinkiz | In VS Code I would like to select lines and then press a few keyboard shortcuts and all comments is removed. Typing a regex each time takes.. to long.. Maybe I can use VS Code find/replace history for fast finding of my ultimate regex line. | 08:27 |
Blinkiz | Also I do not really like that comments is created with the ansible plugin for VS Code. I kinda now what I want, I just can not remember the structure for each ansible module. | 08:28 |
*** k_mouza has quit IRC | 08:29 | |
Blinkiz | structure.. meaning variables for a ansible module. | 08:29 |
*** k_mouza has joined #openstack-kolla | 08:30 | |
*** k_mouza has quit IRC | 08:32 | |
*** vmixor has quit IRC | 08:35 | |
*** k_mouza has joined #openstack-kolla | 08:36 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/pike: Unbreak CI: fluentd https://review.opendev.org/681405 | 08:38 |
openstackgerrit | Yang Youseok proposed openstack/kolla-ansible master: Ignore create_cells and discover_computes when nova-api is disabled https://review.opendev.org/681376 | 08:52 |
*** vmixor has joined #openstack-kolla | 08:52 | |
*** k_mouza has quit IRC | 08:53 | |
*** priteau has joined #openstack-kolla | 08:53 | |
*** k_mouza has joined #openstack-kolla | 08:57 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use Docker healthchecks https://review.opendev.org/676389 | 09:09 |
*** gfidente has quit IRC | 09:10 | |
*** gfidente has joined #openstack-kolla | 09:40 | |
*** vmixor has quit IRC | 10:05 | |
*** k_mouza has quit IRC | 10:14 | |
openstackgerrit | jacky06 proposed openstack/kolla-cli master: Add --services support for stop action https://review.opendev.org/681297 | 10:14 |
*** k_mouza has joined #openstack-kolla | 10:15 | |
*** dougsz has quit IRC | 10:21 | |
*** ondrejduchon has joined #openstack-kolla | 10:21 | |
ondrejduchon | mgoddard: Hello, I saw you reaction on my patch set. (https://review.opendev.org/#/c/679812/1/ansible/roles/nova/templates/nova-logging.conf.j2) Could you elaborate please? Do you have some suggestion? | 10:23 |
openstackgerrit | yanghongyu proposed openstack/kolla-cli master: Fix Typos: fix the help information for stop action https://review.opendev.org/681434 | 10:24 |
*** dougsz has joined #openstack-kolla | 10:33 | |
openstackgerrit | Scott Solkhon proposed openstack/kolla-ansible master: Adding Prometheus blackbox exporter https://review.opendev.org/681436 | 10:37 |
*** dr_feelgood has joined #openstack-kolla | 10:57 | |
*** vmixor has joined #openstack-kolla | 11:04 | |
mgoddard | ondrejduchon: hi. The problem I see is that by default, we do not configure logging.conf. If a user provides a custom logging.conf override file, then they automatically enable the fluentd handler which is not normally enabled | 11:07 |
mgoddard | ondrejduchon: we should either decide to always enable the fluentd handler by default, or make the user configure it explicitly | 11:08 |
mgoddard | ondrejduchon: make sense? | 11:08 |
mgoddard | ondrejduchon: I would probably rather see this work in the same way as policy files - we allow the user to provide the file or not, but do not provide our own defaults | 11:09 |
*** vmixor has quit IRC | 11:10 | |
*** mixor has joined #openstack-kolla | 11:10 | |
*** kplant has joined #openstack-kolla | 11:17 | |
openstackgerrit | yanghongyu proposed openstack/kolla-cli master: Fix Typos: fix the help information for prechecks action https://review.opendev.org/681434 | 11:24 |
*** mixor has quit IRC | 11:29 | |
*** mixor has joined #openstack-kolla | 11:29 | |
openstackgerrit | Merged openstack/kolla stable/pike: Unbreak CI: fluentd https://review.opendev.org/681405 | 11:30 |
*** dr_feelgood has quit IRC | 11:35 | |
*** dr_feelgood has joined #openstack-kolla | 11:39 | |
openstackgerrit | jacky06 proposed openstack/kolla-cli master: Add --services support for stop action https://review.opendev.org/681297 | 11:54 |
*** luksky has joined #openstack-kolla | 11:55 | |
*** spsurya has joined #openstack-kolla | 11:58 | |
*** mixor has quit IRC | 12:00 | |
*** mixor has joined #openstack-kolla | 12:03 | |
*** dave-mccowan has joined #openstack-kolla | 12:05 | |
goldyfruit___ | o/ | 12:09 |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add pull unit test for zuul https://review.opendev.org/681452 | 12:11 |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add pull unit test for zuul https://review.opendev.org/681452 | 12:14 |
*** goldyfruit___ has quit IRC | 12:15 | |
*** mixor has quit IRC | 12:16 | |
*** mixor has joined #openstack-kolla | 12:16 | |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add pull unit test for zuul https://review.opendev.org/681452 | 12:17 |
*** mixor has quit IRC | 12:18 | |
*** mixor has joined #openstack-kolla | 12:19 | |
openstackgerrit | jacky06 proposed openstack/kolla-cli master: Add upgrade unit test https://review.opendev.org/681456 | 12:28 |
*** happyhemant has joined #openstack-kolla | 12:30 | |
openstackgerrit | Merged openstack/kolla-cli master: Add --services support for stop action https://review.opendev.org/681297 | 12:34 |
*** dr_feelgood has quit IRC | 12:37 | |
openstackgerrit | Merged openstack/kolla-cli master: Fix Typos: fix the help information for prechecks action https://review.opendev.org/681434 | 12:37 |
cloudnull | mornings all , if folks have a moment to take a look at https://review.opendev.org/#/c/680126/ and https://review.opendev.org/#/c/680125/ I'd greatly appreciate it . | 12:57 |
*** dr_feelgood has joined #openstack-kolla | 13:06 | |
*** dr_feelgood has quit IRC | 13:07 | |
*** dr_feelgood has joined #openstack-kolla | 13:07 | |
*** bjoernh has joined #openstack-kolla | 13:12 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: WIP: Use Docker healthchecks https://review.opendev.org/676389 | 13:17 |
*** ondrejduchon has quit IRC | 13:18 | |
*** ondrejduchon has joined #openstack-kolla | 13:18 | |
*** goldyfruit___ has joined #openstack-kolla | 13:29 | |
*** skramaja has quit IRC | 13:32 | |
andrein | hello everyone, I'm having trouble getting magnum to work on an openstack stein cluster installed with kolla-ansible. My clusters are booting, but all pods are stuck in Pending state because all nodes are tainted. The only pods successfully deployed are the flannel daemonset. Any ideas how to troubleshoot this? | 13:35 |
*** spiette has quit IRC | 13:36 | |
*** spiette has joined #openstack-kolla | 13:41 | |
*** dougsz has quit IRC | 13:42 | |
mgoddard | brtknr: any ideas on andrein's issue? | 13:48 |
*** redrobot has joined #openstack-kolla | 13:50 | |
cloudnull | thanks mgoddard mnasiadka! | 13:53 |
*** rpittau is now known as rpittau|afk | 13:54 | |
mnasiadka | andrein: can you grab output of 'kubectl describe pods <pod_name>' and upload to paste.openstack.org? | 13:54 |
andrein | mnasiadka: https://seashells.io/v/B2WWdXKs | 13:58 |
*** Luzi has quit IRC | 13:59 | |
openstackgerrit | Merged openstack/kolla stable/queens: Add config option use_dumb_init to add it to container images https://review.opendev.org/680126 | 14:12 |
andrein | mnasiadka: as far as I can tell, there are some intermediate steps failing beacuse /etc/kubernetes/ca-bundle.crt doesn't exist. | 14:14 |
andrein | I've found that error in both k8s-keystoneauth logs as well as heat-container-agent logs | 14:14 |
*** devep has quit IRC | 14:16 | |
*** BjoernT has joined #openstack-kolla | 14:17 | |
*** mixor has quit IRC | 14:17 | |
*** mixor has joined #openstack-kolla | 14:17 | |
andrein | as far as I can tell, it's supposed to be created by magnum/drivers/common/templates/kubernetes/fragments/write-kube-os-config.sh but it looks like that script never ran. | 14:18 |
mnasiadka | andrein: and now "kubectl get nodes -o json" ;-) | 14:19 |
andrein | mnasiadka: https://seashells.io/v/UaUu9UPQ | 14:20 |
*** bjoernh has quit IRC | 14:21 | |
mnasiadka | andrein: you only have one master, and by default magnum disables scheduling on the master, unless pod spec has an exception for that taint (e.g. flannel) | 14:22 |
mnasiadka | I mean you have no workers :) | 14:22 |
andrein | mnasiadka: sure I do, it's "name": "beta-7-cluster-2smlwkq7pcw5-minion-0", | 14:23 |
mnasiadka | I can't see it in the get nodes output? | 14:24 |
andrein | mnasiadka: https://seashells.io/p/UaUu9UPQ try this link, seashells sometimes messes up the search | 14:24 |
mnasiadka | now I do :) | 14:24 |
mnasiadka | so it's uninitialised - and that's why it has a no schedule taint | 14:25 |
andrein | yep... | 14:25 |
mnasiadka | might be flannel related, check journalctl -xe on both master and minion | 14:26 |
andrein | i'm pretty sure it's not flannel. the most solid thing I have to go on at the moment is that /etc/kubernetes/ca-bundle.crt is missing, but I can't figure out why | 14:27 |
andrein | mnasiadka: do you have the output from heat-container-agent from a successful run so I could compare it with mine? | 14:28 |
mnasiadka | not really, haven't got a magnum environment at the moment ;) | 14:28 |
mnasiadka | andrein: all init scripts finished successfully? or the missing file is some output of the cloud-init part* scripts? | 14:29 |
andrein | mnasiadka: https://seashells.io/p/sGUXbMRZ cloud-init-output.log | 14:30 |
andrein | this one looks like it completed successfully | 14:30 |
mnasiadka | yeah, that's from master | 14:31 |
mnasiadka | what about the minion? | 14:31 |
*** mandre has joined #openstack-kolla | 14:32 | |
andrein | checking | 14:32 |
openstackgerrit | Mark Goddard proposed x/kayobe master: Fix container image build with multiple regexes https://review.opendev.org/681504 | 14:33 |
andrein | mnasiadka: looks good https://seashells.io/p/mmBZhQgu | 14:34 |
*** priteau has quit IRC | 14:34 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: Fix typo in docs https://review.opendev.org/681505 | 14:34 |
hrw | meeeting today? | 14:35 |
mnasiadka | andrein: yeah, looks good - you can also look in the journal for any error entries from Kubernetes itself, and it doesn't look like a Kolla nor kolla-ansible issue... What version of magnum are you using? | 14:36 |
andrein | mnasiadka: heat-container-agent logs (a few failures, search for "error") https://seashells.io/p/fM7MSSrU | 14:36 |
andrein | mnasiadka: not sure how to check, really, I deployed it with kolla-ansible 8.0.0 using the stein tag | 14:38 |
openstackgerrit | Merged openstack/kolla stable/rocky: Add config option use_dumb_init to add it to container images https://review.opendev.org/680125 | 14:38 |
*** dr_feelgood has quit IRC | 14:51 | |
openstackgerrit | Jan Horstmann proposed openstack/kolla master: Add package systemd-sysv to bifrost-deploy image https://review.opendev.org/679936 | 14:52 |
*** jbadiapa has quit IRC | 14:54 | |
mgoddard | Meeting in 4 minutes | 14:56 |
mgoddard | ping mgoddard mnasiadka hrw egonzalez yoctozepto rafaelweingartne ^ | 14:56 |
hrw | ;D | 14:57 |
*** k_mouza has quit IRC | 14:57 | |
*** k_mouza has joined #openstack-kolla | 14:57 | |
yoctozepto | pong mgoddard | 14:58 |
openstackgerrit | Viktor Michalek proposed openstack/kolla master: Fix docker images based on Debian Buster Stein packages https://review.opendev.org/680447 | 15:00 |
mgoddard | #startmeeting kolla | 15:02 |
openstack | Meeting started Wed Sep 11 15:02:17 2019 UTC and is due to finish in 60 minutes. The chair is mgoddard. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:02 |
*** openstack changes topic to " (Meeting topic: kolla)" | 15:02 | |
openstack | The meeting name has been set to 'kolla' | 15:02 |
openstackgerrit | Merged x/kayobe master: Fix typo in docs https://review.opendev.org/681505 | 15:02 |
mgoddard | #topic rollcall | 15:02 |
*** openstack changes topic to "rollcall (Meeting topic: kolla)" | 15:02 | |
mgoddard | \o | 15:02 |
generalfuzz | \o | 15:02 |
yoctozepto | o/ | 15:02 |
hrw | \o\ /o/ \o/ /o/ /o\ | 15:02 |
yoctozepto | hrw: dancing? | 15:03 |
hrw | hands waving | 15:03 |
yoctozepto | will do | 15:03 |
hrw | mixor: could you rebase your patch on top of previous versions? | 15:04 |
mgoddard | #topic agenda | 15:04 |
*** openstack changes topic to "agenda (Meeting topic: kolla)" | 15:04 | |
mgoddard | * Roll-call | 15:04 |
mgoddard | * Announcements | 15:04 |
mgoddard | ** Kayobe stein 6.0.0 release now available | 15:04 |
mgoddard | ** mgoddard continues as PTL for another cycle | 15:04 |
mgoddard | ** OpenStack Train feature freeze this week: https://releases.openstack.org/train/schedule.html | 15:04 |
mgoddard | * Review action items from last meeting | 15:04 |
mgoddard | * Kolla whiteboard https://etherpad.openstack.org/p/KollaWhiteBoard | 15:04 |
mgoddard | * Train release planning | 15:04 |
mgoddard | * Review priorities | 15:04 |
mgoddard | #topic announcements | 15:04 |
*** openstack changes topic to "announcements (Meeting topic: kolla)" | 15:04 | |
mgoddard | #info Kayobe stein 6.0.0 release now available | 15:04 |
mgoddard | #link https://docs.openstack.org/releasenotes/kayobe/stein.html | 15:05 |
mgoddard | #info mgoddard continues as PTL for another cycle | 15:05 |
*** Blinkiz has quit IRC | 15:05 | |
mgoddard | #info OpenStack Train feature freeze this week | 15:05 |
hrw | mgoddard: thanks! | 15:05 |
mgoddard | #link https://releases.openstack.org/train/schedule.html | 15:05 |
mgoddard | #topic Review action items | 15:06 |
*** openstack changes topic to "Review action items (Meeting topic: kolla)" | 15:06 | |
hrw | cool. less reasons for failures | 15:06 |
mgoddard | I didn't ask if anyone has any other announcements | 15:06 |
mgoddard | no one ever does :) | 15:06 |
hrw | CentOS 8 will be delayed | 15:06 |
hrw | whole devteam time went for CentOS 7.7 work | 15:06 |
mgoddard | hrw: until when? | 15:06 |
mgoddard | :( | 15:07 |
hrw | mgoddard: Ucycle I would say | 15:07 |
hrw | no eta given etc | 15:07 |
mgoddard | hmm | 15:07 |
mgoddard | let's discuss it later | 15:07 |
mgoddard | #info CentOS 8 will be delayed | 15:07 |
hrw | mgoddard: with small CentOS devteam it was better to spend time on getting 7.7 update to users than wait with it because of 8.0 work | 15:07 |
mgoddard | Actions from last meeting: | 15:08 |
mgoddard | mgoddard to release stable branches | 15:08 |
mgoddard | mgoddard to mark Train priority patches ready for review with RP+1 | 15:08 |
*** dougsz has joined #openstack-kolla | 15:08 | |
mgoddard | Done and done | 15:08 |
mgoddard | #topic Kolla whiteboard | 15:08 |
*** openstack changes topic to "Kolla whiteboard (Meeting topic: kolla)" | 15:08 | |
mgoddard | #link https://etherpad.openstack.org/p/KollaWhiteBoard | 15:08 |
mgoddard | CI update | 15:08 |
mgoddard | For k-a we have a note saying 'Ubuntu jobs seem to be failing in neutron deployment' | 15:09 |
mgoddard | is this current? | 15:09 |
yoctozepto | no, fixed | 15:09 |
yoctozepto | with mariadb | 15:09 |
yoctozepto | upstream | 15:09 |
mgoddard | oh it's that one | 15:09 |
mgoddard | I'll remove | 15:10 |
yoctozepto | ok | 15:10 |
mgoddard | any other CI issues? | 15:10 |
yoctozepto | none I know of | 15:10 |
yoctozepto | but i'm not so current | 15:11 |
hrw | arm64 CI has to wait til Nov ;( | 15:11 |
mgoddard | :( | 15:11 |
hrw | we have to upgrade our ceph cluster with ssds | 15:11 |
yoctozepto | :-( | 15:11 |
hrw | and have to solve ipv6 issues to get other cloud (ssd only) running with kolla | 15:11 |
yoctozepto | I have Ipv6 patch ready for the base openstack | 15:12 |
hrw | yoctozepto: give it! gerrit it! | 15:12 |
yoctozepto | will be submitting today yeah | 15:12 |
mnasiadka | merge it! ;) | 15:12 |
mgoddard | ooh nice | 15:12 |
hrw | to get arm64 ci we have two options | 15:13 |
mgoddard | do we need an IPv6 CI job? | 15:13 |
hrw | mgoddard: would be lovely | 15:13 |
mgoddard | ok, let's move on | 15:13 |
hrw | 1. add ssd to ceph cluster in linaro-london. November earliest | 15:13 |
yoctozepto | we need but that's not done yet | 15:13 |
hrw | 2. run ssd-only cluster in other location. but ipv6 only | 15:13 |
hrw | so for now we go with 2nd | 15:14 |
hrw | once it gets on, we add nodes to infra, disable linaro-london and check how it goes | 15:14 |
mixor | hi, is there way to delete last uploaded change in review | 15:14 |
yoctozepto | happy to help | 15:14 |
mixor | ? | 15:14 |
hrw | mixor: upload next one | 15:14 |
yoctozepto | mixor: no | 15:14 |
yoctozepto | ^ exactly | 15:14 |
mgoddard | #topic Train release planning | 15:15 |
*** openstack changes topic to "Train release planning (Meeting topic: kolla)" | 15:15 | |
*** tumble has joined #openstack-kolla | 15:15 | |
hrw | mixor: when you get to 50th revision start worrying | 15:15 |
mgoddard | ok, let's start with centos 8 | 15:15 |
hrw | centos:8 -> Ucycle imho | 15:15 |
mgoddard | I'll update the whiteboard | 15:15 |
mnasiadka | currently looks like CentOS QA team is more into releasing 7.7 | 15:16 |
mgoddard | cloudnull might have opinions about pushing centos 8 to U cycle | 15:16 |
hrw | even f28 patch which someone added to get 'rhel8 like' environment goes with py2 packages | 15:16 |
mixor | yoctozepto, hrw: thanks | 15:16 |
mnasiadka | So we might get away and they don't release 8 before T :-) | 15:16 |
hrw | mgoddard: I would treat centos:8 as 'U-cycle unless arrive around Train release and will be working in one-two weeks of time' | 15:17 |
yoctozepto | +1 | 15:17 |
hrw | mgoddard: we can always backport if RDO release Train packages for centos:8 | 15:18 |
mgoddard | it is a good point - we are somewhat at the mercy of RDO | 15:18 |
mgoddard | if they wait for CentOS 8 then so must we | 15:18 |
mnasiadka | yup | 15:19 |
mgoddard | I remember someone said RH had backported a lot of py3 packages to RHEL7.7. Will the same be true of CentOS 7.7? | 15:19 |
mgoddard | i.e. could we support py3 on CentOS 7.7? | 15:19 |
hrw | centos 7.7 gets python 3.6 in base | 15:20 |
*** crindi6 has joined #openstack-kolla | 15:20 | |
hrw | from what I heard | 15:20 |
mgoddard | ok | 15:20 |
yoctozepto | gr8 | 15:20 |
hrw | RDO builds packages for Fedora 28 with Py3 | 15:20 |
hrw | so once centos8 gets released then switch to it and do mass rebuild | 15:21 |
mgoddard | 7.7 claims to be 1908, so assume it will be released soon? | 15:22 |
yoctozepto | it's in cr already | 15:22 |
hrw | https://trunk.rdoproject.org/fedora/current/ | 15:22 |
hrw | mgoddard: rhel 7.7 was released in 2019.08 so centos 7.7.1908 ;D | 15:23 |
mgoddard | https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.1908 | 15:23 |
hrw | like with centos 8.0.1905 | 15:23 |
mgoddard | ah | 15:23 |
*** jovial[m] has joined #openstack-kolla | 15:24 | |
mgoddard | ok, let's move on | 15:25 |
mgoddard | support matrix is making good progress | 15:25 |
hrw | http://mirror.centos.org/centos-7/7/cr/x86_64/Packages/python3-3.6.8-10.el7.x86_64.rpm D | 15:25 |
mgoddard | nice | 15:26 |
mgoddard | nova cells work is ongoing | 15:26 |
mgoddard | Support newer ansible versions | 15:26 |
mgoddard | we have kolla-toolbox | 15:26 |
hrw | mnasiadka: for support matrix we need to mark what we build in CI as 'T', right? | 15:27 |
mnasiadka | hrw: yes, that's on my list | 15:27 |
hrw | I would say that we support ansible 2.7+ now. deployment on debian work | 15:27 |
mgoddard | well, do you mean build or test? | 15:27 |
mgoddard | build != test | 15:27 |
mnasiadka | I think T == we test in k-a CI | 15:27 |
mgoddard | +1 | 15:27 |
yoctozepto | +1 | 15:27 |
hrw | +1 | 15:28 |
mgoddard | 3 | 15:28 |
mgoddard | re ansible versions | 15:28 |
mgoddard | I proposed https://review.opendev.org/675863 | 15:28 |
mgoddard | bump minimum to 2.6 | 15:29 |
*** ivve has quit IRC | 15:29 | |
mgoddard | because I needed a feature from 2.6 | 15:29 |
mgoddard | any other reason seems overly restrictive and arbitrary to me | 15:30 |
hrw | why not 2.7? present in most distros nowadays | 15:30 |
mgoddard | but I think I'm in the minority here | 15:30 |
openstackgerrit | Viktor Michalek proposed openstack/kolla master: Fix images based on Debian Buster Stein packages https://review.opendev.org/680447 | 15:30 |
*** k_mouza has quit IRC | 15:30 | |
mgoddard | why would we be more restrictive than we need to be? | 15:30 |
yoctozepto | futureproofing | 15:31 |
mgoddard | ansible can have bugs, and sometimes being able to pick between releases can be helpful - often newer releases are less stable for a time | 15:31 |
*** igordc has joined #openstack-kolla | 15:31 | |
hrw | 2.6 is supported (security fixes, no critical fixes) | 15:31 |
mgoddard | how is it futureproofing? | 15:31 |
hrw | mgoddard: ok, lets go with 2.6 for Train and we bump to 2.7/2.8 in Ucycle | 15:32 |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add upgrade unit test https://review.opendev.org/681456 | 15:32 |
mgoddard | ok | 15:33 |
hrw | Ansible supports last 3 releases. 2.9 will be next release | 15:33 |
mnasiadka | last minute we should not bump a lot, but looking at for example OSA - they use 2.8.3 in the CI - so I guess we are the only ones that care about older releases of Ansible :) | 15:33 |
hrw | so train gets released with still-supported-required, Ucycle with get 'current-1', Vcycle similar bump? | 15:34 |
mnasiadka | I'm still interested why Ubuntu gets a newer Ansible version in the CI, and CentOS gets minimum supported :) | 15:34 |
mgoddard | why not? it allows us to test both | 15:35 |
mgoddard | IMO if we want to be more strict about the version, we need to put Ansible in requirements.txt (and add it to upper-constraints) | 15:35 |
hrw | where from we grab ansible for centos? centos 7 has 2.4.2, epel has 2.8.4 | 15:36 |
*** k_mouza has joined #openstack-kolla | 15:36 | |
mgoddard | until then, we're decoupled from it | 15:36 |
mgoddard | hrw: pypi | 15:36 |
mnasiadka | Well, we could make a universal approach and put it in requirements.txt - and use pypi | 15:36 |
mnasiadka | but not in T, we can try that in U and brainstorm on the PTG | 15:36 |
mgoddard | it's too late to add a package to U-C for train, but we could propose in U | 15:36 |
yoctozepto | mgoddard: what about osa | 15:37 |
hrw | mgoddard: right | 15:37 |
yoctozepto | how they handle it | 15:37 |
yoctozepto | hmm | 15:37 |
mgoddard | not sure about OSA | 15:37 |
mgoddard | kayobe includes it in requirements.txt | 15:37 |
hrw | mgoddard: with versions? | 15:38 |
mgoddard | yes | 15:38 |
mgoddard | min and max | 15:38 |
mgoddard | normally two major versions | 15:38 |
mgoddard | bump each release | 15:38 |
mnasiadka | OSA has a bootstrap-ansible.sh script, and they pin it to detailed version, e.g. 2.8.3 | 15:38 |
mgoddard | ew | 15:38 |
hrw | ok, can we continue with next step? | 15:38 |
mgoddard | sorry, no bug fixes for you :p | 15:39 |
hrw | we can discuss ansible for any random amount of time ;d | 15:39 |
yoctozepto | rand(0,1) | 15:39 |
mgoddard | favourite pastime | 15:39 |
mgoddard | ok, let's get that patch in and we can cross off another priority feature | 15:40 |
mgoddard | I probably need to rebase it, otherwise it depends on https://review.opendev.org/#/c/665922 | 15:40 |
mgoddard | internal TLS | 15:40 |
mgoddard | reviews appreciated on this: https://review.opendev.org/#/q/topic:bp/add-ssl-internal-network+(status:open+OR+status:merged) | 15:41 |
generalfuzz | that be my focus | 15:41 |
mgoddard | right | 15:41 |
mgoddard | are you looking at the insecure flag? | 15:42 |
mgoddard | https://review.opendev.org/#/c/664517 | 15:42 |
generalfuzz | yes | 15:42 |
generalfuzz | it will require a kolla fix, which I hope to have finished today | 15:42 |
mgoddard | great | 15:42 |
*** ondrejduchon has quit IRC | 15:43 | |
mgoddard | #topic Review priorities | 15:43 |
*** openstack changes topic to "Review priorities (Meeting topic: kolla)" | 15:43 | |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add stop unit test with services and hosts https://review.opendev.org/681520 | 15:43 |
mgoddard | Are there any patches that we need to focus on? | 15:44 |
mgoddard | https://tiny.cc/kolla-dashboard | 15:44 |
mgoddard | https://tiny.cc/kolla-ansible-dashboard | 15:44 |
mgoddard | https://tiny.cc/kayobe-review-dash | 15:44 |
mnasiadka | do we want to backport the Fluentd stuff? | 15:44 |
hrw | I want https://review.opendev.org/#/c/680399/ - just mnasiadka or yoctozepto need to +w+2 ;d | 15:44 |
openstackgerrit | Merged openstack/kolla-cli master: Add defualt property list https://review.opendev.org/672488 | 15:44 |
hrw | mnasiadka: I see that you volounter for it? | 15:45 |
mnasiadka | I don't know, the zun job is failing :) | 15:46 |
mnasiadka | (kidding, give me a minute) | 15:46 |
mnasiadka | done | 15:46 |
hrw | btw - asked on #rdo about py3 based packages for centos:7.7 | 15:47 |
mgoddard | I added RP+1 to https://review.opendev.org/#/c/676412 | 15:48 |
hrw | no py3 packages from RDO for centos 7.7 - they wait for centos 8 still | 15:49 |
mgoddard | hmm | 15:50 |
mgoddard | so will train packages still support centos 8 only? | 15:51 |
hrw | py2 for centos7 | 15:52 |
mgoddard | ok | 15:52 |
hrw | py3 for centos8 | 15:52 |
hrw | in worst case we get rid of py2 in Ucycle. | 15:52 |
hrw | can live with it | 15:52 |
mgoddard | yeah | 15:53 |
hrw | some of deb/ubu images will have py2 anyway | 15:53 |
mgoddard | potentially we could backport support for centos8, but keep 7 as the default | 15:53 |
mgoddard | let's see how it works out | 15:54 |
hrw | 17:53 < ykarel|away> hrw, if we have centos8 sooner we will have cloud/openstack for centos8 and python3 | 15:54 |
hrw | 17:54 < ykarel|away> hrw, you can refer https://review.rdoproject.org/etherpad/p/moving-rdo-to-centos8 for plan | 15:54 |
hrw | 17:54 < ykarel|away> but it all depends on centos8 availability and it's timing | 15:54 |
hrw | simple | 15:54 |
mgoddard | thanks | 15:54 |
mgoddard | #topic Open discussion | 15:55 |
*** openstack changes topic to "Open discussion (Meeting topic: kolla)" | 15:55 | |
mgoddard | Anyone have anything else today? | 15:55 |
yoctozepto | already said about ipv6 patch coming today | 15:55 |
yoctozepto | so no | 15:55 |
hrw | no | 15:55 |
yoctozepto | mnasiadka | 15:55 |
hrw | gave info about arm64 ci already | 15:55 |
mnasiadka | I don't have anything :) | 15:56 |
yoctozepto | mnasiadka: you have us :-) | 15:56 |
mnasiadka | to add! ;) | 15:57 |
mgoddard | ok, let's wrap up 3 minutes early | 15:57 |
mgoddard | Thanks alll | 15:57 |
mnasiadka | mgoddard: do you plan to iterate on the support matrix ,,automation'', or should I just try to finish the current form and we can try to think about it in future? | 15:57 |
mnasiadka | (think about automating in future) | 15:58 |
mgoddard | mnasiadka: let's go with the manual approach, I was just playing and did the "fun" 10% effort 90% working | 15:58 |
mgoddard | Still needs the remaining 90% effort for the last 10% :) | 15:58 |
mgoddard | and probably not worth it at this stage | 15:58 |
yoctozepto | +1 | 15:59 |
mnasiadka | Agreed and understood | 15:59 |
mgoddard | I think it's a nice idea though, that we define our support matrix in our code | 15:59 |
openstackgerrit | caoyuan proposed openstack/kolla-cli master: Add upgrade unit test https://review.opendev.org/681456 | 15:59 |
mgoddard | we have most of it already, just need the mapping of C, M and T | 15:59 |
yoctozepto | +1 | 15:59 |
mgoddard | could probably use a similar regex method | 15:59 |
mgoddard | for now, s/C/T/ will do | 16:00 |
hrw | 18:00 < jpena> hrw: to add some data, the python3 stack in centos 7.7 is quite minimal, so we'd be lacking a lot of the python libs that are required by RDO | 16:00 |
mgoddard | #endmeeting | 16:01 |
*** openstack changes topic to "Topic for #openstack-kolla is: support: ask.openstack.org | New to Kolla: docs @ https://docs.openstack.org/kolla/latest/ | | Kolla IRC meetngs on Wednesdays @ 15:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b" | 16:01 | |
openstack | Meeting ended Wed Sep 11 16:01:10 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/kolla/2019/kolla.2019-09-11-15.02.html | 16:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/kolla/2019/kolla.2019-09-11-15.02.txt | 16:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/kolla/2019/kolla.2019-09-11-15.02.log.html | 16:01 |
hrw | #thanks | 16:01 |
openstackstatus | hrw: Added your thanks to Thanks page (https://wiki.openstack.org/wiki/Thanks) | 16:01 |
hrw | o D: | 16:01 |
yoctozepto | lol | 16:01 |
yoctozepto | #thanks openstackstatus for letting us know we have such a feature | 16:02 |
openstackstatus | yoctozepto: Added your thanks to Thanks page (https://wiki.openstack.org/wiki/Thanks) | 16:02 |
mgoddard | rofl | 16:02 |
*** tumble has quit IRC | 16:05 | |
*** iniazi has joined #openstack-kolla | 16:05 | |
hrw | have a nice evening guys | 16:05 |
hrw | s/guys/folks | 16:05 |
* hrw trying to learn to switch to a bit less gender specific form ;D | 16:06 | |
yoctozepto | i've been told "guys" is totally inclusive | 16:06 |
yoctozepto | though it was male originally hmm | 16:07 |
yoctozepto | nice evening | 16:07 |
yoctozepto | back to cleaning ipv6 mess | 16:07 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Add custom filters for checking services https://review.opendev.org/665922 | 16:08 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Update minimum version of Ansible to 2.6 https://review.opendev.org/675863 | 16:09 |
hrw | yoctozepto: https://twitter.com/lizthegrey/status/1159104350125461504 | 16:10 |
* hrw off | 16:10 | |
*** crindi6 has quit IRC | 16:10 | |
openstackgerrit | Merged openstack/kolla-cli master: Add pull unit test for zuul https://review.opendev.org/681452 | 16:11 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Add custom filters for checking services https://review.opendev.org/665922 | 16:12 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Check containers during kolla-ansible check https://review.opendev.org/599735 | 16:12 |
yoctozepto | hrw: by the looks of collected reactions, internets are unsure either :/ | 16:17 |
*** hjensas|afk is now known as hjensas | 16:19 | |
*** luksky has quit IRC | 16:21 | |
*** k_mouza has quit IRC | 16:40 | |
*** ivve has joined #openstack-kolla | 16:42 | |
openstackgerrit | zhulingjie proposed openstack/kolla-cli master: Add stop unit test with services and hosts https://review.opendev.org/681520 | 17:04 |
openstackgerrit | zhulingjie proposed openstack/kolla-cli master: Add upgrade unit test https://review.opendev.org/681456 | 17:06 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Cloudkitty InfluxDB Storage backend via Kolla-ansible https://review.opendev.org/681545 | 17:09 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: DNM: Testing cloudkitty in Stein https://review.opendev.org/681548 | 17:12 |
*** gfidente has quit IRC | 17:13 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Switch default cloudkitty storage backend to influxdb https://review.opendev.org/681554 | 17:22 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: DNM: Testing cloudkitty in master https://review.opendev.org/681555 | 17:22 |
*** k_mouza has joined #openstack-kolla | 17:22 | |
*** luksky has joined #openstack-kolla | 17:26 | |
*** k_mouza has quit IRC | 17:26 | |
*** spsurya has quit IRC | 17:32 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: Fix container image build with multiple regexes https://review.opendev.org/681504 | 17:34 |
*** dougsz has quit IRC | 17:38 | |
openstackgerrit | Mark Goddard proposed x/kayobe master: Don't list tasks for config dump https://review.opendev.org/681558 | 17:57 |
openstackgerrit | Merged openstack/kolla-cli master: Add upgrade unit test https://review.opendev.org/681456 | 17:59 |
*** jbadiapa has joined #openstack-kolla | 18:27 | |
*** radeks has quit IRC | 18:40 | |
openstackgerrit | Merged openstack/kolla-ansible master: Add DNS to subjectAltName in Self-Signed Certificate https://review.opendev.org/679919 | 18:44 |
openstackgerrit | Merged openstack/kolla-ansible master: Delete influxdb admin port https://review.opendev.org/681360 | 18:44 |
*** k_mouza has joined #openstack-kolla | 18:46 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Implement IPv6 support in the control plane https://review.opendev.org/681573 | 18:48 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Implement IPv6 support in the control plane https://review.opendev.org/681573 | 18:50 |
*** k_mouza has quit IRC | 18:50 | |
*** kplant has quit IRC | 18:51 | |
*** bjoernh has joined #openstack-kolla | 18:58 | |
*** devep has joined #openstack-kolla | 19:08 | |
openstackgerrit | Merged openstack/kolla-ansible master: Update minimum version of Ansible to 2.6 https://review.opendev.org/675863 | 19:17 |
*** henriqueof has joined #openstack-kolla | 19:51 | |
*** bjoernh has quit IRC | 19:53 | |
*** BjoernT has quit IRC | 20:08 | |
*** quantomworks has joined #openstack-kolla | 20:11 | |
*** factor has quit IRC | 20:40 | |
*** factor has joined #openstack-kolla | 20:42 | |
*** BjoernT has joined #openstack-kolla | 20:47 | |
*** BjoernT has quit IRC | 20:51 | |
*** BjoernT_ has joined #openstack-kolla | 20:51 | |
*** mixor has quit IRC | 21:03 | |
*** ivve has quit IRC | 21:05 | |
*** ivve has joined #openstack-kolla | 21:05 | |
*** goldyfruit_ has joined #openstack-kolla | 21:32 | |
*** goldyfruit___ has quit IRC | 21:34 | |
*** jcmdln has joined #openstack-kolla | 21:48 | |
*** henriqueof1 has joined #openstack-kolla | 21:51 | |
*** henriqueof has quit IRC | 21:52 | |
*** quantomworks has quit IRC | 22:20 | |
*** threestrands has joined #openstack-kolla | 22:37 | |
*** cah_link has quit IRC | 22:37 | |
*** luksky has quit IRC | 22:38 | |
*** goldyfruit_ has quit IRC | 22:57 | |
*** igordc has quit IRC | 23:18 | |
*** BjoernT_ has quit IRC | 23:18 | |
openstackgerrit | James Kirsch proposed openstack/kolla master: Shift kolla_keystone classes from shade to openstack sdk https://review.opendev.org/681627 | 23:19 |
*** hjensas has quit IRC | 23:19 | |
*** hjensas has joined #openstack-kolla | 23:28 | |
*** igordc has joined #openstack-kolla | 23:33 | |
*** BjoernT has joined #openstack-kolla | 23:39 | |
*** devep has quit IRC | 23:40 | |
*** igordc has quit IRC | 23:40 | |
*** igordc has joined #openstack-kolla | 23:42 | |
*** BjoernT has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!