*** bobh has quit IRC | 00:33 | |
*** tbh has joined #tacker | 01:12 | |
tbh | sripriya: Hi | 01:13 |
---|---|---|
*** bobh has joined #tacker | 01:21 | |
*** arturt___ has joined #tacker | 01:32 | |
*** arturt___ has quit IRC | 01:37 | |
*** lhcheng has quit IRC | 01:42 | |
*** tbh has quit IRC | 01:52 | |
*** bobh has quit IRC | 02:16 | |
*** bobh has joined #tacker | 02:22 | |
*** tbh has joined #tacker | 03:04 | |
*** tbh has quit IRC | 03:19 | |
*** bobh has quit IRC | 03:19 | |
*** lhcheng has joined #tacker | 03:30 | |
*** lhcheng has quit IRC | 03:36 | |
*** tbh has joined #tacker | 03:58 | |
*** tbh has quit IRC | 03:59 | |
*** tbh has joined #tacker | 04:00 | |
*** lhcheng has joined #tacker | 04:40 | |
sripriya | tbh: hello | 05:31 |
tbh | sripriya: does anyone working on tacker-horizon providing config functionality? | 05:43 |
sripriya | tbh: yes, vishwanathj is working on it. refer https://review.openstack.org/#/c/221953/ | 05:43 |
sripriya | tbh: with regard to the libvirt error we discussed on fri, can you share the n-cpu.log as well? thanks | 05:44 |
tbh | sripriya: sure | 05:45 |
tbh | sripriya: I am not getting that error now | 06:03 |
tbh | sripriya: can I send you the logs later, when I got the error? | 06:03 |
sripriya | tbh: sure, do you have the previous logs by any chance? | 06:04 |
tbh | sripriya: no sripriya, I am using diff systems for different places(timezones) | 06:04 |
tbh | sripriya: I am trying to write some unit tests for monitor.py | 06:05 |
sripriya | tbh: no worries, whenever you face the error, kindly capture and share. thanks | 06:06 |
tbh | sripriya: and can I update the repos indevstack/lib/magnum | 06:06 |
sripriya | tbh: can you elaborate? | 06:06 |
tbh | sripriya: or will wait for some time and fix all these issues | 06:06 |
tbh | sripriya: sorry it was already pushed i guess | 06:07 |
tbh | sripriya: I am referring this https://review.openstack.org/#/c/236676/ | 06:08 |
sripriya | tbh: yes, looks like they are providing patchsets for all repos to update to openstack | 06:09 |
tbh | sripriya: oh nice | 06:10 |
sripriya | tbh: they started the migration yest. to move all active projects from stackforge to openstack | 06:11 |
sripriya | tbh: this is seperate from the openstack governance projects | 06:11 |
tbh | sripriya: oh that's a seperate process, right? | 06:12 |
sripriya | tbh: yes | 06:12 |
*** manikanta has joined #tacker | 06:15 | |
*** manikanta_ has joined #tacker | 06:15 | |
*** elo has quit IRC | 06:19 | |
*** sridhar_ram has joined #tacker | 06:49 | |
tbh | sripriya: whenever we inherit base.BaseTestCase, do we need any extra config to make it work? | 07:11 |
sripriya | tbh: 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.SqlTestCase | 07:14 |
sripriya | tbh: else you can inherit directly from testtools.TestCase | 07:14 |
sripriya | *unused | 07:14 |
tbh | sripriya: oh okay, let me try | 07:17 |
sripriya | tbh: yeah since our unit test framework is small, you can write independent test cases and it need not inherit from anything locally | 07:18 |
sripriya | tbh: 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 |
tbh | sripriya: yeah I think it is better to write local test cases | 07:19 |
*** lhcheng has quit IRC | 07:26 | |
*** sridhar_ram has quit IRC | 07:34 | |
*** karimb has joined #tacker | 07:48 | |
karimb | hello folks any chance i can use an existing kilo installation to try out tacker, without going the devstack way ? | 07:48 |
sripriya | karimb: hi there! , yes tacker is supported on devstack kilo and it works. i did not undertand the other part of question though | 07:51 |
karimb | sripriya i d like to install it without devstack | 07:51 |
karimb | because i ve allready have a running openstack deployment | 07:51 |
karimb | sripriya makes sense ? | 07:51 |
sripriya | karimb: 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 | |
karimb | sripriya ty | 07:53 |
sripriya | karimb: :) 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 |
karimb | good | 07:54 |
sripriya | karimb: 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 openstack | 07:55 |
karimb | good, first step will be to clone the 3 repos, i guess | 07:55 |
sripriya | karimb: and thank you! looking forward to your resolve of the challenge :) | 07:56 |
sripriya | karimb: yes | 07:56 |
sripriya | karimb: this should fairly sum up to what you will have to do to get tacker enabled | 07:58 |
sripriya | karimb: https://github.com/openstack/tacker/blob/master/devstack/lib/tacker | 07:58 |
karimb | sripriya will i also need to do the mysql fix as stated in the install guide? | 08:03 |
*** mbound has joined #tacker | 08:13 | |
tbh | sripriya: I am trying to write small testcases for monitor, here is the first one http://paste.openstack.org/show/476640/, | 08:14 |
tbh | sripriya: can you tell me is it the right way to do this | 08:14 |
tbh | tbh: btw, are you still awake? | 08:14 |
karimb | sripriyap do you recommend tweaking this script or install devstack and point it to an existing install rather ? | 08:15 |
tbh | karimb: you mean url for repos? | 08:19 |
karimb | for instance | 08:19 |
karimb | tbh i rather mean instead of having devstack configure an entire openstack, skip everything but tacker | 08:41 |
tbh | karimb: I think it is the nice way, but I haven't tested it though | 08:42 |
*** mbound has quit IRC | 08:47 | |
*** dmellado has joined #tacker | 08:57 | |
*** mbound has joined #tacker | 09:05 | |
*** openstack has joined #tacker | 09:20 | |
*** zeih has joined #tacker | 09:20 | |
*** zeih_ has joined #tacker | 09:38 | |
*** zeih has quit IRC | 09:41 | |
karimb | sripriya, tbh do i need this section http://pastebin.com/gybiwjy9 | 09:42 |
tbh | karimb: yeah it is used to configure tacker.conf and it will create bridges | 09:54 |
karimb | do we need specific bridges? | 09:54 |
karimb | remember openstaclk is allready installed here :) | 09:55 |
karimb | but that s fine, i can edit those later | 09:55 |
karimb | where can i grab taker.conf ? | 09:55 |
tbh | karimb: it will br-mgmt bridge which is used to configure | 09:55 |
karimb | ah br-mgmt needs to be created you mean ? | 09:56 |
tbh | karimb: yes | 09:57 |
karimb | good | 09:57 |
tbh | karimb: that function will do that | 09:57 |
karimb | yeah, the configure_tacker one | 09:58 |
tbh | karimb: specifically the last line | 09:58 |
tbh | karimb: yeah | 09:58 |
karimb | yes sure | 09:58 |
karimb | but first i want to configure tacker.conf using this same function | 09:58 |
tbh | yeah | 09:58 |
karimb | and cant find where the default one is located | 09:58 |
karimb | never mind, found it | 09:59 |
*** dkusidlo has joined #tacker | 10:00 | |
tbh | karimb: if you want, my tacker.conf http://paste.openstack.org/show/476660/ | 10:00 |
karimb | tbh pastebin.com seems faster imho :) | 10:01 |
*** dkusidlo has quit IRC | 10:04 | |
tbh | karimb: I personally prefer paste.kde.org | 10:04 |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Unit Test Cases for monitor.py https://review.openstack.org/236894 | 10:28 |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Unit Test Cases for monitor.py https://review.openstack.org/236894 | 10:32 |
karimb | what is the br-mgmt bridge used for ? | 10:39 |
tbh | karimb: sorry for late reply | 11:56 |
tbh | karimb: actually all VDUs are connected to net-mgmt network which is conneceted to br-mgmt | 12:01 |
tbh | sripriya: correct me if I am wrong | 12:01 |
karimb | so this means i have to create this net and subnet too right? | 12:28 |
tbh | karimb: yes | 12:30 |
karimb | should i expect the horizon plugin to work for kilo too ? | 12:43 |
karimb | tbh and btw, does tracker support sriov stuff ? | 12:43 |
tbh | karimb: sorry I am not aware if it | 12:44 |
karimb | the first or the second question ? | 12:44 |
karimb | :) | 12:44 |
tbh | karimb: second | 12:46 |
tbh | karimb: horizon plugin works for kilo | 12:46 |
karimb | good to know, i m testing against a rhelosp7 install actually, and horizon stops to work | 12:47 |
* karimb troubleshooting | 12:47 | |
manikanta | karimb, if you find any problem , raise a bug report | 12:52 |
karimb | sure | 12:52 |
*** tbh has quit IRC | 12:54 | |
*** lhcheng has joined #tacker | 12:56 | |
*** manikanta_ has quit IRC | 12:56 | |
*** manikanta has quit IRC | 12:56 | |
*** bobh has joined #tacker | 13:14 | |
*** lhcheng has quit IRC | 13:20 | |
karimb | i m missing some context about what i should be able to do with tacker, actually | 13:28 |
*** masterbound has joined #tacker | 13:28 | |
*** mbound has quit IRC | 13:29 | |
*** trozet has joined #tacker | 13:30 | |
karimb | or generic workflow to run tests | 13:35 |
*** zeih_ has quit IRC | 13:40 | |
*** elo has joined #tacker | 13:42 | |
*** dkusidlo has joined #tacker | 13:47 | |
*** dkusidlo has quit IRC | 13:47 | |
*** dkusidlo has joined #tacker | 13:50 | |
*** karimb has quit IRC | 14:11 | |
*** karimb has joined #tacker | 14:12 | |
*** sridhar_ram has joined #tacker | 14:13 | |
karimb | anyone ? | 14:53 |
karimb | so i should create net-mgmt and subnet-mgmt or something ? | 14:54 |
*** dkusidlo has quit IRC | 14:58 | |
*** masterbound has quit IRC | 15:00 | |
*** mbound has joined #tacker | 15:00 | |
karimb | also, do i need the net to be flat | 15:02 |
*** sridhar_ram has quit IRC | 15:04 | |
*** tbh has joined #tacker | 15:13 | |
*** tbh_ has joined #tacker | 15:26 | |
karimb | tbh ping | 15:27 |
karimb | sorry to insist | 15:27 |
karimb | but so i need net_mgmt or net-mgmt? | 15:28 |
*** prashantD_ has joined #tacker | 15:28 | |
karimb | and is it mandatory to use flat for network ? | 15:28 |
tbh_ | net-mgmt | 15:29 |
tbh_ | karimb: it is not mandatory I guess | 15:30 |
tbh_ | sripriya: will help you accurately | 15:31 |
karimb | ok, but i still need to create the net_mgmt network , right | 15:31 |
tbh_ | karimb: yes | 15:31 |
karimb | cos i m running a test and it s failing | 15:31 |
karimb | and i guess because the rendered heat template fails because this network isnt there | 15:31 |
tbh_ | karimb: just give me a min I will check | 15:31 |
karimb | and so br-mgmt is just needed to provide access to the VNFS when they are created | 15:33 |
karimb | ? | 15:33 |
tbh_ | karimb: you can refer this https://github.com/openstack/tacker/blob/master/devstack/lib/tacker#L379-L385 | 15:35 |
tbh_ | karimb: yes | 15:35 |
karimb | this is indeed what i m using | 15:36 |
karimb | hence my flat debate | 15:36 |
karimb | tbh_ ^ | 15:36 |
tbh_ | karimb: yeah got it, you are correct | 15:37 |
*** tbh_ has quit IRC | 15:43 | |
*** tbh_ has joined #tacker | 15:47 | |
tbh_ | karimb: is it working now? | 15:53 |
sripriya | tbh_: karimb: just catching up. karimb: is your question on net_mgmt cleared? | 15:55 |
karimb | i think so | 15:55 |
sripriya | karimb: cool | 15:55 |
karimb | now i m trying to launch a scenario | 15:55 |
tbh_ | sripriya: karimb was asking about support of sriov | 15:57 |
sripriya | karimb: we do not support that | 15:57 |
karimb | sripriya ok | 15:58 |
karimb | also asking if it s mandatory to use flat network for net_mgmt | 15:58 |
karimb | and also if this is the name to use | 15:58 |
karimb | for the network | 15:58 |
karimb | my understanding is that it should just match the TOSCAF file definitions, at the end right? | 15:58 |
karimb | cos tacker seems to be at TOSCAF to heat converter right ? | 15:58 |
*** mbound has quit IRC | 16:01 | |
tbh_ | karimb: sripriya AFAIK network names is not related to TOSCA file format, it can be anything | 16:02 |
tbh_ | karimb: sripriya and you can specify any network name for mgmt but need to specify management as true | 16:03 |
karimb | why ? | 16:03 |
tbh_ | I am referring to this https://github.com/openstack/tacker/blob/master/devstack/samples/sample-vnfd-monitor.yaml#L18 | 16:03 |
karimb | hum 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 |
karimb | now , that s weird | 16:06 |
karimb | as i m using the admin user | 16:06 |
*** tbh_ has quit IRC | 16:10 | |
*** tbh_ has joined #tacker | 16:12 | |
karimb | is it possible that i need this role in the services tenant ? | 16:13 |
*** mbound has joined #tacker | 16:14 | |
sripriya | karimb: tacker user needs this role in services tenant | 16:18 |
karimb | what i just figured out | 16:19 |
*** mbound has quit IRC | 16:19 | |
*** sripriya_ has joined #tacker | 16:21 | |
*** sripriya has quit IRC | 16:24 | |
*** vishwana_ has joined #tacker | 16:26 | |
*** vishwanathj has quit IRC | 16:29 | |
*** lsp42 has quit IRC | 16:29 | |
*** lsp42 has joined #tacker | 16:30 | |
karimb | sripriya_seems like putting the port_security stuff in neutron makes neutron fail !!!!I | 16:43 |
*** sripriya_ has quit IRC | 16:43 | |
*** karimb has quit IRC | 16:48 | |
*** openstackgerrit has quit IRC | 17:01 | |
*** openstackgerrit has joined #tacker | 17:02 | |
*** s3wong has joined #tacker | 17:05 | |
*** lhcheng has joined #tacker | 17:09 | |
*** sripriya has joined #tacker | 17:10 | |
*** lhcheng_ has joined #tacker | 17:11 | |
*** lhcheng has quit IRC | 17:14 | |
tbh_ | bobh: sripriya can you please review this patch https://review.openstack.org/#/c/236894/ | 17:29 |
sripriya | tbh_: ack, will review it today | 17:29 |
tbh_ | sripriya: thanks | 17:29 |
*** tbh_ has quit IRC | 17:46 | |
*** santoshkumark has joined #tacker | 18:06 | |
*** sridhar_ram has joined #tacker | 18:44 | |
openstackgerrit | Merged openstack/tacker: Fix the source repositories to OpenStack https://review.openstack.org/236676 | 18:58 |
bobh | tbh: will do | 18:59 |
*** sridhar_ram1 has joined #tacker | 19:08 | |
*** sridhar_ram has quit IRC | 19:10 | |
*** bobh has quit IRC | 19:13 | |
openstackgerrit | Sridhar Ramaswamy proposed openstack/tacker: Cleanup Tacker docs and introduce tox doc test https://review.openstack.org/235062 | 19:15 |
*** bobh has joined #tacker | 19:40 | |
*** sripriya_ has joined #tacker | 19:57 | |
*** sripriya__ has joined #tacker | 19:59 | |
*** sripriya has quit IRC | 20:01 | |
*** sripriya_ has quit IRC | 20:02 | |
openstackgerrit | Tim Rozet proposed openstack/tacker-specs: Adds Tacker SFC spec https://review.openstack.org/228007 | 20:14 |
*** tbh has quit IRC | 21:00 | |
*** tbh has joined #tacker | 21:06 | |
*** sripriya__ has quit IRC | 21:08 | |
*** sridhar_ram1 has quit IRC | 21:09 | |
*** sripriya has joined #tacker | 21:12 | |
sripriya | -doc | 21:26 |
openstackgerrit | Merged openstack/tacker: Cleanup Tacker docs and introduce tox doc test https://review.openstack.org/235062 | 21:32 |
*** sridhar_ram has joined #tacker | 21:36 | |
*** sridhar_ram has quit IRC | 22:04 | |
*** sridhar_ram has joined #tacker | 22:04 | |
*** bobh has quit IRC | 22:04 | |
*** tbh has quit IRC | 23:12 | |
*** santoshkumark has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!