Monday, 2015-10-19

*** bobh has quit IRC00:33
*** tbh has joined #tacker01:12
tbhsripriya: Hi01:13
*** bobh has joined #tacker01:21
*** arturt___ has joined #tacker01:32
*** arturt___ has quit IRC01:37
*** lhcheng has quit IRC01:42
*** tbh has quit IRC01:52
*** bobh has quit IRC02:16
*** bobh has joined #tacker02:22
*** tbh has joined #tacker03:04
*** tbh has quit IRC03:19
*** bobh has quit IRC03:19
*** lhcheng has joined #tacker03:30
*** lhcheng has quit IRC03:36
*** tbh has joined #tacker03:58
*** tbh has quit IRC03:59
*** tbh has joined #tacker04:00
*** lhcheng has joined #tacker04:40
sripriyatbh: hello05:31
tbhsripriya: does anyone working on tacker-horizon providing config functionality?05:43
sripriyatbh: yes, vishwanathj is working on it. refer https://review.openstack.org/#/c/221953/05:43
sripriyatbh: with regard to the libvirt error we discussed on fri, can you share the n-cpu.log as well? thanks05:44
tbhsripriya: sure05:45
tbhsripriya: I am not getting that error now06:03
tbhsripriya: can I send you the logs later, when I got the error?06:03
sripriyatbh: sure, do you have the previous logs by any chance?06:04
tbhsripriya: no sripriya, I am using diff systems for different places(timezones)06:04
tbhsripriya: I am trying to write some unit tests for monitor.py06:05
sripriyatbh: no worries, whenever you face the error, kindly capture and share. thanks06:06
tbhsripriya: and can I update the repos indevstack/lib/magnum06:06
sripriyatbh: can you elaborate?06:06
tbhsripriya: or will wait for some time and fix all these issues06:06
tbhsripriya: sorry it was already pushed i guess06:07
tbhsripriya: I am referring this https://review.openstack.org/#/c/236676/06:08
sripriyatbh: yes, looks like they are providing patchsets for all repos to update to openstack06:09
tbhsripriya: oh nice06:10
sripriyatbh: they started the migration yest. to move all active projects from stackforge to openstack06:11
sripriyatbh: this is seperate from the openstack governance projects06:11
tbhsripriya: oh that's a seperate process, right?06:12
sripriyatbh: yes06:12
*** manikanta has joined #tacker06:15
*** manikanta_ has joined #tacker06:15
*** elo has quit IRC06:19
*** sridhar_ram has joined #tacker06:49
tbhsripriya:  whenever we inherit base.BaseTestCase, do we need any extra config to make it work?07:11
sripriyatbh: which BaseTestCase are you referring to? probably neutron? those are ununse test cases which we need to delete. for now if monitor.py is doing some db transactions, it is suggested to inherit from db_base.SqlTestCase07:14
sripriyatbh: else you can inherit directly from testtools.TestCase07:14
sripriya*unused07:14
tbhsripriya: oh okay, let me try07:17
sripriyatbh: yeah since our unit test framework is small, you can write independent test cases and it need not inherit from anything locally07:18
sripriyatbh: once we add more test cases, we can think about pushing out the common config or initialization to a base class and let all child classes inherit from that...07:19
tbhsripriya: yeah I think it is better to write local test cases07:19
*** lhcheng has quit IRC07:26
*** sridhar_ram has quit IRC07:34
*** karimb has joined #tacker07:48
karimbhello folks any chance i can use an existing kilo installation to try out tacker, without going the devstack way ?07:48
sripriyakarimb: hi there! , yes tacker is supported on devstack kilo and it works. i did not undertand the other part of question though07:51
karimbsripriya i d like to install it without devstack07:51
karimbbecause i ve allready have a running openstack deployment07:51
karimbsripriya makes sense ?07:51
sripriyakarimb: that is something we have left it for the user to try out as an exercise. tacker is currently supported with devstack. but should work with openstack deployments too.07:52
* karimb challenge accepted :)07:53
karimbsripriya ty07:53
sripriyakarimb: :) we are yet to develop a guide for openstack deployments, but if you can try and share your thoughts and observations, that would be awesome!07:54
karimbgood07:54
sripriyakarimb: let us know if we can help you out in this in any way! feel free to ping us on this channel if you are stuck with any tacker related issues on openstack07:55
karimbgood, first step will be to clone the 3 repos, i guess07:55
sripriyakarimb: and thank you! looking forward to your resolve of the challenge :)07:56
sripriyakarimb: yes07:56
sripriyakarimb: this should fairly sum up to what you will have to do to get tacker enabled07:58
sripriyakarimb: https://github.com/openstack/tacker/blob/master/devstack/lib/tacker07:58
karimbsripriya will i also need to do the mysql fix as stated in the install guide?08:03
*** mbound has joined #tacker08:13
tbhsripriya: I am trying to write small testcases for monitor, here is the first one http://paste.openstack.org/show/476640/,08:14
tbhsripriya: can you tell me is it the right way to do this08:14
tbhtbh: btw, are you still awake?08:14
karimbsripriyap do you recommend tweaking this script or install devstack and point it to an existing install rather ?08:15
tbhkarimb: you mean url for repos?08:19
karimbfor instance08:19
karimbtbh i rather mean instead of having devstack configure an entire openstack, skip everything but tacker08:41
tbhkarimb: I think it is the nice way, but I haven't tested it though08:42
*** mbound has quit IRC08:47
*** dmellado has joined #tacker08:57
*** mbound has joined #tacker09:05
*** openstack has joined #tacker09:20
*** zeih has joined #tacker09:20
*** zeih_ has joined #tacker09:38
*** zeih has quit IRC09:41
karimbsripriya, tbh  do i need this section http://pastebin.com/gybiwjy909:42
tbhkarimb: yeah it is used to configure tacker.conf and it will create bridges09:54
karimbdo we need specific bridges?09:54
karimbremember openstaclk is allready installed here :)09:55
karimbbut that s fine, i can edit those later09:55
karimbwhere can i grab taker.conf ?09:55
tbhkarimb: it will br-mgmt bridge which is used to configure09:55
karimbah br-mgmt needs to be created you mean ?09:56
tbhkarimb: yes09:57
karimbgood09:57
tbhkarimb: that function will do that09:57
karimbyeah, the configure_tacker one09:58
tbhkarimb: specifically the last line09:58
tbhkarimb: yeah09:58
karimbyes sure09:58
karimbbut first i want to configure tacker.conf using this same function09:58
tbhyeah09:58
karimband cant find where the default one is located09:58
karimbnever mind, found it09:59
*** dkusidlo has joined #tacker10:00
tbhkarimb: if you want, my tacker.conf  http://paste.openstack.org/show/476660/10:00
karimbtbh pastebin.com seems faster imho :)10:01
*** dkusidlo has quit IRC10:04
tbhkarimb: I personally prefer paste.kde.org10:04
openstackgerritbharaththiruveedula proposed openstack/tacker: Unit Test Cases for monitor.py  https://review.openstack.org/23689410:28
openstackgerritbharaththiruveedula proposed openstack/tacker: Unit Test Cases for monitor.py  https://review.openstack.org/23689410:32
karimbwhat is the br-mgmt bridge used for ?10:39
tbhkarimb: sorry for late reply11:56
tbhkarimb: actually all VDUs are connected to net-mgmt network which is conneceted to br-mgmt12:01
tbhsripriya: correct me if I am wrong12:01
karimbso this means i have to create this net and subnet too right?12:28
tbhkarimb: yes12:30
karimbshould i expect the horizon plugin to work for kilo too ?12:43
karimbtbh and btw, does tracker support sriov stuff ?12:43
tbhkarimb: sorry I am not aware if it12:44
karimbthe first or the second question ?12:44
karimb:)12:44
tbhkarimb: second12:46
tbhkarimb: horizon plugin works for kilo12:46
karimbgood to know, i m testing against a rhelosp7 install actually, and horizon stops to work12:47
* karimb troubleshooting12:47
manikantakarimb, if you find any problem , raise a bug report12:52
karimbsure12:52
*** tbh has quit IRC12:54
*** lhcheng has joined #tacker12:56
*** manikanta_ has quit IRC12:56
*** manikanta has quit IRC12:56
*** bobh has joined #tacker13:14
*** lhcheng has quit IRC13:20
karimb i m missing some context about what i should be able to do with tacker, actually13:28
*** masterbound has joined #tacker13:28
*** mbound has quit IRC13:29
*** trozet has joined #tacker13:30
karimbor generic workflow to run tests13:35
*** zeih_ has quit IRC13:40
*** elo has joined #tacker13:42
*** dkusidlo has joined #tacker13:47
*** dkusidlo has quit IRC13:47
*** dkusidlo has joined #tacker13:50
*** karimb has quit IRC14:11
*** karimb has joined #tacker14:12
*** sridhar_ram has joined #tacker14:13
karimbanyone ?14:53
karimbso i should create net-mgmt and subnet-mgmt or something ?14:54
*** dkusidlo has quit IRC14:58
*** masterbound has quit IRC15:00
*** mbound has joined #tacker15:00
karimbalso, do i need the net to be flat15:02
*** sridhar_ram has quit IRC15:04
*** tbh has joined #tacker15:13
*** tbh_ has joined #tacker15:26
karimbtbh ping15:27
karimbsorry to insist15:27
karimbbut so i need net_mgmt or net-mgmt?15:28
*** prashantD_ has joined #tacker15:28
karimband is it mandatory to use flat for network ?15:28
tbh_net-mgmt15:29
tbh_karimb: it is not mandatory I guess15:30
tbh_sripriya:  will help you accurately15:31
karimbok, but i still need to create the net_mgmt network , right15:31
tbh_karimb: yes15:31
karimbcos i m running a test and it s failing15:31
karimband i guess because the rendered heat template fails because this network isnt there15:31
tbh_karimb: just give me a min I will check15:31
karimband so br-mgmt is just needed to provide access to the VNFS when they are created15:33
karimb?15:33
tbh_karimb: you can refer this https://github.com/openstack/tacker/blob/master/devstack/lib/tacker#L379-L38515:35
tbh_karimb: yes15:35
karimbthis is indeed what i m using15:36
karimbhence my flat debate15:36
karimbtbh_ ^15:36
tbh_karimb: yeah got it, you are correct15:37
*** tbh_ has quit IRC15:43
*** tbh_ has joined #tacker15:47
tbh_karimb: is it working now?15:53
sripriyatbh_: karimb: just catching up. karimb: is your question on net_mgmt cleared?15:55
karimbi think so15:55
sripriyakarimb: cool15:55
karimbnow i m trying to launch a scenario15:55
tbh_sripriya: karimb was asking about support of sriov15:57
sripriyakarimb: we do not support that15:57
karimbsripriya ok15:58
karimbalso asking if it s mandatory to use flat network for net_mgmt15:58
karimband also if this is the name to use15:58
karimbfor the network15:58
karimbmy understanding is that it should just match the TOSCAF file definitions, at the end right?15:58
karimbcos tacker seems to be at TOSCAF to heat converter right ?15:58
*** mbound has quit IRC16:01
tbh_karimb: sripriya AFAIK network names is not related to TOSCA file format, it can be anything16:02
tbh_karimb: sripriya and you can specify any network name for mgmt but need to specify management as true16:03
karimbwhy ?16:03
tbh_I am referring to this https://github.com/openstack/tacker/blob/master/devstack/samples/sample-vnfd-monitor.yaml#L1816:03
karimbhum i m getting a "/usr/lib/python2.7/site-packages/heat/engine/stack.py\", line 440, in store\n    trust_ctx = keystone.create_trust_context()\n\n  File \"/usr/lib/python2.7/site-packages/heat/common/heat_keystoneclient.py\", line 251, in create_trust_context\n    required=_(\"roles %s\") % roles)\n\nMissingCredentialError: Missing required credential: roles ['heat_stack_owner']\n"16:06
karimbnow , that s weird16:06
karimbas i m using the admin user16:06
*** tbh_ has quit IRC16:10
*** tbh_ has joined #tacker16:12
karimbis it possible that i need this role in the services tenant ?16:13
*** mbound has joined #tacker16:14
sripriyakarimb: tacker user needs this role in services tenant16:18
karimbwhat i just figured out16:19
*** mbound has quit IRC16:19
*** sripriya_ has joined #tacker16:21
*** sripriya has quit IRC16:24
*** vishwana_ has joined #tacker16:26
*** vishwanathj has quit IRC16:29
*** lsp42 has quit IRC16:29
*** lsp42 has joined #tacker16:30
karimbsripriya_seems like putting the port_security stuff in neutron makes neutron fail !!!!I16:43
*** sripriya_ has quit IRC16:43
*** karimb has quit IRC16:48
*** openstackgerrit has quit IRC17:01
*** openstackgerrit has joined #tacker17:02
*** s3wong has joined #tacker17:05
*** lhcheng has joined #tacker17:09
*** sripriya has joined #tacker17:10
*** lhcheng_ has joined #tacker17:11
*** lhcheng has quit IRC17:14
tbh_bobh: sripriya can you please review this patch https://review.openstack.org/#/c/236894/17:29
sripriyatbh_: ack, will review it today17:29
tbh_sripriya: thanks17:29
*** tbh_ has quit IRC17:46
*** santoshkumark has joined #tacker18:06
*** sridhar_ram has joined #tacker18:44
openstackgerritMerged openstack/tacker: Fix the source repositories to OpenStack  https://review.openstack.org/23667618:58
bobhtbh: will do18:59
*** sridhar_ram1 has joined #tacker19:08
*** sridhar_ram has quit IRC19:10
*** bobh has quit IRC19:13
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Cleanup Tacker docs and introduce tox doc test  https://review.openstack.org/23506219:15
*** bobh has joined #tacker19:40
*** sripriya_ has joined #tacker19:57
*** sripriya__ has joined #tacker19:59
*** sripriya has quit IRC20:01
*** sripriya_ has quit IRC20:02
openstackgerritTim Rozet proposed openstack/tacker-specs: Adds Tacker SFC spec  https://review.openstack.org/22800720:14
*** tbh has quit IRC21:00
*** tbh has joined #tacker21:06
*** sripriya__ has quit IRC21:08
*** sridhar_ram1 has quit IRC21:09
*** sripriya has joined #tacker21:12
sripriya-doc21:26
openstackgerritMerged openstack/tacker: Cleanup Tacker docs and introduce tox doc test  https://review.openstack.org/23506221:32
*** sridhar_ram has joined #tacker21:36
*** sridhar_ram has quit IRC22:04
*** sridhar_ram has joined #tacker22:04
*** bobh has quit IRC22:04
*** tbh has quit IRC23:12
*** santoshkumark has quit IRC23:52

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