*** ianychoi has joined #openstack-ansible | 00:00 | |
snadge | foun dit | 00: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 |
snadge | i will double check that domain is in the whitelist for the proxy | 00:03 |
snadge | i have confirmed i can access that repo via the proxy.. but you're right, it appears to not be adding the signing key | 00:08 |
*** hwoarang has quit IRC | 00:09 | |
*** markvoelker has quit IRC | 00:09 | |
*** markvoelker has joined #openstack-ansible | 00:10 | |
*** hwoarang has joined #openstack-ansible | 00:10 | |
*** weifan has quit IRC | 00:11 | |
*** weifan has joined #openstack-ansible | 00:11 | |
*** markvoelker has quit IRC | 00:14 | |
snadge | attached to container.. ran apt update within the container.. worked.. rerun galera install.. working | 00:15 |
*** weifan has quit IRC | 00:15 | |
snadge | proxy was restarted.. so perhaps it was just blocking that repo.. got to hate problems which aren't actually problems | 00:16 |
logan- | heh :/ | 00:16 |
snadge | im going to rewind to the snapshot.. and rerun the entire process.. just to make sure im not crazy | 00:17 |
*** ansmith has quit IRC | 00:31 | |
*** hwoarang has quit IRC | 00:32 | |
*** hwoarang has joined #openstack-ansible | 00:33 | |
*** partlycloudy has quit IRC | 00:35 | |
*** hwoarang has quit IRC | 00:48 | |
*** hwoarang has joined #openstack-ansible | 00:49 | |
*** hwoarang has quit IRC | 01:15 | |
*** hwoarang has joined #openstack-ansible | 01:23 | |
*** hwoarang has quit IRC | 01:35 | |
*** hwoarang has joined #openstack-ansible | 01:35 | |
*** gyee has quit IRC | 01:42 | |
*** spatel has joined #openstack-ansible | 01:48 | |
*** hwoarang has quit IRC | 01:57 | |
*** hwoarang has joined #openstack-ansible | 01:57 | |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Move hosts file management toggle to all group vars https://review.opendev.org/662213 | 02:05 |
*** hwoarang has quit IRC | 02:08 | |
*** hwoarang has joined #openstack-ansible | 02:09 | |
*** markvoelker has joined #openstack-ansible | 02:10 | |
*** markvoelker has quit IRC | 02:14 | |
openstackgerrit | Merged openstack/openstack-ansible-os_manila master: Update the tests source https://review.opendev.org/657296 | 02:34 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660033 | 02:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660037 | 02:35 |
*** radeks has joined #openstack-ansible | 02:38 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660034 | 02:38 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660039 | 02:39 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660040 | 02:39 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_server master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660035 | 02:39 |
*** hwoarang has quit IRC | 02:49 | |
*** hwoarang has joined #openstack-ansible | 02:49 | |
*** hwoarang has quit IRC | 02:58 | |
*** hwoarang has joined #openstack-ansible | 02:59 | |
*** nicolasbock has quit IRC | 02:59 | |
*** hwoarang has quit IRC | 03:07 | |
*** hwoarang has joined #openstack-ansible | 03:07 | |
*** dave-mccowan has quit IRC | 03:08 | |
*** radeks_ has joined #openstack-ansible | 03:12 | |
*** radeks has quit IRC | 03:14 | |
*** hwoarang has quit IRC | 03:27 | |
*** hwoarang has joined #openstack-ansible | 03:28 | |
snadge | why would this happen after a rocky aio deployment | 03:36 |
snadge | root@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 |
snadge | ok thats interesting.. if i ignore the advice to do that within the utility container, and just do it from the vm.. it works | 03:39 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Update openstack.org -> opendev.org https://review.opendev.org/654942 | 03:42 |
openstackgerrit | Merged openstack/openstack-ansible-os_monasca-agent master: Fix monasca agent for leap 15 https://review.opendev.org/660272 | 03:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Clarify supported SUSE versions https://review.opendev.org/660273 | 03:55 |
mcarden | snadge: 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 |
mcarden | Only ever fixed it with a kill/respawn of the session or jump across to another tmux. Of course YMMV. | 04:16 |
snadge | im not using a tmux though? this is just with lxc-attach from an ssh session | 04:16 |
mcarden | Well you *should* be using tmux! :) | 04:17 |
snadge | i tried using screen and that went horribly wrong | 04:17 |
snadge | if i just use ssh.. sometimes if the playbook does networking stuff it can kick me off | 04:18 |
snadge | so my workaround for that was to do it from the console | 04:18 |
snadge | its a VM so I can still do that remotely | 04:18 |
mcarden | tmux 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 |
mcarden | These days I pretty much couldn't work without tmux. My workday is encapsulated in ~2 to 10 tmux sessions. | 04:20 |
snadge | ok thats interesting you're onto something.. if i do the lxc-attach from console, instead of ssh | 04:20 |
snadge | then openstack user list works without timing out | 04:20 |
mcarden | Join the Cult of tmux and all of your troubles will be... um... still troubles, but easy to get to. | 04:22 |
snadge | ok .. sudo -i fixed the problem | 04:22 |
snadge | i have to inherit roots shell.. that makes sense.. i guess | 04:22 |
mcarden | Ah, a fresh env. Does sound like env-fusion. | 04:23 |
snadge | i think i will learn tmux though.. because screen mangles the env to the point where playbooks were failing | 04:23 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/stein: Revert "Pin ARA to <1.0.0" https://review.opendev.org/662380 | 04:25 |
snadge | i have a super novice question.. i've spawned a cirros instance, with a public ip.. and can ssh into it | 04:25 |
mcarden | For 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 |
mcarden | You've ssh'd into your cirros instance, job's done! | 04:25 |
snadge | is there a simple way to add nat to that public network? (all i did was enable sharing on it) | 04:25 |
snadge | i cant ping or get to my http proxy | 04:25 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Utility container venv is missing python libs for ansible openstack modules https://review.opendev.org/661812 | 04:26 |
openstackgerrit | Merged openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/661551 | 04:26 |
snadge | i guess i dont really need to be able to do that, im just curious | 04:26 |
mcarden | Without 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 |
snadge | aye.. with an AIO you tend to have a external_lb_vip_address | 04:27 |
snadge | which is the IP i use to log into the VM, and access horizon | 04:27 |
snadge | the public network is some 172 address range.. which sounds very default | 04:28 |
snadge | i 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 |
snadge | its already enabled and theres a zillion chains and rules which reference neutron etc | 04:30 |
mcarden | I 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 |
snadge | yeah 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 answer | 04:31 |
mcarden | Heh | 04:31 |
snadge | other than to learn something I guess.. why would you need AIO instances to talk to the internet.. its kinda academic | 04:32 |
snadge | you got me curious about tripleo .. and wow.. this is some A grade inception type stuff | 04:33 |
snadge | yo dawg i heard you like openstack, so I openstacked your openstack so you can openstack it ;) | 04:34 |
mcarden | Don't get excited about tripleo. It's horrible in its own way(s). | 04:34 |
mcarden | It just happens to be what Red Hat OpenStack is based on so it ends up getting into govt because paid support exists. | 04:35 |
snadge | exactly.. everything has a reason | 04:35 |
mcarden | I happen to think that OSA is a better-engineered solution for OpenStack deployment than tripleo is, but each to their own. | 04:35 |
snadge | im just a | 04:36 |
snadge | oops.. 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 infrastructure | 04:37 |
snadge | which would make sense.. presumably OSA either didn't exist, or wasn't mature enough when they decided on it however many years ago | 04: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 |
snadge | could be why they're still running queens :P | 04:39 |
snadge | thats not too old i guess.. its apparently still maintained.. for now | 04:40 |
mcarden | Well, 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 |
snadge | that makes sense.. i dont know if they actually have RedHat support for this | 04:44 |
*** hwoarang has quit IRC | 04:45 | |
*** hwoarang has joined #openstack-ansible | 04:45 | |
openstackgerrit | Merged openstack/openstack-ansible master: Pin ARA to <1.0.0 https://review.opendev.org/661303 | 04:46 |
mcarden | If 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 |
snadge | the relationship is complicated.. since its IBM | 04:46 |
mcarden | Heh - currently about the Most Complcated relationship in the whole industry. :) | 04:47 |
snadge | it would obviously make sense to use RedHat.. even moreso now.. but I don't know how that works exactly | 04:47 |
mcarden | Painfully. It works very painfully. | 04:48 |
snadge | there 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 etc | 04:49 |
snadge | its based on RHEL obviously | 04:49 |
snadge | i skipped all of that and am using Ubuntu 16 on my desktop.. because that is certified/allowable (apparently) | 04:50 |
mcarden | The 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 chandankumar | 04:51 | |
snadge | i installed RHEL8 in a virtualbox.. just because I was curious.. and had to fiddle around with subscription-manager yes | 04:52 |
snadge | then I found out that EPEL doesn't exist for RHEL8 yet.. so I can't add the virtualbox extensions.. :D | 04:52 |
snadge | and its not until 8.1 that it will be considered a long term supported release | 04:53 |
mcarden | There are some really worthwhile things in RHEL8. That's why I can't wait for https://wiki.centos.org/About/Building_8 | 04:56 |
*** pcaruana has joined #openstack-ansible | 05:03 | |
snadge | yeah it is nice that ubuntu is also supported .. and apparently opensuse too | 05:06 |
snadge | but in an enterprise environment.. RHEL / Centos is preferred .. just older releases can be painful | 05:07 |
mcarden | EPEL 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 | *something | 05:10 |
mcarden | The new RHEL8 way of distributing packages with 'modules' etc may make all of this irrelevant - who knows? | 05:11 |
*** spatel has quit IRC | 05:14 | |
*** hwoarang has quit IRC | 05:25 | |
*** hwoarang has joined #openstack-ansible | 05:26 | |
snadge | its possible yes.. i think dkms which is what virtualbox guest additions uses.. is an EPEL thing | 05:27 |
snadge | and 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 much | 05:27 |
snadge | i 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 changes | 05:28 |
*** hwoarang has quit IRC | 05:34 | |
*** hwoarang has joined #openstack-ansible | 05:34 | |
*** hwoarang has quit IRC | 05:44 | |
*** hwoarang has joined #openstack-ansible | 05:44 | |
*** hwoarang has quit IRC | 05:58 | |
*** hwoarang has joined #openstack-ansible | 05:59 | |
*** kopecmartin|off is now known as kopecmartin | 06:09 | |
*** mkuf_ has joined #openstack-ansible | 06:11 | |
*** mkuf has quit IRC | 06:12 | |
*** mkuf has joined #openstack-ansible | 06:17 | |
*** mkuf_ has quit IRC | 06:21 | |
*** luksky has joined #openstack-ansible | 06:30 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/659967 | 06:36 |
evrardjp | I am sad this takes almost two weeks to land ^ | 06:36 |
evrardjp | I will spend time on fixing rocky today I guess | 06:37 |
*** cshen has joined #openstack-ansible | 06:38 | |
evrardjp | noonedeadpunk: do you work today? | 06:41 |
evrardjp | odyssey4me: are you there? | 06:42 |
evrardjp | I need someone to merge https://review.opendev.org/#/c/659968/ before monday | 06:42 |
*** ivve has quit IRC | 07:01 | |
*** tosky has joined #openstack-ansible | 07:33 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/662398 | 07:36 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role https://review.opendev.org/661979 | 07:37 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3 https://review.opendev.org/662185 | 07:37 |
*** luksky has quit IRC | 07:45 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Update cirros image to 0.4.0 https://review.opendev.org/662401 | 08:24 |
*** luksky has joined #openstack-ansible | 08:29 | |
noonedeadpunk | evrardjp: yep, I'm hare | 08:30 |
noonedeadpunk | I'm just late bird - starting my work day after in the afternoon :) | 08:31 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role https://review.opendev.org/661979 | 08:31 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role https://review.opendev.org/661979 | 08:31 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3 https://review.opendev.org/662185 | 08:31 |
*** cshen has quit IRC | 08:33 | |
evrardjp | hare? :p | 08:35 |
evrardjp | no need to run for patches! :p | 08:36 |
evrardjp | hahah | 08:36 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [redhat] Added python3 packages for os_tempest role https://review.opendev.org/661979 | 08:36 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] python3 https://review.opendev.org/662185 | 08:36 |
noonedeadpunk | I should always double check what exactly I'm writing:))) | 08:37 |
evrardjp | hahaha | 08:38 |
evrardjp | I am just toying with you | 08:38 |
evrardjp | Friday :) | 08:38 |
evrardjp | odyssey4me: taught me the idiom "early bird catches the worm" . Funny expression, and funny he taught me that one. :p | 08:38 |
noonedeadpunk | there's some nit over there https://review.opendev.org/#/c/659967 | 08:38 |
noonedeadpunk | we 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 :p | 08:41 |
evrardjp | it's not a nit, it's a big deal. | 08:41 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/659967 | 08:41 |
evrardjp | thanks for catching that! | 08:42 |
evrardjp | I am trying to remember what is the same in french | 08:43 |
evrardjp | It would literally translate to "the day belongs to those who wake up early" | 08:44 |
noonedeadpunk | yep, smth common from russian "Who wakes up early, the God supplies him" | 08:46 |
*** cshen has joined #openstack-ansible | 08:49 | |
*** cshen has quit IRC | 08:54 | |
*** cshen has joined #openstack-ansible | 09:10 | |
*** cshen has quit IRC | 09:15 | |
*** jeev4 has joined #openstack-ansible | 09:20 | |
jeev4 | can someone please direct me on how to update openstack grafana with kolla ? | 09:21 |
*** tstrul has joined #openstack-ansible | 09:21 | |
evrardjp | jeev4: this is not the right channel :( | 09:36 |
evrardjp | on top of that, I haven't really touched on those, so I cannot really help | 09:36 |
jeev4 | i dont see a kolla channel on the IRC WIKI page | 09:36 |
jeev4 | and documentation is super limited | 09:36 |
evrardjp | it's in #openstack-kolla | 09:37 |
evrardjp | jeev4: I am sorry, but I cannot help you on that point | 09:38 |
evrardjp | but I am sure there are friendly ppl in #openstack-kolla that can help you :) | 09:38 |
*** electrofelix has joined #openstack-ansible | 09:38 | |
jeev4 | great thanks, that was not on the IRC Wiki page | 09:42 |
jeev4 | Oh wait it was :( | 09:42 |
*** cshen has joined #openstack-ansible | 10:11 | |
CeeMac | morning | 10:26 |
evrardjp | morning CeeMac :) | 10:34 |
evrardjp | noonedeadpunk: this is green btw https://review.opendev.org/#/c/659967/ | 10:34 |
*** joshualyle has joined #openstack-ansible | 10:35 | |
evrardjp | if we merge it, we could be finally be back on track with releases, woot | 10:35 |
*** pmannidi has quit IRC | 10:41 | |
CeeMac | how are we all today? | 10:41 |
noonedeadpunk | great news! | 10:43 |
*** tstrul has quit IRC | 10:48 | |
noonedeadpunk | CeeMac: pretty okeyish considering that it's friday:) | 10:49 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Bump SHAs for stable/pike https://review.opendev.org/659968 | 10:58 |
*** kplant has joined #openstack-ansible | 11:13 | |
*** ansmith has joined #openstack-ansible | 11:19 | |
*** dave-mccowan has joined #openstack-ansible | 11:25 | |
*** francois has quit IRC | 11:27 | |
CeeMac | got to love friday :D | 11:34 |
*** nicolasbock has joined #openstack-ansible | 11:48 | |
*** kaiokmo has joined #openstack-ansible | 11:56 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Update release process https://review.opendev.org/662438 | 11:58 |
evrardjp | noonedeadpunk: ^ | 11:58 |
openstackgerrit | Sorin Sbarnea proposed openstack/openstack-ansible-os_tempest master: Update the list of python3 packages https://review.opendev.org/661994 | 11:59 |
noonedeadpunk | looks really interesting. will defenitelly play with it on some sandbox | 12:05 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Update release process https://review.opendev.org/662438 | 12:06 |
evrardjp | noonedeadpunk: updated that review | 12:06 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Default network segmentation ID correctly https://review.opendev.org/659877 | 12:06 |
evrardjp | let's see what the docs look like because I have lost some of my rst foo recently | 12:06 |
evrardjp | Next to this, I should introduce you to `osa bugs` too | 12:07 |
*** logan- has quit IRC | 12:07 | |
evrardjp | I am missing some contributors to help on this tooling | 12:07 |
*** logan- has joined #openstack-ansible | 12:07 | |
noonedeadpunk | so seems that there is no need in sources-branch-updater-lib.sh and sources-branch-updater.sh? | 12:10 |
*** hwoarang has quit IRC | 12:14 | |
*** hwoarang has joined #openstack-ansible | 12:14 | |
evrardjp | nope 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 |
evrardjp | Now that the docs seem to be written, we can probably leave a certain time before removing it | 12:15 |
evrardjp | let some time flow* | 12:15 |
evrardjp | maybe at that time, write a release note | 12:15 |
noonedeadpunk | yep, and ppl will be able to find them in stein or orlder branches anyway | 12:15 |
evrardjp | I thought you planned to remove it everywhere :p | 12:16 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_keystone master: db_setup: refactor database setup to a common file https://review.opendev.org/657036 | 12:16 |
evrardjp | noonedeadpunk: by just checking at osa-cli and osa_cli_bugs and stuff, I see so many improvements I don't have the time | 12:17 |
noonedeadpunk | I can hardly evaluate what's missing within right now, but I'll really try to check this out:) | 12:18 |
CeeMac | evrardjp: 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 |
evrardjp | CeeMac: that would be amazing :) But I understand how things are, don't worry :) | 12:19 |
evrardjp | CeeMac: should at some point have some time, you should not hesitate to contact me :D | 12:20 |
*** openstack has joined #openstack-ansible | 12:29 | |
*** ChanServ sets mode: +o openstack | 12:29 | |
evrardjp | https://docs.google.com/spreadsheets/d/1coiPHGqaIKNgCGYsNhEgzswqwp4wedm2XoBCN9WMosY/edit#gid=752070695 | 12:30 |
evrardjp | I would like all the roles on master to be tested with the integrated on metal | 12:30 |
evrardjp | (first column) | 12:30 |
mnaser | we should probably focus our efforts on that than trying to fix functional tests | 12:32 |
guilhermesp | the reason for that pr above mnaser was because there was a functional test in here tho https://review.opendev.org/#/c/654942/ | 12:32 |
guilhermesp | and it was breaking because placement install was not in openstack-ansible-tests | 12:32 |
evrardjp | mnaser: not sure what you mean? | 12:32 |
mnaser | we 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 placement | 12:33 |
evrardjp | thanks for the clarification | 12:36 |
evrardjp | I agree | 12:36 |
evrardjp | we 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 |
evrardjp | I 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 IRC | 12:39 | |
mnaser | I 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 world | 12:39 |
*** hwoarang has joined #openstack-ansible | 12:39 | |
mnaser | ideally, I'd love to provide what you talk about but that's.. a lot :) | 12:39 |
*** sreejithp has quit IRC | 12:43 | |
*** jeev4 has quit IRC | 12:53 | |
*** spatel has joined #openstack-ansible | 12:56 | |
noonedeadpunk | btw, mnaser, how were cern days like?:) | 13:03 |
*** sreejithp has joined #openstack-ansible | 13:07 | |
spatel | noonedeadpunk: morning! finally i got octavia got installed on AIO and going to poke and see how it goes | 13:08 |
noonedeadpunk | nice to hear that:) | 13:08 |
*** sreejithp_ has joined #openstack-ansible | 13:09 | |
*** sreejithp_ has quit IRC | 13:09 | |
evrardjp | mnaser: not so sure, as long as we are all involved into converting those | 13:09 |
spatel | had some issue during install and i have opened some bugs for that.. | 13:09 |
*** sreejithp_ has joined #openstack-ansible | 13:09 | |
*** cloudnull has quit IRC | 13:11 | |
*** d34dh0r53 has quit IRC | 13:11 | |
*** sreejithp has quit IRC | 13:11 | |
*** cloudnull has joined #openstack-ansible | 13:12 | |
*** d34dh0r53 has joined #openstack-ansible | 13:13 | |
*** cloudnull has quit IRC | 13:15 | |
*** d34dh0r53 has quit IRC | 13:15 | |
*** cloudnull has joined #openstack-ansible | 13:17 | |
*** d34dh0r53 has joined #openstack-ansible | 13:18 | |
*** BjoernT has joined #openstack-ansible | 13:19 | |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/659967 | 13:27 |
mnaser | evrardjp: 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 success | 13:28 |
mnaser | noonedeadpunk: it was super interesting | 13:28 |
mnaser | I dont think anyone was deployed with OSA unfortunately, a lot of Kolla and tripleo love in the room | 13:29 |
_janno | There 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 |
_janno | evrardjp: no, I'd like to use vxlan, but without multicast | 13:30 |
_janno | if there is currently no way, I would create a PR for such an option | 13: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#L348 | 13:32 |
cloudnull | mornings all | 13:33 |
evrardjp | cloudnull: I think this has been dropped | 13:33 |
evrardjp | l2pop support | 13:33 |
cloudnull | oh, 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 |
evrardjp | cloudnull: hello old friend ;) | 13:34 |
_janno | evrardjp: we are doing BGP-EVPN. Therefore there is no need for multicast. | 13:34 |
cloudnull | hows it evrardjp ? | 13:34 |
evrardjp | _janno: That was what I was expecting tbh | 13:34 |
cloudnull | _janno that's cool! | 13:34 |
_janno | cloudnull: 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 |
evrardjp | cloudnull: good, how izit for you sir? | 13:36 |
evrardjp | you like the hat? | 13:36 |
guilhermesp | cloudnull: \m/ | 13:36 |
_janno | evrardjp: I think - at the moment - that I only need to disable the multicast thing. everything else should work automagically then. | 13:38 |
_janno | When creating a PR: Should I create it for Stein branch or for master branch? | 13:39 |
evrardjp | master first | 13:39 |
evrardjp | then backport when the first one has merged | 13:39 |
evrardjp | (except if it doesn't apply, but then you need to be explicit in the commit message) | 13:39 |
_janno | evrardjp: alright, I'll have a look and test it in my deployment. | 13:41 |
evrardjp | I 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 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: db_setup: refactor database setup to a common file https://review.opendev.org/662329 | 13:43 |
_janno | well, maybe it's sufficient to set neutron_vxlan_group to null/'' | 13:43 |
*** electrofelix has quit IRC | 13:43 | |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: db_setup: refactor database setup to a common file https://review.opendev.org/657029 | 13:48 |
cloudnull | evrardjp things are good. doing lots of reading these days (trying to generally get up to speed at the new gig) | 13:51 |
cloudnull | o/ guilhermesp | 13:51 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: db_setup: refactor database setup to a common file https://review.opendev.org/662301 | 13:54 |
evrardjp | I can give you the usual boost of productivity by sending you a stella | 13:56 |
evrardjp | cloudnull: ^ | 13:56 |
*** strattao has joined #openstack-ansible | 13:57 | |
*** sreejithp has joined #openstack-ansible | 13:59 | |
* cloudnull waits eagerly for the mail to show up | 14:00 | |
cloudnull | evrardjp https://twitter.com/cloudnull/status/1134460091757936640 | 14:02 |
evrardjp | HAHAHAHA | 14:03 |
CeeMac | evrardjp: L2pop isn't suppored now? is this post rocky? | 14:05 |
evrardjp | CeeMac: apparently I stand corrected | 14:06 |
spatel | cloudnull: finally you got time for us.. | 14:06 |
evrardjp | it's still in tree | 14:06 |
evrardjp | you shouldn't use it though :p | 14:06 |
CeeMac | but, 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 point | 14:07 |
evrardjp | let's say l2pop is not my favorite thing, and multicast is... well you have to deal with it anyway if you have a network infrastructure | 14:09 |
CeeMac | not if you don't enable it :D | 14:10 |
evrardjp | I sure hope you have igmp snooping enabled on your switches | 14:14 |
evrardjp | :D | 14:15 |
spatel | Folks, 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.amphora | 14:15 |
spatel | screenshot - https://imgur.com/a/BofxurI | 14:15 |
CeeMac | nobody snoops igmp, its fine >_> | 14:15 |
spatel | mnaser: or noonedeadpunk ^^ any input | 14:16 |
*** chandankumar is now known as raukadah | 14:18 | |
noonedeadpunk | octavia has it's own flavors https://docs.openstack.org/octavia/latest/admin/flavors.html which are not the same as nova ones | 14:22 |
johnsom | spatel: Is the nova flavor visible/accessible from the octavia service account? | 14:23 |
*** cshen has quit IRC | 14:23 | |
*** luksky has quit IRC | 14:24 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: [WIP] Adding support of Leap 15 https://review.opendev.org/662478 | 14:24 |
spatel | johnsom: how do i check that? | 14:24 |
johnsom | noonedeadpunk: He is seeing a nova error message about a missing nova flavor. | 14:24 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: [WIP] Adding support of Leap 15 https://review.opendev.org/662478 | 14:24 |
noonedeadpunk | johnsom: on the top screenshot there's a page regarding nova flavors, on the bottom attempt to create octavia lb | 14:25 |
johnsom | spatel: use the Octavia service account credentials to do a nova flavor list | 14:25 |
spatel | On horizon i don't have flavor to pick in LB section | 14:25 |
johnsom | Opps, didn’t see the screen shot. Yep, those are Octavia flavors. They are optional. | 14:26 |
spatel | johnsom: How do i get service account credentials :( | 14:27 |
*** weifan has joined #openstack-ansible | 14:27 | |
spatel | should create nova flavor ? | 14:27 |
johnsom | spatel: Is it just the selector in horizon or are your getting an error at LB create time? | 14:27 |
spatel | Just selection drop down saying no flavor found.. there is no error yet | 14:28 |
johnsom | spatel: 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-ansible | 14:29 | |
*** ChanServ sets mode: +v openstackstatus | 14:29 | |
johnsom | noonedeadpunk: 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.html | 14:31 | |
spatel | johnsom: thanks let me spin up and see.. | 14:31 |
*** weifan has quit IRC | 14:31 | |
spatel | johnsom: one more question, does octavia add capacity in existing vip (like AWS ELB does? ) | 14:31 |
spatel | Like if we have more traffic coming and we need more power then can it spin up machines in existing pool? | 14:32 |
johnsom | spatel: 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 |
johnsom | spatel: We have the specs merged, it is just resourcing/prioritization. | 14:35 |
spatel | we have multiple customer and all has different requirement, currently we are using F5 and some of customer hit 10k TPS (SSL ) | 14:35 |
spatel | trying to understand how octavia scale when need capacity | 14:36 |
*** radeks_ has quit IRC | 14:36 | |
johnsom | spatel: A beefier single instance should be able to hit 10k TLS easily. | 14:36 |
spatel | so every VIP will have own octavia instance in pair (HA) right? | 14:37 |
johnsom | spatel: We are really looking at the 100,000’s where you would start needing multiple instances. | 14:37 |
johnsom | Correct, it is by VIP | 14:37 |
spatel | if you need 100k in that case do we need to create multiple VIPs and do DNS round-robin ? | 14:38 |
spatel | or i can create 4 instance vip and share load ? | 14:38 |
johnsom | spatel: That would be an option until we support active/active | 14:38 |
spatel | so it does support active active.. | 14:39 |
johnsom | You 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 |
spatel | ah! | 14:41 |
johnsom | spatel: you could also ask F5 for an octavia driver and keep using them for you high load cases. | 14:42 |
spatel | so you are saying i can use octavia to spin up some stuff on F5? | 14:42 |
johnsom | spatel: Yes, Octavia supports “provider drivers” from third party vendors. | 14:47 |
spatel | i will give it a try sure.. i have multiple F5 in lab :) | 14:47 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [Docs] Update release process https://review.opendev.org/662438 | 14:55 |
noonedeadpunk | evrardjp: not sure why, but that worked in sandbox ^ let's see the result in gates... | 14:56 |
*** joshualyle has quit IRC | 14:57 | |
evrardjp | oh I am fixing it | 15:00 |
evrardjp | thanks for the update | 15:00 |
evrardjp | will have my changes on top of yours | 15: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-ansible | 15:18 | |
logan- | evrardjp cloudnull: l2pop is gone? limestone nodepool cloud is still using it on rocky... which release is it removed in? | 15:25 |
CeeMac | cloudnull: 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 |
spatel | Help 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-ansible | 15:28 | |
*** gyee has joined #openstack-ansible | 15:50 | |
spatel | logan-: ^^ | 15:52 |
*** strattao has quit IRC | 15: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 ironic | 16:00 | |
spatel | I have no idea what is going on, all i am running AIO with SCENARIO ironic | 16:00 |
spatel | is there a way i can say no to ironic | 16:01 |
*** schwicht has joined #openstack-ansible | 16:04 | |
*** kopecmartin is now known as kopecmartin|off | 16:10 | |
logan- | spatel: you could use --limit | 16: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 rocky | 16:13 |
spatel | something like this? openstack-ansible os-nova-install.yml --limit aio1_nova_api_container-cf7d6fc0 | 16:14 |
logan- | spatel: that, or you could do something like --limit '!ironic_all' | 16:16 |
spatel | oh! that is sweet! let me try | 16:16 |
logan- | use --list-hosts to see what hosts the playbook will target. you can combine --list-hosts with limit | 16:16 |
*** dcdamien has quit IRC | 16:20 | |
spatel | logan-: http://paste.openstack.org/show/752370/ | 16:21 |
*** tstrul has joined #openstack-ansible | 16:21 | |
spatel | aio use host machine for compute (kvm) right? | 16:22 |
*** strattao has joined #openstack-ansible | 16:26 | |
logan- | spatel: yes | 16:31 |
spatel | running playbook right now will let you know result | 16:32 |
spatel | logan-: now i got this error - http://paste.openstack.org/show/752371/ | 16:33 |
spatel | where its trying to do "rpm -ql libvirt-python python-libguestfs" ? | 16:34 |
spatel | how do i find that out? | 16:34 |
spatel | I assuming its running on host machine | 16:37 |
*** strattao has quit IRC | 16:37 | |
logan- | yes it is trying to do that on aio1, which is the host | 16:38 |
spatel | i can that packages missing | 16:38 |
spatel | going to install manually and see yum install libvirt-python python-libguestfs | 16:39 |
spatel | Running playbook now | 16:40 |
*** tstrul has quit IRC | 16: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 IRC | 16:48 | |
*** hwoarang has joined #openstack-ansible | 16:48 | |
*** strattao has joined #openstack-ansible | 16:49 | |
*** e-vad has joined #openstack-ansible | 16:52 | |
spatel | logan-: playbook ran successful but now i can't see compute node in "[root@aio1-utility-container-5936e5c2 ~]# openstack hypervisor list" | 17:02 |
spatel | trying to debug why compute node missing in list | 17:02 |
spatel | hmm! why nova.conf has compute_driver = ironic.IronicDriver | 17:04 |
spatel | it supposed to be libvirt.LibvirtDriver | 17:04 |
spatel | where do i tell in AIO to use libvirt for compute? | 17:18 |
CeeMac | Am 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 IRC | 17:37 | |
*** hwoarang has joined #openstack-ansible | 17:38 | |
*** hwoarang has quit IRC | 17:48 | |
*** hwoarang has joined #openstack-ansible | 17:48 | |
mnaser | CeeMac: you can just create /etc/openstack_deploy/host_vars/foo.yaml | 17:54 |
*** tosky has quit IRC | 18:09 | |
*** dave-mccowan has quit IRC | 18:09 | |
*** tuxjohnson has joined #openstack-ansible | 18:16 | |
CeeMac | mnaser: would foo.yaml be host specific then i.e. infra1.yaml etc? | 18:23 |
mnaser | CeeMac: yessir | 18:36 |
CeeMac | mnaser: thanks I'll try that way in the morning as the other way didn't work today | 18:36 |
_janno | logan-: thx, I'll have a look | 18:38 |
_janno | CeeMac: I'll let you know :) | 18:40 |
tuxjohnson | I 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_agent | 18:40 |
tuxjohnson | r-vxlan. http://paste.openstack.org/show/752375/ | 18:40 |
CeeMac | _janno: thanks, good luck :) | 18:43 |
*** ansmith has quit IRC | 19:00 | |
*** BjoernT has quit IRC | 19:00 | |
*** openstackgerrit has quit IRC | 19:01 | |
*** ansmith has joined #openstack-ansible | 19:02 | |
*** strattao has quit IRC | 19:04 | |
mnaser | evrardjp, nicolasbock, dirk: around with a sure machine handy? | 19:14 |
mnaser | trying to know what files the 'ovmf' package contains on opensuse | 19:14 |
*** kplant has quit IRC | 19:21 | |
*** tuxjohnson has left #openstack-ansible | 19:25 | |
evrardjp | build.opensuse.org | 19:27 |
evrardjp | I am on my phone | 19:27 |
evrardjp | sorry | 19:27 |
evrardjp | Dirk is on holiday | 19:28 |
evrardjp | https://build.opensuse.org/package/show/openSUSE:Leap:15.0:Update/ovmf | 19:29 |
evrardjp | I suppose that's what you are looking for ? | 19:31 |
*** openstackgerrit has joined #openstack-ansible | 19:32 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances https://review.opendev.org/662552 | 19:32 |
mnaser | evrardjp: if sles docs are accurate.. it should be that ^ | 19:33 |
jrosser | mnaser: 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 mine | 19:46 |
mnaser | jrosser: it should actually work just fine by default for arm on ubuntu with that change | 19:47 |
mnaser | because the only ones that need 'working around' is centos/suse | 19:47 |
mnaser | and I dont think those are as well supported arm targets at the moment | 19:47 |
jrosser | iirc the package name was case sensitive on centos? | 19:47 |
mnaser | jrosser: yep, hence OVMF in all caps for redhat | 19:48 |
*** cshen has joined #openstack-ansible | 19:48 | |
jrosser | Ah right cool, all good | 19:48 |
jrosser | For bionic there is nothing special to do for aarch64 as the package deps bring the right stuff in anyway | 19:49 |
jrosser | And 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 though | 19:50 |
jrosser | Apart from the it should work | 19:51 |
mnaser | because of the lack of wheels? | 19:51 |
jrosser | Yes | 19:51 |
jrosser | It would be nice to see that be possible as there’s a good amount of work gone into it by now | 19:52 |
spatel | Any thought here? - http://paste.openstack.org/show/752379/ | 19:52 |
spatel | what kind of cert octavia trying to check here? | 19:53 |
spatel | I have submitted bug also but trying to understand | 19:54 |
jrosser | I 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 vip | 19:55 |
*** dmsimard has quit IRC | 19:55 | |
*** dmsimard has joined #openstack-ansible | 19:55 | |
jrosser | So I am guessing that is a module parameter or wrong url given to that task in os_octavia | 19:56 |
*** dmsimard has quit IRC | 19:56 | |
*** dmsimard has joined #openstack-ansible | 20:01 | |
*** dmsimard has quit IRC | 20:01 | |
spatel | hmm | 20:03 |
spatel | where i can set it to http in module? | 20:04 |
jrosser | mnaser: 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 boot | 20:04 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances https://review.opendev.org/662552 | 20:06 |
spatel | i have set "validate_certs: no" in os_quota module in octavia lets see | 20:09 |
spatel | https://docs.ansible.com/ansible/latest/modules/os_quota_module.html | 20:09 |
*** radeks has joined #openstack-ansible | 20:11 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances https://review.opendev.org/662552 | 20:13 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Fix distro installs on Ubuntu https://review.opendev.org/662571 | 20:14 |
*** cshen has quit IRC | 20:19 | |
*** strattao has joined #openstack-ansible | 20:20 | |
*** dmsimard has joined #openstack-ansible | 20:21 | |
*** radeks has quit IRC | 20:22 | |
*** strattao has quit IRC | 20:29 | |
*** cshen has joined #openstack-ansible | 20:30 | |
spatel | aio is driving me crazy... i have started rebuilding and now found there is no swift lxc container... | 20:31 |
spatel | with same config it get installed on other (aio lab box) | 20:31 |
spatel | wth... | 20:32 |
spatel | how to find why swift didn't get installed and what glance going to use for storage | 20:33 |
_janno | what's best practice for defining host_vars with osa? | 20:34 |
*** cshen has quit IRC | 20: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 vars | 20:37 |
_janno | logan-: ok, that was too easy. thx | 20:37 |
logan- | np | 20:37 |
*** kplant has joined #openstack-ansible | 20:43 | |
logan- | _janno: another option is to use container_vars in openstack_user_config btw | 20:45 |
logan- | you'll see examples of that in some of the configs OSA ships with | 20:45 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_glance master: Fix distro installs on Ubuntu https://review.opendev.org/662575 | 20:49 |
_janno | logan-: are you sure /etc/openstack_deploy/{group,host}_vars/ is supposed to work? | 21:11 |
evrardjp | if nobody broke it, it should by default :p | 21:16 |
_janno | hmm | 21:21 |
_janno | I am setting neutron_local_ip for compute and net hosts in host_vars, but it doesn't work as expected | 21:25 |
_janno | the files are interpreted. when I insert a syntax error there, openstack-ansible fails directly | 21:27 |
_janno | but neutron_local_ip isn't set accordingly | 21:27 |
*** spatel has quit IRC | 21:33 | |
noonedeadpunk | evrardjp: wow, I thought that it's defenitelly Stella time now:) | 21:42 |
*** noonedeadpunk[h] has joined #openstack-ansible | 21:46 | |
evrardjp | noonedeadpunk: hahah | 21:46 |
noonedeadpunk | no kidding:) I already get one - it wasn't excactly stella, but still I feel being in trend :p | 21:49 |
noonedeadpunk | unless my feelings let me down... | 21:51 |
*** pcaruana has quit IRC | 21:54 | |
noonedeadpunk | btw, I'll check what's wrong with docs tomorrow, and will try to fix the layout if you don't mind | 21:57 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: vars: package cleanup https://review.opendev.org/662585 | 22:08 |
*** sreejithp has quit IRC | 22:08 | |
*** sreejithp has joined #openstack-ansible | 22:09 | |
*** noonedeadpunk[h] has quit IRC | 22:10 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: kvm: add support for booting uefi instances https://review.opendev.org/662552 | 22:12 |
*** hwoarang has quit IRC | 22:15 | |
*** hwoarang has joined #openstack-ansible | 22:16 | |
*** spatel has joined #openstack-ansible | 22:17 | |
*** sreejithp has quit IRC | 22:20 | |
*** spatel has quit IRC | 22:21 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: powervm: drop support https://review.opendev.org/662587 | 22:38 |
*** macza has quit IRC | 23:06 | |
*** aedc has quit IRC | 23:10 | |
*** joshualyle has joined #openstack-ansible | 23:39 | |
*** joshualyle has quit IRC | 23:44 | |
*** gyee has quit IRC | 23:44 | |
*** q[bline] has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!