Akhil Nagpal Posted June 7, 2019 Share Posted June 7, 2019 I am installing Mashery Local 5.1.0 on RHEL7.5 and it is failing when running the build-docker job. Error is below: http://tmgc-installer-host:8080/userContent/tpcl-rpm/tmgc-nosql/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: tmgc-installer-host; Unknown error"I can see that problem is that it cannot resolve to "tmgc-installer-host" and I want to figure how to ensure it actually uses the IP address of the system I am building it upon.. Link to comment Share on other sites More sharing options...
Ankit Golwalkar Posted July 25, 2019 Share Posted July 25, 2019 Check the filetml-installer.env. It should have the IP address that you have used for "HOST_IP" variable when executing the start-installer script. Link to comment Share on other sites More sharing options...
Hrushikesh Gadakh 2 Posted August 28, 2019 Share Posted August 28, 2019 you can use following command to solve the issue. sudo firewall-cmd --list-all firewall-cmd --permanent --add-port=8080/tcp firewall-cmd --reload Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now