vlead / continuous-integration

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

Allow 22 port from ci-service to docs-server machine #41

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

@sivashankerN

As one of the requirement of ci-service is to copy/rsync the build documentation of lab/service to doc-server (where all project docs are available to users) after build operation is successful.

Hence ci-service programatically has to rsync build files to doc-server for which port 22 on doc-server is to be in function.

Please look into this 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 rsync files from ci-service to doc-server.

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

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