*** Dinesh_Bhor has joined #tacker | 01:41 | |
*** bhagyashris has joined #tacker | 01:53 | |
*** JangwonLee has joined #tacker | 03:02 | |
*** janki has joined #tacker | 04:22 | |
*** dkushwaha has joined #tacker | 05:26 | |
*** openstackgerrit has joined #tacker | 06:45 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Update functional tests for tosca dict https://review.openstack.org/638092 | 06:45 |
---|---|---|
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Remove yaml string deprecation warning https://review.openstack.org/423538 | 06:47 |
*** jaewook_oh has joined #tacker | 08:02 | |
*** jchhatbar has joined #tacker | 08:09 | |
*** jchhatbar has quit IRC | 08:10 | |
*** jchhatbar has joined #tacker | 08:11 | |
*** janki has quit IRC | 08:11 | |
*** nguyenhai has joined #tacker | 08:40 | |
*** nguyenhai has quit IRC | 08:40 | |
*** dkushwaha has quit IRC | 08:57 | |
*** dkushwaha has joined #tacker | 09:10 | |
*** Dinesh_Bhor has quit IRC | 09:41 | |
*** bhagyashris has quit IRC | 09:50 | |
*** dkushwaha has quit IRC | 10:41 | |
*** dkushwaha has joined #tacker | 10:53 | |
*** JangwonLee has quit IRC | 11:05 | |
nnsingh | dkushwaha: review request for https://review.openstack.org/622888. We have done all changes from our side. | 11:26 |
dkushwaha | nnsingh, doing same | 11:26 |
nnsingh | dkushwaha: thank you :) | 11:26 |
*** dkushwaha has quit IRC | 11:32 | |
*** dkushwaha has joined #tacker | 11:45 | |
dkushwaha | nnsingh, ping | 11:48 |
nnsingh | dkushwaha: yes | 11:48 |
dkushwaha | nnsingh, any clue on this error >>>>> | 11:49 |
dkushwaha | heat-translator failed: - Type "tosca.policies.tacker.Reservation" is valid TOSCA type but translation support is not yet available. | 11:49 |
dkushwaha | nnsingh, got this error while creating vnf | 11:49 |
dkushwaha | nnsingh, I just(an hour back) re-created my env with latest patch | 11:49 |
nnsingh | i think heat-translator patch is not applied correctly | 11:50 |
nnsingh | dkushwaha: this is error you get when heat-translator changes are not applied | 11:50 |
dkushwaha | nnsingh, heat-translator>=1.3.0 is the correct one, as you updated in requirement.txt. right? | 11:51 |
nnsingh | yes | 11:51 |
dkushwaha | ok | 11:52 |
nnsingh | dkushwaha: also please check you tosca-parser | 11:53 |
*** janki has joined #tacker | 12:14 | |
*** jchhatbar has quit IRC | 12:15 | |
dkushwaha | nnsingh, http://paste.openstack.org/show/745457/ | 12:33 |
nnsingh | dkushwaha: looks good | 12:34 |
dkushwaha | nnsingh, but no VDU inside VNF | 12:35 |
dkushwaha | any clue? | 12:35 |
nnsingh | dkushwaha: yes, VDUs will be created automatically after lease start | 12:36 |
dkushwaha | nnsingh, i think lease already started, please check start time date | 12:37 |
nnsingh | dkushwaha: can you see the alarms in aodh? aodh alarm list | 12:37 |
nnsingh | dkushwaha: also check https://review.openstack.org/#/c/622888/20/doc/source/reference/reservation_policy_usage_guide.rst@99 part | 12:38 |
dkushwaha | nnsingh, http://paste.openstack.org/show/745458/ | 12:39 |
nnsingh | dkushwaha: ok | 12:39 |
dkushwaha | nnsingh, I configured as per https://review.openstack.org/#/c/622888/20/doc/source/reference/reservation_policy_usage_guide.rst@99 | 12:40 |
nnsingh | dkushwaha: can you check aodh-listener and aodh-notifier service logs. When you create lease aodh-listener log will be updated with create lease event. | 12:40 |
nnsingh | and after lease start you can see the log in aodh-listener and aodh-notifier. | 12:41 |
nnsingh | dkushwaha: please restart aodh service and check it will definetly work. | 12:42 |
dkushwaha | nnsingh, after configuring as per reservation_policy_usage_guide.rst@99 I restarted ceilometer, aodh and Tacker | 12:43 |
nnsingh | ok | 12:43 |
dkushwaha | checking for aodh-listener and aodh-notifier logs | 12:43 |
nnsingh | it should work as expected. | 12:43 |
nnsingh | ok | 12:43 |
dkushwaha | nnsingh, nothing in aodh-listener and aodh-notifier logs http://paste.openstack.org/show/745460/ | 12:46 |
nnsingh | dkushwaha: please restart aodh services and after that create lease and check aodh-listener log | 12:48 |
nnsingh | it will definetly show the lease create event | 12:48 |
dkushwaha | nnsingh, did the same, but ok, let me do it again | 12:49 |
nnsingh | dkushwah: yes please | 12:49 |
nnsingh | dkushwaha:simultaneouly check the aodh-listener log | 12:49 |
*** JangwonLee has joined #tacker | 13:11 | |
*** jaewook_oh has quit IRC | 13:12 | |
dkushwaha | nnsingh, http://paste.openstack.org/show/745469/ | 13:20 |
dkushwaha | Observing same behavior again | 13:21 |
nnsingh | dkushwaha: i think something missing. i am always able to do it at my side. i will share you the log | 13:24 |
nnsingh | dkushwaha: i think one thing is missing, while creating lease in blazar you should login as nfv usr | 13:31 |
nnsingh | source ~/devstack/openrc nfv_user nfv | 13:31 |
nnsingh | , export OS_PASSWORD=devstack | 13:31 |
nnsingh | I think this is also missing in document | 13:32 |
dkushwaha | nnsingh, ok, will check tomorrow, as leaving it for today. :) | 13:33 |
nnsingh | dkushwaha: ok, i will share you the log tomorrow | 13:34 |
dkushwaha | nnsingh, if it working fine, then almost things in code looks fine to me. I just put couple of comment on patch | 13:34 |
nnsingh | dkushwaha: ok thank you so much | 13:34 |
*** jchhatbar has joined #tacker | 13:52 | |
*** jchhatbar has quit IRC | 13:53 | |
*** jchhatbar has joined #tacker | 13:54 | |
*** janki has quit IRC | 13:54 | |
dkushwaha | nnsingh, np :) | 13:55 |
*** jchhatbar has quit IRC | 15:19 | |
openstackgerrit | zhulingjie proposed openstack/tacker master: Update json module to jsonutils https://review.openstack.org/638215 | 17:02 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!