ceposta-devops-ose
ceposta-devops-ose copied to clipboard
Can't create the user for jenkins using script conf-jenkins-user.sh
When we run the script conf-jenkins-user.sh
, we get this error
dabou:~/Temp/poc-demos-test/ceposta-devops-ose/gerrit-docker$ ./conf-jenkins-user.sh 192.168.59.103 32772
ssh_exchange_identification: Connection closed by remote host
OR
./conf-jenkins-user.sh 192.168.59.103 29418
ssh: connect to host 192.168.59.103 port 29418: Connection refused
dabou:~/Temp/poc-demos-test/ceposta-devops-ose/bootstrap$ ./print-docker.sh
Docker host name is 192.168.59.103
Gerrit: http://192.168.59.103:32772/
Gitlab: http://192.168.59.103:32770/
Jenkins: http://192.168.59.103:32776/
Nexus: http://192.168.59.103:32774/nexus
its maybe more useful to get the kubernetes apps for jenkins / nexus et al working in the fabric8 apps? https://github.com/fabric8io/quickstarts/tree/master/apps
then there'll be no IP issues as things wire together with kubernetes services nicely
Yes @jstrachan i think that is the next logical step for this demo; not to use hand crafted/orchestrated docker containers ... @cmoulliard the issue you have is you're using the docker container IP directly; you should use the docker host IP and ports
BTW I've got jenkins, nexus, gerrit and sonaqube running on master of the fabric8 apps. Am using Nexus and Jenkins right now on our internal OS1 cloud on kubernetes...
along with gogs (git hosting), taiga (issue tracker / kanban board), letschat / hubot for chat etc.
@jstrachan ah, very nice. will try to merge some of my ideas from this repo to fabric8v2 in the next couple of weeks
@christian-posta awesome! BTW I should have said - the apps are all here: https://github.com/fabric8io/quickstarts/tree/master/apps
and they appear with 1 click install/run in the fabric8 console