vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

Allow 5000 port on ADS server for ci-server is to communicate #40

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

@sivashankerN

As one of the requirement of ci-service is to make the lab/service auto deployable using ADS service after build, tests suite ran successfully. For this is to happen ci-service has to make a call to ADS's deployment REST API which runs on 5000 port.

As of now there is no way to reach 5000 port on ADS machine from ci-service. could please make necessary changes to make this happen as earliest

sivashankerN commented 7 years ago

@ksripathi

In our clusters ( base1 and base4) there are no port blocking in all the lab containers. Only we need to worry about this when deploying on production. In Production we have firewall rules. We need to modify there in production. But for now, for our experimentation/current requirement we should be able to reach server ADS on port 5000 from ci-service

my question here is, Do we have ci-service deployed in one of our cluster ( base4 or base1)?.

Once we have deployed this ci-service in our cluster ( base4) we can work on. Please host these service in our cluster using ADS.