My company is looking at reconfiguring its setup of Atlassian tools and is contemplating putting all services on one server.
The tools we are looking to put on this one server are:
Confluence would run on a seperate server, but within the same server rack.
Remote Agents for Bamboo would run on remote servers.
Anyone that has been succesful with this setup, I would appreciate if you would outline the size of your developments (subversion commits / JIRA issues) and the specifications of the server you are running this on.
If anyone would recommend NOT to go forward with this configuration, I would be interested to hear from you and your reasoning why this is a bad idea.
Thanks.
I'm going to disagree with the other replies. My opinion is that that configuration is fine but it totally depends on the load and the capabilities of the machine. The biggest hog is Fisheye, depending on the size and "shape" of your repositories you may need a lot of memory, and as above, during indexing it will use as much CPU as it can get.
The thing is though you are not locked in to this config - front all the apps with apache, then if you need to split one or more apps to different machines it can be done through apache config, and the urls won't change.
One server to rule them all? That's easy ;) -----> http://www.atlassian.com/hosted/studio/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So a quick update ........
We are now running two servers.
One for Confluence and one for everything else pretty much.
Everything else includes JIRA, SVN, Bamboo and Crucible.
So far so good. The only complaint is Crucible runs like a three legged dog - galantly but not as quick as you would like. I don't think this is a server limitation though - I think it's just Crucible.
If anyone thinks otherwise, I am happy to take some advice on squeezing the most out of Crucible speed wise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The disk IO will be bottleneck in your case. All the services performs many reads and writes from/to file system. Even if you have a lot of memory (24G+) FS caches will be flushed frequently. So be prepared to unexpected hangs from 1-2 up to 30 seconds (in case of clean checkout from SVN, FishEye new repository indexing, and JIRA bulk operations in parallel).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to echo the wise words above :)
For a small business one server may be ideal, and you are not locking yourself into expanding in the future.
But depending on the size of your instances and expected usage I suspect that you will quickly outgrow that configuration.
So whilst may appear worthwhile now, you may just be storing work up for yourself in the future.
I would recommend svn fisheye/crucible get their own box, as these will be the major resource grabbers (they really need co-locating so can use the fast file access between Fisheye and SVN)
PS: You didn't mention what DB you would use or where that would live, and is another key aspects of your deployment model that needs taking into account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My two cents! As much as it easy to support when it is one server, the risk is huge because if the server crashes all the applications are down together.
I am sure you will have a backup server ready if you go with this :) Resources, space and memory, will be other thing that should be considered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hard to make comparisons, but here is what we have done for the past few years supporting a few hundred users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can really only speak for FishEye/Crucible but depending on the size of your instance, specifically how many repositories and how large the repositories are and what the specs of your server is, you may want to put FishEye/Crucible onto a separate server. It use a large amount of resources during slurp time. I would contact support and they would be able to analyse your requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.