*** dkushwaha has joined #tacker | 00:08 | |
openstackgerrit | Merged openstack/tacker: modify vnfd, param & config attr. to dict objects https://review.openstack.org/360809 | 00:13 |
---|---|---|
*** manikanta_tadi has joined #tacker | 00:19 | |
*** sripriya has quit IRC | 00:27 | |
*** sripriya has joined #tacker | 00:33 | |
haiwei | ping s3wong | 00:38 |
s3wong | haiwei: pong | 00:38 |
haiwei | hi s3wong, can I ask a question? | 00:38 |
s3wong | haiwei: sure. shoot | 00:38 |
haiwei | I have seen your patch https://review.openstack.org/#/c/347568/, that means tacker will use networking-sfc as sfc driver, right? | 00:39 |
s3wong | haiwei: yeah | 00:39 |
haiwei | s3wong, but I also read this doc from tacker wiki https://docs.google.com/presentation/d/18AGaiysVgHOd_fIHVpObMO7zUkMjJGOQ98CUwkxU1xo/edit#slide=id.p16 | 00:40 |
s3wong | haiwei: yes? | 00:40 |
haiwei | s3wong: in this doc it says phase1-3 is not applicable | 00:41 |
haiwei | s3wong: phase 1-3 means networking-sfc driver, phase 4 uses odl-sfc driver | 00:41 |
s3wong | haiwei: yes --- originally, trozet has an experimental implementation where Tacker SFC would talk directly to ODL | 00:41 |
s3wong | haiwei: that's phase 1 | 00:42 |
haiwei | s3wong, so now tacker will support networking-sfc first, and then ODL? | 00:42 |
s3wong | haiwei: I see what you are looking at --- phase 4 isn't going to happen | 00:43 |
s3wong | haiwei: we will settle on phase 3 | 00:43 |
haiwei | s3wong, thanks, it helps me | 00:43 |
s3wong | haiwei: we have someone working on ODL networking-sfc driver, and once that is done, networking-sfc driver would driver networking-sfc and networking-sfc would driver ODL SFC | 00:43 |
*** manikanta_ has joined #tacker | 00:44 | |
s3wong | haiwei: for OpenStack VIM, it is highly unlikely we would have anything other than networking-sfc driver | 00:44 |
haiwei | ok, so tacker will leave most things to networking-sfc? s3wong | 00:46 |
s3wong | haiwei: yes | 00:46 |
s3wong | haiwei: networking-sfc has a very low-level abstraction, thus lots of room for Tacker to program to accomplish higher level goals (like constructing a forwarding graph) | 00:47 |
haiwei | s3wrong, as far as I know, currently networking-sfc is only supporting open-vswitch, and it will add odl-sfc soon? | 00:47 |
s3wong | haiwei: also, if we (Tacker) have special requirements (like supporting symmetrical chain), we can push it to networking-sfc --- I happen to be networking-sfc core also | 00:47 |
s3wong | haiwei: it has support for OVS as default, and ONOS also as of now | 00:48 |
s3wong | haiwei: OVN and ODL SFC are coming, albeit after Newton (hopefully they can land by Ocata) | 00:48 |
haiwei | s3wong, after networking-sfc supports all of them, which one will be the default? | 00:49 |
haiwei | s3wrong, it depends on users' config? | 00:50 |
haiwei | s3wrong, I mean for tacker user, should they config it in Tacker, or only config it in networking-sfc? | 00:51 |
s3wong | haiwei: networking-sfc reference / default would always be OVS | 00:52 |
*** sripriya has quit IRC | 00:53 | |
s3wong | haiwei: Neutron conf file isn't controlled by us, so it isn't likely we can just change default | 00:53 |
s3wong | haiwei: but user can configure the conf file | 00:53 |
haiwei | s3wong, much clearer now, thanks very much | 00:54 |
s3wong | haiwei: but keep in mind that networking-sfc is part of Neutron, and uses the Neutron core driver, thus it should be the same driver as your Neutron driver | 00:54 |
s3wong | haiwei: i.e., assuming you use ML2 with ODL mechanism driver, then you would use ODL networking-sfc driver | 00:54 |
s3wong | haiwei: look at networking-sfc as Neutron extension APIs, not separate entities | 00:55 |
s3wong | haiwei: otherwise we (networking-sfc) cannot affect traffic flows | 00:55 |
haiwei | s3wong: got it | 00:56 |
*** manikanta_tadi has quit IRC | 00:58 | |
*** sripriya has joined #tacker | 01:06 | |
*** gongysh has joined #tacker | 01:06 | |
*** sripriya has quit IRC | 01:10 | |
*** diga has joined #tacker | 01:14 | |
*** bryan_att has joined #tacker | 01:27 | |
bryan_att | sridhar_ram: ping | 01:27 |
bryan_att | trozet: ping | 01:27 |
bryan_att | sridhar_ram: trozet: I'm working on a tacker install script for OPNFV functest. At http://tacker-docs.readthedocs.io/en/latest/install/manual_installation.html I read about tacker.conf settings that do not appear to be valid for the mitaka version, per the sample tacker.conf in git (stable/mitaka). | 01:30 |
bryan_att | sridhar_ram: trozet: I will assume that I can ignore settings that do not appear in the current tacker.conf, but any advice on how up to date the guide is, will be appreciated. e.g. "policy_file = /usr/local/etc/tacker/policy.json" - there is no "policy_file" field in tacker.conf AFAICT. | 01:32 |
sridhar_ram | bryan_att: pong | 01:33 |
sridhar_ram | bryan_att: the readthedocs version is quite old.. you better switch to use the official version here http://docs.openstack.org/developer/tacker/ | 01:34 |
sridhar_ram | bryan_att: specifically here for manual install - http://docs.openstack.org/developer/tacker/install/manual_installation.html | 01:34 |
openstackgerrit | gongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env https://review.openstack.org/361153 | 01:34 |
* sridhar_ram looking up policy_file in tacker.conf | 01:35 | |
sridhar_ram | bryan_att: that doc assumes tacker.conf ended up in /usr/local/etc/tacker/ .. see http://docs.openstack.org/developer/tacker/install/manual_installation.html#installing-tacker-server .. step (7) | 01:38 |
sridhar_ram | bryan_att: last, to answer your specific questions, you are welcome to push a fix to this manual install doc here at https://github.com/openstack/tacker/blob/master/doc/source/install/manual_installation.rst | 01:39 |
openstackgerrit | gongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env https://review.openstack.org/361153 | 01:40 |
*** changzhi has joined #tacker | 01:42 | |
*** uck has quit IRC | 01:43 | |
changzhi | hi, all. May I ask a question? I met an error when creating VNFD. The error message is " AttributeError: 'dict' object has no attribute 'read' ". Did anyone meet the same error as me? | 01:43 |
sridhar_ram | haiwei: s3wong: please see https://review.openstack.org/#/c/300898/ and https://review.openstack.org/#/c/337948 .. for the work underway in neutron-sfc to make it work w/ ODL | 01:43 |
sridhar_ram | changzhi: yes, that issue just got fixed .. about an hour back, https://review.openstack.org/360809 | 01:44 |
dkushwaha | changzhi, please try with latest master | 01:44 |
sridhar_ram | changzhi: can you restack and pull the latest | 01:44 |
sridhar_ram | dkushwaha: you've a min ? | 01:44 |
dkushwaha | sridhar_ram, yes sure | 01:45 |
changzhi | ok. Thank you! ;-) | 01:45 |
sridhar_ram | dkushwaha: i know you've put lots of effort on NSD .. but we ended up pushing this to Ocata | 01:45 |
sridhar_ram | dkushwaha: we can take that up in the beginning of Ocata | 01:47 |
dkushwaha | sridhar_ram, yes. | 01:47 |
sridhar_ram | dkushwaha: btw, meanwhile, can you help out with newton features for next 2 - 3 weeks ? | 01:47 |
sridhar_ram | dkushwaha: i'm specifically looking for someone to buddy up w/ tung_doan for the external alarm-monitoring feature | 01:48 |
dkushwaha | sridhar_ram, yes, i am looking for newton issues only | 01:48 |
dkushwaha | sridhar_ram, I can join him | 01:49 |
sridhar_ram | dkushwaha: looks tung_doan is new to openstack development... and the turn around is slow.. given the time left, i think it is in our projects interest to carry it forward.. | 01:49 |
dkushwaha | sridhar_ram, just going through his patchset review | 01:49 |
sridhar_ram | dkushwaha: good ! just drop him an email and start co-authoring | 01:50 |
dkushwaha | sridhar_ram, sure | 01:50 |
sridhar_ram | dkushwaha: thanks! | 01:50 |
sridhar_ram | dkushwaha: btw, are you still in Japan ? | 01:50 |
dkushwaha | sridhar_ram, yup :) | 01:51 |
bryan_att | sridhar_ram: thanks for the advice - I'll send any needed updates I find | 01:51 |
sridhar_ram | dkushwaha: cool, shd be a nearby Korean timezone to catch tung_doan | 01:51 |
sridhar_ram | bryan_att: you are welcome! | 01:51 |
dkushwaha | sridhar_ram, you are going for vacation for a week? | 01:51 |
sridhar_ram | dkushwaha: yes, i'm off next starting tomorrow along with the 3-day long weekend | 01:52 |
dkushwaha | sridhar_ram, great :) | 01:52 |
*** vishwanathj has quit IRC | 01:59 | |
openstackgerrit | gongysh proposed openstack/tacker: Device refactor part4: move plugin and db to right directory https://review.openstack.org/363351 | 02:01 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/tacker: Introduce TOSCA 'order' property for connection points https://review.openstack.org/363352 | 02:02 |
*** s3wong has quit IRC | 02:08 | |
gongysh | review site is slow, do you guys have the problem? | 02:10 |
openstackgerrit | gongysh proposed openstack/tacker: Add a shell script for developers to prepare functional test env https://review.openstack.org/361153 | 02:22 |
*** dkushwaha has quit IRC | 02:44 | |
openstackgerrit | Nguyen Hung Phuong proposed openstack/tacker: Clean imports in code https://review.openstack.org/359023 | 02:47 |
*** manikanta_ has quit IRC | 02:51 | |
*** sripriya has joined #tacker | 02:54 | |
*** dkushwaha has joined #tacker | 02:57 | |
*** dkushwaha has quit IRC | 03:07 | |
bryan_att | sridhar_ram: trozet: stuck at step 7 in http://docs.openstack.org/developer/tacker/install/manual_installation.html: Generate the tacker.conf.sample using tools/generate_config_file_sample.sh or ‘tox -e config-gen’ command and rename it to tacker.conf. | 03:11 |
bryan_att | sridhar_ram: trozet: there is no tools/generate_config_file_sample.sh and "tox -e config-gen" does not work (installed tox in the venv but it returns "ERROR: unknown environment 'config-gen'" | 03:12 |
sripriya | bryan_att: are you running tacker on master branch? | 03:16 |
bryan_att | no, stable/mitaka | 03:16 |
sripriya | bryan_att: the config-gen is applicable for master and not mitaka | 03:16 |
bryan_att | OK, how to setup tacker.conf.sample for stable/mitaka? | 03:17 |
bryan_att | all I need is the sample file. I can script-edit as needed. but I need tox to generate it. | 03:17 |
bryan_att | or the other tool, wherever it is | 03:18 |
sripriya | bryan_att: you can use the prebuilt tacker.conf at https://github.com/openstack/tacker/blob/stable/mitaka/etc/tacker/tacker.conf | 03:19 |
*** dkushwaha has joined #tacker | 03:19 | |
bryan_att | ok, so I just copy this to /usr/local/etc/tacker/tacker.conf and then edit it? | 03:19 |
bryan_att | I'm running tacker on ubuntu xenial | 03:20 |
sripriya | bryan_att: that is correct | 03:20 |
bryan_att | ok, i'll try that | 03:20 |
*** bobh has joined #tacker | 03:21 | |
*** changzhi has quit IRC | 03:24 | |
*** Ravikiran_K has joined #tacker | 03:27 | |
*** diga has quit IRC | 03:27 | |
*** achatterjee has joined #tacker | 03:31 | |
*** changzhi has joined #tacker | 03:45 | |
*** bobh has quit IRC | 03:45 | |
changzhi | Hi, all. I have a question. I create a VNFD template with some OpenWRT firewall rules and creating a VNF by this template. How do these firewall rules inject into the VNF instance ? I think that there is no likely " tacker-agent " in the OpenWRT image. | 03:45 |
gongysh_ | to think about the openwrt manage driver | 03:47 |
changzhi | gongysh: ok | 03:48 |
openstackgerrit | venkatamahesh proposed openstack/tacker: Temporarily disable ping monitor functional test https://review.openstack.org/361933 | 03:56 |
*** sripriya has quit IRC | 04:03 | |
*** mpsairam has quit IRC | 04:18 | |
openstackgerrit | Nguyen Hung Phuong proposed openstack/tacker: Clean imports in code https://review.openstack.org/359023 | 04:27 |
*** pmannidi has joined #tacker | 04:29 | |
*** sripriya has joined #tacker | 04:36 | |
*** links has joined #tacker | 04:36 | |
*** KanagarajM has joined #tacker | 04:50 | |
*** dkushwaha_ has joined #tacker | 05:07 | |
*** dkushwaha has left #tacker | 05:07 | |
dkushwaha_ | sripriya, hi | 05:07 |
openstackgerrit | venkatamahesh proposed openstack/tacker: [DOC] Update the manual installation guide to rectify errors https://review.openstack.org/353258 | 05:07 |
openstackgerrit | venkatamahesh proposed openstack/tacker: [DOC] Update the manual installation guide to rectify errors https://review.openstack.org/353258 | 05:08 |
openstackgerrit | gongysh proposed openstack/tacker: Try to fix the monitor bug https://review.openstack.org/363398 | 05:09 |
sripriya | dkushwaha_: hello | 05:10 |
dkushwaha_ | sripriya, while creating a vnf, getting an issue: http://paste.openstack.org/show/565048/ | 05:12 |
dkushwaha_ | sripriya, any clue on this? | 05:12 |
sripriya | dkushwaha_: which template are you using? | 05:16 |
sripriya | dkushwaha_: did you register the vim correctly, this issue seems to be with the credentials provided to the heat client | 05:16 |
dkushwaha_ | dkushwaha_, I was trying for allow vm name. But now trying it with /opt/stack/tacker/samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml and getting same error | 05:16 |
dkushwaha_ | sripriya, ^^ | 05:17 |
*** changzhi has quit IRC | 05:18 | |
dkushwaha_ | sripriya, ok i will check. But I used stack.sh so thinking that vim will be registered | 05:18 |
sripriya | dkushwaha_: did you try this without the VDU name changes? | 05:19 |
sripriya | dkushwaha_: including code | 05:19 |
dkushwaha_ | sripriya, yes, currently trying with /opt/stack/tacker/samples/tosca-templates/vnfd/tosca-vnfd-hello-world.yaml | 05:20 |
sripriya | dkushwaha_: does your code contain the vdu name changes? | 05:20 |
dkushwaha_ | sripriya, yes | 05:21 |
dkushwaha_ | sripriya, But it is in tacker/vnfm/tosca/lib/tacker_nfv_defs.yaml only. So it should not be an impact i think | 05:22 |
sripriya | dkushwaha_: i suspect this issue is something to do with the authentication information being sent to the heat client | 05:22 |
sripriya | dkushwaha_: yes, can you paste the stack trace of h-eng for this error? | 05:22 |
dkushwaha_ | sripriya, ok, sure | 05:23 |
dkushwaha_ | sripriya, http://paste.openstack.org/show/565049/ | 05:25 |
sripriya | dkushwaha_: it looks like user name/id is not passed to the keystone middleware from heat client and is complaining | 05:27 |
dkushwaha_ | sripriya, should i try by reverting the changes ? | 05:28 |
sripriya | dkushwaha_: you could, just to keep the environment clean and then try, even though that isnt affecting this error directly | 05:30 |
dkushwaha_ | sripriya, ok, will try with clean env. Thanks | 05:31 |
sripriya | dkushwaha_: also ensure, the heat.conf itself has appropriate values under keystone_authtoken to talk to keystone | 05:33 |
*** saju_m has joined #tacker | 05:36 | |
openstackgerrit | gongysh proposed openstack/tacker: Device refactor part4: move plugin and db to right directory https://review.openstack.org/363351 | 06:01 |
*** sripriya has quit IRC | 06:04 | |
*** janki has joined #tacker | 06:09 | |
*** amotoki has joined #tacker | 06:29 | |
*** neel has joined #tacker | 06:34 | |
*** saju_m has quit IRC | 06:40 | |
*** amotoki has quit IRC | 06:56 | |
*** manikanta_tadi has joined #tacker | 07:05 | |
*** KanagarajM has quit IRC | 07:05 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Add VNF resource details to get vnf API https://review.openstack.org/340838 | 07:05 |
*** amotoki has joined #tacker | 07:16 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server https://review.openstack.org/363455 | 07:48 |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server https://review.openstack.org/363455 | 07:49 |
openstackgerrit | gongysh proposed openstack/tacker: Move tempest_lib to tempest.lib https://review.openstack.org/363461 | 07:54 |
*** neel has quit IRC | 08:11 | |
*** KanagarajM has joined #tacker | 08:13 | |
*** haiwei has quit IRC | 08:25 | |
*** gongysh has quit IRC | 08:26 | |
*** diga has joined #tacker | 08:30 | |
*** gongysh_ has quit IRC | 08:31 | |
*** ossifrath has quit IRC | 08:33 | |
openstackgerrit | gongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration https://review.openstack.org/363483 | 08:35 |
*** ossifrath has joined #tacker | 08:36 | |
*** priya has quit IRC | 08:39 | |
*** gongysh_ has joined #tacker | 08:44 | |
openstackgerrit | gongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration https://review.openstack.org/363483 | 08:46 |
openstackgerrit | venkatamahesh proposed openstack/tacker: Update the sample vnfd template in getting started guide https://review.openstack.org/363501 | 09:09 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker: Monitoring driver keep monitoring, even if vnf status showing ERROR https://review.openstack.org/346665 | 09:10 |
openstackgerrit | gongysh proposed openstack/python-tackerclient: Allow auth url without port for vim registration https://review.openstack.org/363483 | 09:14 |
openstackgerrit | venkatamahesh proposed openstack/python-tackerclient: Fix to overcome import error https://review.openstack.org/363513 | 09:17 |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server https://review.openstack.org/363455 | 09:23 |
openstackgerrit | Nguyen Hung Phuong proposed openstack/tacker: Clean imports in code https://review.openstack.org/359023 | 09:26 |
*** saju_m has joined #tacker | 09:29 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Add VNF resource details to get vnf API https://review.openstack.org/340838 | 09:33 |
*** yifei has quit IRC | 09:38 | |
*** yifei has joined #tacker | 09:39 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server https://review.openstack.org/363455 | 09:39 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/tacker: Temporarily disable ping monitor functional test https://review.openstack.org/361933 | 09:40 |
*** gongysh_ has quit IRC | 09:49 | |
*** janki has quit IRC | 09:52 | |
*** tbh has joined #tacker | 09:54 | |
*** neel has joined #tacker | 09:55 | |
*** dkushwaha has joined #tacker | 09:56 | |
*** dkushwaha has left #tacker | 09:57 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker: Allow vdu (VM) names to be specified as a parameter https://review.openstack.org/363549 | 10:05 |
*** janki has joined #tacker | 10:07 | |
*** dkushwaha_ has quit IRC | 10:09 | |
openstackgerrit | gongysh proposed openstack/tacker: Use devstack system public auth url as default VIM auth_url https://review.openstack.org/353361 | 10:10 |
openstackgerrit | gongysh proposed openstack/tacker: Use devstack system public auth url as default VIM auth_url https://review.openstack.org/353361 | 10:13 |
openstackgerrit | Merged openstack/tacker: Add a shell script for developers to prepare functional test env https://review.openstack.org/361153 | 10:13 |
*** tbh has quit IRC | 10:18 | |
openstackgerrit | Nguyen Hung Phuong proposed openstack/tacker: Clean imports in code https://review.openstack.org/359023 | 10:19 |
*** tbh_ has joined #tacker | 10:43 | |
*** tbh_ is now known as tbh | 10:43 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: VNF scaling: Functional test https://review.openstack.org/363573 | 10:58 |
*** KanagarajM has quit IRC | 10:58 | |
openstackgerrit | gongysh proposed openstack/tacker: Try to fix the monitor bug https://review.openstack.org/363398 | 11:04 |
*** amotoki has quit IRC | 11:09 | |
openstackgerrit | gongysh proposed openstack/tacker: Try to fix the monitor bug https://review.openstack.org/363398 | 11:10 |
openstackgerrit | Tung Doan proposed openstack/tacker: Update policy definition in tacker-def.yaml https://review.openstack.org/350436 | 11:12 |
*** amotoki has joined #tacker | 11:14 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Deprecate warning for infra_driver and mgmt_driver at server https://review.openstack.org/363455 | 11:15 |
*** tbh has quit IRC | 11:16 | |
*** tbh has joined #tacker | 11:18 | |
*** tung_doan has joined #tacker | 11:19 | |
*** neel has quit IRC | 11:23 | |
*** neel has joined #tacker | 11:32 | |
*** neel has quit IRC | 11:32 | |
*** vishwanathj has joined #tacker | 11:44 | |
*** Vijayendra has joined #tacker | 11:56 | |
*** tbh has quit IRC | 11:58 | |
*** bobh has joined #tacker | 12:06 | |
*** KanagarajM has joined #tacker | 12:06 | |
*** bobh has quit IRC | 12:12 | |
*** Ravikiran_K has quit IRC | 12:29 | |
*** openstackgerrit has quit IRC | 12:34 | |
*** openstackgerrit has joined #tacker | 12:35 | |
*** priya has joined #tacker | 12:40 | |
*** Vijayendra has quit IRC | 12:53 | |
*** tbh has joined #tacker | 13:08 | |
*** Vijayendra has joined #tacker | 13:10 | |
*** diga has quit IRC | 13:13 | |
openstackgerrit | gongysh proposed openstack/tacker: Try to fix the monitor bug https://review.openstack.org/363398 | 13:14 |
*** janki has quit IRC | 13:30 | |
*** manikanta_tadi has quit IRC | 13:33 | |
*** tbh_ has joined #tacker | 13:43 | |
*** tbh has quit IRC | 13:44 | |
trozet | bryan_att: you mean a tackerclient install script? you wouldn't install tacker in functest | 13:45 |
*** amotoki has quit IRC | 13:46 | |
*** tbh_ has quit IRC | 13:50 | |
*** tbh_ has joined #tacker | 13:51 | |
*** Vijayendra has quit IRC | 13:52 | |
*** amotoki has joined #tacker | 13:53 | |
*** KanagarajM has quit IRC | 13:54 | |
*** Yifei1 has joined #tacker | 13:55 | |
*** bobh has joined #tacker | 13:55 | |
*** tbh_ has quit IRC | 14:00 | |
*** links has quit IRC | 14:00 | |
*** bobh has quit IRC | 14:02 | |
*** Vijayendra has joined #tacker | 14:04 | |
*** tbh_ has joined #tacker | 14:08 | |
*** amotoki has quit IRC | 14:16 | |
*** dkushwaha has joined #tacker | 14:25 | |
*** amotoki has joined #tacker | 14:26 | |
*** Yifei1 has quit IRC | 14:31 | |
*** amotoki has quit IRC | 14:35 | |
*** Yifei1 has joined #tacker | 14:39 | |
*** amotoki has joined #tacker | 14:48 | |
*** ApsarShaik has joined #tacker | 14:54 | |
*** saju_m has quit IRC | 14:57 | |
*** bobh has joined #tacker | 14:58 | |
*** bobh has quit IRC | 15:02 | |
*** ApsarShaik has quit IRC | 15:07 | |
*** ApsarShaik has joined #tacker | 15:26 | |
*** janki has joined #tacker | 15:29 | |
*** tbh_ has quit IRC | 15:40 | |
*** janki has quit IRC | 15:50 | |
*** Yifei1 has quit IRC | 16:07 | |
*** tbh_ has joined #tacker | 16:09 | |
*** links has joined #tacker | 16:10 | |
*** uck has joined #tacker | 16:26 | |
*** tbh_ has quit IRC | 16:32 | |
*** bobh has joined #tacker | 17:00 | |
*** saju_m has joined #tacker | 17:03 | |
*** bobh has quit IRC | 17:05 | |
*** ApsarShaik has quit IRC | 17:07 | |
bryan_att | trozet: I will be using tacker as a test driver for models, just like cloudify. So I am installing tacker in a container on the jumphost (just like cloudify) in order to drive the blueprint deployment for the test. | 17:16 |
*** sripriya has joined #tacker | 17:21 | |
*** ApsarShaik has joined #tacker | 17:23 | |
*** vishnoianil has quit IRC | 17:29 | |
*** Guest67892 has joined #tacker | 17:36 | |
*** Guest67892 is now known as tbh | 17:36 | |
*** sripriya has quit IRC | 17:39 | |
*** sripriya has joined #tacker | 17:41 | |
*** s3wong has joined #tacker | 17:54 | |
*** bobh has joined #tacker | 18:07 | |
*** tbh has quit IRC | 18:11 | |
sridhar_ram | bryan_att: thanks for your efforts pulling tacker in for the models project.. fyi, I'm traveling, won't be reachable over next few days... please continue to reach out in this channel if you are blocked. | 18:25 |
*** vishnoianil has joined #tacker | 18:26 | |
*** amotoki has quit IRC | 18:31 | |
ApsarShaik | ....................... | 18:36 |
*** ApsarShaik has quit IRC | 18:59 | |
*** uck has quit IRC | 19:01 | |
*** uck has joined #tacker | 19:01 | |
*** links has quit IRC | 19:13 | |
*** sripriya has quit IRC | 19:26 | |
openstackgerrit | Tung Doan proposed openstack/tacker: Alarm monitor: Update Heat driver https://review.openstack.org/347721 | 20:27 |
*** bobh_ has joined #tacker | 20:55 | |
*** bobh has quit IRC | 20:59 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker: Logs events for VNF scale operations https://review.openstack.org/363946 | 21:24 |
*** sripriya has joined #tacker | 21:24 | |
*** uck has quit IRC | 21:30 | |
s3wong | sridhar_ram: what is "models project"? | 21:36 |
bryan_att | s3wong: the Models project is under OPNFV http://wiki.opnfv.org/display/models | 21:57 |
s3wong | bryan_att: cool. Thanks! | 21:57 |
bryan_att | trozet: sridhar_ram: I have an issue with " 8). Populate Tacker database:" in http://docs.openstack.org/developer/tacker/install/manual_installation.html. There is no /usr/local/bin/tacker-db-manage. Does this step apply to stable/mitaka, and if not what is the alternative? | 21:58 |
sripriya | bryan_att: did you run python setup.py install? | 22:04 |
sripriya | bryan_att: if yes, you can directly run tacker-db-manage --config-file /etc/tacker/tacker.conf upgrade head | 22:04 |
*** bobh_ has quit IRC | 22:06 | |
bryan_att | yes, I did run that command (python setup.py install) and it worked. | 22:06 |
bryan_att | sripriya: https://www.irccloud.com/pastebin/YYs0X4Da/ | 22:07 |
bryan_att | maybe some detailed issue in the process though | 22:08 |
bryan_att | looks like it put the program in /tmp/tacker/venv/bin (I created a venv under /tmp for the tacker install) | 22:09 |
sripriya | bryan_att: did you activate the virtual env bin? | 22:11 |
bryan_att | yes I did (in the script, but not in my manual test of that command). but I'll try again updating the path to the executable in my script. | 22:12 |
sripriya | bryan_att: ok | 22:12 |
*** saju_m has quit IRC | 23:02 | |
*** gongysh has joined #tacker | 23:37 | |
*** dkushwaha has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!