|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Artifactory pointed to artifactory?In our scenario, we want a master corporate artifactory that contains all the virtual repos consumed from external public maven repositories. Additionally, we want some local offices to have their own artifactory to help with vpn latency issues.
Is it possible, or what is the preferred way for the local office artifactory to point strictly to the corporate instance? |
|
|
Re: Artifactory pointed to artifactory?We create a single artifactory caching tier, with virtuals and proxies for all external and internal repositories, and then what we call a data tier, a set of artifactory repositories which are used to deploy against.
Then each location gets it's own caching repository and it's own set of data repositories. All 'users' of the repository consume from the caching tier local to themselves for all artifacts (we use the mirrorof* command in the users settings.xml file to direct them to use this). Then for deployments they deploy directly to the local data tier. The benefit of this is that _all_ the caching tiers have exactly the same configuration and data is cached locally for all users. Martin -----Original Message----- From: artifactory-users-bounces@... [mailto:artifactory-users-bounces@...] On Behalf Of jblack4 Sent: Tuesday, June 24, 2008 12:26 PM To: artifactory-users@... Subject: [Artifactory-users] Artifactory pointed to artifactory? In our scenario, we want a master corporate artifactory that contains all the virtual repos consumed from external public maven repositories. Additionally, we want some local offices to have their own artifactory to help with vpn latency issues. Is it possible, or what is the preferred way for the local office artifactory to point strictly to the corporate instance? -- View this message in context: http://www.nabble.com/Artifactory-pointed-to-artifactory--tp18098181p18098181.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Artifactory pointed to artifactory?Hi,
Our terminology is: Central, Satellite to named the Artifactories in a multi-sites deployment. Like Martin said, if you wish to save VPN latency on deploy, you can create local repositories on each Satellites. So, the Central needs to proxy these Satellite local repos as remote repo to unify them. On the other direction if you want only the Central Artifactory doing internet access and then providing all the cached Artifacts to the Satellite, it works also. You need to have the Satellite define remote repos pointing directly to "repo1-cache" for example. ATTENTION: With 1.2.5 and earlier version ONLY already cached artifacts in "repo1-cache" are served when the request is from another Artifactory. So, if the Central as Automated builds usually it's OK. In 1.3.0-beta-2 we added a flag <artifactoryRequestsCanRetrieveRemoteArtifacts> in the virtual repository definition. If turned on, Artifactory will answer and fetch remote artifacts on inter-Artifactory requests. Hope it helps, Fred. On Tue, Jun 24, 2008 at 10:55 PM, Franklin, Martin (SD) <MFranklin@...> wrote: We create a single artifactory caching tier, with virtuals and proxies for all external and internal repositories, and then what we call a data tier, a set of artifactory repositories which are used to deploy against. -- http://freddy33.blogspot.com/ http://www.jfrog.org/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
| Free Forum Powered by Nabble | Forum Help |