Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-27 Thread Jae Kim
Hi I tried running it from files received from Ansible git. It still gets the same result. What do you mean exactly by checkout? > > [root@localhost network]# ls > a10 bigswitchdellos9 interface lenovo ovs system > aci citrix enos ios

[ansible-devel] Where is the webdocs file?

2017-11-26 Thread Jae Kim
Based on http://python.usyiyi.cn/documents/Ansible/ansible/dev_guide/developing_modules_documenting.html#testing-documentation But where is the webdocs file? Thanks Jae Kim -- You received this message because you are subscribed to the Google Groups "Ansible Development&q

[ansible-devel] Re: Where is the webdocs file?

2017-11-26 Thread Jae Kim
Some replied "There isn't a file named webdocs, it's just a make target." Then under which director should the command be run? When it is run under below, it says. [root@localhost network]# pwd /usr/lib/python2.7/site-packages/ansible/modules/network [root@localhost network]# make webdoc make:

Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-28 Thread Jae Kim
Hi Thanks for your help. I waited and the process completed. I was wondering if there is a way to have it partially updated with newly added custom or community Ansible module. I add new files and executed it. It seems to run the whole process again. Thanks Jae Kim > >> -- You

Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-27 Thread Jae Kim
I executed the command from Ansible I received through git. And I get the following error message. [ERROR]: ../../lib/ansible/plugins/lookup/aws_ssm.py MISSING DOCUMENTATION [WARNING]: ../../lib/ansible/plugins/lookup/aws_ssm.py PLUGIN MISSING field 'short_description' rendering: debug

Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-27 Thread Jae Kim
Hi It gets stuck at this point label: ansible_executable (if the link has no caption the label must precede a section header) /root/work/ansible_git/ansible/docs/docsite/rst/plugins/strategy.rst:37: WARNING: undefined label: strategy (if the link has no caption the label must precede a

Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-27 Thread Jae Kim
> Also this error was seen previous to this one >> > WARNING: intersphinx inventory 'https://docs.python.org/2/objects.inv' not fetch able due to : HTTPSConnectionPool(host='do cs.python.org', port=443): Max retries exceeded with url: /2/objects.inv (Caused by

Re: [ansible-devel] Re: Where is the webdocs file?

2017-11-27 Thread Jae Kim
> > I ran into the following error message > WARNING: intersphinx inventory 'https://docs.python.org/2/objects.inv' not fetch able due to : HTTPSConnectionPool(host='do cs.python.org', port=443): Max retries exceeded with url: /2/objects.inv (Caused by

[ansible-devel] Ansible concurrency test

2018-01-17 Thread Jae Kim
Hi We are testing out AWX_task's ability to handle concurrent Ansible jobs. We executed a single Ansible job to a 1000 virtual hosts with various number of forks (100,200,500 etc). Ansible server’s hardware’s spec is very good (8 CPU and 64GB of memory). The assigned Ansible job is a simple