Friday, 2019-05-31

*** ianychoi has joined #openstack-ansible00:00
snadgefoun dit00:02
snadge"msg": "Failed to update apt cache: E:Failed to fetch http://repo.percona.com/apt/dists/bionic/InRelease  403  Forbidden [IP: 192.168.115.2 3128], E:The repository 'http://repo.percona.com/apt bionic InRelease' is not signed.",00:02
snadgei will double check that domain is in the whitelist for the proxy00:03
snadgei have confirmed i can access that repo via the proxy.. but you're right, it appears to not be adding the signing key00:08
*** hwoarang has quit IRC00:09
*** markvoelker has quit IRC00:09
*** markvoelker has joined #openstack-ansible00:10
*** hwoarang has joined #openstack-ansible00:10
*** weifan has quit IRC00:11
*** weifan has joined #openstack-ansible00:11
*** markvoelker has quit IRC00:14
snadgeattached to container.. ran apt update within the container.. worked.. rerun galera install.. working00:15
*** weifan has quit IRC00:15
snadgeproxy was restarted.. so perhaps it was just blocking that repo.. got to hate problems which aren't actually problems00:16
logan-heh :/00:16
snadgeim going to rewind to the snapshot.. and rerun the entire process.. just to make sure im not crazy00:17
*** ansmith has quit IRC00:31
*** hwoarang has quit IRC00:32
*** hwoarang has joined #openstack-ansible00:33
*** partlycloudy has quit IRC00:35
*** hwoarang has quit IRC00:48
*** hwoarang has joined #openstack-ansible00:49
*** hwoarang has quit IRC01:15
*** hwoarang has joined #openstack-ansible01:23
*** hwoarang has quit IRC01:35
*** hwoarang has joined #openstack-ansible01:35
*** gyee has quit IRC01:42
*** spatel has joined #openstack-ansible01:48
*** hwoarang has quit IRC01:57
*** hwoarang has joined #openstack-ansible01:57
openstackgerritMerged openstack/openstack-ansible stable/queens: Move hosts file management toggle to all group vars  https://review.opendev.org/66221302:05
*** hwoarang has quit IRC02:08
*** hwoarang has joined #openstack-ansible02:09
*** markvoelker has joined #openstack-ansible02:10
*** markvoelker has quit IRC02:14
openstackgerritMerged openstack/openstack-ansible-os_manila master: Update the tests source  https://review.opendev.org/65729602:34
openstackgerritMerged openstack/openstack-ansible-plugins master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66003302:35
openstackgerritMerged openstack/openstack-ansible-os_heat master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66003702:35
*** radeks has joined #openstack-ansible02:38
openstackgerritMerged openstack/openstack-ansible-os_tacker master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66003402:38
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66003902:39
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66004002:39
openstackgerritMerged openstack/openstack-ansible-rsyslog_server master: Cap sphinx for py2 to match global requirements  https://review.opendev.org/66003502:39
*** hwoarang has quit IRC02:49
*** hwoarang has joined #openstack-ansible02:49
*** hwoarang has quit IRC02:58
*** hwoarang has joined #openstack-ansible02:59
*** nicolasbock has quit IRC02:59
*** hwoarang has quit IRC03:07
*** hwoarang has joined #openstack-ansible03:07
*** dave-mccowan has quit IRC03:08
*** radeks_ has joined #openstack-ansible03:12
*** radeks has quit IRC03:14
*** hwoarang has quit IRC03:27
*** hwoarang has joined #openstack-ansible03:28
snadgewhy would this happen after a rocky aio deployment03:36
snadgeroot@aio1-utility-container-03176936:~# openstack user list --os-cloud=defaultFailed to discover available identity versions when contacting http://172.29.236.100:5000/v3. Attempting to parse version from URL.Service Unavailable (HTTP 503)03:36
snadgeok thats interesting.. if i ignore the advice to do that within the utility container, and just do it from the vm.. it works03:39
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Update openstack.org -> opendev.org  https://review.opendev.org/65494203:42
openstackgerritMerged openstack/openstack-ansible-os_monasca-agent master: Fix monasca agent for leap 15  https://review.opendev.org/66027203:53
openstackgerritMerged openstack/openstack-ansible-os_nova master: Clarify supported SUSE versions  https://review.opendev.org/66027303:55
mcardensnadge: I sometimes see that error when I'm in a tmux session that's gotten its environment mangled somehow and doesn't deal properly with a sourced rc file.04:15
mcardenOnly ever fixed it with a kill/respawn of the session or jump across to another tmux. Of course YMMV.04:16
snadgeim not using a tmux though? this is just with lxc-attach from an ssh session04:16
mcardenWell you *should* be using tmux!   :)04:17
snadgei tried using screen and that went horribly wrong04:17
snadgeif i just use ssh.. sometimes if the playbook does networking stuff it can kick me off04:18
snadgeso my workaround for that was to do it from the console04:18
snadgeits a VM so I can still do that remotely04:18
mcardentmux is screen kinda done right and when ssh-ing into machines for things like long-running deploys, it's pretty much essential to stop stuff falling over if/when your ssh session goes away.04:18
mcardenThese days I pretty much couldn't work without tmux. My workday is encapsulated in ~2 to 10 tmux sessions.04:20
snadgeok thats interesting you're onto something.. if i do the lxc-attach from console, instead of ssh04:20
snadgethen openstack user list works without timing out04:20
mcardenJoin the Cult of tmux and all of your troubles will be... um... still troubles, but easy to get to.04:22
snadgeok .. sudo -i fixed the problem04:22
snadgei have to inherit roots shell.. that makes sense.. i guess04:22
mcardenAh, a fresh env. Does sound like env-fusion.04:23
snadgei think i will learn tmux though.. because screen mangles the env to the point where playbooks were failing04:23
openstackgerritLogan V proposed openstack/openstack-ansible stable/stein: Revert "Pin ARA to <1.0.0"  https://review.opendev.org/66238004:25
snadgei have a super novice question.. i've spawned a cirros instance, with a public ip.. and can ssh into it04:25
mcardenFor basic tmux you pretty much only need: 'tmux new -s admin' 'tmux a -t admin' 'tmux ls'   <-- That'll get you 80% of what you need.04:25
mcardenYou've ssh'd into your cirros instance, job's done!04:25
snadgeis there a simple way to add nat to that public network? (all i did was enable sharing on it)04:25
snadgei cant ping or get to my http proxy04:25
openstackgerritMerged openstack/openstack-ansible stable/rocky: Utility container venv is missing python libs for ansible openstack modules  https://review.opendev.org/66181204:26
openstackgerritMerged openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/66155104:26
snadgei guess i dont really need to be able to do that, im just curious04:26
mcardenWithout a clear picture of how your networking is set up (and for me, probably even with one) I have no idea of how to tweak that.04:26
snadgeaye.. with an AIO you tend to have a external_lb_vip_address04:27
snadgewhich is the IP i use to log into the VM, and access horizon04:27
snadgethe public network is some 172 address range.. which sounds very default04:28
snadgei wonder if i can just turn on ip forwarding on the vm.. and enable nat manually.. that just seems dirty..i assumed i could just click on something in horizon to enable it thats all ;)04:29
snadgeits already enabled and theres a zillion chains and rules which reference neutron etc04:30
mcardenI haven't touched OSA in over 2 years. ${DAY_JOB} is tripleo so I no longer have any idea how an AIO works. To me, VMs get launched with a non-routable IP then if necessary get a Floating IP on a public network that I can ssh to and on which the VM can get out.04:31
snadgeyeah this is very much an OSA AIO specific question I guess.. and i dont even think there's much benefit to me finding out the answer04:31
mcardenHeh04:31
snadgeother than to learn something I guess.. why would you need AIO instances to talk to the internet.. its kinda academic04:32
snadgeyou got me curious about tripleo .. and wow.. this is some A grade inception type stuff04:33
snadgeyo dawg i heard you like openstack, so I openstacked your openstack so you can openstack it ;)04:34
mcardenDon't get excited about tripleo. It's horrible in its own way(s).04:34
mcardenIt just happens to be what Red Hat OpenStack is based on so it ends up getting into govt because paid support exists.04:35
snadgeexactly.. everything has a reason04:35
mcardenI happen to think that OSA is a better-engineered solution for OpenStack deployment than tripleo is, but each to their own.04:35
snadgeim just a04:36
snadgeoops.. junior engineer in a large organisation.. one that happens to use openstack in its cloud infrastructure.. and they rolled their own ansible deployment for this specific infrastructure04:37
snadgewhich would make sense.. presumably OSA either didn't exist, or wasn't mature enough when they decided on it however many years ago04:38
mcarden"Roll your own" and "OpenStack" don't belong in the same sentence (shudder). It's hideously complex even when a large and highly skilled team spends years developing a deployment solution - see OSA and Tripleo as examples.04:39
snadgecould be why they're still running queens :P04:39
snadgethats not too old i guess.. its apparently still maintained.. for now04:40
mcardenWell, Queens is the basis of Red Hat's current Long Term Support release, so anyone running that is going nowhere until, what, the U or the V release I think.04:41
snadgethat makes sense.. i dont know if they actually have RedHat support for this04:44
*** hwoarang has quit IRC04:45
*** hwoarang has joined #openstack-ansible04:45
openstackgerritMerged openstack/openstack-ansible master: Pin ARA to <1.0.0  https://review.opendev.org/66130304:46
mcardenIf support isn't needed, then Red Hat is a poor choice of operating system. Better off with Centos or even a Debian derivative.04:46
snadgethe relationship is complicated.. since its IBM04:46
mcardenHeh - currently about the Most Complcated relationship in the whole industry. :)04:47
snadgeit would obviously make sense to use RedHat.. even moreso now.. but I don't know how that works exactly04:47
mcardenPainfully. It works very painfully.04:48
snadgethere IBM linux environment that you use for desktops etc.. is its own thing thats deployed separately.. you can install plain RHEL and license it.. but i don't know how or why you would etc04:49
snadgeits based on RHEL obviously04:49
snadgei skipped all of that and am using Ubuntu 16 on my desktop.. because that is certified/allowable (apparently)04:50
mcardenThe longer you can have nothing at all to do with Red Hat subs, the happier your life will be. The day you find yourself having to type `subscription-manager register` will be the start of a very dark period.04:51
*** raukadah is now known as chandankumar04:51
snadgei installed RHEL8 in a virtualbox.. just because I was curious.. and had to fiddle around with subscription-manager yes04:52
snadgethen I found out that EPEL doesn't exist for RHEL8 yet.. so I can't add the virtualbox extensions.. :D04:52
snadgeand its not until 8.1 that it will be considered a long term supported release04:53
mcardenThere are some really worthwhile things in RHEL8. That's why I can't wait for https://wiki.centos.org/About/Building_804:56
*** pcaruana has joined #openstack-ansible05:03
snadgeyeah it is nice that ubuntu is also supported .. and apparently opensuse too05:06
snadgebut in an enterprise environment.. RHEL / Centos is preferred .. just older releases can be painful05:07
mcardenEPEL never 'officially' exists for RHEL at all, in that it's not supported by Red Hat subscriptions. Red Hat 'Software Collections' is similar (but different) and they are supported. Using stuff from EPEL in an enterprise setting might be problematic depending on circumstances, but last time I looked, it was the only way to get some like fail2ban (for example) installed on a RHEL instance.05:10
mcarden*something05:10
mcardenThe new RHEL8 way of distributing packages with 'modules' etc may make all of this irrelevant - who knows?05:11
*** spatel has quit IRC05:14
*** hwoarang has quit IRC05:25
*** hwoarang has joined #openstack-ansible05:26
snadgeits possible yes.. i think dkms which is what virtualbox guest additions uses.. is an EPEL thing05:27
snadgeand if you're not actually after redhat support, and just playing around with it in a graphical VM.. then i guess it doesn't matter so much05:27
snadgei mean.. i can also wait for centos 8 like everybody else.. but it could be a time consuming process given this new modularity and packaging changes05:28
*** hwoarang has quit IRC05:34
*** hwoarang has joined #openstack-ansible05:34
*** hwoarang has quit IRC05:44
*** hwoarang has joined #openstack-ansible05:44
*** hwoarang has quit IRC05:58
*** hwoarang has joined #openstack-ansible05:59
*** kopecmartin|off is now known as kopecmartin06:09
*** mkuf_ has joined #openstack-ansible06:11
*** mkuf has quit IRC06:12
*** mkuf has joined #openstack-ansible06:17
*** mkuf_ has quit IRC06:21
*** luksky has joined #openstack-ansible06:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky  https://review.opendev.org/65996706:36
evrardjpI am sad this takes almost two weeks to land ^06:36
evrardjpI will spend time on fixing rocky today I guess06:37
*** cshen has joined #openstack-ansible06:38
evrardjpnoonedeadpunk: do you work today?06:41
evrardjpodyssey4me: are you there?06:42
evrardjpI need someone to merge https://review.opendev.org/#/c/659968/ before monday06:42
*** ivve has quit IRC07:01
*** tosky has joined #openstack-ansible07:33
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/66239807:36
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role  https://review.opendev.org/66197907:37
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3  https://review.opendev.org/66218507:37
*** luksky has quit IRC07:45
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Update cirros image to 0.4.0  https://review.opendev.org/66240108:24
*** luksky has joined #openstack-ansible08:29
noonedeadpunkevrardjp: yep, I'm hare08:30
noonedeadpunkI'm just late bird - starting my work day after in the afternoon :)08:31
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role  https://review.opendev.org/66197908:31
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role  https://review.opendev.org/66197908:31
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3  https://review.opendev.org/66218508:31
*** cshen has quit IRC08:33
evrardjphare? :p08:35
evrardjpno need to run for patches! :p08:36
evrardjphahah08:36
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role  https://review.opendev.org/66197908:36
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3  https://review.opendev.org/66218508:36
noonedeadpunkI should always double check what exactly I'm writing:)))08:37
evrardjphahaha08:38
evrardjpI am just toying with you08:38
evrardjpFriday :)08:38
evrardjpodyssey4me: taught me the idiom "early bird catches the worm" . Funny expression, and funny he taught me that one.  :p08:38
noonedeadpunkthere's some nit over there https://review.opendev.org/#/c/65996708:38
noonedeadpunkwe have common idiom btw, but it's somehow related to God. So that might be the reason why I still didn't follow it much :p08:41
evrardjpit's not a nit, it's a big deal.08:41
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky  https://review.opendev.org/65996708:41
evrardjpthanks for catching that!08:42
evrardjpI am trying to remember what is the same in french08:43
evrardjpIt would literally translate to "the day belongs to those who wake up early"08:44
noonedeadpunkyep, smth common from russian "Who wakes up early, the God supplies him"08:46
*** cshen has joined #openstack-ansible08:49
*** cshen has quit IRC08:54
*** cshen has joined #openstack-ansible09:10
*** cshen has quit IRC09:15
*** jeev4 has joined #openstack-ansible09:20
jeev4can someone please direct me on how to update openstack grafana with kolla ?09:21
*** tstrul has joined #openstack-ansible09:21
evrardjpjeev4: this is not the right channel :(09:36
evrardjpon top of that, I haven't really touched on those, so I cannot really help09:36
jeev4i dont see a kolla channel on the IRC WIKI page09:36
jeev4and documentation is super limited09:36
evrardjpit's in #openstack-kolla09:37
evrardjpjeev4: I am sorry, but I cannot help you on that point09:38
evrardjpbut I am sure there are friendly ppl in #openstack-kolla that can help you :)09:38
*** electrofelix has joined #openstack-ansible09:38
jeev4great thanks, that was not on the IRC Wiki page09:42
jeev4Oh wait it was :(09:42
*** cshen has joined #openstack-ansible10:11
CeeMac morning10:26
evrardjpmorning CeeMac :)10:34
evrardjpnoonedeadpunk: this is green btw https://review.opendev.org/#/c/659967/10:34
*** joshualyle has joined #openstack-ansible10:35
evrardjpif we merge it, we could be finally be back on track with releases, woot10:35
*** pmannidi has quit IRC10:41
CeeMachow are we all today?10:41
noonedeadpunkgreat news!10:43
*** tstrul has quit IRC10:48
noonedeadpunkCeeMac: pretty okeyish considering that it's friday:)10:49
openstackgerritMerged openstack/openstack-ansible stable/pike: Bump SHAs for stable/pike  https://review.opendev.org/65996810:58
*** kplant has joined #openstack-ansible11:13
*** ansmith has joined #openstack-ansible11:19
*** dave-mccowan has joined #openstack-ansible11:25
*** francois has quit IRC11:27
CeeMacgot to love friday :D11:34
*** nicolasbock has joined #openstack-ansible11:48
*** kaiokmo has joined #openstack-ansible11:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Update release process  https://review.opendev.org/66243811:58
evrardjpnoonedeadpunk:  ^11:58
openstackgerritSorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: Update the list of python3 packages  https://review.opendev.org/66199411:59
noonedeadpunklooks really interesting. will defenitelly play with it on some sandbox12:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Update release process  https://review.opendev.org/66243812:06
evrardjpnoonedeadpunk: updated that review12:06
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Default network segmentation ID correctly  https://review.opendev.org/65987712:06
evrardjplet's see what the docs look like because I have lost some of my rst foo recently12:06
evrardjpNext to this, I should introduce you to `osa bugs` too12:07
*** logan- has quit IRC12:07
evrardjpI am missing some contributors to help on this tooling12:07
*** logan- has joined #openstack-ansible12:07
noonedeadpunkso seems that there is no need in sources-branch-updater-lib.sh and sources-branch-updater.sh?12:10
*** hwoarang has quit IRC12:14
*** hwoarang has joined #openstack-ansible12:14
evrardjpnope it's not needed anymore. It's been more than a year I am not using it. I am keeping it for other ppl right now, as I haven't written the docs.12:14
evrardjpNow that the docs seem to be written, we can probably leave a certain time before removing it12:15
evrardjplet some time flow*12:15
evrardjpmaybe at that time, write a release note12:15
noonedeadpunkyep, and ppl will be able to find them in stein or orlder branches anyway12:15
evrardjpI thought you planned to remove it everywhere :p12:16
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_keystone master: db_setup: refactor database setup to a common file  https://review.opendev.org/65703612:16
evrardjpnoonedeadpunk: by just checking at osa-cli and osa_cli_bugs and stuff, I see so many improvements I don't have the time12:17
noonedeadpunkI can hardly evaluate what's missing within right now, but I'll really try to check this out:)12:18
CeeMacevrardjp: if I had any clue what I was doing I'd be more than happy to help out. Trying to get to grips with things though.12:18
evrardjpCeeMac: that would be amazing :) But I understand how things are, don't worry :)12:19
evrardjpCeeMac: should at some point have some time, you should not hesitate to contact me :D12:20
*** openstack has joined #openstack-ansible12:29
*** ChanServ sets mode: +o openstack12:29
evrardjphttps://docs.google.com/spreadsheets/d/1coiPHGqaIKNgCGYsNhEgzswqwp4wedm2XoBCN9WMosY/edit#gid=75207069512:30
evrardjpI would like all the roles on master to be tested with the integrated on metal12:30
evrardjp(first column)12:30
mnaserwe should probably focus our efforts on that than trying to fix functional tests12:32
guilhermespthe reason for that pr above mnaser was because there was a functional test in here tho https://review.opendev.org/#/c/654942/12:32
guilhermespand it was breaking because placement install was not in openstack-ansible-tests12:32
evrardjpmnaser: not sure what you mean?12:32
mnaserwe should get all the roles integrated on metal and tested there instead of trying to add add ability to our old functional tests to work with extracted placement12:33
evrardjpthanks for the clarification12:36
evrardjpI agree12:36
evrardjpwe do have some extra testing though, so some of the old jobs have value, but they can be converted to "The new way" using logan-'s work (for example, have extra plays to run after bootstrap aio to configure builds)12:36
evrardjpI think it's also very neat way to say "If you want to do this, have a look at the scenario we've cooked you"12:37
*** hwoarang has quit IRC12:39
mnaserI agree, but I think given that we're struggling with the amount of work to maintain the project, it's best we focus on a set of really strongly tested deliverables than promise the world12:39
*** hwoarang has joined #openstack-ansible12:39
mnaserideally, I'd love to provide what you talk about but that's.. a lot :)12:39
*** sreejithp has quit IRC12:43
*** jeev4 has quit IRC12:53
*** spatel has joined #openstack-ansible12:56
noonedeadpunkbtw, mnaser, how were cern days like?:)13:03
*** sreejithp has joined #openstack-ansible13:07
spatelnoonedeadpunk: morning! finally i got octavia got installed on AIO and going to poke and see how it goes13:08
noonedeadpunknice to hear that:)13:08
*** sreejithp_ has joined #openstack-ansible13:09
*** sreejithp_ has quit IRC13:09
evrardjpmnaser: not so sure, as long as we are all involved into converting those13:09
spatelhad some issue during install and i have opened some bugs for that..13:09
*** sreejithp_ has joined #openstack-ansible13:09
*** cloudnull has quit IRC13:11
*** d34dh0r53 has quit IRC13:11
*** sreejithp has quit IRC13:11
*** cloudnull has joined #openstack-ansible13:12
*** d34dh0r53 has joined #openstack-ansible13:13
*** cloudnull has quit IRC13:15
*** d34dh0r53 has quit IRC13:15
*** cloudnull has joined #openstack-ansible13:17
*** d34dh0r53 has joined #openstack-ansible13:18
*** BjoernT has joined #openstack-ansible13:19
openstackgerritMerged openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky  https://review.opendev.org/65996713:27
mnaserevrardjp: there's a lot of other things we need to do that I feel would take a bit of a higher priority overall for the projects long term success13:28
mnasernoonedeadpunk: it was super interesting13:28
mnaserI dont think anyone was deployed with OSA unfortunately, a lot of Kolla and tripleo love in the room13:29
_jannoThere is currently no way to disable multicast VXLAN mode in osa, right?13:29
evrardjp_janno: just using vlan? :)13:29
evrardjp(it is possible, just not the default)13:30
_jannoevrardjp: no, I'd like to use vxlan, but without multicast13:30
_jannoif there is currently no way, I would create a PR for such an option13:32
cloudnull_janno I believe if you enable l2pop it'll disable all of the multicast setup for ml2+vxlan (thats how it used to be, i'm not sure if thats the case anymore?) - https://github.com/openstack/openstack-ansible-os_neutron/blob/master/defaults/main.yml#L34813:32
cloudnullmornings all13:33
evrardjpcloudnull: I think this has been dropped13:33
evrardjpl2pop support13:33
cloudnulloh, ok, so nevermind :)13:33
evrardjp_janno: what do you intend to do without multicast though?13:33
* cloudnull goes back to lurking 13:33
evrardjp:)13:33
evrardjpcloudnull: hello old friend ;)13:34
_jannoevrardjp: we are doing BGP-EVPN. Therefore there is no need for multicast.13:34
cloudnullhows it evrardjp ?13:34
evrardjp_janno: That was what I was expecting tbh13:34
cloudnull_janno that's cool!13:34
_jannocloudnull: Hopefully it will be. :)13:35
evrardjp_janno: there are docs for that in neutron, but I am not 100% sure what you are trying to achieve, what you have, and how you would like to integrate things you have :)13:35
evrardjpcloudnull: good, how izit for you sir?13:36
evrardjpyou like the hat?13:36
guilhermespcloudnull: \m/13:36
_jannoevrardjp: I think - at the moment - that I only need to disable the multicast thing. everything else should work automagically then.13:38
_jannoWhen creating a PR: Should I create it for  Stein branch or for master branch?13:39
evrardjpmaster first13:39
evrardjpthen backport when the first one has merged13:39
evrardjp(except if it doesn't apply, but then you need to be explicit in the commit message)13:39
_jannoevrardjp: alright, I'll have a look and test it in my deployment.13:41
evrardjpI think it's best. Most of the things that are directly neutron related can be overriden for your use case with overrides (like user_variables for example)13:41
openstackgerritMerged openstack/openstack-ansible-os_neutron master: db_setup: refactor database setup to a common file  https://review.opendev.org/66232913:43
_jannowell, maybe it's sufficient to set neutron_vxlan_group to null/''13:43
*** electrofelix has quit IRC13:43
openstackgerritMerged openstack/openstack-ansible-os_glance master: db_setup: refactor database setup to a common file  https://review.opendev.org/65702913:48
cloudnullevrardjp things are good. doing lots of reading these days (trying to generally get up to speed at the new gig)13:51
cloudnullo/ guilhermesp13:51
openstackgerritMerged openstack/openstack-ansible-os_cinder master: db_setup: refactor database setup to a common file  https://review.opendev.org/66230113:54
evrardjpI can give you the usual boost of productivity by sending you a stella13:56
evrardjpcloudnull: ^13:56
*** strattao has joined #openstack-ansible13:57
*** sreejithp has joined #openstack-ansible13:59
* cloudnull waits eagerly for the mail to show up 14:00
cloudnullevrardjp https://twitter.com/cloudnull/status/113446009175793664014:02
evrardjpHAHAHAHA14:03
CeeMacevrardjp: L2pop isn't suppored now? is this post rocky?14:05
evrardjpCeeMac: apparently I stand corrected14:06
spatelcloudnull: finally you got time for us..14:06
evrardjpit's still in tree14:06
evrardjpyou shouldn't use it though :p14:06
CeeMacbut, but, but, multicast :(14:06
CeeMac_janno, would love to hear of how your BGP EVPN works out :D  I'm running that across physical DCIs, not sure how to extend it in to openstack though at this point14:07
evrardjplet's say l2pop is not my favorite thing, and multicast is... well you have to deal with it anyway if you have a network infrastructure14:09
CeeMacnot if you don't enable it :D14:10
evrardjpI sure hope you have igmp snooping enabled on your switches14:14
evrardjp:D14:15
spatelFolks, I just finished aio installation with octavia and trying to play with it but help me what i am missing here, i am trying to create LB but its saying no flavor found, i do have flavor in list m1.amphora14:15
spatelscreenshot - https://imgur.com/a/BofxurI14:15
CeeMacnobody snoops igmp, its fine >_>14:15
spatelmnaser: or noonedeadpunk ^^ any input14:16
*** chandankumar is now known as raukadah14:18
noonedeadpunkoctavia has it's own flavors https://docs.openstack.org/octavia/latest/admin/flavors.html which are not the same as nova ones14:22
johnsomspatel: Is the nova flavor visible/accessible from the octavia service account?14:23
*** cshen has quit IRC14:23
*** luksky has quit IRC14:24
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: [WIP] Adding support of Leap 15  https://review.opendev.org/66247814:24
spateljohnsom: how do i check that?14:24
johnsomnoonedeadpunk: He is seeing a nova error message about a missing nova flavor.14:24
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: [WIP] Adding support of Leap 15  https://review.opendev.org/66247814:24
noonedeadpunkjohnsom: on the top screenshot there's a page regarding nova flavors, on the bottom attempt to create octavia lb14:25
johnsomspatel: use the Octavia service account credentials to do a nova flavor list14:25
spatelOn horizon i don't have flavor to pick in LB section14:25
johnsomOpps, didn’t see the screen shot. Yep, those are Octavia flavors. They are optional.14:26
spateljohnsom: How do i get service account credentials :(14:27
*** weifan has joined #openstack-ansible14:27
spatel should create nova flavor ?14:27
johnsomspatel: Is it just the selector in horizon or are your getting an error at LB create time?14:27
spatelJust selection drop down saying no flavor found.. there is no error yet14:28
johnsomspatel: Then you are fine (OSA handles the nova flavor config for you). Just ignore that drop down, they are optionally created by the operator.14:29
*** openstackstatus has joined #openstack-ansible14:29
*** ChanServ sets mode: +v openstackstatus14:29
johnsomnoonedeadpunk: Sorry about that, you were totally on the right track!14:30
-openstackstatus- NOTICE: The Gerrit service at https://review.opendev.org/ will be offline briefly for maintenance starting at 15:00 UTC (roughly 30 minutes from now); for details see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006684.html14:31
spateljohnsom: thanks let me spin up and see..14:31
*** weifan has quit IRC14:31
spateljohnsom: one more question, does octavia add capacity in existing vip (like AWS ELB does? )14:31
spatelLike if we have more traffic coming and we need more power then can it spin up machines in existing pool?14:32
johnsomspatel: Not yet, but it is on the roadmap. We are trying to gather use case for that. What level of traffic are you expecting?14:34
johnsomspatel: We have the specs merged, it is just resourcing/prioritization.14:35
spatelwe have multiple customer and all has different requirement, currently we are using F5 and some of customer hit  10k TPS (SSL )14:35
spateltrying to understand how octavia scale when need capacity14:36
*** radeks_ has quit IRC14:36
johnsomspatel: A beefier single instance should be able to hit 10k TLS easily.14:36
spatelso every VIP will have own octavia instance in pair (HA) right?14:37
johnsomspatel: We are really looking at the 100,000’s where you would start needing multiple instances.14:37
johnsomCorrect, it is by VIP14:37
spatelif you need 100k in that case do we need to create multiple VIPs and do DNS round-robin ?14:38
spatelor i can create 4 instance vip and share load ?14:38
johnsomspatel: That would be an option until we support active/active14:38
spatelso it does support active active..14:39
johnsomYou cannot share load across load balancers.  When we implement active/active then you can horizontally scale. That is not in the current Octavia.14:41
spatelah!14:41
johnsomspatel: you could also ask F5 for an octavia driver and keep using them for you high load cases.14:42
spatelso you are saying i can use octavia to spin up some stuff on F5?14:42
johnsomspatel: Yes, Octavia supports “provider drivers” from third party vendors.14:47
spateli will give it a try sure.. i have multiple F5 in lab :)14:47
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [Docs] Update release process  https://review.opendev.org/66243814:55
noonedeadpunkevrardjp: not sure why, but that worked in sandbox ^ let's see the result in gates...14:56
*** joshualyle has quit IRC14:57
evrardjpoh I am fixing it15:00
evrardjpthanks for the update15:00
evrardjpwill have my changes on top of yours15:01
-openstackstatus- NOTICE: Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running.15:04
*** ChanServ changes topic to "Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running."15:04
*** luksky has joined #openstack-ansible15:18
logan-evrardjp cloudnull: l2pop is gone? limestone nodepool cloud is still using it on rocky... which release is it removed in?15:25
CeeMaccloudnull: see the other day you were talking to someone about moving the neutron-server containers to the control zone?  I've created the neutron-server.yml file in env.d and run setup-hosts.yml but it hasn't created the new containers, what have I missed?15:27
spatelHelp me here, I am running os-nova-install.yml and getting ironic related error how? - http://paste.openstack.org/show/752366/15:27
*** macza has joined #openstack-ansible15:28
*** gyee has joined #openstack-ansible15:50
spatellogan-: ^^15:52
*** strattao has quit IRC15:56
*** ChanServ changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC"15:58
logan-spatel: not sure.. it looks like the nova role is running on the ironic_compute container? is that supposed to happen?15:59
* logan- has not used ironic16:00
spatelI have no idea what is going on, all i am running AIO with SCENARIO ironic16:00
spatelis there a way i can say no to ironic16:01
*** schwicht has joined #openstack-ansible16:04
*** kopecmartin is now known as kopecmartin|off16:10
logan-spatel: you could use --limit16:12
logan-_janno: https://opendev.org/limestone/ci-cloud-config/src/commit/fe977bd480bc4a047d2046b2bc3c648ec7417a93/openstack_deploy/user_variables.yml#L29-L31 is what i'm using to disable vxlan multicast on rocky16:13
spatelsomething like this? openstack-ansible os-nova-install.yml --limit aio1_nova_api_container-cf7d6fc016:14
logan-spatel: that, or you could do something like --limit '!ironic_all'16:16
spateloh! that is sweet! let me try16:16
logan-use --list-hosts to see what hosts the playbook will target. you can combine --list-hosts with limit16:16
*** dcdamien has quit IRC16:20
spatellogan-: http://paste.openstack.org/show/752370/16:21
*** tstrul has joined #openstack-ansible16:21
spatelaio use host machine for compute (kvm) right?16:22
*** strattao has joined #openstack-ansible16:26
logan-spatel: yes16:31
spatelrunning playbook right now will let you know result16:32
spatellogan-: now i got this error - http://paste.openstack.org/show/752371/16:33
spatelwhere its trying to do "rpm -ql libvirt-python python-libguestfs" ?16:34
spatelhow do i find that out?16:34
spatelI assuming its running on host machine16:37
*** strattao has quit IRC16:37
logan-yes it is trying to do that on aio1, which is the host16:38
spateli can that packages missing16:38
spatelgoing to install manually and see yum install libvirt-python python-libguestfs16:39
spatelRunning playbook now16:40
*** tstrul has quit IRC16:44
-openstackstatus- NOTICE: Gerrit is back up and running again. Thank you for your patience and sorry for the delay in this notification (we thought the statusbot was still busy updating channel topics).16:45
*** hwoarang has quit IRC16:48
*** hwoarang has joined #openstack-ansible16:48
*** strattao has joined #openstack-ansible16:49
*** e-vad has joined #openstack-ansible16:52
spatellogan-: playbook ran successful but now i can't see compute node in "[root@aio1-utility-container-5936e5c2 ~]# openstack hypervisor list"17:02
spateltrying to debug why compute node missing in list17:02
spatelhmm! why nova.conf has  compute_driver = ironic.IronicDriver17:04
spatelit supposed to be libvirt.LibvirtDriver17:04
spatelwhere do i tell in AIO to use libvirt for compute?17:18
CeeMacAm I correct in thinking that neutron_l3_agent_ini_overrides can be set per server in o_u_c under host_vars? And if so, what could stop them applying?17:35
*** hwoarang has quit IRC17:37
*** hwoarang has joined #openstack-ansible17:38
*** hwoarang has quit IRC17:48
*** hwoarang has joined #openstack-ansible17:48
mnaserCeeMac: you can just create /etc/openstack_deploy/host_vars/foo.yaml17:54
*** tosky has quit IRC18:09
*** dave-mccowan has quit IRC18:09
*** tuxjohnson has joined #openstack-ansible18:16
CeeMacmnaser: would foo.yaml be host specific then i.e. infra1.yaml etc?18:23
mnaserCeeMac: yessir18:36
CeeMacmnaser: thanks I'll try that way in the morning as the other way didn't work today18:36
_jannologan-: thx, I'll have a look18:38
_jannoCeeMac: I'll let you know :)18:40
tuxjohnsonI don't know if I have found a bug or not... put I had to alter /etc/ansible/roles/lxc_hosts/tasks/lxc_net.yml to run the "Restart dnsmasq" task because for some reason, using the notify method in the original, the "Restart dnsmasq" never got run and therefore none of the containers got an IP address.  This all started happening after I had to switch from using the neutron_linuxbridge_agent to neutron_openvswitch_agent18:40
tuxjohnsonr-vxlan. http://paste.openstack.org/show/752375/18:40
CeeMac_janno: thanks, good luck :)18:43
*** ansmith has quit IRC19:00
*** BjoernT has quit IRC19:00
*** openstackgerrit has quit IRC19:01
*** ansmith has joined #openstack-ansible19:02
*** strattao has quit IRC19:04
mnaserevrardjp, nicolasbock, dirk: around with a sure machine handy?19:14
mnasertrying to know what files the 'ovmf' package contains on opensuse19:14
*** kplant has quit IRC19:21
*** tuxjohnson has left #openstack-ansible19:25
evrardjpbuild.opensuse.org19:27
evrardjpI am on my phone19:27
evrardjpsorry19:27
evrardjpDirk is on holiday19:28
evrardjphttps://build.opensuse.org/package/show/openSUSE:Leap:15.0:Update/ovmf19:29
evrardjpI suppose that's what you are looking for ?19:31
*** openstackgerrit has joined #openstack-ansible19:32
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances  https://review.opendev.org/66255219:32
mnaserevrardjp: if sles docs are accurate.. it should be that ^19:33
jrossermnaser: this is the same-ish https://review.opendev.org/#/c/620026/ if you cover the same stuff and the note about aarch64 I can abandon mine19:46
mnaserjrosser: it should actually work just fine by default for arm on ubuntu with that change19:47
mnaserbecause the only ones that need 'working around' is centos/suse19:47
mnaserand I dont think those are as well supported arm targets at the moment19:47
jrosseriirc the package name was case sensitive on centos?19:47
mnaserjrosser: yep, hence OVMF in all caps for redhat19:48
*** cshen has joined #openstack-ansible19:48
jrosserAh right cool, all good19:48
jrosserFor bionic there is nothing special to do for aarch64 as the package deps bring the right stuff in anyway19:49
jrosserAnd aarch64 is working if we merge the tempest role patch to add the images, there’s still no practical way to run a job in a sensible time though19:50
jrosserApart from the it should work19:51
mnaserbecause of the lack of wheels?19:51
jrosserYes19:51
jrosserIt would be nice to see that be possible as there’s a good amount of work gone into it by now19:52
spatelAny thought here? - http://paste.openstack.org/show/752379/19:52
spatelwhat kind of cert octavia trying to check here?19:53
spatelI have submitted bug also but trying to understand19:54
jrosserI expect there is an ansible module there which is using the https external vip and failing on the self signed cert, when it should actually be using the http internal vip19:55
*** dmsimard has quit IRC19:55
*** dmsimard has joined #openstack-ansible19:55
jrosserSo I am guessing that is a module parameter or wrong url given to that task in os_octavia19:56
*** dmsimard has quit IRC19:56
*** dmsimard has joined #openstack-ansible20:01
*** dmsimard has quit IRC20:01
spatelhmm20:03
spatelwhere i can set it to http in module?20:04
jrossermnaser: actually the tempest stuff merged, https://review.opendev.org/#/c/620032  there is a uefi related part there too - I added the ability to set properties on the tempest images which you need for uefi boot20:04
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances  https://review.opendev.org/66255220:06
spateli have set "validate_certs: no" in os_quota module in octavia lets see20:09
spatelhttps://docs.ansible.com/ansible/latest/modules/os_quota_module.html20:09
*** radeks has joined #openstack-ansible20:11
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances  https://review.opendev.org/66255220:13
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Fix distro installs on Ubuntu  https://review.opendev.org/66257120:14
*** cshen has quit IRC20:19
*** strattao has joined #openstack-ansible20:20
*** dmsimard has joined #openstack-ansible20:21
*** radeks has quit IRC20:22
*** strattao has quit IRC20:29
*** cshen has joined #openstack-ansible20:30
spatelaio is driving me crazy... i have started rebuilding and now found there is no swift lxc container...20:31
spatelwith same config it get installed on other (aio lab box)20:31
spatelwth...20:32
spatelhow to find why swift didn't get installed and what glance going to use for storage20:33
_jannowhat's best practice for defining host_vars with osa?20:34
*** cshen has quit IRC20:35
logan-_janno: should be able to place them in /etc/openstack_deploy/host_vars/20:36
logan-_janno: /etc/openstack_deploy is loaded as the top layered inventory, so /etc/openstack_deploy/{group,host}_vars/ will override the OSA base vars20:37
_jannologan-: ok, that was too easy. thx20:37
logan-np20:37
*** kplant has joined #openstack-ansible20:43
logan-_janno: another option is to use container_vars in openstack_user_config btw20:45
logan-you'll see examples of that in some of the configs OSA ships with20:45
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_glance master: Fix distro installs on Ubuntu  https://review.opendev.org/66257520:49
_jannologan-: are you sure /etc/openstack_deploy/{group,host}_vars/ is supposed to work?21:11
evrardjpif nobody broke it, it should by default :p21:16
_jannohmm21:21
_jannoI am setting neutron_local_ip for compute and net hosts in host_vars, but it doesn't work as expected21:25
_jannothe files are interpreted. when I insert a syntax error there, openstack-ansible fails directly21:27
_jannobut neutron_local_ip isn't set accordingly21:27
*** spatel has quit IRC21:33
noonedeadpunkevrardjp: wow, I thought that it's defenitelly Stella time now:)21:42
*** noonedeadpunk[h] has joined #openstack-ansible21:46
evrardjpnoonedeadpunk: hahah21:46
noonedeadpunkno kidding:) I already get one - it wasn't excactly stella, but still I feel being in trend :p21:49
noonedeadpunkunless my feelings let me down...21:51
*** pcaruana has quit IRC21:54
noonedeadpunkbtw, I'll check what's wrong with docs tomorrow, and will try to fix the layout if you don't mind21:57
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: vars: package cleanup  https://review.opendev.org/66258522:08
*** sreejithp has quit IRC22:08
*** sreejithp has joined #openstack-ansible22:09
*** noonedeadpunk[h] has quit IRC22:10
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances  https://review.opendev.org/66255222:12
*** hwoarang has quit IRC22:15
*** hwoarang has joined #openstack-ansible22:16
*** spatel has joined #openstack-ansible22:17
*** sreejithp has quit IRC22:20
*** spatel has quit IRC22:21
openstackgerritMohammed Naser proposed openstack/openstack-ansible-os_nova master: powervm: drop support  https://review.opendev.org/66258722:38
*** macza has quit IRC23:06
*** aedc has quit IRC23:10
*** joshualyle has joined #openstack-ansible23:39
*** joshualyle has quit IRC23:44
*** gyee has quit IRC23:44
*** q[bline] has quit IRC23:55

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