*** jrist has quit IRC | 02:20 | |
*** jrist has joined #openstack-mistral | 02:33 | |
*** jaosorior has quit IRC | 04:10 | |
*** jaosorior has joined #openstack-mistral | 04:13 | |
*** zhurong has joined #openstack-mistral | 04:16 | |
*** zhurong has quit IRC | 04:19 | |
openstackgerrit | Lingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context https://review.openstack.org/455407 | 04:35 |
---|---|---|
*** jaosorior has quit IRC | 06:08 | |
openstackgerrit | Merged openstack/mistral-dashboard master: Optimize the link address https://review.openstack.org/455275 | 06:17 |
*** jaosorior has joined #openstack-mistral | 06:17 | |
d0ugal | fultonj: Let me know if you didn't get an answer, sorry I missed you yesterday. | 06:45 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Replace request mocking in test_httpclient with requests-mock https://review.openstack.org/469344 | 06:48 |
d0ugal | fultonj: I think it depends on the error really, but there isn't a good way to catch exceptions. Can you show me the problematic expression? | 06:49 |
*** sharatss has joined #openstack-mistral | 06:49 | |
*** shardy has joined #openstack-mistral | 06:54 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Switch from keystoneclient to keystoneauth https://review.openstack.org/457656 | 07:14 |
*** jpich has joined #openstack-mistral | 07:56 | |
*** dmellado_ has joined #openstack-mistral | 09:00 | |
*** dmellado has quit IRC | 09:01 | |
*** jistr has quit IRC | 09:01 | |
*** jistr has joined #openstack-mistral | 09:02 | |
*** jaosorior is now known as jaosorior_lunch | 09:19 | |
*** dmellado_ is now known as dmellado | 09:46 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Replace request mocking in test_httpclient with requests-mock https://review.openstack.org/469344 | 10:21 |
*** jaosorior_lunch is now known as jaosorior | 10:41 | |
*** shardy has quit IRC | 10:44 | |
*** jkilpatr has quit IRC | 10:47 | |
openstackgerrit | Lingxian Kong proposed openstack/mistral master: [WIP] Refactor mistral context using oslo_context https://review.openstack.org/455407 | 10:56 |
*** jkilpatr has joined #openstack-mistral | 11:00 | |
*** Qiming_ has quit IRC | 11:09 | |
*** Qiming has joined #openstack-mistral | 11:13 | |
*** rbrady has quit IRC | 11:14 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Replace request mocking in test_httpclient with requests-mock https://review.openstack.org/469344 | 11:23 |
*** thrash|g0ne is now known as thrash | 11:25 | |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral master: [Trusts] Fixing trusts deletion https://review.openstack.org/469078 | 11:29 |
*** chlong has quit IRC | 12:03 | |
*** dprince has joined #openstack-mistral | 12:29 | |
*** rbrady has joined #openstack-mistral | 12:45 | |
fultonj | hi d0ugal, thanks for the ping back | 12:53 |
fultonj | following up on the problematic expression... | 12:54 |
fultonj | I can get env variables made available via https://review.openstack.org/#/c/467682 with embded jinja2 inside of mistral with something like: | 12:54 |
fultonj | {% for ip in env().service_ips.ceph_mon_ctlplane_node_ips %}{{ ip }}{% endfor %} | 12:54 |
fultonj | However, I want to handle cases where that variable may not exist to avoid things like ERROR oslo_messaging.rpc.server UndefinedError: 'dict object' has no attribute 'ceph_mon_ctlplane_node_ips' | 12:55 |
fultonj | d0ugal: https://github.com/fultonj/tripleo-ceph-ansible/blob/master/mistral-ceph-ansible.yaml#L27-L36 | 12:56 |
fultonj | fyi: i will be dropping a variation of ^ into tripleo-common this week | 12:57 |
fultonj | for review | 12:57 |
d0ugal | You'll need to do something like... | 13:09 |
d0ugal | {% for ip in env().get('service_ips', {}).get('ceph_mon_ctlplane_node_ips', []) %}{{ ip }}{% endfor %} | 13:09 |
d0ugal | fultonj: but it is ugly :( | 13:10 |
fultonj | d0ugal: ok, thanks i will try that. | 13:15 |
*** sharatss has quit IRC | 13:26 | |
*** chlong has joined #openstack-mistral | 13:30 | |
*** bobh has joined #openstack-mistral | 13:33 | |
*** zhurong has joined #openstack-mistral | 13:42 | |
*** chlong has quit IRC | 13:43 | |
*** chlong has joined #openstack-mistral | 13:46 | |
*** FL1SK has joined #openstack-mistral | 14:04 | |
*** tung_doan has quit IRC | 14:30 | |
*** zhurong has quit IRC | 14:35 | |
fultonj | d0ugal: that got me past my issue thank you! | 14:54 |
*** thrash is now known as thrash|biab | 15:44 | |
*** jpich has quit IRC | 16:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements https://review.openstack.org/469571 | 16:38 |
*** jkilpatr has quit IRC | 16:47 | |
*** jkilpatr has joined #openstack-mistral | 17:04 | |
*** thrash|biab is now known as thrash | 17:11 | |
openstackgerrit | Toure Dunnon proposed openstack/python-mistralclient master: [WIP] Workflow Error Analysis Client updates. https://review.openstack.org/452901 | 17:34 |
*** jaosorior is now known as jaosorior_away | 17:44 | |
*** chlong has quit IRC | 18:05 | |
*** chlong has joined #openstack-mistral | 18:22 | |
*** bobh has quit IRC | 19:07 | |
*** jkilpatr has quit IRC | 19:41 | |
*** jkilpatr has joined #openstack-mistral | 19:54 | |
*** dprince has quit IRC | 20:13 | |
*** chlong has quit IRC | 20:53 | |
*** chlong has joined #openstack-mistral | 21:05 | |
*** bobh has joined #openstack-mistral | 21:10 | |
*** bobh has quit IRC | 21:21 | |
*** harlowja has quit IRC | 21:21 | |
*** harlowja has joined #openstack-mistral | 22:06 | |
*** jkilpatr has quit IRC | 22:23 | |
*** jkilpatr has joined #openstack-mistral | 22:38 | |
*** chlong has quit IRC | 23:00 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!