openstackgerrit | Merged openstack/virtualbmc master: Updated from global requirements https://review.openstack.org/485306 | 00:04 |
---|---|---|
*** Nisha_away has joined #openstack-ironic | 00:16 | |
*** Nisha_ has quit IRC | 00:16 | |
*** rama_y has quit IRC | 00:17 | |
*** masber has joined #openstack-ironic | 00:23 | |
TheJulia | jlvillal: http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/0636f2b/console.html#_2017-07-19_23_59_28_162526 :( | 00:24 |
jlvillal | TheJulia, Yeah :( | 00:25 |
jlvillal | TheJulia, Why I wanted to see the test run! | 00:25 |
jlvillal | TheJulia, Could be a mistake in my test patches | 00:25 |
TheJulia | It is suspicious that the volume goes from downloading to *boom* | 00:26 |
*** pmannidi has joined #openstack-ironic | 00:30 | |
*** makowals has joined #openstack-ironic | 00:30 | |
TheJulia | jlvillal: http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/0636f2b/logs/screen-c-vol.txt.gz#_Jul_19_23_59_19_747981 | 00:31 |
*** crushil has quit IRC | 00:31 | |
*** crushil has joined #openstack-ironic | 00:32 | |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/0636f2b/logs/screen-c-vol.txt.gz#_Jul_19_23_59_19_747981 | 00:33 |
TheJulia | I wonder if the dict to object changes that were requested did this.... | 00:33 |
TheJulia | hmm, the connectors could have been missing | 00:35 |
TheJulia | err | 00:36 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/0636f2b/logs/screen-c-api.txt.gz#_Jul_19_23_59_19_650293 | 00:37 |
*** Nisha_ has joined #openstack-ironic | 00:39 | |
*** Nisha_away has quit IRC | 00:39 | |
*** fragatina has joined #openstack-ironic | 00:40 | |
*** Nisha_away has joined #openstack-ironic | 00:41 | |
*** Nisha_ has quit IRC | 00:41 | |
*** fragatin_ has quit IRC | 00:42 | |
TheJulia | jlvillal: if api log is correct, the volume connector was never touched to create the endpoint | 00:42 |
*** fragatina has quit IRC | 00:45 | |
*** fragatina has joined #openstack-ironic | 00:45 | |
*** fragatina has quit IRC | 00:46 | |
*** fragatina has joined #openstack-ironic | 00:46 | |
*** fragatina has quit IRC | 00:50 | |
*** rloo has joined #openstack-ironic | 00:52 | |
*** fragatina has joined #openstack-ironic | 00:53 | |
TheJulia | yeah, if no connectors, it falls though. | 00:53 |
wong_ | morning | 00:54 |
*** litao__ has joined #openstack-ironic | 00:57 | |
*** fragatina has quit IRC | 00:57 | |
*** makowals has quit IRC | 01:00 | |
TheJulia | jlvillal: https://review.openstack.org/#/c/485348/1/devstack-vm-gate-wrap.sh line 50 never gets logged, the conditional never occurs and the variable is not recorded. :( | 01:02 |
patchbot | patch 485348 - openstack-infra/devstack-gate - DNM/WIP: Trying to test boot-from-volume for Ironic | 01:02 |
TheJulia | which results in the connector not being created, which means 0 connectors returned inside nova's connector call, and an empty initiator being sent to cinder, which causes cinder to go *boom* | 01:03 |
TheJulia | jlvillal: well, to be more precise, it is going into it, it is not logging the variables being set upon export, and they are not showing up elsewhere in the logs | 01:04 |
*** makowals has joined #openstack-ironic | 01:05 | |
*** phuongnh has joined #openstack-ironic | 01:06 | |
*** kjw3 has joined #openstack-ironic | 01:08 | |
*** zhangfei has joined #openstack-ironic | 01:10 | |
*** jkilpatr has quit IRC | 01:11 | |
*** Nisha_ has joined #openstack-ironic | 01:15 | |
*** Nisha_away has quit IRC | 01:15 | |
openstackgerrit | Siyi Luo proposed openstack/virtualbmc master: Enable some off-by-default checks https://review.openstack.org/485392 | 01:23 |
*** Nisha_away has joined #openstack-ironic | 01:25 | |
*** Nisha_ has quit IRC | 01:25 | |
*** harlowja has quit IRC | 01:32 | |
openstackgerrit | yuan liang proposed openstack/ironic-inspector master: Add selinux check in Troubleshooting PXE boot document https://review.openstack.org/482848 | 01:33 |
masber | good morning, I am trying to use ironic, I was following the documentation and I have a couple of doubts regarding the image creation process. Is this the right place to ask? | 01:40 |
TheJulia | deployment image or the image deployed? | 01:41 |
*** rloo has quit IRC | 01:41 | |
*** rloo has joined #openstack-ironic | 01:41 | |
*** rloo has quit IRC | 01:43 | |
masber | TheJulia, deployment image or the images in general | 01:52 |
TheJulia | The deployment image being Ironic-Python-Agent ? | 01:53 |
masber | yes | 01:53 |
masber | well for instance "disk-image-create ubuntu baremetal dhcp-all-interfaces grub2 -o my-image" creates 3 files | 01:54 |
masber | my-image.vmlinuz is the kernel disk and the initrd is the ramdisk right? | 01:55 |
openstackgerrit | yuan liang proposed openstack/ironic-inspector master: Add selinux check in Troubleshooting PXE boot document https://review.openstack.org/482848 | 01:55 |
masber | so why do i need to create the kernel and the ramdisk again as a deployment image using this command "disk-image-create ironic-agent fedora -o ironic-deploy"? | 01:56 |
*** mvpnitesh has quit IRC | 01:57 | |
*** mvpnitesh has joined #openstack-ironic | 01:58 | |
*** hw_wutianwei has joined #openstack-ironic | 01:58 | |
*** Nisha_ has joined #openstack-ironic | 02:04 | |
*** Nisha_away has quit IRC | 02:04 | |
*** mvpnitesh has quit IRC | 02:04 | |
*** Nisha_away has joined #openstack-ironic | 02:05 | |
*** Nisha_ has quit IRC | 02:05 | |
openstackgerrit | Merged openstack/sushy master: Rework sushy documentation for doc migration https://review.openstack.org/484466 | 02:09 |
openstackgerrit | yuan liang proposed openstack/ironic-inspector master: Add selinux check in Troubleshooting PXE boot document https://review.openstack.org/482848 | 02:11 |
*** makowals has quit IRC | 02:13 | |
*** Nisha_ has joined #openstack-ironic | 02:18 | |
*** Nisha_away has quit IRC | 02:18 | |
*** mtanino_ has joined #openstack-ironic | 02:18 | |
wong_ | my node is available, I use 'nova boot', but It's still in available | 02:19 |
*** baoli has quit IRC | 02:20 | |
*** Nisha_ has quit IRC | 02:22 | |
*** Nisha_ has joined #openstack-ironic | 02:23 | |
*** Nisha_ has quit IRC | 02:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic master: Updated from global requirements https://review.openstack.org/485405 | 02:31 |
openstackgerrit | Merged openstack/ironic-lib master: Correct url in setup.cfg for documentation path https://review.openstack.org/483519 | 02:35 |
*** Nisha_Agarwal has joined #openstack-ironic | 02:36 | |
*** makowals has joined #openstack-ironic | 02:36 | |
*** tuanluong has joined #openstack-ironic | 02:41 | |
openstackgerrit | Julia Kreger proposed openstack/sushy master: Correct sushy homepage https://review.openstack.org/484470 | 02:44 |
*** Nisha_Agarwal has quit IRC | 02:44 | |
*** Nisha_ has joined #openstack-ironic | 02:44 | |
*** crushil has quit IRC | 02:44 | |
*** crushil has joined #openstack-ironic | 02:45 | |
TheJulia | wong_: What does nova say? Does your ironic conductor log indicate anything that might hint as to what failed? | 02:46 |
*** Nisha_ has quit IRC | 02:46 | |
*** Nisha_ has joined #openstack-ironic | 02:46 | |
*** Nisha_away has joined #openstack-ironic | 02:47 | |
*** Nisha_ has quit IRC | 02:47 | |
TheJulia | masber: so ironic needs two images. The first being the deployment image, with the ironic-agent element, installs Ironic-Python-Agent. That ramdisk is what is boot to perform the actual write to local storage of the disk image that is created with the other disk-image-create command. On of the extremely important steps with Ironic-Python-Agent is the step of cleaning away old contents from the disks once | 02:48 |
TheJulia | a node has been moved to a deleted provision state | 02:48 |
TheJulia | masber: For what its worth, that first disk-image-create command to build the image that is actually deployed to the disk is what is called a partition image. You correctly identified the ramdisk and kernel, but there should also be a qcow2 file which would be the partition or disk image contents | 02:49 |
TheJulia | s/partition/partition image/ | 02:49 |
TheJulia | kevinbenton: following up from my comment earlier, the failure rate feels stupidly high just from having to run rechecks tonight. | 02:50 |
*** harlowja has joined #openstack-ironic | 02:52 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 02:54 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 02:56 |
*** rama_y has joined #openstack-ironic | 02:59 | |
*** Sukhdev_ has joined #openstack-ironic | 03:00 | |
*** Sukhdev has quit IRC | 03:01 | |
*** Nisha_ has joined #openstack-ironic | 03:12 | |
*** Nisha_away has quit IRC | 03:12 | |
*** shuangyangqian has joined #openstack-ironic | 03:13 | |
*** shuangyangqian has quit IRC | 03:19 | |
*** Nisha_ has quit IRC | 03:19 | |
*** Nisha_ has joined #openstack-ironic | 03:19 | |
TheJulia | wong_: Please don't message me privately. Keeping the discussion in the channel helps everyone. | 03:19 |
*** syqian has joined #openstack-ironic | 03:19 | |
TheJulia | wong_: your message indicated NoValidHost in nova which means scheduling issue. Either the flavor your requesting does not match what ironic is offering in terms of properties about a node, OR the nodes are just all in use when your requesting one. I recommend you consult your nova scheduler log file to see what it says. | 03:21 |
*** rama_y has quit IRC | 03:25 | |
openstackgerrit | Merged openstack/sushy master: Minor spelling fix https://review.openstack.org/485341 | 03:28 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds macs discovery https://review.openstack.org/483127 | 03:31 |
*** Nisha_away has joined #openstack-ironic | 03:35 | |
*** Nisha_ has quit IRC | 03:35 | |
wong_ | OK | 03:35 |
wong_ | you are right, the flavor doesn't match | 03:37 |
syqian | TheJulia, hi,can i ask you a question?I want to use the root and the root's password to access the ramdisk when deploy the bm with the ironic.Can you give me some suggestions?Thank you. | 03:38 |
wong_ | I update the node's instance_info | 03:39 |
TheJulia | syqian: You can ask as many questions as you want, I just may not be awake for all of them :) | 03:39 |
wong_ | but the nova hypervisor's info doesn't update | 03:40 |
TheJulia | wong_: It happens :) Add them to the properties and retry. Just give nova 2-3 minutes to update the information | 03:40 |
wong_ | just wait? | 03:41 |
TheJulia | 2-3 minutes after fixing properties on the ironic node | 03:41 |
wong_ | OK | 03:41 |
*** Nisha_away has quit IRC | 03:41 | |
*** Nisha_away has joined #openstack-ironic | 03:41 | |
TheJulia | wong_: I think the task that loads the data runs every 90 seconds to two minutes. Just testing with a couple of nodes, it should be almost immediate refresh for scheduling data, which is why I said wait 2-3 minutes, since you don't know where it is in that whole process | 03:42 |
TheJulia | wong_: checking nova scheduler log will tell you though :) | 03:42 |
wong_ | tks | 03:43 |
TheJulia | syqian: Explicitly using root is not a good idea from a security standpoint. Also burning credentials into the deployment ramdisk is not advisable from a security standpoint. What are you trying to achieve as your end result. There is likely another way, that is if unless your attempting to troubleshoot, then that is easy to help you gain access to the ramdisk :) | 03:44 |
*** Nisha_ has joined #openstack-ironic | 03:45 | |
*** Nisha_away has quit IRC | 03:45 | |
syqian | TheJulia, my purpose is just to troubleshoot.you know, in the deploy process it will appear some questions, for example the ipa cann't find the hard disk. | 03:49 |
*** Nisha_ has quit IRC | 03:49 | |
*** Nisha_Agarwal has joined #openstack-ironic | 03:49 | |
*** vishwanathj has quit IRC | 03:52 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds macs discovery https://review.openstack.org/483127 | 03:52 |
*** Nisha_ has joined #openstack-ironic | 03:53 | |
*** Nisha_Agarwal has quit IRC | 03:53 | |
*** tiendc has joined #openstack-ironic | 03:53 | |
TheJulia | syqian: IPA does ship logs up to the conductor now, so that might be useful for your troubleshooting. Instead of root, you may want to consider the diskimage-builder devuser element | 03:55 |
TheJulia | syqian: https://github.com/openstack/diskimage-builder/tree/master/diskimage_builder/elements/devuser Depending on the base linux distribution, you may need to also install openssh-server which can be done by adding it as a package to install. "-p package_name" on the disk-image-create command line. | 03:56 |
TheJulia | syqian: If you are using coreos, you can add an SSH public key value to your command line. I have a link for that someplace, one minute | 03:57 |
TheJulia | syqian: A few options can be found here: https://github.com/openstack/ironic-python-agent/blob/master/doc/source/admin/troubleshooting.rst | 03:58 |
syqian | TheJulia, Ok,i will have a try with you suggestions. Thank you. | 03:59 |
TheJulia | syqian: If you have any more questions, or need additional assistance, just ask here in channel. I'm going to revise a patch and get some sleep since it is getting quite late here. | 04:00 |
syqian | TheJulia, Ok, thank you for your help.:) | 04:01 |
*** crushil has quit IRC | 04:02 | |
*** crushil has joined #openstack-ironic | 04:03 | |
openstackgerrit | Merged openstack/sushy master: Correct sushy homepage https://review.openstack.org/484470 | 04:04 |
*** fragatina has joined #openstack-ironic | 04:05 | |
*** fragatina has quit IRC | 04:07 | |
*** fragatina has joined #openstack-ironic | 04:08 | |
*** udesale has joined #openstack-ironic | 04:08 | |
*** Nisha_ has quit IRC | 04:08 | |
*** Nisha_ has joined #openstack-ironic | 04:08 | |
*** mtanino_ has quit IRC | 04:12 | |
*** Nisha_away has joined #openstack-ironic | 04:13 | |
*** Nisha_ has quit IRC | 04:13 | |
*** Nisha_ has joined #openstack-ironic | 04:17 | |
*** Nisha_away has quit IRC | 04:17 | |
TheJulia | \o/ | 04:17 |
*** Nisha_ has quit IRC | 04:18 | |
*** sasha2 has quit IRC | 04:18 | |
*** harlowja has quit IRC | 04:18 | |
*** Nisha_ has joined #openstack-ironic | 04:18 | |
*** chlong_ has joined #openstack-ironic | 04:20 | |
jlvillal | TheJulia, I think you figured it out | 04:20 |
jlvillal | TheJulia, Those variables should have been in DEVSTACK_LOCAL_CONFIG. I added a comment to the project-config patch to that effect. | 04:20 |
jlvillal | TheJulia, Well at least figured out that issue :) | 04:21 |
*** Nisha_ has quit IRC | 04:21 | |
*** Nisha_ has joined #openstack-ironic | 04:22 | |
jlvillal | TheJulia, it still fails :( | 04:22 |
TheJulia | jlvillal: yup, I did | 04:22 |
TheJulia | about to fix the nova patch | 04:22 |
jlvillal | TheJulia, http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/b8596a9/console.html#_2017-07-20_02_51_57_557719 | 04:22 |
jlvillal | TheJulia, See, I think it was a good thing we setup this test patch ;) | 04:22 |
jlvillal | TheJulia, And by the way, isn't it very very late?????? | 04:23 |
TheJulia | jlvillal: not disagreeing :) | 04:23 |
* jlvillal is about to go to sleep here | 04:23 | |
TheJulia | yeah, it is late | 04:23 |
TheJulia | I'm likely going to waffle house and then crashing | 04:23 |
jlvillal | TheJulia, Get some sleep! | 04:23 |
TheJulia | which means 2AM, but *srugs* | 04:23 |
TheJulia | shrugs | 04:23 |
* TheJulia goes and rechecks the test patch | 04:23 | |
jlvillal | Sleep in late :) | 04:23 |
jlvillal | TheJulia, Thanks for following up on the test failures! | 04:23 |
TheJulia | jlvillal: can't really :\ | 04:27 |
TheJulia | dtantsur|afk: I don't trust myself to create the release patches at the moment. I can make them when I get up in the morning if that works for you. | 04:27 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds macs discovery https://review.openstack.org/483127 | 04:27 |
TheJulia | jlvillal: recheck fired off, goodnight! | 04:28 |
*** harlowja has joined #openstack-ironic | 04:30 | |
*** adisky__ has joined #openstack-ironic | 04:33 | |
*** rcernin has joined #openstack-ironic | 04:34 | |
*** rama_y has joined #openstack-ironic | 04:37 | |
*** mvpnitesh has joined #openstack-ironic | 04:39 | |
*** tiendc has quit IRC | 04:41 | |
*** Nisha_ has quit IRC | 04:42 | |
*** marios has joined #openstack-ironic | 04:47 | |
*** fragatina has quit IRC | 04:47 | |
*** kjw3 has quit IRC | 04:47 | |
*** marios has quit IRC | 04:49 | |
*** kjw3 has joined #openstack-ironic | 04:49 | |
*** crushil has quit IRC | 04:58 | |
*** crushil has joined #openstack-ironic | 04:59 | |
*** fragatina has joined #openstack-ironic | 05:11 | |
*** vmud213 has joined #openstack-ironic | 05:12 | |
*** aparnav has joined #openstack-ironic | 05:20 | |
TheJulia | jlvillal: I revised the nova patch again. Any thoughts on the unit tests would be appreciated, I'm not sure there is a good way short of just adding another helper in to nova :( Anyway, hopefully it passes at least the integration test. Anyway, finally going to get some sleep. | 05:25 |
*** chlong_ has quit IRC | 05:26 | |
*** jjung has joined #openstack-ironic | 05:28 | |
*** harlowja has quit IRC | 05:33 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: Rename dev-quickstart to quickstart https://review.openstack.org/485447 | 05:36 |
*** rcernin has quit IRC | 05:36 | |
*** mjura has joined #openstack-ironic | 05:37 | |
*** fragatina has quit IRC | 05:41 | |
wong_ | hi,julia, how can I Know about the type of IPA? | 05:52 |
wong_ | my colleague made an image about HP proliant | 05:52 |
wong_ | but when I try to call create_configuration,the driver return error | 05:53 |
wong_ | said ” No HardwareManager found to handle method: Could not find method: create_configuration',u'code': 500, u'type': u'CleaningError'” | 05:54 |
*** Sukhdev_ has quit IRC | 05:56 | |
*** rcernin has joined #openstack-ironic | 05:59 | |
*** tuanluong has quit IRC | 06:09 | |
*** jaganathan has quit IRC | 06:10 | |
*** rbartal has joined #openstack-ironic | 06:21 | |
*** tuanluong has joined #openstack-ironic | 06:27 | |
*** marios has joined #openstack-ironic | 06:30 | |
openstackgerrit | Ankit Kumar proposed openstack/proliantutils master: Redfish: Adds server capabilities https://review.openstack.org/485098 | 06:31 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic master: Add 'inspect_ports' as a 'driver_info' parameter to iLO drivers https://review.openstack.org/325230 | 06:33 |
openstackgerrit | Merged openstack/proliantutils master: Add 'sriov_enabled' capability https://review.openstack.org/483458 | 06:41 |
*** jaganathan has joined #openstack-ironic | 06:48 | |
*** priteau has joined #openstack-ironic | 06:52 | |
*** skazi has joined #openstack-ironic | 06:56 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 07:07 |
*** milan has quit IRC | 07:11 | |
*** crushil has quit IRC | 07:12 | |
*** crushil has joined #openstack-ironic | 07:12 | |
*** crushil has quit IRC | 07:15 | |
openstackgerrit | yuan liang proposed openstack/ironic-inspector master: Add selinux check in Troubleshooting PXE boot document https://review.openstack.org/482848 | 07:16 |
*** crushil has joined #openstack-ironic | 07:16 | |
*** crushil has quit IRC | 07:17 | |
*** ccamacho has joined #openstack-ironic | 07:19 | |
*** tesseract has joined #openstack-ironic | 07:19 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 07:26 |
*** ChubYann has quit IRC | 07:29 | |
*** pmannidi has quit IRC | 07:29 | |
*** amarao has joined #openstack-ironic | 07:29 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 07:33 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 07:38 |
*** amarao has quit IRC | 07:38 | |
*** amarao has joined #openstack-ironic | 07:40 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds macs discovery https://review.openstack.org/483127 | 07:43 |
*** aarefiev_afk is now known as aarefiev | 07:43 | |
*** skazi has quit IRC | 07:46 | |
*** milan has joined #openstack-ironic | 07:46 | |
wong_ | I know why it doesn't work, deploy image of centos doesn't support proliant-tools... | 07:54 |
*** etingof has quit IRC | 07:56 | |
*** karimb has joined #openstack-ironic | 07:58 | |
*** yolanda has quit IRC | 07:58 | |
*** ralonsoh has joined #openstack-ironic | 08:00 | |
*** etingof has joined #openstack-ironic | 08:12 | |
*** mvpnitesh has quit IRC | 08:14 | |
*** mjturek has quit IRC | 08:15 | |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Improve ports API reference https://review.openstack.org/483015 | 08:15 |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Improve port update API unit tests https://review.openstack.org/482982 | 08:17 |
*** karimb has quit IRC | 08:18 | |
*** etingof has quit IRC | 08:19 | |
*** gcb has joined #openstack-ironic | 08:21 | |
*** lucas-afk is now known as lucasgomes | 08:22 | |
*** mgoddard_ has joined #openstack-ironic | 08:24 | |
milan | morning Ironic! :) | 08:29 |
*** skazi has joined #openstack-ironic | 08:30 | |
*** priteau has quit IRC | 08:31 | |
openstackgerrit | Madhuri Kumari proposed openstack/ironic master: Add validation for portgroup mode https://review.openstack.org/485491 | 08:33 |
*** fragatina has joined #openstack-ironic | 08:40 | |
mgoddard_ | good morning all | 08:40 |
milan | morning mgoddard_! :) | 08:46 |
mgoddard_ | morning milan, did you get your proposal in? | 08:47 |
milan | no answers yet mgoddard_ | 08:47 |
mgoddard_ | but it was submitted? | 08:47 |
milan | mgoddard_ yup :) | 08:48 |
milan | how about you guys? | 08:48 |
mgoddard_ | I think stig managed to submit 3, all partnered with another organisation | 08:49 |
mgoddard_ | could be a tough week for him if they're all accepted! | 08:49 |
*** karimb has joined #openstack-ironic | 08:49 | |
*** udesale__ has joined #openstack-ironic | 08:49 | |
milan | mgoddard_, yeah seems so :) I've got just 2 one of which would be status update | 08:50 |
mgoddard_ | well good luck with them both | 08:51 |
mgoddard_ | physnet API changes got merged last night :D | 08:52 |
*** udesale has quit IRC | 08:52 | |
mgoddard_ | no going back now... | 08:52 |
*** yolanda has joined #openstack-ironic | 08:53 | |
milan | :D \o/ | 08:53 |
*** yolanda has quit IRC | 08:54 | |
*** yolanda has joined #openstack-ironic | 08:55 | |
*** hoonetorg has joined #openstack-ironic | 09:10 | |
*** sambetts|afk is now known as sambetts | 09:16 | |
*** vmud213 has quit IRC | 09:16 | |
sambetts | Morning all | 09:16 |
openstackgerrit | octopuszhang proposed openstack/ironic master: replace 'interrace' with 'interface' https://review.openstack.org/485513 | 09:28 |
*** vmud213 has joined #openstack-ironic | 09:31 | |
*** fragatina has quit IRC | 09:34 | |
openstackgerrit | Ankit Kumar proposed openstack/proliantutils master: Redfish: Adds server capabilities https://review.openstack.org/485098 | 09:43 |
openstackgerrit | vinay kumar muddu proposed openstack/proliantutils master: Redfish: Add secure boot API support https://review.openstack.org/472244 | 09:56 |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Rolling upgrades support for port.physical_network https://review.openstack.org/477694 | 09:58 |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Add convert_field_to_version to base IronicObject https://review.openstack.org/485527 | 09:58 |
*** udesale has joined #openstack-ironic | 09:58 | |
*** udesale__ has quit IRC | 10:00 | |
*** jjung has quit IRC | 10:01 | |
*** dtantsur|afk is now known as dtantsur | 10:01 | |
dtantsur | morning ironic | 10:01 |
dtantsur | TheJulia: no worries, I'll make them now | 10:01 |
openstackgerrit | bhavani proposed openstack/bifrost master: Handle log message interpolation by the logger in common/ https://review.openstack.org/485123 | 10:02 |
*** tuanluong has quit IRC | 10:03 | |
dtantsur | TheJulia: https://review.openstack.org/#/c/485529/ and https://review.openstack.org/#/c/485532/ | 10:06 |
patchbot | patch 485529 - releases - Release sushy 1.0.0 for Pike | 10:06 |
patchbot | patch 485532 - releases - Release ironic-lib 2.9.0 for Pike | 10:06 |
openstackgerrit | Arundhati Surpur proposed openstack/virtualbmc master: Drop MANIFEST.in - it's not needed by pbr https://review.openstack.org/485534 | 10:09 |
*** jjung has joined #openstack-ironic | 10:14 | |
openstackgerrit | Arundhati Surpur proposed openstack/virtualbmc master: Removes unnecessary utf-8 encoding https://review.openstack.org/485535 | 10:14 |
*** mvpnitesh has joined #openstack-ironic | 10:16 | |
*** MattMan_1 has quit IRC | 10:16 | |
*** MattMan_1 has joined #openstack-ironic | 10:16 | |
openstackgerrit | Merged openstack/proliantutils master: Redfish: Add secure boot API support https://review.openstack.org/472244 | 10:16 |
*** rama_y has quit IRC | 10:30 | |
*** rama_y has joined #openstack-ironic | 10:31 | |
*** rama_y has quit IRC | 10:32 | |
*** rama_y has joined #openstack-ironic | 10:32 | |
*** pc_m has quit IRC | 10:32 | |
*** rama_y has quit IRC | 10:33 | |
*** rama_y has joined #openstack-ironic | 10:34 | |
*** pc_m has joined #openstack-ironic | 10:34 | |
*** rama_y has quit IRC | 10:35 | |
*** karimb has quit IRC | 10:48 | |
*** athomas has quit IRC | 10:48 | |
*** etingof has joined #openstack-ironic | 10:48 | |
*** athomas has joined #openstack-ironic | 10:49 | |
openstackgerrit | Merged openstack/python-ironic-inspector-client master: Introducing cli and contributor content https://review.openstack.org/484724 | 10:50 |
openstackgerrit | Merged openstack/python-ironic-inspector-client master: Introducing warning-is-error to docs https://review.openstack.org/484733 | 10:50 |
*** hoonetorg has quit IRC | 10:52 | |
*** karimb has joined #openstack-ironic | 10:55 | |
openstackgerrit | Ankit Kumar proposed openstack/proliantutils master: Redfish: Adds server capabilities https://review.openstack.org/485098 | 10:58 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-ui master: Imported Translations from Zanata https://review.openstack.org/485177 | 10:59 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 11:00 |
*** phuongnh has quit IRC | 11:00 | |
openstackgerrit | Merged openstack/ironic master: Improve port update API unit tests https://review.openstack.org/482982 | 11:02 |
*** jkilpatr has joined #openstack-ironic | 11:02 | |
openstackgerrit | Merged openstack/python-ironicclient master: Add physical network to port commands https://review.openstack.org/461893 | 11:05 |
*** pc_m has quit IRC | 11:16 | |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Add tempest tests for physical networks https://review.openstack.org/470915 | 11:16 |
*** amarao1 has joined #openstack-ironic | 11:17 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 11:18 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 11:19 |
*** pc_m has joined #openstack-ironic | 11:20 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 11:21 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds macs discovery https://review.openstack.org/483127 | 11:24 |
*** amarao1 has quit IRC | 11:26 | |
*** xavierr has quit IRC | 11:28 | |
*** xavierr has joined #openstack-ironic | 11:28 | |
*** zhangfei has quit IRC | 11:29 | |
*** hoonetorg has joined #openstack-ironic | 11:30 | |
*** amarao1 has joined #openstack-ironic | 11:33 | |
*** jjung has quit IRC | 11:37 | |
*** amarao1 has quit IRC | 11:40 | |
*** amarao1 has joined #openstack-ironic | 11:43 | |
*** amarao1 has quit IRC | 11:44 | |
*** amarao1 has joined #openstack-ironic | 11:45 | |
*** amarao1 has quit IRC | 11:46 | |
*** amarao1 has joined #openstack-ironic | 11:47 | |
*** amarao1 has quit IRC | 11:47 | |
*** amarao1 has joined #openstack-ironic | 11:48 | |
*** fellypefca has joined #openstack-ironic | 11:49 | |
fellypefca | Morning everyone :) | 11:50 |
*** ralonsoh has quit IRC | 11:50 | |
*** ralonsoh has joined #openstack-ironic | 11:50 | |
*** adisky__ has quit IRC | 11:50 | |
*** rbudden has joined #openstack-ironic | 11:54 | |
openstackgerrit | Merged openstack/proliantutils master: Redfish: Adds server capabilities https://review.openstack.org/485098 | 11:54 |
*** ricardoas has joined #openstack-ironic | 11:55 | |
*** udesale__ has joined #openstack-ironic | 11:56 | |
*** udesale has quit IRC | 11:58 | |
*** aparnav has quit IRC | 12:01 | |
*** amarao has quit IRC | 12:01 | |
*** amarao1 has quit IRC | 12:02 | |
*** amarao has joined #openstack-ironic | 12:03 | |
*** udesale has joined #openstack-ironic | 12:03 | |
*** hoonetorg has quit IRC | 12:03 | |
*** ricardoas has quit IRC | 12:04 | |
*** litao__ has quit IRC | 12:04 | |
*** udesale__ has quit IRC | 12:05 | |
*** trown|outtypewww is now known as trown | 12:07 | |
*** amarao1 has joined #openstack-ironic | 12:09 | |
*** amarao1 has quit IRC | 12:09 | |
*** skazi has quit IRC | 12:10 | |
*** baoli has joined #openstack-ironic | 12:15 | |
*** chlong_ has joined #openstack-ironic | 12:16 | |
*** athomas has quit IRC | 12:19 | |
*** _milan_ has joined #openstack-ironic | 12:20 | |
openstackgerrit | Dao Cong Tien proposed openstack/ironic-specs master: Nova-compatible console log for Ironic https://review.openstack.org/453627 | 12:20 |
*** dprince has joined #openstack-ironic | 12:21 | |
*** milan has quit IRC | 12:22 | |
*** bfournie has quit IRC | 12:24 | |
*** etingof has quit IRC | 12:24 | |
*** syqian has quit IRC | 12:25 | |
*** syqian has joined #openstack-ironic | 12:25 | |
*** etingof has joined #openstack-ironic | 12:37 | |
*** ricardoas has joined #openstack-ironic | 12:40 | |
TheJulia | dtantsur: thanks! | 12:44 |
*** rloo has joined #openstack-ironic | 12:46 | |
dtantsur | morning TheJulia! the releases are done now apparently | 12:47 |
TheJulia | I just opened my screen, and saw it the merge in #openstack-release \o/ | 12:48 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/921d1f3/logs/ironic-bm-logs/node-1_no_ansi_2017-07-20-06:26:47.txt.gz <-- bfv tests are getting closer.... much closer. | 12:49 |
fellypefca | Hey, I need to add an admin documentation about a new flag that I created on driver_info. What is the file on doc/source/admin that I can put that? | 12:49 |
nicodemos | morning | 12:49 |
*** sasha21 has joined #openstack-ironic | 12:50 | |
TheJulia | fellypefca: I would just try and figure out where it fits best and go from there | 12:50 |
TheJulia | personally | 12:51 |
fellypefca | I read the files but I can't find the place there fits best for flags on driver_info. I'll go deeper on that. | 12:55 |
rloo | good morning TheJulia, dtantsur, fellypefca, nicodemos | 12:56 |
rloo | fellypefca: i'm not sure we have any doc on driver_info. I assume you mean node.driver_info? the descriptions for those are avail via the API. You are welcome to add doc though. | 12:58 |
fellypefca | rloo Morning :) and thanks. | 12:59 |
*** bfournie has joined #openstack-ironic | 12:59 | |
*** syqian_ has joined #openstack-ironic | 13:00 | |
*** syqian has quit IRC | 13:02 | |
*** gcb has quit IRC | 13:02 | |
*** gcb has joined #openstack-ironic | 13:03 | |
dtantsur | morning rloo | 13:04 |
rloo | TheJulia: Thank you for babysitting the doc migration patches! | 13:04 |
*** jcoufal has joined #openstack-ironic | 13:05 | |
*** hw_wutianwei has quit IRC | 13:05 | |
openstackgerrit | vinay kumar muddu proposed openstack/proliantutils master: Redfish: Adds secure_boot to server capabilities https://review.openstack.org/485606 | 13:06 |
rodrigofm | Morning | 13:06 |
rodrigofm | About the migrations on HP Driver to use python-hponeview-client instead of python-oneview-client, if someone could review I'd appreciate it. | 13:11 |
rodrigofm | https://review.openstack.org/#/c/468129/ | 13:11 |
patchbot | patch 468129 - ironic - Introduce hpOneView and ilorest to OneView | 13:11 |
*** SerenaFeng has joined #openstack-ironic | 13:12 | |
*** SerenaFeng has quit IRC | 13:12 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic master: Updated from global requirements https://review.openstack.org/485405 | 13:15 |
*** SerenaFeng has joined #openstack-ironic | 13:17 | |
openstackgerrit | Hugo Nicodemos proposed openstack/ironic master: [DNM|WIP] Use mac virtual for OneView drivers https://review.openstack.org/485618 | 13:17 |
*** cdearborn has joined #openstack-ironic | 13:18 | |
dtantsur | rodrigofm: hi! we're a bit behind reviews because of the docs migration and 2 deadlines for releases | 13:19 |
dtantsur | I hope we can get back on speed soon | 13:19 |
*** mjturek has joined #openstack-ironic | 13:20 | |
rodrigofm | Thanks dtantsur | 13:20 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/921d1f3/logs/ironic-bm-logs/node-1_no_ansi_2017-07-20-06:26:47.txt.gz <-- that moment when you wish ipxe was a little more verbose. | 13:20 |
*** udesale has quit IRC | 13:21 | |
dtantsur | oh yeah | 13:21 |
TheJulia | I _suspect_ packet filtering is eating it | 13:21 |
*** vmud213 has quit IRC | 13:22 | |
*** zzzeek has quit IRC | 13:23 | |
dtantsur | TheJulia: I wonder if we can somehow keep the generated iPXE files for a CI run | 13:24 |
TheJulia | that would be super useful actually.... | 13:24 |
*** mjturek has quit IRC | 13:24 | |
TheJulia | but the test would have to find them and snag them | 13:24 |
TheJulia | which might be viable | 13:25 |
*** zzzeek has joined #openstack-ironic | 13:25 | |
*** rloo has quit IRC | 13:26 | |
*** rloo has joined #openstack-ironic | 13:26 | |
fellypefca | rloo Since we did not have any doc to specify flags on node.driver_info, should I create a new document for this? | 13:26 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/921d1f3/logs/screen-c-vol.txt.gz#_Jul_20_06_14_48_243349 found the address it was connecting to \o/ | 13:26 |
rloo | fellypefca: yes, if you think it would be useful. thx. i suspect there may be mention of specific flags, in the actual hw driver descriptions, but not sure. | 13:27 |
fellypefca | rloo Ok, will look for that right now. | 13:28 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/921d1f3/logs/worlddump-2017-07-20-062723.txt.gz yeah, I think it is getting dropped by the local fw dtantsur | 13:31 |
openstackgerrit | Hugo Nicodemos proposed openstack/ironic master: Migrate python-oneviewclient validations to Ironic OneView drivers https://review.openstack.org/468428 | 13:31 |
TheJulia | do you know if we keep the dimes output anywhere. I thought we did, but I've not found it yet | 13:31 |
*** mtanino__ has joined #openstack-ironic | 13:31 | |
dtantsur | TheJulia: so if it's a firewall, we can probably just modify devstack to enable the port, or..? | 13:32 |
*** baoli has quit IRC | 13:33 | |
*** Goneri has joined #openstack-ironic | 13:36 | |
TheJulia | i guess, but my devstack modification knowledge is severely lacking | 13:38 |
*** athomas has joined #openstack-ironic | 13:38 | |
TheJulia | routing wise, it coming from another subnet routing outbound through neutron, if permitted, it still would get dropped by the current ruleset if I'm seeing it properly | 13:39 |
*** mjturek has joined #openstack-ironic | 13:40 | |
*** chlong_ has quit IRC | 13:40 | |
TheJulia | err, perhaps not | 13:41 |
TheJulia | it is not a default drop | 13:41 |
TheJulia | http://logs.openstack.org/49/485349/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/921d1f3/logs/syslog.txt.gz#_Jul_20_06_19_38 bingo | 13:43 |
rloo | mgoddard_: i commented on 477694, not convinced we want https://review.openstack.org/#/c/485527/. i'm around if you want to discuss | 13:44 |
patchbot | patch 485527 - ironic - Add convert_field_to_version to base IronicObject | 13:44 |
*** rama_y has joined #openstack-ironic | 13:49 | |
*** ElCoyote_ has joined #openstack-ironic | 13:51 | |
rama_y | Good morning ironic | 13:54 |
*** makowals has quit IRC | 13:54 | |
*** makowals has joined #openstack-ironic | 13:56 | |
*** zhangfei has joined #openstack-ironic | 14:01 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 14:03 |
*** crushil has joined #openstack-ironic | 14:06 | |
*** ricardoas has quit IRC | 14:12 | |
*** ppiela has quit IRC | 14:12 | |
*** ppiela has joined #openstack-ironic | 14:12 | |
rama_y | Hi, any ideas on ConnectionError on port '443' trying to get boot info in IPA? | 14:13 |
karimb | TheJulia do you know if the devstack gate was fixed | 14:14 |
karimb | ( follow up on our conversation of yesterday regarding ovirt ironic driver) | 14:14 |
openstackgerrit | Julia Kreger proposed openstack/ironic master: DevStack: Add configuration for boot-from-volume https://review.openstack.org/466333 | 14:15 |
TheJulia | karimb: I'm not sure, I kind of doubt it given the issues I was encountering last night | 14:16 |
TheJulia | rama_y: firewalling? | 14:16 |
TheJulia | rama_y: security groups? | 14:16 |
TheJulia | rama_y: without additional insight into your configuration, there is only the basics that we can suggest you verify connectivity | 14:17 |
rama_y | TheJulia, testing tls-proxy enable in devstack; seeing gate failures | 14:17 |
TheJulia | I think dtantsur is the person to inquire about that, since he wrote the patch for it | 14:17 |
rama_y | http://logs.openstack.org/37/469837/6/check/gate-ironic-dsvm-standalone-ubuntu-xenial/bfd8dd6/logs/ironic-bm-logs/node-0_console.txt.gz#_2017-07-19_17_42_44_305 | 14:17 |
TheJulia | oh, aside from the IPA image would need to be built with the signing CA's certificate in order to even connect over https. | 14:18 |
*** jaypipes has joined #openstack-ironic | 14:19 | |
rama_y | Switching to http when tls enabled | 14:19 |
karimb | TheJulia ack | 14:19 |
karimb | whois TheJulia | 14:19 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 14:19 |
karimb | damn.... | 14:19 |
TheJulia | jlvillal: dtantsur: please sanity check my change to https://review.openstack.org/466333 | 14:20 |
patchbot | patch 466333 - ironic - DevStack: Add configuration for boot-from-volume | 14:20 |
dtantsur | sure, we have a meeting here right now though | 14:20 |
rama_y | dtantsur, have you seen this error ^^^? | 14:20 |
*** amarao has quit IRC | 14:20 | |
*** amarao has joined #openstack-ironic | 14:21 | |
dtantsur | rama_y: I don't think I'll be able to help with the TLS patch. the reason I stopped doing it is because I don't understand how it works and why it fails :( | 14:21 |
dtantsur | also, sorry, we're a bit busy here | 14:21 |
rama_y | dtantsur, np, thanks. | 14:21 |
TheJulia | rama_y: No route to host is a indicator that the conductor has no clue where to send the message to | 14:21 |
TheJulia | routing problem in the devstack run | 14:22 |
*** mvpnitesh has quit IRC | 14:22 | |
*** ricardoas has joined #openstack-ironic | 14:24 | |
openstackgerrit | Ruby Loo proposed openstack/ironic master: [POC|DNM|TEST] Add node.configdrive https://review.openstack.org/455811 | 14:24 |
rama_y | Thanks TheJulia, yes; and it could be due to port 443 | 14:24 |
TheJulia | rama_y: No route to host is generated by the ip routing layer, which is below TCP | 14:25 |
TheJulia | it can't figure out where to send the tcp syn packet, so it has nothing to do with the port | 14:25 |
openstackgerrit | Julia Kreger proposed openstack/ironic master: Tempest scenario test for boot-from-volume https://review.openstack.org/472740 | 14:26 |
openstackgerrit | Julia Kreger proposed openstack/ironic master: WIP/DNM: Try to test boot-from-volume https://review.openstack.org/485349 | 14:26 |
*** etingof has quit IRC | 14:27 | |
rama_y | TheJulia, ok | 14:28 |
*** _milan_ has quit IRC | 14:28 | |
*** etingof has joined #openstack-ironic | 14:28 | |
*** _milan_ has joined #openstack-ironic | 14:29 | |
*** fragatina has joined #openstack-ironic | 14:29 | |
*** zhangfei has quit IRC | 14:30 | |
*** zhangfei has joined #openstack-ironic | 14:31 | |
jlvillal | TheJulia, Should we depend on that new Nova patch? | 14:34 |
jlvillal | https://review.openstack.org/#/c/485550/ | 14:35 |
patchbot | patch 485550 - nova - Fix invalid getattr/setattr for DriverBlockDevice | 14:35 |
* jlvillal goes to prepare to go to work | 14:35 | |
openstackgerrit | Merged openstack/ironic-inspector master: Updated from global requirements https://review.openstack.org/483331 | 14:36 |
*** _milan_ has quit IRC | 14:36 | |
openstackgerrit | Merged openstack/ironic master: replace 'interrace' with 'interface' https://review.openstack.org/485513 | 14:36 |
TheJulia | dunno, I've not looked at the patch yet | 14:36 |
*** zhangfei has quit IRC | 14:37 | |
TheJulia | jlvillal: I'm not super sure nova will take that patch | 14:37 |
openstackgerrit | Hironori Shiina proposed openstack/ironic master: Allow updating interfaces on a node in available state https://review.openstack.org/482448 | 14:39 |
*** fxpester has quit IRC | 14:39 | |
*** rloo has quit IRC | 14:41 | |
*** rloo has joined #openstack-ironic | 14:41 | |
*** rloo has quit IRC | 14:41 | |
dtantsur | sambetts: do you know if somebody behind Cisco drivers is aware about the driver composition reform? | 14:41 |
*** rloo has joined #openstack-ironic | 14:42 | |
*** rloo has quit IRC | 14:42 | |
*** rloo has joined #openstack-ironic | 14:42 | |
*** fxpester has joined #openstack-ironic | 14:43 | |
*** rloo has quit IRC | 14:43 | |
*** rloo has joined #openstack-ironic | 14:43 | |
*** rbartal has quit IRC | 14:46 | |
sambetts | dtantsur: me, I guess :-P I need to start putting together the hardware types | 14:47 |
dtantsur | okay, so we have a victim :D | 14:47 |
TheJulia | :) | 14:47 |
*** vishwanathj has joined #openstack-ironic | 14:47 | |
*** SerenaFeng has quit IRC | 14:49 | |
*** zhangfei has joined #openstack-ironic | 14:50 | |
rloo | sambetts: the main physical network aware patches have merged. is the next step to get the networking-baremetal patches landed? | 14:55 |
rloo | sambetts: for routed networks support | 14:55 |
*** zhangfei has quit IRC | 14:56 | |
*** hoonetorg has joined #openstack-ironic | 14:56 | |
*** hoonetorg has quit IRC | 14:57 | |
*** hoonetorg has joined #openstack-ironic | 14:57 | |
*** chlong_ has joined #openstack-ironic | 14:57 | |
rloo | dtantsur: fyi, this should fix one of the gate issues (noted in our whiteboard): https://review.openstack.org/#/c/485282/ | 14:58 |
patchbot | patch 485282 - openstack-dev/devstack - When configuring temp urls, give Swift time to sta... | 14:58 |
dtantsur | nice! | 14:58 |
*** mguz_ has quit IRC | 14:58 | |
rloo | dtantsur: my test patch for that showed it worked but since it is a random failure... anyway, the swift folks came up with that. | 14:58 |
rloo | dtantsur: how to get core's attention? | 14:58 |
dtantsur | rloo: ping them on #openstack-qa? | 14:59 |
rloo | dtantsur: i have to admit, i don't know the diff between -qa & -infra. | 14:59 |
dtantsur | it's subtle in reality :) | 15:00 |
dtantsur | rloo: or you can hunt for people listed in https://review.openstack.org/#/admin/groups/50,members | 15:00 |
*** mjura has quit IRC | 15:00 | |
rloo | dtantsur: that works! i was actually going to 'test' their docs, to find that info but haven't yet found it... | 15:01 |
*** rbudden has quit IRC | 15:01 | |
rloo | dtantsur: heh, "As of 19Aug2014 'DevStack is part of the QA program" | 15:02 |
dtantsur | makes sense actually | 15:02 |
dtantsur | folks, I could use more reviews on https://review.openstack.org/#/c/484735/ before I proceed with milan's comments :) | 15:06 |
patchbot | patch 484735 - ironic-python-agent-builder - Initial structure | 15:06 |
*** SerenaFeng has joined #openstack-ironic | 15:07 | |
rloo | dtantsur: there are a lot of files there, do we really need to look at it? :) will look in a few min. maybe. | 15:07 |
*** rama_y has quit IRC | 15:08 | |
*** rpioso has joined #openstack-ironic | 15:09 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 15:11 |
*** jaganathan has quit IRC | 15:13 | |
openstackgerrit | Jarrod Johnson proposed openstack/pyghmi master: Correct a typo in dictionary name https://review.openstack.org/485712 | 15:15 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 15:21 |
TheJulia | dtantsur: jlvillal: http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/ironic-bm-logs/node-0_no_ansi_2017-07-20-15:07:22.txt.gz | 15:22 |
jlvillal | TheJulia: That looks like a Woo Hoo to me :) | 15:24 |
jlvillal | TheJulia: Am I reading that correctly? | 15:25 |
* jlvillal is still proud of his 'no_ansi' log files ;) | 15:25 | |
*** rcernin has quit IRC | 15:25 | |
*** ccamacho has quit IRC | 15:26 | |
rloo | jlvillal: yes, and you should be :) | 15:26 |
jlvillal | heh :) | 15:26 |
TheJulia | jlvillal: yes :) Tempest test still failed though | 15:27 |
*** hoonetorg has quit IRC | 15:27 | |
dtantsur | nice! | 15:27 |
jlvillal | TheJulia: But making progress :) | 15:27 |
TheJulia | http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/ironic-bm-logs/node-0_no_ansi_2017-07-20-15:07:22.txt.gz <-- shows the test timed out though :\ | 15:28 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic master: Updated from global requirements https://review.openstack.org/485405 | 15:29 |
sambetts | rloo: yeah, those patches will need some work and testing before they are ready, they were created with the physical network stuff still in spec form | 15:34 |
rloo | dtantsur: that ipa-builder patch isn't using the new doc migration stuff. should it? | 15:34 |
NobodyCam | Good Morning Ironic'ers | 15:34 |
dtantsur | rloo: I thought it does. what exactly does it mean? | 15:34 |
rloo | sambetts: so not ready to review. | 15:35 |
rloo | dtantsur: eg in the .conf, i don't see 'openstackdocstheme' being used. | 15:35 |
sambetts | rloo: not yet :) /me has much work to do :'( | 15:35 |
rloo | dtantsur: and i see old urls | 15:35 |
rloo | dtantsur: not sure how much detailed reviewing to do | 15:35 |
rloo | dtantsur: i can push up the comments i have so far | 15:35 |
*** hoonetorg has joined #openstack-ironic | 15:36 | |
dtantsur | yes please! I'll double-check everything | 15:38 |
dtantsur | probably the cookiecutter template was not fully updated | 15:38 |
rloo | dtantsur: oh, that is probably it :-( | 15:39 |
*** dyasny_ has joined #openstack-ironic | 15:40 | |
*** karimb has quit IRC | 15:40 | |
*** dyasny has quit IRC | 15:42 | |
*** kaifeng has joined #openstack-ironic | 15:45 | |
kaifeng | rloo: thanks for your reply (several days before :)) | 15:46 |
rloo | kaifeng: yw :) | 15:46 |
*** _milan_ has joined #openstack-ironic | 15:49 | |
*** tuanla_fujitsu has joined #openstack-ironic | 15:50 | |
*** tuanla__ has joined #openstack-ironic | 15:50 | |
*** lucasgomes is now known as lucas-afk | 15:51 | |
*** dyasny_ has quit IRC | 15:51 | |
kaifeng | rloo: btw, do you know which time is proper to reach JayF? last time dtantsur said it's too early for him | 15:51 |
*** dyasny_ has joined #openstack-ironic | 15:52 | |
rloo | kaifeng: he's in pacific coast time | 15:52 |
*** baoli has joined #openstack-ironic | 15:53 | |
rloo | kaifeng: should be around soon. he doesn't work in openstack any more, he is around to help out with questions, transitioning his stuff. | 15:53 |
*** hshiina has joined #openstack-ironic | 15:54 | |
kaifeng | rloo: thank you, i can wait for awhile to see if there is a chance to meet :) | 15:55 |
jlvillal | Hi NobodyCam | 15:55 |
NobodyCam | Good Morning jlvillal :) | 15:55 |
jlvillal | kaifeng: JayF is located in the US Pacific Time zone. | 15:56 |
jlvillal | kaifeng: So right now it is 08:56 in the morning here. | 15:56 |
TheJulia | jlvillal: Checkout my comments on https://review.openstack.org/#/c/472740/17/ironic_tempest_plugin/tests/scenario/test_baremetal_boot_from_volume.py | 15:56 |
patchbot | patch 472740 - ironic - Tempest scenario test for boot-from-volume | 15:56 |
* jlvillal looks | 15:57 | |
*** rama_y has joined #openstack-ironic | 15:57 | |
jlvillal | TheJulia: Nice work! :) | 15:57 |
kaifeng | jlvillal: thanks, you rescued me from googling :D | 15:57 |
_milan_ | etingof, btw if you've got some time, feel free to review the filter patches more, it's good to have your input! :) | 15:58 |
_milan_ | btw morning to US timezones! ;) | 15:58 |
jlvillal | _milan_: morning :) | 15:59 |
_milan_ | morning jlvillal! :) | 15:59 |
_milan_ | thanks for the inspector gate! :) | 15:59 |
*** SerenaFeng has quit IRC | 16:00 | |
dtantsur | TheJulia: do we have the BFV meeting this time? | 16:01 |
TheJulia | I just started it | 16:01 |
rloo | morning _milan_! is inspector gate working? oh of course not, neutron bug. | 16:02 |
_milan_ | rloo, morning! :D | 16:02 |
_milan_ | yeah well, what can I do, fix it? :P | 16:02 |
dtantsur | ah, wrong iRC server again >_< | 16:02 |
_milan_ | dtantsur might use some break ;) | 16:03 |
JayF | kaifeng: I do not have any time whatsoever to dedicate to Ironic. On top of that, I don't have any real context left from my work here. Good luck working with the spec, and the work notes that were left in various places (conference session etherpads), but I am not going to be a useful resource. | 16:03 |
JayF | kaifeng: if you have a very specific question I can try to recall an answer, but really, I'm neck deep in a whole other software project now :/ | 16:04 |
*** tuanla_fujitsu has quit IRC | 16:04 | |
*** tuanla__ has quit IRC | 16:04 | |
rloo | _milan_: yes, please fix it :) | 16:05 |
_milan_ | rloo, docs first O:-) | 16:05 |
* _milan_ hides behind a pile of docs not working patches :D | 16:05 | |
kaifeng | JayF: nice to meet you, rloo said you are not working on openstack just now | 16:06 |
*** tuanla_fujitsu has joined #openstack-ironic | 16:06 | |
kaifeng | JayF: i'm reading your spec these days, and try to figure out your initial ideas | 16:07 |
*** ricardoas has quit IRC | 16:08 | |
*** mguz_ has joined #openstack-ironic | 16:09 | |
kaifeng | JayF: there is a todo about what setting a node to fault state looks like, i still can't make a reasonable example | 16:11 |
JayF | Neither could I, that's why it was a todo ;) | 16:11 |
JayF | lol | 16:11 |
*** dyasny_ has quit IRC | 16:12 | |
*** dyasny_ has joined #openstack-ironic | 16:13 | |
_milan_ | JayF, that makes sense! Hi btw! :) | 16:13 |
JayF | Yeah, that honestly is a hard problem | 16:13 |
JayF | mariojv and I spent hours working on it together in the weeks leading up to layoff | 16:14 |
JayF | he might have some ideas, too | 16:14 |
kaifeng | JayF: well, i have to figure it out then, and is mariojv working on this? i may have some info from him | 16:15 |
JayF | No, nobody at Rackspace is workign on upstream Ironic anymore afaik | 16:18 |
JayF | I should say: nobody formerly /on my team/ at Rackspace ^ | 16:18 |
kaifeng | IoI | 16:19 |
*** chlong_ has quit IRC | 16:19 | |
kaifeng | well this spec is not prioritized, there is still time before we can start it. | 16:21 |
jlvillal | _milan_: You're welcome on the inspector gate. Is the only other issue remaining the neutron / oslo.messaging bug? | 16:22 |
kaifeng | maybe i can do some coding downstream to figure it out gradually | 16:22 |
_milan_ | jlvillal, I guess so but I've not checked this week properly :-/ | 16:22 |
jlvillal | _milan_: kevinbenton told us the issue is this bug: https://bugs.launchpad.net/oslo.messaging/+bug/1705351 | 16:24 |
openstack | Launchpad bug 1705351 in neutron "agent notifier getting amqp NotFound exceptions propagated up to it" [High,In progress] - Assigned to Kevin Benton (kevinbenton) | 16:24 |
jlvillal | I think he was going to propose a work-around to help us get our gate working more reliably. But I was out of the office yesterday afternoon, so not sure on the details | 16:25 |
kaifeng | JayF: thanks again, you helped a lot :) | 16:26 |
_milan_ | jlvillal, a workaround seems the fastest option indeed, based on the bug description | 16:27 |
*** tesseract has quit IRC | 16:32 | |
*** rcernin has joined #openstack-ironic | 16:33 | |
*** amarao has quit IRC | 16:38 | |
dtantsur | folks, I've spent the remaining amount of neuron cells fighting with my visa agent over them not having a clue (sigh), so I will leave you know for a day | 16:41 |
dtantsur | remind me tomorrow (or on the meeting) to chat with you about the "office hours" thing some teams a trying to set up | 16:41 |
dtantsur | also I have not received any responses to my soft feature freeze suggestion email. I guess I'll assume everyone agrees ;) | 16:42 |
TheJulia | sounds good | 16:43 |
TheJulia | have a good evening dtantsur | 16:43 |
dtantsur | o/ | 16:43 |
mjturek | g'night dtantsur | 16:43 |
*** dtantsur is now known as dtantsur|afk | 16:43 | |
*** fragatina has quit IRC | 16:43 | |
TheJulia | mjturek: so where I'm at with the vm not booting, No device or file, I'm wondering if a) the conductor didn't write out the config to tftp... OR if neutron didn't have the dnsmasq config updated in time to reply with where to connect to. | 16:45 |
*** fragatina has joined #openstack-ironic | 16:46 | |
*** kaifeng has quit IRC | 16:48 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 16:50 |
*** dprince has quit IRC | 16:51 | |
openstackgerrit | Merged openstack/pyghmi master: Correct a typo in dictionary name https://review.openstack.org/485712 | 16:53 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 16:54 |
openstackgerrit | vinay kumar muddu proposed openstack/proliantutils master: Redfish: Adds secure_boot to server capabilities https://review.openstack.org/485606 | 16:55 |
*** baoli has quit IRC | 17:01 | |
*** baoli has joined #openstack-ironic | 17:01 | |
*** baoli has quit IRC | 17:01 | |
*** ralonsoh has quit IRC | 17:02 | |
*** wong_ has quit IRC | 17:03 | |
* sambetts --> home | 17:03 | |
*** wong has joined #openstack-ironic | 17:03 | |
*** sambetts is now known as sambetts|afk | 17:03 | |
sambetts|afk | Night all o/ | 17:03 |
TheJulia | mjturek: http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-q-svc.txt.gz#_Jul_20_15_06_15_150357 The ipxe boot | 17:05 |
*** alex_xu has quit IRC | 17:05 | |
*** mgoddard_ has quit IRC | 17:06 | |
*** hshiina has quit IRC | 17:07 | |
*** marios has quit IRC | 17:07 | |
*** dprince has joined #openstack-ironic | 17:08 | |
*** wong_ has joined #openstack-ironic | 17:11 | |
TheJulia | mjturek: http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-q-svc.txt.gz#_Jul_20_15_07_33_551242 | 17:11 |
*** baoli has joined #openstack-ironic | 17:11 | |
*** alex_xu has joined #openstack-ironic | 17:13 | |
*** wong has quit IRC | 17:14 | |
*** trown is now known as trown|lunch | 17:14 | |
*** tesseract has joined #openstack-ironic | 17:18 | |
*** etingof has quit IRC | 17:18 | |
*** etingof has joined #openstack-ironic | 17:19 | |
*** etingof has quit IRC | 17:19 | |
TheJulia | mjturek: looks like it gets connected to the right network... | 17:22 |
*** kjw3 has quit IRC | 17:22 | |
*** harlowja has joined #openstack-ironic | 17:23 | |
*** tuanla_fujitsu has quit IRC | 17:24 | |
TheJulia | mjturek: I'm quickly becoming convinced that the dhcp options never got shipped off to neutron or they were never offered http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/apache/other_vhosts_access.txt.gz | 17:26 |
*** harlowja has quit IRC | 17:27 | |
TheJulia | mjturek: by chance are you kind of heading towards the same conclusion | 17:31 |
TheJulia | jlvillal: rloo: the random neutron failures, do they look like pxe boot failures of the vms? | 17:32 |
TheJulia | err, well, random gate failures | 17:32 |
openstackgerrit | Ramamani Yeleswarapu proposed openstack/ironic master: [devstack] add support for running behind tls-proxy https://review.openstack.org/469836 | 17:32 |
jlvillal | TheJulia: They only impact grenade and I don't believe so. | 17:32 |
TheJulia | what about the other random failures? | 17:32 |
jlvillal | I'm not sure | 17:32 |
TheJulia | ok | 17:32 |
*** chlong_ has joined #openstack-ironic | 17:32 | |
openstackgerrit | Ramamani Yeleswarapu proposed openstack/ironic master: [TEST] [DO NOT MERGE] Test tls-proxy with IPA https://review.openstack.org/469837 | 17:37 |
*** mgoddard_ has joined #openstack-ironic | 17:42 | |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 17:43 |
*** fragatina has quit IRC | 17:48 | |
*** athomas has quit IRC | 17:51 | |
rloo | TheJulia: the other random failure is the swift one. they need to wait for the swift proxy thing to start up before actually talking to it | 17:53 |
rloo | TheJulia: is that what you wnted to know? | 17:54 |
TheJulia | yeah, thanks, I forgot which one it was. | 17:54 |
* TheJulia sighs | 17:54 | |
rloo | TheJulia: that one has nothing to do with ironic; it is devstack starting swift | 17:54 |
TheJulia | We might have a third on our hands | 17:54 |
rloo | TheJulia: i guess you are seeing another failure then? | 17:54 |
TheJulia | yeah | 17:54 |
*** rbudden has joined #openstack-ironic | 17:54 | |
rloo | TheJulia: I guess it is pouring in openstackland. or ironicland. | 17:54 |
TheJulia | pretty much | 17:55 |
rloo | TheJulia: are you sure it isn't a coding problem in ironic? (i almost wish it were) | 17:55 |
*** krtaylor has quit IRC | 17:56 | |
TheJulia | not entirely sure, I don't remember, nor have the neurons to look up if dhcp atributes are set network wide or host level in neutron | 17:57 |
TheJulia | I think host level, but the lack of full request content logging, I can't be sure what happened | 17:57 |
openstackgerrit | Fellype Cavalcante proposed openstack/ironic master: Add a flag to always peform persistent boot on PXE interface https://review.openstack.org/483430 | 18:00 |
rloo | TheJulia: are you seeing this failure consistently or randomly? | 18:01 |
TheJulia | I've not rechecked yet, but I've been able to dig through enough data to know that it was somewhere between ironic and neutron after a node was moved to cleaning | 18:01 |
TheJulia | I'm poking the nova patch as something different for my brain in the mean time | 18:02 |
*** rbudden has quit IRC | 18:02 | |
*** harlowja has joined #openstack-ironic | 18:06 | |
openstackgerrit | Merged openstack/proliantutils master: Redfish: Add the nic_capacity attributes https://review.openstack.org/481994 | 18:08 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 18:08 |
*** trown|lunch is now known as trown | 18:12 | |
*** makowals has quit IRC | 18:12 | |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Rolling upgrades support for port.physical_network https://review.openstack.org/477694 | 18:14 |
openstackgerrit | vinay kumar muddu proposed openstack/proliantutils master: Redfish: Adds secure_boot to server capabilities https://review.openstack.org/485606 | 18:17 |
mjturek | The Julia, sorry was at lunch | 18:27 |
* mjturek reads backscroll | 18:27 | |
*** krtaylor has joined #openstack-ironic | 18:28 | |
*** Sukhdev has joined #openstack-ironic | 18:28 | |
*** rbudden has joined #openstack-ironic | 18:32 | |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Refactor get_physnets_by_portgroup_id https://review.openstack.org/485772 | 18:32 |
mjturek | TheJulia: so looking at a successful run, the other vhosts file should read more like http://logs.openstack.org/72/466872/17/check/gate-tempest-dsvm-ironic-ipa-partition-uefi-pxe_ipmitool-tinyipa-ubuntu-xenial/d988f67/logs/apache/other_vhosts_access.txt.gz | 18:32 |
mjturek | well, except we'd only be passing the ramdisk through for cleaning | 18:33 |
mjturek | basically we should see a GET for the deploy_kernel and deploy_ramdisk at the end? | 18:33 |
TheJulia | Yeah, it looks like, based upon the replay, that neutron never tells ipxe to network boot | 18:34 |
mjturek | ahhh | 18:34 |
openstackgerrit | Mark Goddard proposed openstack/ironic master: Rolling upgrades support for create_port RPCAPI https://review.openstack.org/485773 | 18:34 |
openstackgerrit | Merged openstack/proliantutils master: Redfish: Add trusted_boot capability https://review.openstack.org/482789 | 18:36 |
openstackgerrit | Nisha Agarwal proposed openstack/proliantutils master: Redfish: Adds secure_boot to server capabilities https://review.openstack.org/485606 | 18:39 |
mjturek | TheJulia: not sure the "Failed to bind port" is related. I'm seeing that on this successful ipxe run (not bfv) http://logs.openstack.org/72/466872/17/check/gate-tempest-dsvm-ironic-ipa-partition-uefi-pxe_ipmitool-tinyipa-ubuntu-xenial/d988f67/logs/screen-q-svc.txt.gz | 18:40 |
TheJulia | mjturek: do you see ironic offering dhcp options twice? | 18:44 |
TheJulia | or, at least, more than once | 18:44 |
mjturek | TheJulia: option offering looks like this correct? http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-q-svc.txt.gz#_Jul_20_15_06_15_150357 (what you linked previously) | 18:48 |
mjturek | because in BFV, yeah happens once, in the standard ipxe run, happens 4 times | 18:49 |
*** hoonetorg has quit IRC | 18:49 | |
TheJulia | so the next question, did we change anything in the process of going into cleaning that would impact that | 18:50 |
openstackgerrit | Merged openstack/proliantutils master: Redfish: Adds secure_boot to server capabilities https://review.openstack.org/485606 | 18:51 |
openstackgerrit | Debayan Ray proposed openstack/proliantutils master: Updated ChangeLog for proliantutils 2.3.1 release https://review.openstack.org/485783 | 18:52 |
mjturek | right | 18:52 |
mjturek | hmm | 18:52 |
*** baoli has quit IRC | 18:52 | |
*** baoli has joined #openstack-ironic | 18:53 | |
*** ChubYann has joined #openstack-ironic | 18:53 | |
*** boris-42____ has joined #openstack-ironic | 18:54 | |
*** fragatina has joined #openstack-ironic | 18:54 | |
*** ccamacho has joined #openstack-ironic | 18:54 | |
*** baoli has quit IRC | 18:54 | |
TheJulia | could one of the conditions be met upon boot being called again? | 18:58 |
TheJulia | possibly as a result of a race/ | 18:58 |
*** jdwidari has joined #openstack-ironic | 18:59 | |
TheJulia | the turn-around from nova deletion to cleaning was really quick | 18:59 |
*** jdwidari has quit IRC | 18:59 | |
*** baoli has joined #openstack-ironic | 19:04 | |
*** baoli has quit IRC | 19:04 | |
*** rama_y has quit IRC | 19:05 | |
*** fellypefca has quit IRC | 19:06 | |
openstackgerrit | Merged openstack/proliantutils master: Updated ChangeLog for proliantutils 2.3.1 release https://review.openstack.org/485783 | 19:08 |
mjturek | TheJulia: doesn't the state transition from deleting to cleaning happen as soon as the node boots up? I would expect to be quick | 19:08 |
TheJulia | yeah, the log shows under a minute | 19:12 |
*** baoli has joined #openstack-ironic | 19:14 | |
TheJulia | mjturek: so the timeline in my head got all mucked up http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/console.html#_2017-07-20_15_17_35_410956 | 19:19 |
*** rloo has quit IRC | 19:20 | |
*** rloo has joined #openstack-ironic | 19:21 | |
TheJulia | ugh, wrong column | 19:22 |
TheJulia | ugh | 19:22 |
*** skazi has joined #openstack-ironic | 19:23 | |
mjturek | debugging with just logs is rooough :) | 19:30 |
TheJulia | http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-ir-api.txt.gz#_Jul_20_15_07_30_298971 <-- kind of wondering if maybe the volume targets never got nuked? | 19:33 |
TheJulia | which would result in should_write_volume returning false if not nuked | 19:33 |
TheJulia | but nova never tried to delete | 19:33 |
TheJulia | so I'm guessing 340 bytes is just the empty list reply with headers | 19:33 |
mjturek | ahhh - that makes a bit of sense yeah | 19:34 |
mjturek | http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-c-vol.txt.gz#_Jul_20_15_17_33_952514 | 19:35 |
mjturek | TheJulia: isn | 19:35 |
mjturek | t that the volume getting nuked ^ | 19:35 |
TheJulia | well, I mean volume target data | 19:37 |
mjturek | ah gotcha | 19:38 |
*** dprince has quit IRC | 19:39 | |
*** nicodemos has quit IRC | 19:40 | |
*** skazi has quit IRC | 19:41 | |
*** rbudden has quit IRC | 19:42 | |
*** nicodemos has joined #openstack-ironic | 19:44 | |
openstackgerrit | Hugo Nicodemos proposed openstack/ironic master: [WIP|DNM] Add hardware type for HPE OneView https://review.openstack.org/485798 | 19:50 |
openstackgerrit | Debayan Ray proposed openstack/sushy master: Refining the resource refresh https://review.openstack.org/485799 | 19:51 |
mjturek | TheJulia: just want to confirm, destroy_volume_target should be getting called and we should see https://github.com/openstack/ironic/blob/master/ironic/conductor/manager.py#L1745 in the logs? | 19:53 |
TheJulia | http://git.openstack.org/cgit/openstack/ironic/tree/ironic/drivers/modules/deploy_utils.py#n1298 | 19:55 |
TheJulia | nova never issues delete requests, so it has to be getting an empty target list due to ^^^ | 19:56 |
*** openstack has joined #openstack-ironic | 19:59 | |
*** dprince has joined #openstack-ironic | 20:00 | |
TheJulia | I'm kind of thinking of just updating the test patch with a bunch of debugging | 20:00 |
TheJulia | as awful as that sounds, we are lacking information because of how sparsely we log | 20:01 |
jlvillal | TheJulia: Not sure if I shared this with you before: https://github.com/JohnVillalovos/openstack-utils | 20:01 |
mjturek | TheJulia: agreeed | 20:01 |
jlvillal | TheJulia: The 'download-log-files.py' might be useful, if you want to grep locally | 20:01 |
jlvillal | More debug info would be good too :) | 20:01 |
mjturek | jlvillal: oh nice | 20:01 |
mjturek | thanks | 20:01 |
jlvillal | mjturek: Welcome :) | 20:01 |
* TheJulia remembers when openstack's logging was very noisy | 20:01 | |
*** nicodemos has quit IRC | 20:01 | |
*** jkilpatr has quit IRC | 20:05 | |
mjturek | TheJulia: where I'm confused is, what do you think is not getting deleted by nova? The instance seems to be as do_node_teardown runs (http://logs.openstack.org/49/485349/2/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/6a71f11/logs/screen-ir-cond.txt.gz#_Jul_20_15_07_16_100620) | 20:06 |
mjturek | which should be triggered by the instance getting deleted | 20:07 |
TheJulia | well, I think everything is actually, I'm just suspecting there is some caching, or a cursor with an old view of a table, or something funky | 20:09 |
mjturek | eep | 20:09 |
mjturek | understood | 20:09 |
TheJulia | that or we have like a stupid bug someplace | 20:09 |
TheJulia | or, it is a random bug we've been hitting all along | 20:09 |
*** makowals has joined #openstack-ironic | 20:13 | |
openstackgerrit | Debayan Ray proposed openstack/proliantutils master: Remove sushy manager hack https://review.openstack.org/485806 | 20:14 |
*** openstackgerrit has quit IRC | 20:17 | |
*** dyasny_ has quit IRC | 20:18 | |
*** dyasny has joined #openstack-ironic | 20:18 | |
*** rama_y has joined #openstack-ironic | 20:20 | |
*** hamzy has quit IRC | 20:22 | |
*** openstackgerrit has joined #openstack-ironic | 20:23 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: WIP: Add additional debugging for BFV https://review.openstack.org/485812 | 20:23 |
TheJulia | jlvillal: mjturek I think ^^^ might help us solve it, it should also fire off the devstack-gate change | 20:24 |
mjturek | awesome, thanks TheJulia | 20:24 |
TheJulia | I feel like we need some debug logging around network stuff too.... | 20:24 |
jlvillal | TheJulia: Yeah, I think that should work | 20:27 |
jlvillal | TheJulia: As far as bringing in the devstack-gate change | 20:27 |
TheJulia | I need to call this soon, I'm fast heading towards a migraine. Hopefully we will have a little more information from this run | 20:28 |
jlvillal | TheJulia: mjturek: Either one of you going to attend the Nova meeting in 30 minutes. Not sure if it is useful for a BFV rep to be there or not. | 20:31 |
TheJulia | I'm starting to stim, so I'd really prefer to avoid it | 20:31 |
mjturek | I don't think I can make it :( I have to head out in about 20 min | 20:32 |
TheJulia | okay | 20:32 |
TheJulia | I'll make something to drink and hang by a computer | 20:32 |
*** mjturek2 has joined #openstack-ironic | 20:46 | |
*** crushil has quit IRC | 20:46 | |
openstackgerrit | Jarrod Johnson proposed openstack/pyghmi master: WIP: Apply firmware update through XCC https://review.openstack.org/485353 | 20:49 |
*** mgoddard_ has quit IRC | 20:49 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: [TEST] [DO NOT MERGE] Test tls-proxy with IPA https://review.openstack.org/469837 | 20:51 |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: [devstack] add support for running behind tls-proxy https://review.openstack.org/469836 | 20:51 |
openstackgerrit | Ruby Loo proposed openstack/ironic master: [doc] update ironic's landing page https://review.openstack.org/485820 | 20:53 |
*** Sukhdev has quit IRC | 20:53 | |
*** mjturek2 has quit IRC | 20:53 | |
*** karimb has joined #openstack-ironic | 20:53 | |
rloo | that ^^ was driving me crazy; i'm assuming the main ironic page isn't just a developer page any more... | 20:53 |
karimb | can someone share a running ironic.conf ? | 20:53 |
TheJulia | rloo: correct | 20:56 |
rloo | TheJulia: then my changes should make it better. I'm still not totally happy but it is better :) | 20:57 |
rloo | TheJulia: I think this is ready to go now, should fix some of our random gate failures: https://review.openstack.org/#/c/485282/ | 20:59 |
patchbot | patch 485282 - openstack-dev/devstack - When configuring temp urls, give Swift time to sta... | 20:59 |
*** dprince has quit IRC | 21:00 | |
rloo | TheJulia: am going to ask on -qa. One more +2 needed... | 21:00 |
*** crushil has joined #openstack-ironic | 21:00 | |
TheJulia | rloo: I am kind iffy on the lack of a clear timeout, but my brain is literally fried at the moment | 21:02 |
rloo | TheJulia: there is a timeout. sec, let me look. | 21:02 |
rloo | TheJulia: $SERVICE_TIMEOUT | 21:03 |
* TheJulia sooooo needs to call it a day | 21:03 | |
*** makowals has quit IRC | 21:03 | |
rloo | TheJulia: I assume that is a time out based on what it is called. | 21:03 |
* rloo hands TheJulia a nice cold drink | 21:03 | |
*** _milan_ has quit IRC | 21:04 | |
*** hamzy has joined #openstack-ironic | 21:06 | |
*** krtaylor has quit IRC | 21:07 | |
rloo | Yay, +A on the fix for one of the gate failures! https://review.openstack.org/485282 | 21:09 |
patchbot | patch 485282 - openstack-dev/devstack - When configuring temp urls, give Swift time to sta... | 21:09 |
*** trown is now known as trown|outtypewww | 21:11 | |
*** chlong_ has quit IRC | 21:16 | |
*** jcoufal has quit IRC | 21:17 | |
*** Goneri has quit IRC | 21:19 | |
jlvillal | TheJulia: I think the BFV failure is unrelated to BFV | 21:20 |
jlvillal | http://logs.openstack.org/12/485812/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial/10f4ac4/ | 21:20 |
jlvillal | TheJulia: Not sure if want to post a new revision of the patch to force a new build? | 21:21 |
jlvillal | TheJulia: I'm happy to do it, if you are busy. Just let me know | 21:21 |
*** fragatin_ has joined #openstack-ironic | 21:23 | |
*** fragatina has quit IRC | 21:26 | |
openstackgerrit | Julia Kreger proposed openstack/ironic master: WIP: Add additional debugging for BFV https://review.openstack.org/485812 | 21:27 |
TheJulia | jlvillal: they seem to be focusing on scheduler stuff, hence ^^^ | 21:27 |
jlvillal | TheJulia: thanks :) | 21:29 |
*** cdearborn has quit IRC | 21:45 | |
*** fragatin_ has quit IRC | 21:46 | |
*** fragatina has joined #openstack-ironic | 21:47 | |
*** rama_y has quit IRC | 21:49 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: [TEST] [DO NOT MERGE] Test tls-proxy with IPA https://review.openstack.org/469837 | 22:02 |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: [devstack] add support for running behind tls-proxy https://review.openstack.org/469836 | 22:02 |
*** baoli has quit IRC | 22:03 | |
*** baoli has joined #openstack-ironic | 22:04 | |
*** baoli has quit IRC | 22:05 | |
*** jkilpatr has joined #openstack-ironic | 22:07 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: DevStack: Add configuration for boot-from-volume https://review.openstack.org/466333 | 22:15 |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: Tempest scenario test for boot-from-volume https://review.openstack.org/472740 | 22:18 |
openstackgerrit | John L. Villalovos proposed openstack/ironic master: WIP: Add additional debugging for BFV https://review.openstack.org/485812 | 22:18 |
jlvillal | TheJulia: I rebased: https://review.openstack.org/#/c/485812/ to get things to current levels and because the job had failed due to the swift error :( | 22:19 |
patchbot | patch 485812 - ironic - WIP: Add additional debugging for BFV | 22:19 |
*** rpioso has quit IRC | 22:19 | |
*** vishwanathj has quit IRC | 22:26 | |
*** vishwanathj has joined #openstack-ironic | 22:26 | |
*** mtanino__ has quit IRC | 22:27 | |
TheJulia | jlvillal: :( | 22:27 |
TheJulia | jlvillal: but thanks! | 22:27 |
jlvillal | TheJulia: I also updated the Whiteboard https://etherpad.openstack.org/p/IronicWhiteBoard | 22:28 |
jlvillal | TheJulia: I put the patch that the approved patch depends on, onto the list | 22:28 |
jlvillal | I'm not sure why that wasn't there already, since we can't merge the other patch until it merges. | 22:29 |
TheJulia | thanks again, I'm going to go actually eat something, get some groceries, and crash | 22:29 |
jlvillal | TheJulia: Good plan! | 22:29 |
jlvillal | TheJulia: Get some sleep | 22:29 |
*** vishwana_ has joined #openstack-ironic | 22:32 | |
*** vishwanathj has quit IRC | 22:34 | |
*** tesseract has quit IRC | 22:37 | |
*** rama_y has joined #openstack-ironic | 22:38 | |
*** baoli has joined #openstack-ironic | 22:50 | |
*** bfournie has quit IRC | 23:02 | |
*** baoli has quit IRC | 23:09 | |
*** Sukhdev has joined #openstack-ironic | 23:16 | |
*** jaypipes has quit IRC | 23:25 | |
*** Sukhdev has quit IRC | 23:48 | |
*** zhangfei has joined #openstack-ironic | 23:53 | |
*** rama_y has quit IRC | 23:54 | |
*** oomichi has quit IRC | 23:59 | |
*** cdearborn has joined #openstack-ironic | 23:59 | |
*** rama_y_ has joined #openstack-ironic | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!