A] Internal Infrastructure Setup

Geo-Location LB Setup Steps

AuthorFullName__c
Patrick Russell
articleNumber
000005674
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-13T09:04:51Z
lastModifiedDate
2023-04-13
VersionNumber
4
1. Install the first Artifactory cluster and activate its bundled Mission Control. This will be Artifactory-1

2. Locate the Custom Base URL found in Admin -> General -> Settings, set this field to be the Internal URL, not the Geo-LB URL. You can refer to this as the Local Load Balancer URL.

3. Install the second Artifactory cluster, Artifactory-2, and apply a similar Local Load Balancer URL:
    <urlBase>http://10.128.0.150:8082</urlBase>

4. Set up Circle-of-Trust between Artifactory-1 and Artifactory-2 as normal. Take the /var/opt/jfrog/artifactory/etc/access/keys/root.crt file from Artifactory-1 and put it in Artifactory-2's /var/opt/jfrog/artifactory/etc/access/keys/trusted folder, and vice-versa.

5. Register Artifactory-2 in Artifactory-1's Mission Control - Use the Internal URL for the prompt

User-added image


Setting up Federated Repositories should work normally at this point. The UI can be used as Mission Control is tracking separate Base URLs for each HA cluster:

User-added image

Access Federation is also set up normally. The Access Fed system uses the 2 internal Base URL parameters and the the UI will work just like with Federated Repos:

User-added image