You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/08 06:47:42 UTC

[GitHub] zhy989 opened a new issue #2586: issue about deploy openwhisk with ansible

zhy989 opened a new issue #2586: issue about deploy openwhisk with ansible 
URL: https://github.com/apache/incubator-openwhisk/issues/2586
 
 
   When I run CLI  "ansible-playbook -i environments/local openwhisk.yml",there is an error as below:
   
   - TASK [controller : wait until the Controller in this host is up and running] ******************************************************************
   Tuesday 08 August 2017  06:44:15 +0000 (0:00:00.910)       0:01:13.509 ******** 
   FAILED - RETRYING: wait until the Controller in this host is up and running (22 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (21 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (20 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (19 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (18 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (17 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (16 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (15 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (14 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (13 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (12 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (11 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (10 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (9 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (8 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (7 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (6 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (5 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (4 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (3 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (2 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (1 retries left).
   fatal: [172.17.0.1]: FAILED! => {"attempts": 22, "changed": false, "content": "", "failed": true, "msg": "Status code was not [200]: Request failed: <urlopen error [Errno 111] Connection refused>", "redirected": false, "status": -1, "url": "http://172.17.0.1:10001/ping"}
   
   PLAY RECAP ************************************************************************************************************************************
   172.17.0.1                 : ok=23   changed=13   unreachable=0    failed=1   
   ansible                    : ok=2    changed=1    unreachable=0    failed=0   
   
   Tuesday 08 August 2017  06:47:59 +0000 (0:03:44.358)       0:04:57.868 ******** 
   =============================================================================== 
   controller : wait until the Controller in this host is up and running - 224.36s
   consul : wait until the Consul Server/Agent in this host is up and running -- 12.61s
   kafka : (re)start kafka ------------------------------------------------ 11.03s
   consul : pull the consul:0.7.0 image ----------------------------------- 10.00s
   kafka : wait until the Zookeeper in this host is up and running --------- 7.22s
   kafka : pull the zookeeper:3.4 image ------------------------------------ 5.97s
   kafka : pull the ches/kafka:0.10.0.1 image ------------------------------ 5.71s
   kafka : wait until the kafka server started up -------------------------- 5.33s
   kafka : create the active-ack and health topic -------------------------- 4.64s
   kafka : create the invoker topics --------------------------------------- 1.89s
   kafka : (re)start zookeeper --------------------------------------------- 1.50s
   consul : (re)start consul server/agent ---------------------------------- 1.38s
   consul : fill consul kv ------------------------------------------------- 1.06s
   controller : (re)start controller --------------------------------------- 0.91s
   Gathering Facts --------------------------------------------------------- 0.59s
   write whisk.properties template to openwhisk_home ----------------------- 0.55s
   Gathering Facts --------------------------------------------------------- 0.45s
   consul : start registrator using docker cli ----------------------------- 0.44s
   Gathering Facts --------------------------------------------------------- 0.43s
   Gathering Facts --------------------------------------------------------- 0.36s
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services