Monday, 2014-11-24

*** Marga_ has joined #openstack-ironic00:09
*** Marga_ has quit IRC00:26
*** Marga_ has joined #openstack-ironic00:30
Haomengmrda: morning00:35
mrdaHi Haomeng00:36
Haomengmrda: :)00:36
*** penick has joined #openstack-ironic01:04
*** penick has quit IRC01:14
*** chenglch has joined #openstack-ironic01:21
*** jiangfei has quit IRC01:32
*** Marga_ has quit IRC01:33
*** Marga_ has joined #openstack-ironic01:34
*** Marga_ has quit IRC01:38
openstackgerritMerged openstack/python-ironicclient: Updated from global requirements  https://review.openstack.org/13598501:48
*** Marga_ has joined #openstack-ironic02:05
*** kfox1111 has joined #openstack-ironic02:14
*** penick has joined #openstack-ironic02:23
*** pcrews has joined #openstack-ironic02:28
*** yongli has quit IRC02:29
*** penick has quit IRC02:42
*** zhenzanz has joined #openstack-ironic02:56
*** penick has joined #openstack-ironic03:06
*** penick has quit IRC03:07
*** pcrews has quit IRC03:07
*** ramineni has joined #openstack-ironic03:08
Haomengshare new mail address of pyghmi contact - Jarrod Johnson <jjohnson2@lenovo.com>03:17
*** annegentle has quit IRC03:21
*** davideagnello has joined #openstack-ironic03:22
*** davideagnello has quit IRC03:27
*** Marga_ has quit IRC03:40
ramineniJoshNang: hi03:48
*** Marga_ has joined #openstack-ironic03:48
*** zhenzanz has quit IRC04:07
*** zhenzanz has joined #openstack-ironic04:11
*** Marga_ has quit IRC04:12
*** ryanpetrello has joined #openstack-ironic04:20
JoshNangramineni: hey what's up?04:38
ramineniJoshNang : have few questions regarding zapping process .. good time to talk ?04:41
JoshNangramineni: sure04:41
ramineniJoshNang :  To initiate the zapping process , we need to change the state to ZAPPING right ?04:42
ramineniJoshNang : If firmware update is listed as one zap step , it will start the upgrade04:43
*** Marga_ has joined #openstack-ironic04:43
ramineniJoshNang : Is my understanding correct?04:43
JoshNangramineni: yup!04:43
*** spandhe has joined #openstack-ironic04:44
ramineniJoshNang: but i didnt understand the part , how will we pass arguments to firmware update?04:44
JoshNangramineni: that'll be up to the individual drivers. for the agent, you don't need arguments, you use whatever's bundled. for something like an ilo, i'd think there'd be some default mechanism for choosing 'latest' possibly overriden by driver_info04:47
JoshNangwhat would you use the arguments for?04:48
ramineniJoshNang: if we want to do OOB firmware update , and need to pass firmware image location to update ? how will we do that04:49
JoshNanglike i said, it'll be up to the driver to come up with a mechanism. there will need to be a way to automatically decide, because if you have zapping enabled as part of the node lifecycle, you won't be passing arguments in04:50
JoshNangif you need to specify an argument, you can probably add it on and use driver-dependent kwargs, much like vendor passthru04:51
ramineniJoshNang : hmm , ok ,  in that case , if we host images on swift , may be specifying the container name as config parameter is one option may be04:51
JoshNangramineni: sure that'd be reasonable. something like ilo_firmware_container, and it'll list the contents and choose the latest or highest numbered or something04:52
ramineniJoshNang: yes ,04:53
ramineniJoshNang : and one more doubt , once zapping process is initiated , is there a way to know , in which step it is on?04:53
*** Marga_ has quit IRC04:54
JoshNangramineni: certainly04:55
ramineniJoshNang: it will be updated in provision state?04:55
JoshNangthe conductors will need some way to keep track of which step a node is on, especially if there's a rebalance04:55
JoshNangramineni: no definitely not. it'll probably be a field in driver_info04:55
JoshNangramineni: since the states can be added dynamically, if we use provision_state to track it, the state machine becomes very dynamic and i think that's very bad04:56
ramineniJoshNang : ok04:57
JoshNangthough, it may need to be a db field, since we decide the conductor, rather than the driver, will be driving the bus04:57
ramineniJoshNang: and we have `get_zap_steps()` function , it will list the steps decrated for that particular driver right04:58
JoshNangi.e. controlling the steps, deciding the order, etc04:58
ramineniok04:58
JoshNangramineni: decorated in the standard case, yes. in the agent case it'll query the agent for a list of steps04:58
ramineniIf I need to make update firmware available for ilo_iscsi driver , I need to define a function inside IloManagementInterface and decorate it right04:59
raminenithen , it should be initiated when zapping is done?05:00
JoshNangyup!05:00
JoshNang(assuming its enabled by the config file, of course)05:00
raminenibut if that is the case , regarding your one of the comment on the spec , how it can initiate both inband and out-of-band ? didnt quite understand the part05:02
raminenionly right now , IPA has the capapbility to do inband operations and report status back right05:02
*** lazy_prince has quit IRC05:02
*** chenglch|2 has joined #openstack-ironic05:03
JoshNangramineni: do you mean, how can it do an inband firmware update and an OOB firmware update? they're separate steps. they'd be something like ilo.update_firmware and agent.update_intel_nic. even if they're named the same, they're separate steps presented by different drivers with different priorities05:04
*** chenglch has quit IRC05:05
ramineniJoshNang: got it .. thanks :)05:06
JoshNangramineni: np!05:06
JoshNang:)05:06
ramineniJoshNang: had my doubts cleared .. thanks for your time :)05:07
JoshNangramineni: i'm glad! one step closer to getting an approved spec :D05:07
* JoshNang makes a note to update spec tmr05:07
ramineniJoshNang :  :)05:08
*** pradipta_away is now known as pradipta05:13
*** rameshg87 has joined #openstack-ironic05:13
*** pensu has joined #openstack-ironic05:19
*** zhenzanz_ has joined #openstack-ironic05:19
*** zhenzanz has quit IRC05:20
*** Marga_ has joined #openstack-ironic05:20
*** zhenzanz_ is now known as zhenzanz05:20
*** Marga_ has quit IRC05:25
*** pensu has quit IRC05:25
*** pensu has joined #openstack-ironic05:26
ramineniJoshNang: Are there plans to expose API , to execute certain zap step?05:32
*** rushiagr_away is now known as rushiagr05:45
*** yongli has joined #openstack-ironic05:46
*** ryanpetrello has quit IRC05:49
*** Nisha has joined #openstack-ironic05:59
*** k4n0 has joined #openstack-ironic06:00
*** kfox1111 has quit IRC06:03
*** yongli has quit IRC06:03
*** chenglch|2 has quit IRC06:07
*** spandhe has quit IRC06:08
*** lazy_prince has joined #openstack-ironic06:08
*** rakesh_hs has joined #openstack-ironic06:08
*** Marga_ has joined #openstack-ironic06:21
*** Marga_ has quit IRC06:26
*** rameshg87 has quit IRC06:35
*** rameshg87 has joined #openstack-ironic06:37
*** zhenzanz_ has joined #openstack-ironic06:38
*** zhenzanz has quit IRC06:40
*** zhenzanz_ is now known as zhenzanz06:40
*** kfox1111 has joined #openstack-ironic06:41
*** chenglch has joined #openstack-ironic06:43
*** pensu has quit IRC06:43
*** pensu1 has joined #openstack-ironic06:43
*** spandhe has joined #openstack-ironic06:51
openstackgerritMichael Davies proposed openstack/ironic-specs: Proposal to add logical names to Ironic nodes  https://review.openstack.org/13443906:55
*** mrda is now known as mrda_away06:58
*** davideagnello has joined #openstack-ironic07:00
*** dlpartain has joined #openstack-ironic07:02
*** davideagnello has quit IRC07:04
*** Hefeweizen has quit IRC07:09
*** achanda has joined #openstack-ironic07:17
*** kfox1111 has quit IRC07:18
*** achanda has quit IRC07:20
*** achanda has joined #openstack-ironic07:20
*** Marga_ has joined #openstack-ironic07:22
*** Marga_ has quit IRC07:26
*** kfox1111 has joined #openstack-ironic07:29
*** kfox1111 has quit IRC07:42
*** spandhe has quit IRC07:57
*** achanda has quit IRC07:59
openstackgerritHarshada Mangesh Kakad proposed openstack/ironic: Avoid calling _parse_driver_info in every test  https://review.openstack.org/13627408:20
*** Marga_ has joined #openstack-ironic08:22
*** Marga_ has quit IRC08:27
*** jcoufal has joined #openstack-ironic08:31
*** Marga_ has joined #openstack-ironic08:37
*** Marga_ has quit IRC08:42
*** ndipanov has joined #openstack-ironic08:53
*** jistr has joined #openstack-ironic08:55
*** romcheg has joined #openstack-ironic08:55
*** zhenzanz has quit IRC09:03
*** derekh has joined #openstack-ironic09:11
*** rakesh_hs has quit IRC09:12
*** rakesh_hs2 has joined #openstack-ironic09:12
*** andreykurilin_ has joined #openstack-ironic09:18
*** Haomeng|2 has joined #openstack-ironic09:23
*** Haomeng has quit IRC09:23
*** andreykurilin_ has quit IRC09:26
*** Isotopp_ is now known as Isotopp09:31
GheRiveromorning ironic!09:34
*** Marga_ has joined #openstack-ironic09:38
*** enterprisedc has quit IRC09:41
*** Marga_ has quit IRC09:43
*** jcoufal has quit IRC09:51
ramineniyuriyz: hi10:05
*** ifarkas has joined #openstack-ironic10:05
yuriyzhi ramineni10:06
ramineniyuriyz: could you please review again https://review.openstack.org/#/c/13274610:06
ramineniyuriyz: uploaded new patchset10:06
yuriyzok will do10:06
ramineniyuriyz: thanks10:07
*** MattMan has joined #openstack-ironic10:07
*** Nisha has quit IRC10:16
*** sambetts has joined #openstack-ironic10:18
*** chenglch has quit IRC10:31
*** pawel-palucki has joined #openstack-ironic10:32
*** davideagnello has joined #openstack-ironic10:37
*** pawel-palucki has quit IRC10:38
*** pawel-palucki has joined #openstack-ironic10:38
*** Marga_ has joined #openstack-ironic10:39
*** davideagnello has quit IRC10:42
*** Marga_ has quit IRC10:44
*** MattMan has quit IRC10:49
pensu1Hi all, I have been using this guide to setup neutron for my Ironic setup: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#configure-neutron-to-communicate-with-the-bare-metal-server10:49
*** ramineni has quit IRC10:49
pensu1but my sudo ovs-vsctl show is showing: Bridge br-int10:49
pensu1        fail_mode: secure10:49
pensu1Why is there a fail_mode with br-int, any clues?10:49
*** jcoufal has joined #openstack-ironic10:53
openstackgerritVladyslav Drok proposed openstack/ironic-specs: Support for non-glance image references  https://review.openstack.org/13527610:54
*** MattMan has joined #openstack-ironic10:58
Haomeng|2pensu1: hi11:01
Haomeng|2pensu1: I think your ovs can not be connected11:01
Haomeng|2pensu1: so it is in default secure mode11:01
Haomeng|2pensu1: 'secure' should be the default fail-mode11:02
pensu1Haomeng|2: Hey, thanks for that, that looks like a valid reason....I am not sure what is the issue here, my config is same, I just rebooted the machine...11:03
Haomeng|2pensu1: now, it working?11:03
pensu1Haomeng|2: And since the I am not able to make it work...11:03
pensu1Haomeng|2: deleted and added the bridges several times..11:03
Haomeng|2pensu1: you mean you get the issue after the machine rebooted?11:03
pensu1Haomeng|2: yup, after reboot only it's happening..11:04
*** rameshg87 has quit IRC11:04
Haomeng|2pensu1: can you check ovs service11:04
pensu1Haomeng|2: it shows the bridge as type patch instead of type internal..11:05
pensu1Haomeng|2: ovs is running, what exactly do you want me to check?11:05
Haomeng|2pensu1: if ovs can not connect to controller, will set the mode to default mode secure11:07
Haomeng|2pensu1: I am not network expert, but I think it should be neutron-ovs co-work issue11:07
pensu1Haomeng|2: yeah, well I even restarted neutron-openvswitch-agent, it's not showing me any error....no idea why is it failing....11:08
*** viktors is now known as viktors|afk11:09
*** ndipanov has quit IRC11:20
*** ndipanov has joined #openstack-ironic11:20
Haomeng|2pensu1: can you try to run "ovs-vsctl get-controller br-int" to get current controler?11:22
pensu1Haomeng|2: sure, just give me some time, I was trying something and it all went down, let me bring it up...:)11:23
Haomeng|2pensu1: ok11:24
Haomeng|2pensu1: "fail_mode: secure" just a configuration for ovs to take action once can not connect to controler, so it should not be issue I think, what is your concern?11:30
pensu1Haomeng|2: I tried that command, and it showed me nothing....no output...11:38
*** Marga_ has joined #openstack-ironic11:40
*** Marga_ has quit IRC11:45
openstackgerritVladyslav Drok proposed openstack/ironic: Support for non-glance image references  https://review.openstack.org/13674111:48
Haomeng|2pensu1: ok, let me check my env, maybe it should be correct behavior11:58
pensu1Haomeng|2: sure...11:58
Haomeng|2pensu1: I checked my env, same output with you for br-int, fail-mode:secure12:00
Haomeng|2pensu1: so what is your problem and your concern12:01
pensu1Haomeng|2: I am not able to connect to my deployment node....12:01
pensu1Haomeng|2: earlier I used to get the IP, not I am not getting it...12:01
pensu1Haomeng|2: this is only different thing I can see...12:02
pensu1Haomeng|2: earlier it wasn't there....plus it's not there in the guide either....12:04
Haomeng|2pensu1: can you paste the ifconfig and ovs-vsctl show output?12:05
Haomeng|2pensu1: maye the ethx is added into bridge, so the l3 in ethx is disaled and have to move ip to ridge12:05
Haomeng|2pensu1: and we have neutron irc, maye it is better we request help in neutron irc12:06
pensu1Haomeng|2: http://paste.openstack.org/show/137429/12:06
pensu1Haomeng|2: yeah, my interface bridge is not getting add up in br-int....12:07
pensu1Haomeng|2: may be, that's why I am having this issue...12:07
Haomeng|2pensu1: how did you install the openstack, via devstack?12:10
pensu1Haomeng|2: yup...12:10
Haomeng|2pensu1: did you add "br-eth0" by manually?12:14
Haomeng|2pensu1: devstack will not create such bridge I think12:14
Haomeng|2pensu1: so your env is not clean I think12:15
pensu1Haomeng|2: yes, I did....12:15
pensu1Haomeng|2: I followed that guide...12:15
pensu1Haomeng|2: to set up neutron with baremetal...12:15
Haomeng|2pensu1: ok, got12:16
Haomeng|2what ip are you used to connect to the openstack from your desktop, 9.121.60.167 or 10.0.1.248 ?12:16
pensu1Haomeng|2: I am using 9.121.60.167.....oh, could that be an issue?12:17
Haomeng|2pensu1: and which eth0 or eth1 is connect to same L2 with baremetal ?12:17
pensu1Haomeng|2: sno, eth0 is connected to baremetal node.....that's my private network...12:18
*** athomas has joined #openstack-ironic12:19
Haomeng|2pensu1: now, you can not connect to 9.121.60.167 from your desktop12:20
Haomeng|2pensu1: your br-eth0 looks fine, if your eth0 is connected to your baremetal node with same switch12:21
pensu1Haomeng|2: it is connected to same switch.....as I said it was working fine earlier....12:22
Haomeng|2pensu1: ok12:22
pensu1Haomeng|2: may be I need to connect using 10.0.1.248....could that be the issue?12:22
pensu1Haomeng|2: how my logging in from a different interface affects the setup?12:23
Haomeng|2pensu1: if eth0 and your desktop port and baremetal port are in same switch, it should be same L2, should connect12:23
Haomeng|2pensu1: no affects I think, if it is th ip will be moved to bridge, the connection will broken and can be reconnected12:24
pensu1Haomeng|2: yeah, that's why I connect from another ip, but not sure why am I not able to connect to baremetal machine...12:25
Haomeng|2pensu1: can you check baremetal machine console?12:25
Haomeng|2pensu1: if it is working now, and try to ping12:26
pensu1Haomeng|2: yeah, I can ping baremetal node, the problem is when I try to deploy it, I am not able to give an IP...12:27
Haomeng|2pensu1: what is your aremeatl ip12:28
pensu1Haomeng|2: it's on the same network i.e. the 9. xx one..12:28
Haomeng|2pensu1: you can ping baremeal? but can not get ip when deploying? where the ip we get?12:29
Haomeng|2when the bm ip we get12:29
pensu1Haomeng|2: yeah, exactly, I am not getting the ip when deploying....I get the ip in my boot shell..12:30
pensu1Haomeng|2: gotta go....will log in later in the night to check if we have any solution...:)12:35
Haomeng|2pensu1: that should be dhcp issue12:36
Haomeng|2pensu1: we can tcpdump br-eth0 to see if the dhcp request package is received, which is sent out from baremetal pxe remote boot12:37
Haomeng|2pensu1: ok, see you, good luck12:38
Haomeng|2pensu1: and check which interface is listened by dnsmasq for our bm12:38
Haomeng|2pensu1: tcpdump the dnsmasq binded interface12:38
*** pensu1 has quit IRC12:39
*** Marga_ has joined #openstack-ironic12:41
*** Marga_ has quit IRC12:46
*** jcoufal_ has joined #openstack-ironic12:51
*** jcoufal has quit IRC12:54
*** ramineni has joined #openstack-ironic12:56
*** k4n0 has quit IRC13:00
*** ramineni1 has joined #openstack-ironic13:02
*** ramineni has quit IRC13:04
openstackgerritAnusha Ramineni proposed openstack/ironic: iLO Management Interface  https://review.openstack.org/13274613:07
openstackgerritAnusha Ramineni proposed openstack/ironic: iLO Management Interface  https://review.openstack.org/13274613:15
*** dprince has joined #openstack-ironic13:21
*** Ng has quit IRC13:24
*** aweeks has quit IRC13:24
*** cppforlife has quit IRC13:24
*** Ng has joined #openstack-ironic13:24
*** victor_lowther has quit IRC13:24
*** deva___ has joined #openstack-ironic13:24
*** dlpartain has quit IRC13:25
*** cppforlife has joined #openstack-ironic13:25
*** rainya has quit IRC13:26
*** deva__ has quit IRC13:26
*** deva___ is now known as deva__13:26
*** aweeks has joined #openstack-ironic13:27
*** rainya has joined #openstack-ironic13:27
*** victor_lowther has joined #openstack-ironic13:27
devanandamorning, all13:34
*** Haomeng has joined #openstack-ironic13:41
*** Marga_ has joined #openstack-ironic13:41
*** Haomeng|2 has quit IRC13:42
*** alexpilotti has joined #openstack-ironic13:44
sambettsMorning devananda13:44
*** Marga_ has quit IRC13:46
*** rloo has joined #openstack-ironic13:48
*** alexpilotti has quit IRC13:52
devanandag'mornin, sambetts14:00
Shrewsdevananda: you're up early14:00
devanandaindeed14:05
*** jjohnson2 has joined #openstack-ironic14:06
*** pradipta is now known as pradipta_away14:07
*** ndipanov has quit IRC14:10
*** ryanpetrello has joined #openstack-ironic14:12
*** ndipanov has joined #openstack-ironic14:14
*** davideagnello has joined #openstack-ironic14:15
*** davideagnello has quit IRC14:20
*** kfox1111 has joined #openstack-ironic14:33
openstackgerritVladyslav Drok proposed openstack/python-ironicclient: Fix log_curl_request API version duplication  https://review.openstack.org/13677314:39
*** mjturek has joined #openstack-ironic14:42
*** Marga_ has joined #openstack-ironic14:42
*** kfox1111 has quit IRC14:42
*** Marga_ has quit IRC14:47
NobodyCamgood morning Ironic15:07
NobodyCamwow devananda your up early?15:07
*** ndipanov has quit IRC15:08
rloomorning NobodyCam15:09
devanandamornin15:09
devanandajust doin all the spec reviews15:09
devanandawhile it's quiet :)15:10
*** lazy_prince is now known as killer_prince15:10
*** rushiagr is now known as rushiagr_away15:11
NobodyCam:)15:15
*** zz_jgrimm is now known as jgrimm15:15
openstackgerritRuby Loo proposed openstack/ironic: Update 'Introduction to Ironic' document  https://review.openstack.org/13613615:19
*** ndipanov has joined #openstack-ironic15:21
*** r-daneel has joined #openstack-ironic15:22
*** lucasagomes has joined #openstack-ironic15:22
NobodyCammorning rloo :)15:24
*** ramineni1 has quit IRC15:25
jrollmorning NobodyCam rloo devananda Shrews sambetts and anyone else more than one screen back :)15:29
Shrewsmorning morning15:30
Shrewsi like how jroll defines the start of his morning in pixels  :)15:30
*** pcrews has joined #openstack-ironic15:32
jroll:D15:32
NobodyCammornign jroll15:32
rloomorning jroll15:33
NobodyCammorning Shrews15:33
*** rushiagr_away is now known as rushiagr15:40
*** Marga_ has joined #openstack-ironic15:43
*** krtaylor has quit IRC15:47
*** anderbubble has joined #openstack-ironic15:47
*** Marga_ has quit IRC15:48
*** krtaylor has joined #openstack-ironic15:54
NobodyCamGheRivero: Thank you for the oslo update! :)15:55
GheRiveroNobodyCam: :)15:55
sambettsMorning jroll15:56
*** ramineni has joined #openstack-ironic15:56
NobodyCamMorning GheRivero :) and sambetts :)15:59
*** ndipanov has quit IRC16:01
*** ndipanov has joined #openstack-ironic16:02
*** ndipanov has quit IRC16:02
*** davideagnello has joined #openstack-ironic16:04
*** enikanorov has quit IRC16:04
NobodyCam/n/n16:05
*** ndipanov has joined #openstack-ironic16:05
*** lucasagomes has quit IRC16:07
*** davideagnello has quit IRC16:08
NobodyCamanyine know if Naohiro is (had been) in channel?16:10
*** enikanorov has joined #openstack-ironic16:11
*** rakesh_hs2 has quit IRC16:14
*** ramineni has quit IRC16:14
*** ramineni has joined #openstack-ironic16:14
openstackgerritMerged openstack/ironic: Avoid calling _parse_driver_info in every test  https://review.openstack.org/13627416:16
*** achanda has joined #openstack-ironic16:16
*** anderbubble has quit IRC16:17
NobodyCamdo we have a "Driver contact page"?16:19
*** achanda has quit IRC16:29
rlooNobodyCam: we have https://wiki.openstack.org/wiki/Ironic/Drivers16:30
*** anderbubble has joined #openstack-ironic16:31
rlooNobodyCam: but I think maybe that it is superceded by some other driver page (used for all openstack drivers). I don't recall the link though.16:31
NobodyCamrloo: Thank you thats just what I was loking for16:33
NobodyCamhumm this lists linngo as pyghmi contact should we update per Haomeng's email?16:34
rlooNobodyCam: that is linked from our main wiki.16:34
rlooNobodyCam: wrt linggao, might want to ask her. I think she's the contact for the driver?16:35
NobodyCamI'll keep an eye out for her16:35
rlooNobodyCam: driver vs pyghmi library?16:35
jrolljust add a second contact, I would think16:37
*** aswadr has joined #openstack-ironic16:38
jrollsince jarrod johnson is the main author of pyghmi16:38
NobodyCamoh that we caould do16:42
NobodyCam:)16:42
NobodyCamcould even16:42
*** Marga_ has joined #openstack-ironic16:44
*** bahazc has joined #openstack-ironic16:47
*** alexpilotti has joined #openstack-ironic16:48
*** Marga_ has quit IRC16:48
*** Marga_ has joined #openstack-ironic16:49
NobodyCamadded Jarrod Johnson as a second contact .. I not sure if Linggao's address is still valid, I think IBM may have switched domains to Lenovo, but i'm not sure16:50
*** davideagnello has joined #openstack-ironic16:51
*** Marga_ has quit IRC16:53
jrollthis is interesting https://bugs.launchpad.net/nova/+bug/136136016:54
jrollI'm not sure that affects us, but may be nice to check16:54
*** ndipanov has quit IRC17:01
*** ramineni has quit IRC17:02
*** bahazc has quit IRC17:04
*** bahazc has joined #openstack-ironic17:04
*** davideagnello has quit IRC17:08
*** anderbubble_ has joined #openstack-ironic17:11
*** anderbubble_ has quit IRC17:11
*** anderbubble has quit IRC17:11
devanandaNobodyCam: I have seen naohirot in here before, but IIRC mostly in my evenings17:11
*** anderbubble has joined #openstack-ironic17:11
*** ndipanov has joined #openstack-ironic17:13
*** bahazc has quit IRC17:13
NobodyCamahh ok I left a comment on the spce17:14
NobodyCamspec even17:14
devanandajroll: that kind of DoS is, IMO, a deployer-side problem. It's easy to configure Apache to have the same vunlerability with any language.17:14
devanandajroll: unless I"m mistaken, it's already possible to configure OpenStack such that that DoS isn't possible today17:15
devanandajroll: also, yes, that definitely can affect ironic, if our API service is configured in the right (wrong?) way17:16
devanandajroll: see sdague's response on 9-10: "I think it's a non existant concern ..."17:17
JayFNobodyCam: No, I haven't been on the mascot thread because I hold the (likely unpopular) opinion that we shouldn't have / don't need a mascot17:19
NobodyCam:-p17:19
*** alexpilotti has quit IRC17:20
*** Marga_ has joined #openstack-ironic17:21
*** dlaube has joined #openstack-ironic17:21
*** ifarkas has quit IRC17:21
*** Marga_ has quit IRC17:24
*** Marga_ has joined #openstack-ironic17:25
*** Marga_ has quit IRC17:26
dlaubeg'morning17:27
NobodyCammorning dlaube :)17:27
*** Marga_ has joined #openstack-ironic17:27
NobodyCamworth adding the ML vote results to the etherpad ?17:28
devanandasomeone sanity check me, please: a whole-disk image may or may not contain a bootloader; a utility (like IPA) could (hypothetically) write a partition AND create a local boot sector17:28
*** Marga_ has quit IRC17:28
NobodyCamdevananda: how would we know what partition should be set as boot in that case?17:29
NobodyCama whole disc image may have more then on partition17:30
*** Marga_ has joined #openstack-ironic17:30
NobodyCamwhat about someone deploying a lurks encrypted disc-image17:30
devanandaNobodyCam: when deploying a whole-disk image, we shouldn't touch the partition table -- so no need to know which one is bootable17:31
NobodyCamok then I miss understood17:32
devanandawhere I'm going with this: image structure (whole disk or partition) is orthogonal to the server's boot device (disk, network, vmedia) is orthogonal to the boot mode (bios, uefi)17:32
*** pensu has joined #openstack-ironic17:34
*** Marga_ has quit IRC17:35
*** Marga_ has joined #openstack-ironic17:35
devanandahttps://review.openstack.org/97150  is conflating image structure and boot device, by trying to infer whether or not the specified image is a whole-disk image by whether or not an associated kernel & ramdisk are supplied for net-booting it17:35
* devananda reads the review history, notices that jroll pointed this out 5 months ago17:36
*** rushiagr is now known as rushiagr_away17:36
*** Marga_ has quit IRC17:39
*** Marga_ has joined #openstack-ironic17:40
*** Marga_ has quit IRC17:40
*** Marga_ has joined #openstack-ironic17:41
*** Marga_ has quit IRC17:41
*** Marga_ has joined #openstack-ironic17:42
*** Marga_ has quit IRC17:43
*** Marga__ has joined #openstack-ironic17:43
*** mikedillion has joined #openstack-ironic17:44
*** Marga__ has quit IRC17:46
*** andreykurilin_ has joined #openstack-ironic17:46
*** Marga_ has joined #openstack-ironic17:47
*** rushiagr_away is now known as rushiagr17:50
*** harlowja_away is now known as harlowja17:52
sirushtidevananda, related to that, question, does Ironic have a way of knowing which boot device to select in a deployment if we don't set it explicitly in the said deployment workflow?17:52
*** Haomeng has quit IRC17:53
*** mikedillion has quit IRC17:54
*** Haomeng has joined #openstack-ironic17:55
devanandasirushti: I don't think ironic should be changing the selected boot device unless asked to17:57
JayFUnless asked to is a strange way to put that17:58
JayFthe Agent driver changes boot device as part of deployment17:58
sirushtidevananda, so we expect the user to change the boot device manually or pass that in somehow perhaps via instance_dict?17:59
*** Marga_ has quit IRC18:00
devanandaJayF: Agent sets boot device to local disk. PXE sets boot device to network. because that is what each of those drivers support today18:01
devanandaJayF: I think we should decouple that. I've said this before :)18:01
devanandaboot-driver and deploy-driver split will help us reason about this better18:02
*** Marga_ has joined #openstack-ironic18:02
JayFhmm. okay.18:02
JayFalthough I thought boot driver was about how the deploy ramdisk gets booted18:02
JayFnot about how the instance gets booted18:02
devananda[ (whether, how, and what kind of) image we write to the disk ] is orthogonal to [ what device the instance boots from ]18:02
* JayF has to remind himself some people still prefer to PXE even when the image can boot from disk18:03
devanandayup18:03
devanandaand some people prefer to never PXE at all, and boot from vmedia18:03
JayFLike me18:03
devanandaand some people will have no local disk at all18:03
JayFexcept my hardware doesn't do vmedia18:03
NobodyCamahh thats the piece my brain was missing18:03
JayFso I'm stuck playing DHCP games :P18:03
devanandaand boot from a net-mounted volume18:03
devananda*and boot the user's image from ...18:04
*** derekh has quit IRC18:05
*** sambetts has quit IRC18:05
*** davideagnello has joined #openstack-ironic18:05
sirushtidevananda, just so that I understood correctly, PXE always PXE-boots any image, be it partition or whole disk?18:06
*** stendulker has joined #openstack-ironic18:08
sirushtiso a deploy driver should support all modes regardless of the boot device used18:09
mjturekhey, quick question. Does anyone know if someone is actively working on adding names/aliases to ironic nodes? It's mentioned in the usability etherpad. I'd be interested in taking on that task if not :)18:10
devanandamjturek: mrda is working on it. see spec 13443918:10
NobodyCammjturek: see https://review.openstack.org/#/c/134439/18:11
NobodyCamas devananda just said :)18:11
mjturekdevananda, NobodyCam, thanks!18:11
NobodyCamadded the current name voites to the bottom of the WhiteBoard18:12
devanandasirushti: today, the PXE driver supports only partition images, and it sets the node to always boot from network18:12
NobodyCamvotes even18:12
devanandasirushti: 340             manager_utils.node_set_boot_device(task, 'pxe', persistent=True)18:12
harlowjadevananda rloo + others have u seen https://review.openstack.org/#/c/133254/18:12
harlowja^ seems to be trying to add PXE boot to nova18:13
harlowjawhich makes me wonder why; especially with ironic18:13
devanandasirushti: I would like to see those two concepts (what type of image) and (what device the instance boots from) to be separated18:13
*** Marga_ has quit IRC18:13
stendulkerHello @devananda18:13
*** Marga_ has joined #openstack-ironic18:14
stendulker@devananda: This is regarding comments for UEFI secure boot management interfaces https://review.openstack.org/#/c/135845/2/specs/kilo/uefi-secure-boot-management-interfaces.rst18:14
sirushtidevananda, all right, I'll update the spec leaving out the explicit boot-device stuff18:14
devanandaharlowja: there is similar work coming out of TripleO team18:14
harlowjaintersting18:15
sirushtidevananda, Thanks :)18:15
devanandaharlowja: they want to PXE boot nova instances from Ironic -- look up QuintupleO18:15
*** pawel-palucki has quit IRC18:15
harlowjaQuintupleO , lol18:15
stendulker@ devananda: Wanted clarification comment "How does Ironic know the boot failed? Once the deploy is complete (image is written to disk, node is rebooted) Ironic believes its work is done and the deploy state is set to ACTIVE. Whether the operating system successfully completes its initialization after that is unknowable -- from Ironic's point of view."18:15
devanandaharlowja: for the purpose of testing TripleO at scale in clouds18:15
JayFstendulker: so imagine I have a machine that has an intermittantly failing stick of ram18:16
JayFstendulker: it works well enough to deploy to; but the machine fails to POST after the final "power on" after deploying the image18:16
JayFstendulker: there's no way for Ironic to know the instance image ever booted18:16
devanandaJayF: stendulker: or imagine that the OS image is not signed -- Ironic finished deploying it to the node and powered it on.18:16
JayFstendulker: we've been thinking hard about this problem here at Rackspace, because it's a crappy UX to get an "active" server that's still not usable for minutes; but we haven't found a solution18:17
JayFdevananda: ah, and secure boot said "nope"18:17
stendulkerjayF: It is the same limitation exists for any other normal deploy. Isn't it?18:17
devanandastendulker: exactly18:17
devanandasince Ironic does not have a local agent, and Ironic does not know what service(s) may or may not be running within the instance once deployed, we have no in-band way to know that it completed booting18:18
stendulker@devananda: So should I capture this as a 'Known Issue' under 'Security Impact'?18:18
devanandahowever ... perhaps ... we could do something out-of-band on certain hardware.18:18
JayFYou can configure something like cloud-init to do a callback in-image as well18:18
*** Marga_ has quit IRC18:18
JayFbut that assumes more coordination between instance and control plane than we should rely upon in the general case18:19
devanandaJayF: if the image has that ... right18:19
*** Marga_ has joined #openstack-ironic18:19
devanandastendulker: I would call it a Known Limitation18:19
stendulker@devananda: Ok, will capture it in that way.18:19
*** Marga_ has quit IRC18:21
NobodyCamJust a note before the meeting: please add an status updates to the WhiteBoard ether pad before the start of the meeting18:22
*** Marga_ has joined #openstack-ironic18:22
JayFjroll: ^ I'm going to update for IPA18:23
stendulker@devananda: I think your preference for asynchronous calls via database caching for secure_boot related attributes is not to make calls to BMC even though BMC is capable of caching the settings for next boot. Any reasons for this when BMC is capable of caching the next boot values?18:23
*** ifarkas has joined #openstack-ironic18:24
*** Marga_ has quit IRC18:24
*** Marga_ has joined #openstack-ironic18:25
*** Marga_ has quit IRC18:26
*** andreykurilin_ has quit IRC18:26
*** Marga_ has joined #openstack-ironic18:26
devanandastendulker: to have common logic around when calls to the BMC which could affect the hardware are made18:26
*** andreykurilin_ has joined #openstack-ironic18:26
devanandastendulker: for other vendors, such calls may have an immediate impact. and there may be other types of calls to the BMC which, even for iLO, have an immediate impact18:27
devanandastendulker: spreading the timing of those calls throughout the code will be harder to reason about -- and harder for developers to maintain -- than putting them into the same logical area18:27
stendulker@devananda: ok. Why should get call be asynchronous, as it would be called just before the actual set calls for the DB cached settings would be made?18:28
devanandastendulker: I mean, the REST API call should fetch from the DB18:28
devanandastendulker: at the driver API layer, it should probably be synchronous18:28
stendulker@devananda: When would the value fetched into the DB? node create time?18:29
devanandaduring prepare and tear down18:30
devanandastendulker: have you seen the state machine proposal? I believe that may help you understand what I'm proposing18:31
stendulker@devananda: ok. So at prepare and teardown these calls shoudl be synchronous.18:31
stendulker@devananda: I went through that proposal. I have some doubts on when to use synchrounous and asynchrous calls.18:32
*** ndipanov is now known as ndipanov_gone18:32
stendulker@devananda: Hence wanted to understand the policy around making any call synchronous and asynchronous18:32
*** Marga_ has quit IRC18:33
*** Marga_ has joined #openstack-ironic18:34
devanandastendulker: REST API calls should never be synchronous with respect to an action performed on the BMC18:36
*** ChanServ sets mode: -o devananda18:36
*** Marga_ has quit IRC18:36
*** Marga_ has joined #openstack-ironic18:37
stendulker@devananda: ok, thank you.18:37
stendulker@devananda: Will update the spec wrt these details. You had suggested that this spec should be reviewed by other vendor representatives. Are there any folks which I could ping to review this spec.18:38
*** Marga_ has quit IRC18:40
*** Marga_ has joined #openstack-ironic18:41
*** athomas has quit IRC18:41
devanandastendulker: you might start by looking at the other open specs from hardware vendors like Dell and Fujitsu18:41
NobodyCam20 minutes until meeting time... last chance for coffee and breaks before meeting18:41
*** athomas has joined #openstack-ironic18:42
stendulker@devananda: ok. Will do that.  Thank you.18:43
*** spandhe has joined #openstack-ironic18:43
*** achanda has joined #openstack-ironic18:46
NobodyCamThank you all for the status updates!18:51
*** athomas has quit IRC18:53
*** naohirot has joined #openstack-ironic18:53
*** athomas has joined #openstack-ironic18:53
*** achanda has quit IRC18:53
*** achanda has joined #openstack-ironic18:54
*** vdrok_ has joined #openstack-ironic18:54
*** andreykurilin_ has quit IRC18:54
*** andreykurilin_ has joined #openstack-ironic18:55
*** mrda_away is now known as mrda18:56
mrdaMorning Ironic!18:56
NobodyCammorning mrda18:57
*** zyluo has joined #openstack-ironic18:57
jrollheya mrda18:57
NobodyCamvictor_lowther: are you planning to push up a new state mechine spec soonish?18:57
romchegHi everyone!18:57
NobodyCammorning romcheg :)18:58
mrdahey romcheg18:58
NobodyCamtwo minute bell18:58
GheRiverosorry for a last minute minimal change in my report18:59
NobodyCam:)18:59
victor_lowtherNobodyCam: yes, it looks like this comment stream has died down.18:59
jrolldtantsur|afk: can you add dates to your updates so we know it's not a week ago friday? :P19:00
NobodyCam:) awesome TY victor_lowther19:00
NobodyCammeeting time19:00
*** athomas has quit IRC19:01
*** davideagnello has quit IRC19:01
*** davideagnello has joined #openstack-ironic19:02
rloojroll, dtantsur|afk: I added it this time. Assumed it was Nov 21 ;)19:04
jrollha, thanks19:04
*** athomas has joined #openstack-ironic19:06
*** davideagnello has quit IRC19:07
*** davideagnello has joined #openstack-ironic19:08
stendulker@devananda: There is another challenge with secure boot, once secure boot is set, to change the boot mode, one needs "disable secure boot " -> "Reset BMC" -> Change boot mode to "BIOS" -> "Reset BMC"19:10
stendulker@devananda : This necessarily mean 2 resets are required to change boot mode to bios for a secure boot enabled node. How 2 resets to change a setting could be handled in Ironic?19:11
*** athomas has quit IRC19:11
NobodyCamstendulker: meeting is going on atm devananda may be slow to respond19:12
stendulker<NobodyCam> Thank you for letting me know19:12
*** andreykurilin_ has quit IRC19:13
openstackgerritSirushti Murugesan proposed openstack/ironic-specs: Whole Disk Image Support  https://review.openstack.org/9715019:13
*** athomas has joined #openstack-ironic19:13
*** deva__ has quit IRC19:13
*** jcoufal_ has quit IRC19:15
*** alexpilotti has joined #openstack-ironic19:15
stendulkerNobodyCam, Dimitry: I have addressed your review comments related to "UEFI Secure Boot for iLO drivers" https://review.openstack.org/#/c/135228 Please review the same.19:16
JayFjroll: https://review.openstack.org/#/c/136867/19:17
JayFmany other folks have complained about / asked for ^ that too, so please have a look19:17
NobodyCamstendulker: awesome thank you will after meeting19:17
jrollnice JayF19:17
*** pensu has quit IRC19:19
*** gothicmindfood has quit IRC19:19
*** rushiagr is now known as rushiagr_away19:19
*** stendulker has quit IRC19:20
*** anderbubble_ has joined #openstack-ironic19:22
*** BertieFulton has joined #openstack-ironic19:24
*** anderbubble has quit IRC19:25
*** anderbubble_ is now known as anderbubble19:25
*** alexpilotti has quit IRC19:27
*** alexpilotti has joined #openstack-ironic19:27
*** athomas has quit IRC19:28
*** Marga_ has quit IRC19:29
*** jistr has quit IRC19:31
*** ifarkas has quit IRC19:40
*** ifarkas has joined #openstack-ironic19:43
* jroll goes to lunch19:49
NobodyCamgood meeting all... thank you devananda :)19:50
naohirotNobodyCam: I have a question about https://etherpad.openstack.org/p/IronicWhiteBoard19:50
* mrda goes for an early morning walk19:50
naohirotNobodyCam: I cannot see Awesome Developer dashboard: http://perm.ly/ironic-review-dashboard19:51
naohirotNobodyCam: is this like alive?19:51
naohirotNobodyCam: is this link alive?19:51
*** zyluo has quit IRC19:51
*** zyluo has joined #openstack-ironic19:51
*** Shrews has left #openstack-ironic19:51
*** zyluo has quit IRC19:52
devanandanaohirot: link works for me19:52
rloonaohirot: that link works for me19:52
naohirotdevananda: I got "Code Review -Error" line 1:28 no viable alternative at charactor '%'19:53
devanandanaohirot: are you behind an outgoing proxy?19:54
naohirotnaohirot: I'm using IE 11, is it browser problem?19:55
devanandacould be -- I am using Chrome19:55
NobodyCamnaohirot: dashboard woeks for me19:55
NobodyCamworks even19:55
naohirotdevananda: yes, I'm behind company proxy.19:55
NobodyCamsafari for me19:55
*** Shrews has joined #openstack-ironic19:55
devanandanaohirot: I wonder if the proxy is interfering with the request. The actual URL is quite long and has many '%' characters in it19:56
naohirotdevananda: In case of Firefox 33.1, I got "Not Found19:57
naohirot19:57
naohirotThe page you requested was not found, or you do not have permission to view this page."19:57
*** dprince has quit IRC19:57
NobodyCamnaohirot: pm'd you the full link19:58
naohirotNobodyCam: IE shows the URL "https://review.openstack.org/#/dashboard/?foreach=%28project%3Aopenstack%2Fironic+OR+project%3Aopenstack%2Fpython-ironicclient+OR+project%3Aopenstack%2Fironic-python-agent+OR+project%3Aopenstack%2Fironic-specs%29+status%3Aopen+NOT+label%3ACode-Review%3C%3D-2&title=Ironic+Inbox&My+Patches+Requiring+Attention=owner%3Aself+%28label%3AVerified-1%252cjenkins+OR+label%3ACode-Review-1+OR+labe19:59
naohirotl%3AWorkflow%3C%3D-1%29&Ironic+Specs=NOT+label%3AWorkflow%3E%3D1+NOT+owner%3Aself+project%3Aopenstack%2Fironic-specs&Needs+Approval=NOT+label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+label%3AVerified%3E%3D1%252cjenkins+NOT+owner%3Aself+label%3ACode-Review%3E%3D2+NOT+label%3ACode-Review-1&Needs+Reverify=label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+label%3AVerified%3C%3D-1%252cjenkins&5+Days+Without+Fe19:59
naohirotedback=NOT+label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+label%3AVerified%3E%3D1%252cjenkins+NOT+owner%3Aself+NOT+project%3Aopenstack%2Fironic-specs+NOT+label%3ACode-Review%3C%3D2+age%3A5d&No+Negative+Feedback=NOT+label%3AWorkflow%3E%3D1+NOT+label%3AWorkflow%3C%3D-1+label%3AVerified%3E%3D1%252cjenkins+NOT+owner%3Aself+NOT+project%3Aopenstack%2Fironic-specs+NOT+label%3ACode-Review%3C%3D-1+NOT+label%3ACode-Re19:59
naohirotview%3E%3D2+limit%3A50&With+Negative+Feedback=NOT+label%3AWorkflow%3C%3D-1+NOT+label%3AVerified%3C%3D-1%252cjenkins+NOT+owner%3Aself+NOT+project%3Aopenstack%2Fironic-specs+label%3ACode-Review-1+limit%3A20&Work+In+Progress+Or+Unverified=NOT+label%3AWorkflow%3E%3D1+NOT+owner%3Aself+%28label%3AWorkflow%3C%3D-1+OR+label%3AVerified%3C%3D-1%252cjenkins%29+limit%3A20"19:59
Shrewsoh dear19:59
NobodyCamthat looks like it19:59
naohirotNobodyCam: oh, very long!19:59
*** ifarkas has quit IRC20:00
naohirotI'm just wondering what's are in http://perm.ly/ironic-review-dashboard20:00
*** davideagnello has quit IRC20:01
naohirotdevananda: I'll try Chrome later20:01
devanandahmm. why is rloo's name in that link?20:01
devanandaugh. nvm. bug in Ubuntu's UI20:02
*** romcheg has quit IRC20:02
*** romcheg1 has joined #openstack-ironic20:03
devananda(mouse hover-text got stuck, appeared to be in this window instead of firefox)20:03
rloohuh? false alarm ;)20:03
vdrok_hi everyone! there's a question about this patch https://review.openstack.org/#/c/130228/20:03
vdrok_it's been a while without feedback20:03
vdrok_could anyone take a look?20:04
*** mjturek has quit IRC20:05
vdrok_adding PUT to ironic seems to be on this etherpad - https://etherpad.openstack.org/p/kilo-ironic-making-it-simple20:05
vdrok_does it also need a spec?20:05
*** davideagnello has joined #openstack-ironic20:09
*** BertieFulton has quit IRC20:11
NobodyCamJuno spec's abandoned :)20:12
*** romcheg has joined #openstack-ironic20:16
NobodyCami may have missed it in the meeting, anyone putting the "name the Mascot" email out to the ML?20:16
NobodyCamif I can20:17
rlooNobodyCam: I figure lucas would do that.20:17
*** ifarkas has joined #openstack-ironic20:17
NobodyCam*not20:17
NobodyCamack that sounds good to /me20:17
NobodyCam:)20:17
*** mjturek has joined #openstack-ironic20:18
*** agordeev has quit IRC20:22
mrda.20:23
NobodyCamopen question just to gauge what folks are thinking... Should we add a TTL to specs?20:24
*** alexpilotti has quit IRC20:24
*** agordeev has joined #openstack-ironic20:24
rlooNobodyCam: what do you mean by that?20:25
NobodyCamrloo: as example (only an example not picking on any spec) this spec while aimed at kilo was last updated Oct 7th... https://review.openstack.org/#/c/11268220:26
NobodyCamis it something we should keep up?20:27
rlooNobodyCam: Oh. well, do we do anything wrt patches?20:27
rlooNobodyCam: those specs will get -2 or whatever when the spec proposal freeze date occurs.20:27
NobodyCamrloo: very true... i forgot about that20:28
rlooNobodyCam: might be a good question wrt patches though ;)20:29
naohirotdevananda: NobodyCam: Chrome also didn't work, "Not Found The page you requested was not found, or you do not have permission to view this page."20:29
NobodyCamnaohirot: are you behind a firewall?20:29
NobodyCamrloo: ya20:29
naohirotdevananda: NobodyCam: I'll try from home later.20:29
NobodyCamnaohirot: ++20:29
naohirotNobodyCam: yes20:30
NobodyCamyour prob hitting some strange rule like url to long or something like that20:30
rloovdrok_: just looking at that patch/bug. We already have POST and PATCH, and this adds PUT. If that bug wasn't there, I'd actually say yes, it should have a (small) spec since it affects the API.20:31
naohirotNobodyCam: Yes, it's very likely, company firewall must judge there may contain some security issue.20:32
naohirotNobodyCam: It's really long URL.20:33
*** achanda has quit IRC20:38
*** achanda has joined #openstack-ironic20:40
openstackgerritMerged openstack/ironic: Updated from global requirements  https://review.openstack.org/13596320:50
*** achanda has quit IRC20:55
openstackgerritVictor Lowther proposed openstack/ironic-specs: New Ironic provisioner state machine.  https://review.openstack.org/13382821:04
NobodyCamThank you victor_lowther :)21:04
vdrok_rloo, thanks for the comment. right, probably it should be discussed on next meeting, if there will be no decision earlier21:05
*** ifarkas has quit IRC21:06
*** BertieFulton has joined #openstack-ironic21:06
*** vdrok_ has quit IRC21:09
*** aswadr has quit IRC21:10
*** romcheg has quit IRC21:12
*** romcheg1 has quit IRC21:15
NobodyCambrb21:20
*** penick has joined #openstack-ironic21:24
*** romcheg has joined #openstack-ironic21:27
*** BertieFulton has quit IRC21:28
*** kfox1111 has joined #openstack-ironic21:32
*** penick has quit IRC21:36
*** achanda has joined #openstack-ironic21:37
*** penick has joined #openstack-ironic21:48
openstackgerritJim Mankovich proposed openstack/ironic-specs: Send iLO health metrics to ceilometer  https://review.openstack.org/12737821:50
*** jjohnson2 has quit IRC22:03
NobodyCam{j|J}* what are you thoughts on IPA not having SSL support being a bug?22:05
NobodyCams/you/your/22:05
*** harlowja is now known as harlowja_away22:05
*** mikedillion has joined #openstack-ironic22:06
JayFNobodyCam: wdym22:06
NobodyCamJayF: see pm22:07
jrollNobodyCam: I think it should have ssl support22:08
NobodyCamjroll: will that require a spec or jsut a bug22:08
jrollaweeks actually started on this but priorities happened https://review.openstack.org/#/c/112433/22:08
jrollwe want to do client certs and whatnot, I think it's worth a spec22:08
rloohi NobodyCam. wrt the old specs, what exactly were you planning on doing with them? I see -1 from you. I thought you were going to abandon them?22:10
JayFhe abandoned them22:11
JayFI got a crapton of email about iut22:11
NobodyCamI said i was going to22:11
NobodyCamhehehehe22:11
rloohttps://review.openstack.org/#/c/96545/ ?22:11
NobodyCamoh maybe I messed up and just commented on that one....d'oh22:13
NobodyCamthere we co22:13
NobodyCamgo even22:13
rloothx NobodyCam!22:13
NobodyCamGood catch rloo TY22:13
rloothere are a lot of specs waiting to be approved :-(22:14
rlooI think I can I think I can...22:14
NobodyCamjroll: is https://review.openstack.org/#/c/102405 still a thing22:15
*** harlowja_away is now known as harlowja22:16
*** andreykurilin_ has joined #openstack-ironic22:17
jrollha22:19
jrollyes22:19
jrollI need to revive that22:19
NobodyCam:)22:23
*** Nisha has joined #openstack-ironic22:24
*** achanda has quit IRC22:32
*** ChuckC has quit IRC22:47
*** ChuckC has joined #openstack-ironic23:00
*** Nisha has quit IRC23:04
*** achanda has joined #openstack-ironic23:11
NobodyCamThank you for the email jroll :)23:12
*** datajerk has quit IRC23:13
jrollnp :)23:19
*** penick has quit IRC23:20
*** jgrimm is now known as zz_jgrimm23:20
Haomengmorning:)23:25
NobodyCammorning Haomeng23:25
jrollhiya Haomeng23:25
HaomengNobodyCam: :)23:26
Haomengjroll: :)23:26
HaomengNobodyCam: I think LingGao is not focusing on pyghmi23:26
HaomengNobodyCam: Jarrod should be pyghmi code owner, and he like to fix bug, so we can contact him via email, he will not join irc I think23:27
NobodyCamHaomeng: so we should remove her from : https://wiki.openstack.org/wiki/Ironic/Drivers23:27
HaomengNobodyCam: I think so, but it is better that we get confirm with Ling first:)23:28
HaomengNobodyCam: :)23:28
NobodyCam:)23:28
NobodyCamwalkies...brb23:33
*** anderbubble has quit IRC23:33
openstackgerritDevananda van der Veen proposed openstack/ironic: Add new enrollment and troubleshooting doc sections  https://review.openstack.org/13620223:43
*** yjiang5 has joined #openstack-ironic23:44
*** penick has joined #openstack-ironic23:44
*** datajerk has joined #openstack-ironic23:57
*** andreykurilin_ has quit IRC23:58

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