Thanks Cory for the re-assurances. I want Commcare to grow and dominate and I am sure we all want same. I was frustrated by the bottlenecks.Apologies about my venting. I feel better and I was re-invigorated to try again and made great progress.
Kindly assist on this latest error for the ansible deployment and what are the next steps? How do I check that the environment is healthy? How do I access the apps? I have learnt a lot, just frustrating to uncover and learn rather than focus on known documentations on what to do which will save time and effort. You guys have created a game changing platform and we the community appreciate this.
My control machine can't connect to virtual machines so I deployed from the host:
ansible-playbook -u vagrant -i inventories/development --private-key=~/.vagrant.d/insecure_private_key -e "@vars/dev.yml" deploy_stack.yml
here is the latest error:
failed: [192.168.33.16] => (item=curl -X PUT "
http://192.168.33.16/commcarehq") => {"changed": true, "cmd": "curl -X PUT \"
http://192.168.33.16/commcarehq\"", "delta": "0:00:00.183039", "end": "2016-10-29 23:16:16.774284", "failed": true, "invocation": {"module_args": {"_raw_params": "curl -X PUT \"
http://192.168.33.16/commcarehq\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": "curl -X PUT \"
http://192.168.33.16/commcarehq\"", "rc": 7, "start": "2016-10-29 23:16:16.591245", "stderr": " % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) couldn't connect to host", "stdout": "", "stdout_lines": [], "warnings": ["Consider using get_url module rather than running curl"]}
[WARNING]: Consider using get_url module rather than running curl
failed: [192.168.33.16] => (item=curl -X PUT "
http://192.168.33.16/_config/admins/commcarehq" -d '"commcarehq"') => {"changed": true, "cmd": "curl -X PUT \"
http://192.168.33.16/_config/admins/commcarehq\" -d '\"commcarehq\"'", "delta": "0:00:00.030544", "end": "2016-10-29 23:16:17.142850", "failed": true, "invocation": {"module_args": {"_raw_params": "curl -X PUT \"
http://192.168.33.16/_config/admins/commcarehq\" -d '\"commcarehq\"'", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "item": "curl -X PUT \"
http://192.168.33.16/_config/admins/commcarehq\" -d '\"commcarehq\"'", "rc": 7, "start": "2016-10-29 23:16:17.112306", "stderr": " % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) couldn't connect to host", "stdout": "", "stdout_lines": [], "warnings": ["Consider using get_url module rather than running curl"]}
PLAY RECAP *********************************************************************
192.168.33.15 : ok=51 changed=37 unreachable=0 failed=0
192.168.33.16 : ok=88 changed=23 unreachable=0 failed=1
192.168.33.17 : ok=57 changed=30 unreachable=0 failed=0
devops1@vagrant01:~/commcarehq-ansible/ansible$
Kindly assist, my goal is to setup an internal testbed to create awareness and once internal customers see the value, we will certainly procure a commercial offering. At this point, I can't procure until I have strong buy-in. thanks.
Ian.