ceposta-devops-ose icon indicating copy to clipboard operation
ceposta-devops-ose copied to clipboard

Can't create the user for jenkins using script conf-jenkins-user.sh

Open cmoulliard opened this issue 9 years ago • 6 comments

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

cmoulliard avatar Apr 24 '15 08:04 cmoulliard

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

jstrachan avatar Apr 24 '15 08:04 jstrachan

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

christian-posta avatar Apr 24 '15 13:04 christian-posta

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...

jstrachan avatar Apr 24 '15 13:04 jstrachan

along with gogs (git hosting), taiga (issue tracker / kanban board), letschat / hubot for chat etc.

jstrachan avatar Apr 24 '15 13:04 jstrachan

@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 avatar Apr 24 '15 15:04 christian-posta

@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

jstrachan avatar Apr 24 '15 15:04 jstrachan