Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-09 Thread Juan Cabrera
Hi, I added the modification and it works now !! Thank you Juan On 5/04/19 18:11, Bruno Rocha wrote: > Sent this PR: https://github.com/pulp/ansible-pulp/pull/102 to fix > this problem :) > > On Fri, Apr 5, 2019 at 7:55 AM Juan Cabrera > wrote: > > Hi, > >

Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-05 Thread Bruno Rocha
Sent this PR: https://github.com/pulp/ansible-pulp/pull/102 to fix this problem :) On Fri, Apr 5, 2019 at 7:55 AM Juan Cabrera wrote: > Hi, > > I installed again the VM. This time using the QE install and, as expected > the hostname is in the bind. But I still have the same problem with >

Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-05 Thread Juan Cabrera
Hi, I installed again the VM. This time using the QE install and,  as expected the hostname is in the bind. But I still have the same problem with pulp-content-app. [root@dev-pulp-server ~]# cat /usr/lib/systemd/system/pulp-content-app.service [Unit] Description=Pulp Content App

Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-02 Thread Bruno Rocha
on QE installs we set the variable tot he value of ${HOST} https://github.com/PulpQE/pulp-qe-tools/blob/master/pulp3/install_pulp3/install.sh#L88 On Tue, Apr 2, 2019 at 4:14 PM Dennis Kliban wrote: > I think you are onto something Tanya. The installer has pulp_content_host > settings[0] and it

Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-02 Thread Dennis Kliban
I think you are onto something Tanya. The installer has pulp_content_host settings[0] and it defaults to localhost:8080. You should set it to your actual IP or hostname plus port. This config is used to create the systemd file for pulp-content-app. You can also manually modify the the systemd

Re: [Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-02 Thread Tatiana Tereshchenko
Hi Juan, Could you check, please, if it works locally and then if the content-app listens on localhost? On the machine with Pulp3: $ http localhost:8080/pulp/content/epel/repodata/repomd.xml And if the bind ip for content app is localhost either : $ netstat -an | grep 8080 or: $ sudo systemctl

[Pulp-list] Failed connect to 10.0.148.220:8080; Connection refused

2019-04-02 Thread Juan Cabrera
Hi Pulp-list, I have installed a pulp server with the ``pulp-rpm`` plugin using the ansible roles in https://github.com/pulp/ansible-pulp/ I have follow the rpm workflow to copy the ``epel`` repo: [vagrant@dev-pulp-server ~]$ cat ~/.netrc machine localhost login admin password password