1

We use Rational Team Concert (SaaS) as ALM tool and we would like to use an on premises Git server for source control (https://git-scm.com). How can I access my on premises git server from a cloud software? Is there a way to configure a public url to it?

ksalgado
  • 143
  • 2
  • 7
  • And which git server software would that be? And how did you set it up? If you've set up a git server on your corporate network, it should just be about exposing that server to the internet. Your IT department should help you with that. – Lasse V. Karlsen Dec 08 '18 at 20:38

2 Answers2

1

Rational Team Concert can be integrated with:

For details on how to integrate Rational Team Concert with theses products read Integrating Rational Team Concert and Git and follow the specific task.

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240
  • I can infer by your answer that I can only integrate with cloud git services and not with on (my) premises git server. Is that correct? – ksalgado Dec 06 '18 at 21:18
  • No, each of the product mentioned in my answer can be installed on-premises and integrated to Rational Team Concert. – Ortomala Lokni Dec 06 '18 at 21:38
0

IBM offers two IBM RTC hostings, one is managed service and the second one is pure SaaS.

For the first one you can request VPN tunnel between your data center and managed IBM Rational Team Concert and IBM should provide that.

If you have true IBM RTC SaaS which is multitenant, you need to expose Git that both servers will see each other and there is no workaround for that.

bchrabski
  • 160
  • 2