Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cmoulliard opened this issue Apr 24, 2015 · 6 comments
Open

Comments

@cmoulliard
Copy link
Collaborator

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
@jstrachan
Copy link
Collaborator

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

@christian-posta
Copy link
Owner

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

@jstrachan
Copy link
Collaborator

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
Copy link
Collaborator

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

@christian-posta
Copy link
Owner

@jstrachan ah, very nice. will try to merge some of my ideas from this repo to fabric8v2 in the next couple of weeks

@jstrachan
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants