Thursday, 2017-04-20

zhenguomorning mogan!01:48
*** kevinz has joined #openstack-mogan01:52
zhenguohi all, the weekly meeting will happen in less than 5 mins, please move to #openstack-meeting.01:58
zhenguoliusheng: maybe the gate issue it not all caused by Ironic03:20
zhenguoliusheng: I find this clue: Failed to discover available identity versions when contacting http://10.35.59.160:5000/v2.0. Attempting to parse version from URL03:20
liushengzhenguo: hmm, should switch to use v3 ?03:21
liushengzhenguo: or any update in keystone side ?03:22
zhenguoliusheng: not sure03:22
zhenguoliusheng: seems we should fix this on our side03:22
liushengzhenguo: hah, so we shouldn't blame ironic03:23
zhenguoliusheng: hah03:23
zhenguoliusheng: aha, sorry, that's just a warning, seems not related03:28
zhenguoliusheng: the ironic client seems got some error to conenct to keystone03:29
liushengzhenguo: I also found that ironicclient try many times to connect keystone, but failed finally03:30
zhenguoliusheng: do you have a nova+ironic env03:37
zhenguoliusheng: can you help to check the auth informaiton under [ironic] in nova.conf03:37
liushengzhenguo: let me check03:38
liusheng[ironic]03:39
liushengproject_name = demo03:39
liushenguser_domain_id = default03:39
liushengproject_domain_id = default03:39
liushengauth_url = http://10.229.40.107/identity_admin/v303:39
liushengpassword = password03:39
liushengusername = admin03:39
liushengauth_type = password03:39
liushengzhenguo: ^^03:39
zhenguoliusheng: let me check the gate log03:41
zhenguo[ironic]03:41
zhenguoapi_endpoint = http://10.35.59.160:638503:41
zhenguoadmin_url = http://10.35.59.160:5000/v2.003:41
zhenguoadmin_password = secretservice03:41
zhenguoadmin_username = ironic03:41
zhenguoadmin_tenant_name = service03:41
liushengzhenguo: maybe we should switch to user v3 keystone ?03:42
zhenguoliusheng: maybe, let me check the nova/conf/ironic file03:43
zhenguoliusheng: seems some update there03:43
openstackgerritZhenguo Niu proposed openstack/mogan master: Remove deprecated ironic options  https://review.openstack.org/45833105:11
openstackgerritZhenguo Niu proposed openstack/mogan master: Remove deprecated ironic options  https://review.openstack.org/45833107:36
openstackgerritZhenguo Niu proposed openstack/mogan master: Remove deprecated ironic options  https://review.openstack.org/45833108:02
openstackgerritZhenguo Niu proposed openstack/mogan master: Remove deprecated ironic options  https://review.openstack.org/45833108:43
zhenguoliusheng: hah, the gate turns to green with this https://review.openstack.org/#/c/458331/09:23
liushengzhenguo: cool!09:23
zhenguoliusheng: maybe you should have a look before I give it a quick +A :D09:24
liushengzhenguo: please do it!09:24
zhenguoliusheng: lol, ok09:24
zhenguoliusheng: hi, do you setup the physical env with networking-generic-switch enabled?09:48
liushengzhenguo: seems yes09:48
zhenguoliusheng: hah, how's that going09:48
liushengzhenguo: you mean the project or physical env ?09:49
zhenguoliusheng: env09:49
liushengzhenguo: I have add 3 physical nodes to ironic, and they looks like ok, but cannot create server by mogan09:50
liushengzhenguo: need to check more09:50
zhenguoliusheng: cool09:50
openstackgerritMerged openstack/mogan master: Remove deprecated ironic options  https://review.openstack.org/45833109:53
zhenguoliusheng: I find a problem,09:55
zhenguoliusheng: the node's network_interface should be neutron09:55
liushengzhenguo: you mean the env physical env09:56
liushengzhenguo: ?09:56
zhenguoliusheng: I just show the node you enrolled09:56
* zhenguo brb09:57
liushengzhenguo: oh, thanks for give me the clue, I will check09:58
openstackgerritliusheng proposed openstack/mogan master: Add the function definition of cleanup deployment  https://review.openstack.org/45842110:02
*** kevinz has quit IRC10:39
*** openstackgerrit has quit IRC11:32
*** openstackgerrit has joined #openstack-mogan11:37
openstackgerritMerged openstack/mogan master: Cleanup mogan UI related devstack settings  https://review.openstack.org/45784111:37
openstackgerritMerged openstack/mogan master: Add the function definition of cleanup deployment  https://review.openstack.org/45842111:37
openstackgerritMerged openstack/mogan master: Add keypair support  https://review.openstack.org/45720511:48
zhenguoliusheng: seems we'd better to save key_name to instances object, it's easy for users to get access information for the server11:54
liushengzhenguo: that may should be set when injecting the key to the instance, wdyt ?11:56
zhenguoliusheng: yes, I will add the field11:56
liushengzhenguo: not sure Nova has this ?11:58
zhenguoliusheng: yes it s11:58
zhenguoliusheng: nova save all such data to instance11:58
liushengzhenguo: ok11:58
liushengzhenguo: that make sense11:58
liushengzhenguo: Ironic node: 139bfe3c-d7fa-4e75-9a09-18c4e65ef450 failed to12:08
liushengvalidate. (deploy: {u'reason': u"Cannot validate PXE bootloader. Some parameters were missing in node's driver_info. Missing are: ['deploy_ramdisk', 'deploy_kernel']", u'result': False}, power: {u'result': True})12:08
liushengzhenguo: do you know ho to handle this ?12:08
*** kevinz has joined #openstack-mogan12:08
zhenguoliusheng: you need to add deploy_ramdisk and deploy_kernel to node's driver_info12:09
zhenguoliusheng: please check the devstack nodes12:09
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add support for injecting keypairs  https://review.openstack.org/45847912:10
liushengzhenguo: but I don't know what value should be set to these properties12:10
zhenguoliusheng: your env should include this12:10
zhenguoliusheng: you can list glance images to see12:11
liushengzhenguo: you mean the two iamge's uuid ?12:11
zhenguoliusheng: yes12:11
zhenguoliusheng: I have to go, ttyl12:12
liushengzhenguo: ok, thanks12:12
* zhenguo away12:12
*** kevinz has quit IRC12:18
*** kevinz has joined #openstack-mogan12:19
*** Jeffrey4l has quit IRC14:19
*** kevinz has quit IRC14:41
*** kevinz has joined #openstack-mogan14:57
*** kevinz has quit IRC15:02
*** Jeffrey4l has joined #openstack-mogan15:31
*** liusheng has quit IRC19:01
*** liusheng has joined #openstack-mogan19:02
*** liusheng has quit IRC19:13
*** liusheng has joined #openstack-mogan19:14

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