Tuesday, 2019-10-29

*** zer0c00l has joined #openstack-ironic00:34
*** goldyfruit___ has quit IRC01:17
*** jawad_axd has joined #openstack-ironic01:21
*** kaifeng|afk is now known as kaifeng01:21
*** jawad_axd has quit IRC01:26
*** igordc has quit IRC01:42
*** jawad_axd has joined #openstack-ironic01:42
*** jawad_axd has quit IRC01:47
*** jawad_axd has joined #openstack-ironic02:03
*** jawad_axd has quit IRC02:07
rpiosoetingof, TheJulia: devstack deployment on dedicated Ubuntu Bionic VM is failing. Keystone is erroring out. ^^^ Any suggestions?02:14
TheJuliarpioso: is mysql being pre-installed?02:15
TheJuliaoh, /opt/stack/devstack, not /opt/stack/git02:16
TheJulia /opt/stack/git is a old location for clone caches02:16
TheJuliaI always do /opt/stack/devstack, move my local.conf into it, and deploy from there.02:16
rpiosoI tried /opt/stack/devstack, too. Same failure.02:17
rpiosoThat’s what I’m doing, too :-)02:17
rpiosoI don’t know if mysql was pre-installed. I’ll check that. Should it be?02:19
TheJuliarpioso: no, let it install it02:27
TheJuliawhat is your current working directly when you run stack.sh?02:27
TheJuliaand just to confirm, local.cf is in that same folder?02:28
TheJuliaerr, local.conf02:28
rpiosoIf memory serves, I installed the Bionic server distribution. If that installed mysql, should I apt uninstall it?02:29
rpiosocwd is /opt/stack/devstack02:30
rpiosoAnd local.conf is in that directory.02:30
rpiosoThe other strange thing is that the deploy prompts me for passwords which are set in local.conf.02:31
rpiosoBefore devstack deploy, I had created a root account with a password. Could that be the cause?02:32
*** tzumainn has quit IRC02:33
*** igordc has joined #openstack-ironic02:45
rpiosoTheJulia: It doesn't seem mysql was previously installed.02:47
kaifengrpioso: I can't remember last time I deployed a devstack :( but what user do you use to execute the stack.sh?03:15
rpiosokaifeng: stack :-)03:15
kaifengfor what I know, ubuntu prohibits root access to mysql, so mysql -u root can't get you in, while sudo mysql can.03:16
kaifengwell, have you tried to enter mysql with the stack user?03:17
TheJuliaI suspect part of the problem may also be that if it is pre-installed at all, devstack can't set credentials03:25
rpiosoTheJulia: mysql was not preinstalled.03:25
rpiosokaifeng: I haven't tried that, yet. I just kicked off another devstack deploy. I'll try that after it inevitably fails.03:27
rpiosokaifeng: Are you suggesting the devstack deploy scripting needs to change for Ubuntu? Or is there a config knob available?03:28
kaifengrpioso: haven't deployed devstack in ubuntu server though, i believe there are differences.03:28
* rpioso thought Ubuntu Bionic was the current thing03:29
TheJuliarpioso: I was using bionic last week03:29
TheJuliabut not the server, desktop I believe03:29
TheJuliaCI is the cloud image I believe03:30
rpiosoTheJulia: Oh, the desktop! Hrm ... Does the desktop install a root user? I believe the server install didn't. And, again, the server install did not install mysql.03:31
kaifengrpioso: oh, I may read wrong words03:31
rpiosoTheJulia: I don't understand "CI is the cloud image I believe".03:31
TheJuliarpioso: there is a cloud image similar to server that CI uses03:32
kaifengrpioso: I would try a sudo mysql to see whether it works before stepping into stack.sh03:32
TheJuliabasically the major difference being a GUI03:32
kaifengthe server integrates MAAS service, but that's an iso distribution03:33
rpiosokaifeng: I did. It wasn't found. Same with mysqld and "apt show mysql*".03:33
TheJuliaYeah, I don't ever let server install that when I use it03:33
TheJuliamysql-server I believe.03:33
kaifengTheJulia: speaking about the Metal3, I barely know it's existence until recently :(03:36
TheJuliatypically use my own user, make /opt/stack/, make all sudoers users able to world write it, clone devstack to /opt/stack/devstack, place my local.conf, cd to devstack, and ./stack.sh03:37
kaifengAccording to the website, it seems Meta3 is a tool integrated with kubectl, so user can use kubectl to manage/deploy other Nodes in a k8s environment right?03:38
TheJuliakaifeng: basically yes. A CRD is used and that drives ironic on the back-end03:38
rpiosoTheJulia: I used the prescribed script to create user stack -- sudo ./devstack/tools/create-stack-user.sh03:40
kaifengTheJulia: cool!03:40
TheJuliarpioso: I guess I've used that as well, it gets fuzzy trying to figure out the small minor issue in devstack.conf that has caused it all go go sideways03:40
rpiosokaifeng: The deploy failed as expected. mysql is now present. "su -" followed by "mysql -u root" fails with "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"03:46
rpiosokaifeng: However, as user stack, "sudo mysql" works.03:47
kaifengrpioso: why devstack wants to access mysql with root and (no password)? I thought it should run as stack user in the whole process.03:48
rpiosokaifeng: No idea why :-(03:49
*** Guest14611 has quit IRC03:50
*** benj has joined #openstack-ironic03:51
*** benj is now known as Guest8534503:51
* rpioso considers disabling the Ubuntu root account03:53
TheJuliaand devstack is fails in setting up the users for sql access?03:55
TheJuliabecause the keystone error is way after that which makes me think that the issue is with local.conf03:57
rpiosoMy guess is that devstack install finds user root and sets up sql access for it which ends up being broken.03:57
*** ricolin has joined #openstack-ironic03:57
TheJuliaanyway, I need to crash, I have a possible call super early in the morning03:58
rpiosoThe local.conf I'm using cdearborn and others have had success with on Xenial.03:58
TheJuliahmm... Interesting. I'll share my local.conf in the morning that is presently working on bionic03:59
TheJuliaanyway, goodnight!03:59
rpiosoSilly me jumped to Bionic, well, because I believe most are now using that version.03:59
rpiosoTheJulia: Good nite! And thank you so much!03:59
kaifenggoodnight TheJulia o/03:59
*** igordc has quit IRC05:31
*** igordc has joined #openstack-ironic05:38
*** mkrai has joined #openstack-ironic06:14
*** jawad_axd has joined #openstack-ironic06:14
iurygregorygood morning Ironic o/06:15
*** igordc has quit IRC06:52
kaifenghey iurygregory o/07:03
iurygregorykaifeng, o/07:03
*** jawad_axd has quit IRC07:04
*** jawad_axd has joined #openstack-ironic07:15
*** jawad_ax_ has joined #openstack-ironic07:16
*** jawad_axd has quit IRC07:20
*** rcernin has quit IRC07:28
arne_wiebalckGood morning kaifeng iurygregory and ironic o/07:31
kaifenghey arne_wiebalck o/07:32
iurygregoryarne_wiebalck, o/07:34
kaifengarne_wiebalck: my playing on mdadm shows that, one disk for raid 0/1 works, but raid 5/6 needs at least 2 disks. so the conclusion is if we have --force and --run set, mdadm doesn't complain as long as it can be run in degraded mode.07:34
arne_wiebalckkaifeng: oh, really? interesting!07:35
arne_wiebalckkaifeng: you patched the code to allow 5/6?07:35
arne_wiebalckkaifeng: do we have --force and --run at the moment, or did you add these?07:35
kaifengarne_wiebalck: not yet, i just tried in a raw linux vm. yes, we have --force and --run set in the code.07:36
*** openstackgerrit has joined #openstack-ironic07:36
openstackgerritIury Gregory Melo Ferreira proposed openstack/virtualbmc master: Drop py2 jobs  https://review.opendev.org/69181207:36
*** pcaruana has joined #openstack-ironic07:37
kaifengotherwise mdadm will wait for user input if the disk number is only one.07:37
*** jtomasek has joined #openstack-ironic07:37
arne_wiebalckha! that would be bad :)07:37
kaifengso far looks good :)07:38
openstackgerritIury Gregory Melo Ferreira proposed openstack/networking-baremetal master: Drop py2 job  https://review.opendev.org/69181507:41
*** tesseract has joined #openstack-ironic07:49
*** trident has quit IRC07:55
*** sri_ has joined #openstack-ironic07:56
*** trident has joined #openstack-ironic08:01
*** yaawang has quit IRC08:10
*** yaawang has joined #openstack-ironic08:10
*** sri_ has quit IRC08:17
openstackgerritMerged openstack/python-ironic-inspector-client master: Switch to Ussuri job  https://review.opendev.org/69089408:36
*** priteau has joined #openstack-ironic08:46
*** lucasagomes has joined #openstack-ironic08:54
*** dtantsur|afk is now known as dtantsur08:55
dtantsurmorning ironic08:56
kaifenghey dtantsur o/08:56
kaifengdtantsur: is deploy template the only way to utilize deploy steps with priority=0?08:59
*** dougsz has joined #openstack-ironic09:01
iurygregorymorning dtantsur o/09:03
*** rpittau|afk is now known as rpittau09:08
rpittaugood morning ironic! o/09:08
kaifengmorning rpittau o/09:09
rpittauhey kaifeng :)09:10
iurygregorymorning rpittau o/09:12
rpittauhey iurygregory :)09:12
dtantsurkaifeng: I think so09:18
kaifengdtantsur: ack, thanks!09:18
rpittauI see we started removing the Python 2.7 jobs \o/ should we also drop the tox py27 jobs ?09:19
kaifengand functional jobs :)09:20
rpittauand basically anything that starts with 2.09:20
iurygregoryrpittau, we can since https://review.opendev.org/#/c/688997/ is merged09:21
patchbotpatch 688997 - openstack-zuul-jobs - Update openstack-python3-ussuri-jobs-* templates t... (MERGED) - 9 patch sets09:21
iurygregory- Projects can start dropping the py2.7 support. Common lib and testing tools need to wait until milestone-2.09:22
iurygregory   ** pepe8 job to be included in openstack-python3-ussuri-jobs-* templates - https://review.opendev.org/#/c/688997/09:22
iurygregory   ** You can drop openstack-python-jobs template and start using ussuri template once 688997 patch is merged.09:22
iurygregory   ** Cross projects dependency (if any ) can be sync up among dependent projects.09:22
patchbotpatch 688997 - openstack-zuul-jobs - Update openstack-python3-ussuri-jobs-* templates t... (MERGED) - 9 patch sets09:22
rpittauiurygregory: yeah, exactly09:22
kaifengolso has notified they will hold py2 for some time, i think it's also valid for our library projects.09:22
rpittaukaifeng: yeah, I would leave the libs out for now09:23
dtantsurrpittau: let's keep unit tests for a while09:25
rpittaudtantsur: alright09:26
dtantsurthere's less pressure to remove them, and they make sure we don't completely break python 2 until we decide to break it09:27
rpittaualways ready to break python 2 :P09:27
dtantsur:D09:27
kaifengpython version is moving fast, which reminds me the kernel version :)09:29
*** alexmcleod has joined #openstack-ironic09:30
iurygregorydtantsur, molteniron should also switch to ussuri jobs right?09:39
dtantsuriurygregory: I'm not fully aware of its situation09:39
iurygregorydtantsur, ack09:41
iurygregoryI will check with TheJulia09:41
kaifengi believe it's unmaintained..09:42
kaifengand i think the ci is already broken as well09:44
*** kaifeng is now known as kaifeng|afk09:45
kaifeng|afkbye folks, have a nice day!09:46
*** ociuhandu has joined #openstack-ironic09:47
iurygregoryby kaifeng|afk tks for the info09:47
*** khansa has joined #openstack-ironic09:49
*** ociuhandu has quit IRC09:50
*** iurygregory has quit IRC10:01
*** pcaruana has quit IRC10:03
*** priteau has quit IRC10:20
openstackgerritMerged openstack/virtualbmc master: Drop py2 jobs  https://review.opendev.org/69181210:23
*** pcaruana has joined #openstack-ironic10:24
openstackgerritMerged openstack/ironic-inspector master: Make the bifrost job non-voting  https://review.opendev.org/69165210:41
openstackgerritMerged openstack/ironic-inspector stable/train: Add IPv6 support to dnsmasq example  https://review.opendev.org/69169710:41
openstackgerritMerged openstack/ironic-python-agent-builder master: DIB: add --branch argument to override IPA branch  https://review.opendev.org/68891310:58
*** ianychoi__ is now known as ianychoi11:24
openstackgerritIvan Kolodyazhny proposed openstack/ironic-ui master: Use Python3 for integration tests  https://review.opendev.org/69185011:33
*** bfournie has quit IRC11:38
openstackgerritkhansa proposed openstack/sushy master: Add OEM extension example script  https://review.opendev.org/68983511:42
*** Lucas_Gray has joined #openstack-ironic11:50
*** ociuhandu has joined #openstack-ironic11:51
*** Goneri has quit IRC11:54
*** ociuhandu has quit IRC11:55
*** rh-jelabarre has joined #openstack-ironic11:58
*** mkrai has quit IRC12:03
*** mbeierl has joined #openstack-ironic12:04
*** goldyfruit___ has joined #openstack-ironic12:15
*** goldyfruit___ has quit IRC12:20
*** Goneri has joined #openstack-ironic12:23
*** belmoreira has joined #openstack-ironic12:27
*** Goneri has quit IRC12:28
*** Goneri has joined #openstack-ironic12:29
*** bfournie has joined #openstack-ironic12:31
*** Goneri has quit IRC12:35
rpiosoGood morning, ironic o/12:42
rpiosodtantsur: I'm having difficulty deploying devstack. Details are in the back scroll. Look familiar?12:43
dtantsurrpioso: morning. doesn't ring any bells, sorry12:45
*** pcaruana has quit IRC12:45
rpiosodtantsur: Thank you12:46
*** Wryhder has joined #openstack-ironic12:51
*** Lucas_Gray has quit IRC12:52
*** Wryhder is now known as Lucas_Gray12:52
jrollrpioso: I've seen similar behaviors when I've poorly pasted local.conf, maybe you can check that it looks ok? or put it on paste.openstack.org and we can look?12:54
*** Goneri has joined #openstack-ironic12:56
*** pcaruana has joined #openstack-ironic12:58
*** Goneri has quit IRC13:04
*** Lucas_Gray has quit IRC13:13
rpiosojroll: I believe it's okay -- http://paste.openstack.org/show/785630/. Except for the IP addresses, it's entirely based on the local.conf cdearborn is using. I believe he's deployed on Ubuntu Xenial or Fedora. It's definitely not Bionic, which is what I'm using.13:14
openstackgerritIvan Kolodyazhny proposed openstack/ironic-ui master: Use Python3 for integration tests  https://review.opendev.org/69185013:14
*** Goneri has joined #openstack-ironic13:15
*** tzumainn has joined #openstack-ironic13:18
openstackgerritMerged openstack/networking-baremetal master: Drop py2 job  https://review.opendev.org/69181513:21
*** goldyfruit___ has joined #openstack-ironic13:26
*** bobmel has joined #openstack-ironic13:28
*** khansa has quit IRC13:30
TheJuliarpioso: http://paste.openstack.org/show/785634/ is what I'm prsently using and I get a good stack minus my networking to my vm's seems wonky. For what your doing you could change that to flat networking based on the examples and remove the networking-generic-switch plugin reference.13:32
*** S4ren has joined #openstack-ironic13:35
jrollrpioso: hm, looks ok, sorry I can't be more help13:37
*** bobmel has quit IRC13:38
openstackgerritMerged openstack/python-ironic-inspector-client master: Switch jobs to python3  https://review.opendev.org/69090313:40
TheJuliarpioso: Any ^M characters?13:42
openstackgerritraphael.glon proposed openstack/ironic master: [WIP] snapshots feature, ironic state and orchestration implem  https://review.opendev.org/69186213:50
TheJuliarpioso: not in the paste at least :\13:50
*** pcaruana has quit IRC13:52
*** goldyfruit_ has joined #openstack-ironic13:53
*** pcaruana has joined #openstack-ironic13:55
*** goldyfruit___ has quit IRC13:55
mbeierlrpioso: Bionic changed to netplan from /etc/network/interfaces.  Should be supported by devstack, but it could be something to look for - problems bringing up interfaces?13:56
rpiosojroll, mbeierl, TheJulia: Thank you! I have more digging to do.14:04
mbeierlrpioso: and... now that I look more at devstack, it says that Bionic is the most tested and stable.  So that is probably not the issue14:05
rpiosombeierl: That's why I went with it :-)14:06
*** khansa has joined #openstack-ironic14:29
*** rloo has joined #openstack-ironic14:36
openstackgerritDmitry Tantsur proposed openstack/ironic-specs master: Node ownership: cover allocations  https://review.opendev.org/69187114:37
dtantsurtzumainn: ^^^14:37
TheJuliarunning to the doctor... again... so they can redo labs and give me a paper copy of a prescription so I don't run out of meds in shanghai14:42
TheJulia*grumbles*14:42
tzumainndtantsur, I'll take a look, thanks!14:44
*** mkrai_ has joined #openstack-ironic14:45
dtantsurTheJulia: good luck!14:46
*** mkrai_ has quit IRC14:54
*** bobmel has joined #openstack-ironic14:55
*** gyee has joined #openstack-ironic14:57
*** mkrai has joined #openstack-ironic14:57
*** ociuhandu has joined #openstack-ironic15:00
openstackgerritMerged openstack/ironic-python-agent master: [Trivial]: Typo in comment for _get_partition  https://review.opendev.org/69139415:02
TheJuliadtantsur: thanks, I need it. They changed records systems and it has been continious disaster as a service15:05
TheJuliaI'm sure the API for that already exists ...15:05
*** ociuhandu has quit IRC15:07
openstackgerritMerged openstack/ironic-ui master: Use Python3 for integration tests  https://review.opendev.org/69185015:10
*** Guest72324 has joined #openstack-ironic15:11
*** Guest72324 is now known as jerryw15:12
*** ociuhandu has joined #openstack-ironic15:12
*** jerryw is now known as jerrywang15:12
jerrywangHello, did anyone meet zuul test fail at ironic_standalone test item? Thanks. I had no idea why the item failed even checked the log.15:14
TheJuliajerrywang: could we get some more context?15:16
*** khansa has quit IRC15:17
jerrywangI submit a patch set 9 for WSME, zuul gave -1, because above failure I mentioned.15:18
jerrywangThe failure seemed not caused by my code, but I recheck 3 times, still fail.15:19
*** ociuhandu has quit IRC15:20
jerrywangSo I want to know anynoe else met such kind of failure recently when submit code review.15:20
jerrywanghttps://review.opendev.org/67585315:21
patchbotpatch 675853 - ironic - Add support for replacing WSME - 9 patch sets15:21
*** ociuhandu has joined #openstack-ironic15:22
jerrywangAnd another itme devstack mult-node item also fail, not know why, All other times are successful, only 2 items failed.15:23
*** jawad_ax_ has quit IRC15:24
dtantsurthese two jobs are the most unstable15:24
dtantsurif you've made sure that your patch is not causing the failure, you can recheck15:24
dtantsurI have a patch where the standalone job keeps failing as well15:24
*** jawad_axd has joined #openstack-ironic15:25
jerrywangOk, Thanks for your information, dtantsur. I would try more rechecks.15:25
*** ociuhandu has quit IRC15:26
*** jawad_axd has quit IRC15:29
dtantsurI suspect the standalone job may be even broken15:32
dtantsurwe may need to investigate it15:32
dtantsurrequests.exceptions.ConnectionError: HTTPSConnectionPool(host='158.69.75.19', port=443): Max retries exceeded with url: /baremetal/v1/lookup?addresses=52%3A54%3A00%3Adc%3A79%3A39%2C52%3A54%3A00%3A18%3A6d%3A27 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fb3d0b7a4e0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))15:36
dtantsurudevadm settle - timeout of 20 seconds reached, the event queue contains15:38
dtantsurahhhemmmm15:38
*** mkrai has quit IRC15:45
TheJuliaoverloaded ci node?15:47
TheJuliaI've seen a decent amount of multinode breakage recently, but each time I've looked it has been due to varying transitory things15:49
*** Goneri has quit IRC15:56
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent-builder master: tinyIPA: raise udevadm settle timeout  https://review.opendev.org/69189415:57
dtantsurTheJulia: we can try ^^^15:57
*** goldyfruit___ has joined #openstack-ironic15:59
TheJuliahmmm15:59
TheJuliaI guess I could see weirdness if the hypervisor CPU is just maxed out. That seems a bit excessive, but I guess that is okay too16:00
jrollTheJulia | I'm sure the API for that already exists ... <- for continuous disaster as a service? I think you want https://netflix.github.io/chaosmonkey/16:01
jrollgood luck with the medical industry :|16:01
*** goldyfruit_ has quit IRC16:01
TheJuliajroll: heh16:01
*** igordc has joined #openstack-ironic16:01
*** mkrai has joined #openstack-ironic16:01
dtantsurhttps://review.opendev.org/#/c/689524/ is on its 10th recheck, all because of standalone jobs16:03
patchbotpatch 689524 - ironic-tempest-plugin - Allow introspection some time to start in ironic-i... - 2 patch sets16:03
clarkbthe standalone job wasthe one runnung out of disk right? did VM images getmovedto the larger device to address that?16:06
dtantsurclarkb: yep, I think so16:08
dtantsurand we made them much smaller16:08
dtantsurat least some of failures are PXE timeouts, some are more strange (like above)16:08
* dtantsur wonders if the concurrency is too high16:08
dtantsurTheJulia, jroll, do you remember why we ended up having 6 VMs for the standalone job if concurrency is just 3?16:11
*** lucasagomes has quit IRC16:12
jrolldtantsur: not sure, but I bet we had both cranked up and then turned down concurrency16:13
jrolloh, some tests need multiple VMs, right?16:13
jrollmaybe not in standalone. not sure.16:13
dtantsurnot standalone, I think16:13
dtantsurmultinode tests certainly do16:14
TheJuliadtantsur: cleaning I think16:15
dtantsurI would expect cleaning to be finished before a test is over.. but maybe you're right16:16
TheJuliaI don't think the tests account for complete return, tbh16:17
*** igordc has quit IRC16:18
* dtantsur wants to run away screaming16:24
* TheJulia puts out whiskey16:32
clarkbhttps://lamada.eu/dstat-graph/ is useful when you suspect there are resource contention issues16:33
clarkbyou can download the dstat csv file, uncompress if necessary, then drop it in there16:33
TheJulianeat16:35
clarkbthe period of time where https://zuul.opendev.org/t/openstack/build/750bd017e50941979d320a4ff18561e2/logs fails seems fairly quiet though load average is quite significant not long after the test case fails16:35
clarkbseems we go into quite a bit of io wait at that time too (and there is significant paging too, is it swapping?)16:36
clarkbthere appears to be quite a bit of memory dedicated to cache which should be able to be used, but maybe it is swapping anyway16:36
*** tesseract has quit IRC16:38
dtantsurclarkb: how much memory do we have on the testing nodes?16:40
clarkb8GB of memory16:40
dtantsurshould be quite enough16:41
clarkbqemu-system-x86 is the biggest cpu hog at that time16:41
clarkbit is only about 22MB into swap there16:42
*** paulbrowne has joined #openstack-ironic16:44
openstackgerritJulia Kreger proposed openstack/ironic master: Block ability update callback_url  https://review.opendev.org/69077516:49
TheJuliarloo: ^^^ I replied to your comments, one thing doesn't seem required...16:53
rlooTheJulia: thx!16:54
TheJuliadtantsur: re 691372, is the thought that you have that if it looks like a hashed password structure at all, to let it through. I did the hash type checks to just back-up the overall logic, but I feel like your wondering about other hash types?17:03
dtantsuryeah. but on the other hand, a real password can look like a hash..17:07
TheJuliatrue17:08
rpittauI think I have the same concern, especially with random generated password17:08
TheJuliawhich was kind of why I was thinking we check the field values themselves and then, and only then permit it to move forward skipping a local hasing17:09
*** igordc has joined #openstack-ironic17:16
*** Goneri has joined #openstack-ironic17:17
TheJuliaI guess I'm not sure of any possible path forward if preventing and being open to anything... short of completely ripping it out and always assuming what we get is hashed, but that would be a very hard break :\17:18
rpittaubye, goodnight! o/17:25
*** rpittau is now known as rpittau|afk17:25
*** jawad_axd has joined #openstack-ironic17:26
*** gmann is now known as gmann_afk17:29
dtantsurTheJulia: we could extend the API with a new marker field, like "hashed": true17:32
TheJuliaalso never backportable :\17:32
TheJuliaWe would have to do essentially the same if we were to allow someone to submit their own pre-hashed password anyway17:33
*** gmann_afk is now known as gmann17:35
*** ociuhandu has joined #openstack-ironic17:40
dtantsurbackportability.. we may need to reconsider at some point how we treat the policy when it comes to internal interfaces17:41
dtantsurIPA API is not public and has never been17:41
dtantsur(ditto to an extent ironic-lib)17:41
dtantsurbut this is a whole rabbit hole :)17:41
*** dtantsur is now known as dtantsur|afk17:41
dtantsur|afkgotta go, see you tomorrow17:41
TheJuliaI'm totally for revising such things, and strongly believe that the existing stable policy model ties project hands from doing the right thing17:42
TheJuliabut! yeah17:42
TheJuliaI'm with you there17:42
*** ociuhandu has quit IRC17:45
*** mkrai has quit IRC17:57
*** paulbrowne has quit IRC18:07
*** ociuhandu has joined #openstack-ironic18:12
*** ociuhandu has quit IRC18:18
openstackgerritJulia Kreger proposed openstack/ironic master: Block ability update callback_url  https://review.opendev.org/69077518:32
*** dougsz has quit IRC18:48
*** alexmcleod has quit IRC18:52
*** Guest85345 is now known as benj_19:08
NobodyCamGoos Afternoon Ironic folks19:31
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Hash the rescue_password  https://review.opendev.org/69141320:25
TheJuliao/ NobodyCam20:38
NobodyCamo/ TheJulia20:42
*** khansa has joined #openstack-ironic20:48
openstackgerritTzu-Mainn Chen proposed openstack/ironic master: Allow node owners to administer nodes  https://review.opendev.org/68955120:59
*** dtruong has quit IRC21:01
*** problem_v has quit IRC21:01
*** problem_v has joined #openstack-ironic21:01
*** dtruong has joined #openstack-ironic21:01
*** khansa has quit IRC21:12
*** pcaruana has quit IRC21:15
rpiosoTheJulia: Might you have time to review https://review.opendev.org/668987? It's doc :-)21:17
patchbotpatch 668987 - ironic - Improve iDrac Documentation - 17 patch sets21:18
rpiosoNobodyCam: o/21:18
TheJuliarpioso: will do after my current conference call and I run into town21:18
rpiosoTheJulia: Thank you so much!21:18
* rpioso passes TheJulia a pot of coffee ;-)21:19
*** Goneri has quit IRC21:27
*** bfournie has quit IRC21:59
*** rcernin has joined #openstack-ironic22:02
*** goldyfruit___ has quit IRC22:04
NobodyCamrpioso: \o22:10
rpiosoNobodyCam: :-)22:23
NobodyCamhehehe :)22:24
*** gyee has quit IRC22:27
*** mroh has quit IRC22:33
*** goldyfruit___ has joined #openstack-ironic22:35
*** gyee has joined #openstack-ironic22:52
*** etingof has quit IRC23:08
*** Goneri has joined #openstack-ironic23:29
*** mroh has joined #openstack-ironic23:37
*** Goneri has quit IRC23:38
*** goldyfruit___ has quit IRC23:45
*** goldyfruit___ has joined #openstack-ironic23:48
*** mbeierl has quit IRC23:50
*** gyee has quit IRC23:54

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