Friday, 2019-11-08

*** irclogbot_1 has quit IRC00:48
*** irclogbot_0 has joined #openstack-kolla00:52
*** ivve has quit IRC01:40
*** kplant has quit IRC01:43
*** born2bake has joined #openstack-kolla01:58
born2bakehttps://bugs.launchpad.net/kolla-ansible/+bug/185174501:58
openstackLaunchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,New]01:58
*** igordc has quit IRC02:34
*** rohit02 has joined #openstack-kolla03:50
*** goldyfruit___ has quit IRC04:08
*** goldyfruit___ has joined #openstack-kolla04:18
*** spsurya has joined #openstack-kolla04:53
*** goldyfruit___ has quit IRC05:21
*** jbadiapa has quit IRC06:29
*** hamzy_ has joined #openstack-kolla06:39
*** hamzy has quit IRC06:42
*** cah_link has joined #openstack-kolla06:45
*** dpawlik has joined #openstack-kolla06:54
*** rohit02 has quit IRC07:29
*** rohit02 has joined #openstack-kolla07:29
*** EmilienM is now known as EvilienM07:35
*** ivve has joined #openstack-kolla07:43
*** hjensas has quit IRC07:49
*** jbadiapa has joined #openstack-kolla08:02
*** wangshenqiang has joined #openstack-kolla08:20
*** amoralej|off is now known as amoralej08:25
hrwmorning09:00
openstackgerritZdenek Dvorak proposed openstack/kolla-ansible stable/rocky: Patch to fix RPC selection problem after upgrade  https://review.opendev.org/69350509:08
*** k_mouza has joined #openstack-kolla09:15
hrwdoes someone remember setup.cfg syntax etc?09:16
hrw[entry_points]09:16
hrwconsole_scripts =09:16
hrw    kolla-build = kolla.cmd.build:main09:16
hrwoslo.config.opts =09:16
hrw    kolla = kolla.opts:list_opts09:16
hrwI would love to get rid of kolla.opts:list_opts09:16
hrwor at least know how it is involved09:16
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339809:26
*** shyamb has joined #openstack-kolla09:29
*** hjensas has joined #openstack-kolla09:34
mgoddardmchlumsky: I think that's the right thing to do. Thanks for understanding09:37
mgoddardyoctozepto: yes, we could understand you fine09:37
mgoddardhrw: list_opts is used by oslo-config-generator to generate a kolla-build.conf example09:38
hrwmgoddard: thanks09:39
hrwhave to sort out usage of list_opts for ^^ patch09:41
*** shyamb has quit IRC09:41
*** gdwornicki has quit IRC09:42
hrwmgoddard: fun. "oslo-config-generator --config-file etc/oslo-config-generator/kolla-build.conf  --nominimal --nosummarize" generates the same 3 lines file09:43
mgoddardhrw: it doesn't work?09:45
hrwmgoddard: it is first time I use it so no idea how it should work09:46
mnasiadkamorning09:46
hrwmnasiadka: elo09:46
born2bakehttps://bugs.launchpad.net/kolla-ansible/+bug/185174509:46
openstackLaunchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,New]09:46
mnasiadkahow do we generate the config using tax? also using oslo-config-generator?09:46
mnasiadkaborn2bake: it's a support request, not a bug - so I guess first person would mark it as invalid09:47
mnasiadkaborn2bake: I don't think it's a standard approach to attach a vlan interface to openvswitch09:47
born2bakehm, can you suggest what can be done? Whats the standard approach?09:48
mnasiadkaeither unbond the interfaces and dedicated second one to neutron, or do some fancy magic including creating a linux bridge (brctl) and a veth pair added to that bridge (and then you can use the veth interface as ovs port)09:48
mnasiadkasince I don't think you have a lot of experience in ovs and networking - I propose the first :)09:49
mnasiadkaor use Kayobe and it will do it for you :)09:49
born2bakehmm even more confused now lol. As I understood, guys were chasing this setup https://docs.openstack.org/neutron/queens/admin/deploy-ovs-selfservice.html ; would you mind to explain why this setup is not appropriate to kolla?09:56
mnasiadkaborn2bake: because vlan interface is not a physical interface10:00
mgoddardborn2bake: do you have another host on VLAN 40 with an IP that you can use to access the external network?10:01
born2bakeI assigned vlan 40 on all machines, without ip address10:02
born2bakeShall I assign an ip address to any of machines and try to ping it?10:03
openstackgerritMerged openstack/kolla master: tox: use Python 3 where possible  https://review.opendev.org/69254910:05
hrw;D10:05
mgoddardborn2bake: at least one machine or router needs an IP on that subnet, so that you can access it10:06
hrwok. sorted out oslo-config-generator10:07
born2bakeOkay, I will need some time before I can check that. Meanwhile, can I ask what's the thingy to use Kayobe and the whole point?10:08
*** shyamb has joined #openstack-kolla10:08
mnasiadkawell, it was never a good idea to add a linux vlan tagged interface to openvswitch, if you want to fight with something that nobody else is doing - have fun10:10
*** hjensas has quit IRC10:10
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: move to CentOS 8 in containers  https://review.opendev.org/69236810:11
mnasiadkaborn2bake: I only meant Kayobe is a good starting point for people that want to have a ,,full solution'' for deploying openstack. Kolla-Ansible won't manage the operating system pre-reqs for you.10:12
*** rohit02 has quit IRC10:12
*** rohit02 has joined #openstack-kolla10:13
mgoddardborn2bake: https://docs.openstack.org/kayobe10:14
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339810:16
hrwonly version-check.py left10:16
*** hjensas has joined #openstack-kolla10:20
*** spsurya has quit IRC10:25
mgoddardhrw: I guess your change will clash with mine :)10:31
hrwmgoddard: possible10:31
*** born2bake has quit IRC10:31
mgoddardhrw: AJaeger asked for version-check.py to move to project-config. It will need to support all stable branches :(10:32
hrwmgoddard: an option is to merge and backport switch to yaml and then move to project-config.10:33
hrwone script to worry10:33
mgoddardhrw: it might be simpler that way10:33
*** born2bake has joined #openstack-kolla10:33
openstackgerritMark Goddard proposed openstack/kayobe master: Add documentation for Bifrost and IPA configuration  https://review.opendev.org/69351510:35
openstackgerritDincer Celik proposed openstack/kolla master: [manila] Fixes manila-share on debian/ubuntu  https://review.opendev.org/69340010:36
mnasiadkamgoddard: can't we have a script in project-config, that would run version-check.py from kolla git repo?10:40
*** hjensas has quit IRC10:40
osmanlicilegiborn2bake: I've looked at your support request and would like to ask you, why don't use use bond0 for the external networks? Seems we use similar setups and I'll show you my network and kolla configurations.10:41
born2bakebond0 for the external networks? we have only bond0, where 2 phys interfaces are bonded.10:43
osmanlicilegiborn2bake: you carry all the vlans with trunk right?10:43
hrwversion-check works10:44
born2bakeI assume, yes. not sure, cause this networking setup was done by someone else. I just needed to deploy openstack on top of that.10:44
osmanlicilegiborn2bake: 1st see http://paste.openstack.org/show/785908/10:45
osmanlicilegiborn2bake: then http://paste.openstack.org/show/785909/10:47
mgoddardmnasiadka: the script needs to live in project-config apparently, as it's a trusted job (has access to the bot's ssh keys)10:48
hrw+  location: TARBALLS_BASE/requirements/requirements-stable-stable-stable-train.tar.gz10:49
hrw;D10:49
hrwultrastable10:49
mnasiadkamgoddard: then I guess we need to fine tune the version-check.py script so it outputs proper yaml/json and once we're happy with it - move it to project-config10:49
mnasiadkahrw: triplestable10:49
born2bakeosmanlicilegi hmmmmmmmmm thats something I should try10:50
hrwmnasiadka: stable- gets added each time so it get even more stable during time10:50
born2bakethanks a lot mate10:50
mnasiadkalol10:50
hrwmnasiadka: versions-check.py I have does yaml10:50
mnasiadkaso we just need to move content to a separate yaml file and make kolla-build use it?10:51
osmanlicilegiborn2bake: my openstack bonding does the same which you would like to do. the key point is you cannot use a vlan interface with openvswitch. br-ex must be bridged directly to the bonded interface.10:51
mnasiadkaosmanlicilegi: or use ovs bonding10:51
hrwmnasiadka: https://review.opendev.org/#/c/693398/ does it10:51
osmanlicilegimnasiadka: yes that's another way to achieve10:52
mnasiadkahrw: good, so as you said - only version-check.py is left10:53
mnasiadkaand we could also find all curls to download source packages in Dockerfiles and then move it there, so version-check.py also checks for them10:53
hrwmnasiadka: which I am polishing now10:53
*** shyamb has quit IRC10:55
hrw tools/version-check.py    |  31 +++++-----10:56
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339810:57
hrwnow with version-check, with safe_load etc10:57
*** shyamb has joined #openstack-kolla10:58
hrwmaybe sources.yaml should be moved from kolla/common/ to somewhere else but that's other thing ;D10:58
*** shyamb has quit IRC10:59
*** shyam89 has joined #openstack-kolla10:59
*** pcaruana has joined #openstack-kolla10:59
openstackgerritMark Goddard proposed openstack/kayobe master: Add documentation for Bifrost and IPA configuration  https://review.opendev.org/69351510:59
*** jbadiapa has quit IRC11:02
born2bakeosmanlicilegi however, when it comes to external network creation in openstack, what network type you use and subnet.11:02
osmanlicilegiborn2bake: create vlan type networks11:04
osmanlicilegiborn2bake: I assume you know the vlan ids and subnets. if not, ask network guys.11:04
born2bakeeven for external network right?11:05
openstackgerritMark Goddard proposed openstack/kayobe master: Add cross references from deployment to config docs  https://review.opendev.org/69352211:08
hrwI also wonder who will mark two debug lines as 'please drop'11:09
mnasiadkalol11:10
mnasiadkaseems there's some love required for kolla build :)11:10
openstackgerritMark Goddard proposed openstack/kayobe master: Remove unused IPA config variables  https://review.opendev.org/69352311:10
shyam89Hi11:28
shyam89Horizon container of Stein release, has easy_install in not executable mode11:29
shyam89even for root user11:29
openstackgerritMark Goddard proposed openstack/kayobe master: Fix kayobe overcloud provision without seed in limit  https://review.opendev.org/69352611:29
shyam89Any way we can use it?11:29
shyam89we have a horizon plugin implement11:29
shyam89we install inside horizon container11:30
shyam89it's in the form of pip module11:30
hrweasy_install? did not we abandoned use of it?11:30
hrwsee you at vPTG. pizza friday time11:44
*** hamzy_ is now known as hamzy11:44
*** priteau has joined #openstack-kolla11:44
mnasiadkashyam89: just build your own container image and add this package to be installed via pip? https://docs.openstack.org/kolla/latest/admin/image-building.html#dockerfile-customisation11:45
shyam89okay11:45
shyam89mnasiadka: yes, that is one way11:46
shyam89but in client env, we can not change their horizon container11:46
*** shyamb has joined #openstack-kolla11:53
*** shyam89 has quit IRC11:55
*** shyam89 has joined #openstack-kolla11:58
born2bakeosmanlicilegi didnt work, cant access machines floating ip11:58
*** pcaruana has quit IRC11:59
*** shyamb has quit IRC12:01
*** dpawlik has quit IRC12:03
*** shyam89 has quit IRC12:13
*** dpawlik has joined #openstack-kolla12:16
*** kplant has joined #openstack-kolla12:18
*** rohit02 has quit IRC12:18
openstackgerritMark Goddard proposed openstack/kayobe master: Add reference to zero touch provisioning blog in docs  https://review.opendev.org/69353212:32
*** goldyfruit___ has joined #openstack-kolla12:36
osmanlicilegiborn2bake: if you are sure your ubuntu networking and kolla setup is fine, then you should work together with a network guy to troubleshot what is going wrong.12:38
openstackgerritMark Goddard proposed openstack/kayobe master: Document requirements for BIOS and RAID configuration  https://review.opendev.org/69353312:44
*** rohit02 has joined #openstack-kolla12:46
*** rohit02 has quit IRC12:57
*** rohit02 has joined #openstack-kolla12:58
*** pcaruana has joined #openstack-kolla12:59
*** cah_link has quit IRC13:00
*** rohit02 has quit IRC13:24
kplantptg picks back up at 1400utc right?13:26
priteauYes, I believe we will use Google Meet again?13:28
*** dpawlik has quit IRC13:29
mnasiadkaI hope so, because I can't understand a thing when hrw talks in helium mode.13:30
*** dpawlik has joined #openstack-kolla13:30
yoctozeptothat must have been fun lol13:30
mnasiadkayoctozepto: oh it was, probably you've seen us all laughing out loud :)13:32
yoctozeptoyeah, we did and had no idea why because you were all mute13:32
yoctozeptountil Mark explained13:32
yoctozepto"donald duck"13:32
hrwelo13:36
hrwI got used to people sounding weird on confcalls13:36
kplanti sound like a 10 year old with my mic at work13:38
kplantit's awesome13:38
*** rohit02 has joined #openstack-kolla13:42
openstackgerritWill Szumski proposed openstack/kayobe master: Add freezer to image build regex  https://review.opendev.org/69353813:44
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339813:52
openstackgerritMerged openstack/kolla master: [manila] Fixes manila-share on debian/ubuntu  https://review.opendev.org/69340013:53
*** scottsol has joined #openstack-kolla13:53
openstackgerritWill Szumski proposed openstack/kayobe master: Only stop chrony on nodes in kolla inventory  https://review.opendev.org/69353913:53
*** dougsz has joined #openstack-kolla13:53
openstackgerritRadosław Piliszek proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339813:55
openstackgerritRadosław Piliszek proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339814:01
mgoddardKolla PTG starting up again now14:01
mgoddardhttps://meet.google.com/nyh-gzvy-nnw14:02
mgoddardkplant, osmanlicilegi, goldyfruit___, generalfuzz14:02
*** dougsz has quit IRC14:03
openstackgerritRadosław Piliszek proposed openstack/kolla master: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339814:04
*** dpawlik has quit IRC14:07
*** amoralej is now known as amoralej|lunch14:19
*** factor has quit IRC14:32
*** vmixor has joined #openstack-kolla14:35
*** rohit02 has quit IRC14:36
*** scottsol has quit IRC14:38
*** scottsol has joined #openstack-kolla14:38
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354414:47
*** dpawlik has joined #openstack-kolla14:50
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354414:51
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354415:04
*** JamesBenson has joined #openstack-kolla15:10
*** amoralej|lunch is now known as amoralej15:15
*** dpawlik has quit IRC15:17
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354415:24
*** scottsol has quit IRC15:24
yoctozeptohttps://twitter.com/chris__martin/status/42099242167398809615:25
*** scottsol has joined #openstack-kolla15:27
*** luksky has joined #openstack-kolla15:27
*** scottsol has quit IRC15:30
*** scottsol has joined #openstack-kolla15:33
*** scottsol has quit IRC15:50
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354415:50
*** scottsol has joined #openstack-kolla15:52
*** scottsol has quit IRC15:55
*** scottsol has joined #openstack-kolla15:57
*** scottsol has quit IRC16:13
*** scottsol has joined #openstack-kolla16:14
*** gdwornicki has joined #openstack-kolla16:16
born2bakehi again, maybe someone else has an idea why it doesnt work - https://bugs.launchpad.net/kolla-ansible/+bug/1851745 ? :(16:16
openstackLaunchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,Invalid]16:16
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: Move definition of OpenStack sources into YAML file  https://review.opendev.org/69339816:32
hrwborn2bake: we are in a middle of 2nd day of vPTG.16:34
hrwmost of people here sits in front of microphone16:34
hrws16:34
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354416:44
*** EvilienM is now known as EmilienM16:58
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354417:00
*** billp has joined #openstack-kolla17:00
*** scottsol has quit IRC17:06
*** scottsol has joined #openstack-kolla17:06
*** scottsol has quit IRC17:14
*** henriqueof has joined #openstack-kolla17:15
*** scottsol has joined #openstack-kolla17:15
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354417:25
openstackgerritMerged openstack/kolla-ansible master: CI: Remove playbook-setup-nodes.yml  https://review.opendev.org/69332417:29
*** jonaspaulo has joined #openstack-kolla17:37
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354417:41
*** scottsol has quit IRC18:03
hrwsee you on tuesday18:03
*** spsurya has joined #openstack-kolla18:04
osmanlicilegiguys, this was my 1st ptg with kolla team so I stayed as a listener, to see how you discuss things, how you decide what to do and how to do, and at the and I'd like to say it was a great experience for me. from now on, I will look forward to having your mentorships more and more so this will let me contribute more to kolla. thanks again.18:09
*** watersj has joined #openstack-kolla18:10
openstackgerritMark Goddard proposed openstack/kolla stable/stein: [manila] Fixes manila-share on debian/ubuntu  https://review.opendev.org/69357018:10
mgoddardthank you for getting involved osmanlicilegi. It's quite a large investment of time, but it's always good to have as many people involved as possible to help driver the direction of the project. Look forward to working with you more18:11
watersjkplant, you wanted know if my coustom ml2_conf.ini deployed as expected. I did. Thanks again for your help on it18:11
*** pcaruana has quit IRC18:12
*** igordc has joined #openstack-kolla18:15
mnasiadkaok, enough18:19
mnasiadkasee you on Tuesday :)18:19
*** k_mouza has quit IRC18:19
mnasiadkamgoddard: there's public holiday on Monday in Poland, so you're alone ;)18:19
*** k_mouza has joined #openstack-kolla18:22
mgoddardmnasiadka: enjoy18:24
*** k_mouza has quit IRC18:28
*** amoralej is now known as amoralej|off18:46
openstackgerritMartin Chlumsky proposed openstack/kolla stable/train: swift-rsyncd: don't recursively chown /srv/node at startup  https://review.opendev.org/69357518:49
openstackgerritMartin Chlumsky proposed openstack/kolla stable/stein: swift-rsyncd: don't recursively chown /srv/node at startup  https://review.opendev.org/69357618:50
*** k_mouza has joined #openstack-kolla19:02
*** k_mouza has quit IRC19:06
*** priteau has quit IRC19:11
*** igordc has quit IRC19:26
*** igordc has joined #openstack-kolla19:26
kplantwatersj: awesome19:45
*** gdwornicki has quit IRC19:45
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts  https://review.opendev.org/69354419:58
*** gdwornicki has joined #openstack-kolla19:58
*** k_mouza has joined #openstack-kolla20:02
*** spsurya has quit IRC20:15
*** k_mouza has quit IRC20:36
*** watersj has quit IRC20:43
*** kplant has quit IRC20:44
*** gdwornicki has quit IRC20:47
*** henriqueof has quit IRC21:02
*** goldyfruit___ has quit IRC21:03
*** dpawlik has joined #openstack-kolla21:07
*** k_mouza has joined #openstack-kolla21:17
*** k_mouza has quit IRC21:25
*** igordc has quit IRC21:34
*** k_mouza has joined #openstack-kolla21:35
*** k_mouza has quit IRC21:40
*** k_mouza has joined #openstack-kolla21:44
*** k_mouza has quit IRC21:48
*** dpawlik has quit IRC21:48
*** gdwornicki has joined #openstack-kolla21:59
*** k_mouza has joined #openstack-kolla21:59
*** k_mouza has quit IRC22:04
*** born2bake has quit IRC22:08
*** k_mouza has joined #openstack-kolla22:14
*** k_mouza has quit IRC22:19
*** k_mouza has joined #openstack-kolla22:26
*** k_mouza has quit IRC22:30
*** JamesBen_ has joined #openstack-kolla22:30
*** JamesBen_ has quit IRC22:31
*** JamesBenson has quit IRC22:33
*** k_mouza has joined #openstack-kolla22:34
*** k_mouza has quit IRC22:38
*** k_mouza has joined #openstack-kolla22:38
*** k_mouza has quit IRC22:45
*** k_mouza has joined #openstack-kolla22:53
*** k_mouza has quit IRC22:57
*** k_mouza has joined #openstack-kolla23:09
*** ivve has quit IRC23:12
*** k_mouza has quit IRC23:17
*** k_mouza has joined #openstack-kolla23:20
*** k_mouza has quit IRC23:25
*** k_mouza has joined #openstack-kolla23:27
*** k_mouza has quit IRC23:32
*** k_mouza has joined #openstack-kolla23:33
*** k_mouza has quit IRC23:37
*** luksky has quit IRC23:44
*** goldyfruit___ has joined #openstack-kolla23:50
*** k_mouza has joined #openstack-kolla23:52
*** k_mouza has quit IRC23:57
*** k_mouza has joined #openstack-kolla23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!