Wednesday, 2016-01-13

openstackgerritLin Hua Cheng proposed openstack/tacker-horizon: Setup unit test framework  https://review.openstack.org/26450300:56
openstackgerritLin Hua Cheng proposed openstack/tacker-horizon: Setup unit test framework  https://review.openstack.org/26450301:01
lhchengvishwana_: made the tests run in tox, I had to ignore most of the pep8 failure to make the pep8 job pass.01:03
openstackgerritLin Hua Cheng proposed openstack/tacker-horizon: Setup unit test framework  https://review.openstack.org/26450301:08
*** prashantD has quit IRC01:14
*** gongysh has joined #tacker01:14
*** oss_xzdong has joined #tacker01:19
*** oss_xzdong has left #tacker01:19
vishwana_lhcheng, thanks01:24
*** lhcheng has quit IRC01:28
*** gongysh has quit IRC01:54
*** sripriya has quit IRC02:03
*** trozet has quit IRC02:37
*** trozet has joined #tacker02:52
*** gongysh has joined #tacker03:36
*** tbh has joined #tacker04:54
*** sridhar_ram has joined #tacker05:18
*** tbh has quit IRC05:29
*** lhcheng has joined #tacker05:37
*** tbh has joined #tacker05:43
*** prashantD has joined #tacker05:56
*** gongysh has quit IRC06:24
*** prashantD has quit IRC06:34
*** dkushwaha has joined #tacker06:41
*** sridhar_ram has quit IRC07:02
*** sridhar_ram has joined #tacker07:06
openstackgerritbharaththiruveedula proposed openstack/tacker-horizon: Add support to display VNFD template in horizon  https://review.openstack.org/26558208:08
*** mbound has joined #tacker08:51
*** gongysh has joined #tacker09:03
*** amotoki has joined #tacker09:10
*** mbound_ has joined #tacker09:20
*** mbound has quit IRC09:20
*** zeih has joined #tacker09:24
*** tbh has quit IRC09:37
*** gongysh has quit IRC09:38
*** lhcheng has quit IRC09:40
*** tbh has joined #tacker09:41
*** karimb has joined #tacker10:18
*** gongysh_ has quit IRC11:37
*** gongysh has joined #tacker11:51
openstackgerritting wang proposed openstack/tacker: Trival: remove unused logging  https://review.openstack.org/26688212:34
*** trozet has quit IRC12:56
*** tbh has quit IRC13:16
*** ahelkhou has joined #tacker14:51
*** bobh has joined #tacker14:57
*** trozet has joined #tacker15:01
*** sridhar_ram has quit IRC15:01
*** zeih has quit IRC15:27
*** zeih has joined #tacker15:31
*** mbound_ has quit IRC15:41
*** gongysh_ has joined #tacker15:45
*** sridhar_ram has joined #tacker15:56
*** leecalcote has joined #tacker16:01
*** bobh has quit IRC16:03
*** bobh has joined #tacker16:18
*** prashantD has joined #tacker16:54
*** leecalcote has quit IRC16:55
*** leecalcote has joined #tacker16:55
*** leecalcote has quit IRC16:56
*** leecalcote has joined #tacker16:59
*** leecalcote has quit IRC17:09
*** karimb has quit IRC17:09
*** lhcheng has joined #tacker17:10
*** zeih has quit IRC17:11
*** amotoki has quit IRC17:11
*** karimb has joined #tacker17:15
*** bobh has quit IRC17:26
prashantDsridhar : ping17:29
*** bobh has joined #tacker17:33
*** prashantD has quit IRC17:36
*** prashantD has joined #tacker17:37
*** ahelkhou has quit IRC17:37
*** karimb has quit IRC17:39
*** bobh_ has joined #tacker17:51
*** sridhar_ram has quit IRC17:54
*** bobh has quit IRC17:54
*** bobh has joined #tacker17:58
*** bobh_ has quit IRC18:01
*** sridhar_ram has joined #tacker18:16
*** gubouvier has joined #tacker18:17
*** bobh has quit IRC18:17
gubouvierhi everyone, quick question: is there a way to deploy taker on an existing multi-node deployment of Openstack ?  I only saw the doc for a devstack deployment so far...18:25
*** bobh has joined #tacker18:28
*** ahelkhou has joined #tacker18:33
*** bobh has quit IRC18:33
*** bobh has joined #tacker18:34
*** sridhar_ram has quit IRC18:35
*** sridhar_ram has joined #tacker18:35
*** bobh has quit IRC18:39
*** sripriya has joined #tacker18:42
*** bobh has joined #tacker18:48
*** sridhar_ram1 has joined #tacker18:50
sridhar_ram1gubouvier: yes, it is possible. Many folks have successfully got it to work. There was an attempt to document it in a doc using this patchset https://review.openstack.org/#/c/255481/18:51
sridhar_ram1gubouvier: unfortunately, that doc needs some cleanup and it is yet to merge18:51
*** s3wong has joined #tacker18:51
sridhar_ram1gubouvier: please ping vishwana_ as well here in the channel who has a cheatsheet of sort to get Tacker working on a non-devstack setup18:53
gubouviersuper, thanks sridhar_ram118:53
*** sridhar_ram has quit IRC18:54
vishwana_gubouvier I have got tacker running on an OpenStack liberty single node setup, I can certainly share my steps with you18:54
gubouviervishwana_, that would be great18:55
vishwana_gubouvier, give me some time, I shall ping you in a while18:59
gubouvierthks18:59
vishwana_gubouvier, do you already have OpenStack liberty with the nova, neutron, glance, heat, horizon components installed?19:00
gubouvieractually no, we have a kilo deployment19:09
gubouviera 3 node (controller, network, compute)19:09
*** bobh has quit IRC19:09
gubouvierbut we can deploy a liberty node if it's not compatible with kilo19:10
gubouvierwe're looking at deploying a simple setup on KVM nodes (nested virt) just for testing purposes19:10
vishwana_gubouvier glad to know that you would be willing to deploy liberty19:11
vishwana_gubouvier FYI: There is a patchset in progress to document tacker installation at https://review.openstack.org/#/c/255481/ .... we shall use that base and will provide my instructions for Ubuntu 14.04 OS19:13
gubouvierok, I will try with this and get back to you guys when I have more progress19:14
vishwana_gubouvier, Which OS have you used for OpenStack installation?19:16
gubouvierUbuntu 14.0419:16
*** bobh has joined #tacker19:16
vishwana_great, that would help me help you19:16
gubouvier:)19:16
vishwana_please feel free to provide comments in the patchset if certain instructions are not clear....also FYI, the patchset is not ready to merge yet19:18
gubouvierok, I will give it a try19:19
sridhar_ram1vishwana_: thanks Vish for jumping in !19:27
*** sridhar_ram1 is now known as sridhar_ram19:30
*** bobh has quit IRC19:33
*** sridhar_ram has quit IRC19:58
*** bobh has joined #tacker20:03
*** bobh has quit IRC20:14
*** bobh has joined #tacker20:19
*** sridhar_ram has joined #tacker20:47
*** mbound has joined #tacker21:25
*** gubouvier has quit IRC21:56
*** bobh_ has joined #tacker22:21
*** bobh has quit IRC22:23
*** bobh has joined #tacker22:24
*** bobh has quit IRC22:25
*** bobh_ has quit IRC22:27
*** sridhar_ram has quit IRC22:33
*** sridhar_ram has joined #tacker22:33
*** bobh has joined #tacker22:38
*** trozet has quit IRC22:48
*** ahelkhou has quit IRC23:14
vishwana_lhcheng, if doug fish also approves the patch https://review.openstack.org/#/c/264503/ we can ask the tacker cores to review and merge the patch set23:21
lhchengdon't know when will doug have the time, Eric did review it though23:24
vishwana_lhcheng, what's your recommendation? Should we wait for a day or should we go ahead and recommend to the tacker cores to review?23:26
*** bobh has quit IRC23:27
lhchengvishwana_: I think its fine for cores start looking at it.23:28
vishwana_lhcheng Ok23:28
*** amotoki has joined #tacker23:28
vishwana_srripriya sridhar_ram s3wong at your convenience please review https://review.openstack.org/#/c/264503/23:28
sripriyavishwana_: ack23:35
s3wongvishwana_: sure23:35
*** mbound has quit IRC23:51
*** amotoki has quit IRC23:52
*** amotoki has joined #tacker23:52
*** amotoki has quit IRC23:53

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