*** jhfeng has quit IRC | 00:06 | |
*** jhfeng has joined #congress | 00:07 | |
*** AlexeyAbashkin has joined #congress | 00:11 | |
openstackgerrit | Merged openstack/congress-dashboard master: update requirements to match global-requirements https://review.openstack.org/537684 | 00:11 |
---|---|---|
*** AlexeyAbashkin has quit IRC | 00:15 | |
*** jhfeng has quit IRC | 00:27 | |
*** masahito has joined #congress | 00:28 | |
*** masahito has quit IRC | 00:34 | |
*** zhurong has joined #congress | 01:06 | |
*** zhurong has quit IRC | 02:14 | |
*** ekcs has quit IRC | 02:19 | |
*** jhfeng has joined #congress | 02:56 | |
*** zhurong has joined #congress | 03:08 | |
*** openstackgerrit has quit IRC | 03:33 | |
*** openstackgerrit has joined #congress | 03:48 | |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Enable congress-tempest-plugin to use in congress https://review.openstack.org/537274 | 03:48 |
openstackgerrit | Anusha Ramineni proposed openstack/congress master: Remove intree tempest tests https://review.openstack.org/531689 | 04:15 |
*** jhfeng has quit IRC | 04:15 | |
openstackgerrit | Merged openstack/congress-tempest-plugin master: Remove alarm_rule from aodh tests https://review.openstack.org/535682 | 04:42 |
*** zhurong has quit IRC | 06:13 | |
*** AlexeyAbashkin has joined #congress | 06:22 | |
*** AlexeyAbashkin has quit IRC | 06:30 | |
*** AlexeyAbashkin has joined #congress | 08:04 | |
*** Taseer has joined #congress | 09:01 | |
Taseer | Hi all, I am trying to introduce Congress role into OpenStack Ansible, however, one of the tests is failing | 09:02 |
Taseer | http://logs.openstack.org/91/522491/51/check/openstack-ansible-functional-ubuntu-xenial/1676db3/job-output.txt.gz#_2018-01-25_07_01_38_572548 | 09:02 |
Taseer | Any help with regards to this will be appreciated | 09:02 |
ramineni | Taseer: 2018-01-25 07:02:31.809982 | ubuntu-xenial | fatal: [congress1]: FAILED! => {"attempts": 5, "changed": false, "content": "", "msg": "Status code was not [200]: Request failed: <urlopen error [Errno 111] Connection refused>", "redirected": false, "status": -1, "url": "http://10.1.2.103:9800"} | 09:08 |
ramineni | this is the error | 09:08 |
ramineni | ? | 09:09 |
ramineni | Taseer: why is the url 9800, is the default prt for congress changed, by default runs on 1789 | 09:09 |
Taseer | ramineni: here is the patch => https://review.openstack.org/#/c/522491/ | 09:24 |
Taseer | let me change the port number to 1789 | 09:25 |
ramineni | Taseer: ok | 09:53 |
*** zhurong_ has joined #congress | 09:57 | |
ramineni | Taseer: there seems to be one more error | 09:57 |
ramineni | http://logs.openstack.org/91/522491/51/check/openstack-ansible-functional-ubuntu-xenial/1676db3/logs/openstack/congress1/syslog.txt.gz#_Jan_25_07_01_39 | 09:57 |
ramineni | Taseer: its unable to find config files, did you check that | 09:57 |
ramineni | Taseer: are the config files copied to same path | 09:59 |
Taseer | let me see | 10:02 |
Taseer | ramineni: this will give you some idead | 10:06 |
Taseer | idea | 10:06 |
Taseer | https://github.com/openstack/openstack-ansible-os_congress/blob/master/tasks/congress_post_install.yml#L20 | 10:06 |
Taseer | congress_conf_dir: /etc/congress | 10:06 |
Taseer | ramineni: but I guess the correct path needs to be => /openstack/venvs/congress-untagged/etc/congress/congress.conf | 10:08 |
Taseer | as per the sys logs you shared above ? | 10:09 |
ramineni | Taseer: actually if congress service is started --config-file option , it takes the config file from that path | 10:09 |
ramineni | Taseer: for example like this /usr/local/bin/congress-server --node-id=allinonenode --config-file /etc/congress/congress.conf | 10:10 |
ramineni | Taseer: check the path , while starting congress service , may be that helps | 10:11 |
Taseer | okay let me see | 10:11 |
Taseer | ramineni: https://github.com/openstack/openstack-ansible-os_congress/blob/master/tasks/congress_db_setup.yml#L18 | 10:13 |
Taseer | this is exactly how I am starting congress | 10:13 |
Taseer | ramineni: so maybe, the congress-server is in failed state, hence it is not able to return 200 status, when we curl for it | 10:19 |
*** michchap has quit IRC | 10:32 | |
*** michchap has joined #congress | 10:33 | |
*** ramineni_ has joined #congress | 11:20 | |
ramineni_ | Taseer: that is only db manage ..not the service | 11:20 |
ramineni_ | Taseer: ya , it might be congress service is not up .. so failing | 11:21 |
Taseer | okay | 11:32 |
Taseer | I am trying to put in the missing pieces, just want to complete it ASAP | 11:33 |
*** AlexeyAbashkin has quit IRC | 11:58 | |
*** AlexeyAbashkin has joined #congress | 11:58 | |
openstackgerrit | Pierre Crégut proposed openstack/congress master: Fix serialization of choices and reenable congress-agent. https://review.openstack.org/533248 | 13:10 |
*** zhurong_ has quit IRC | 13:44 | |
*** ramineni_ has quit IRC | 14:20 | |
-openstackstatus- NOTICE: We're currently experiencing issues with the logs.openstack.org server which will result in POST_FAILURE for jobs, please stand by and don't needlessly recheck jobs while we troubleshoot the problem. | 14:24 | |
*** jhfeng has joined #congress | 14:55 | |
*** jhfeng has quit IRC | 15:23 | |
*** jhfeng has joined #congress | 15:28 | |
*** jhfeng has quit IRC | 15:28 | |
*** jhfeng has joined #congress | 15:29 | |
*** jhfeng has quit IRC | 15:29 | |
*** jhfeng has joined #congress | 15:36 | |
Taseer | ramineni: do you have any idea about this => http://logs.openstack.org/91/522491/56/check/openstack-ansible-functional-ubuntu-xenial/8a481b6/logs/openstack/congress1/congress/congress-server.log.txt.gz | 15:41 |
-openstackstatus- NOTICE: logs.openstack.org is stabilized and there should no longer be *new* POST_FAILURE errors. Logs for jobs that ran in the past weeks until earlier today are currently unavailable pending FSCK completion. We're going to temporarily disable *successful* jobs from uploading their logs to reduce strain on our current limited capacity. Thanks for your patience ! | 16:00 | |
*** jhfeng has quit IRC | 16:30 | |
*** jhfeng has joined #congress | 16:31 | |
*** openstackstatus has quit IRC | 16:41 | |
*** openstackstatus has joined #congress | 16:41 | |
*** ChanServ sets mode: +v openstackstatus | 16:41 | |
*** jhfeng has quit IRC | 16:42 | |
*** jhfeng has joined #congress | 16:47 | |
openstackgerrit | Pierre Crégut proposed openstack/congress master: Fix serialization of choices and reenable congress-agent. https://review.openstack.org/533248 | 17:11 |
*** jhfeng has quit IRC | 17:19 | |
*** jhfeng has joined #congress | 17:20 | |
*** jhfeng has quit IRC | 17:31 | |
*** jhfeng has joined #congress | 17:38 | |
*** jhfeng has quit IRC | 17:39 | |
*** jhfeng has joined #congress | 17:46 | |
*** AlexeyAbashkin has quit IRC | 17:59 | |
*** AlexeyAbashkin has joined #congress | 19:24 | |
*** AlexeyAbashkin has quit IRC | 19:28 | |
*** jhfeng has quit IRC | 21:06 | |
*** ekcs has joined #congress | 21:27 | |
*** michchap has quit IRC | 21:51 | |
*** jhfeng has joined #congress | 21:59 | |
*** jhfeng has quit IRC | 22:03 | |
*** jhfeng has joined #congress | 22:05 | |
*** ekcs has quit IRC | 23:00 | |
*** ekcs has joined #congress | 23:04 | |
*** jhfeng has quit IRC | 23:40 | |
*** ekcs has quit IRC | 23:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!