Bamboo Data Center requirements
コンポーネントの概要
A Bamboo Data Center instance consists of a cluster of components, each on a dedicated machine, and connected over a high-speed LAN connection, plus the agents. This diagram depicts a typical Bamboo Data Center instance with a load balancer, three application nodes with one active node, a shared database, a shared file system, and multiple agents.
コンポーネントの要件
Each component has specific requirements, however, only the load balancer must have a publicly accessible URL. The URL of the Bamboo Data Center instance will be the URL of the load balancer, so this is the machine that you will need to assign the name of your Bamboo Server instance in the DNS. Both user and agent traffic should go through the load balancer.
The remaining machines (Bamboo cluster nodes, shared database, and the shared file system) do not need to be publicly accessible to your users.
Bamboo application nodes
Bamboo cluster nodes all run the Bamboo Data Center web application.
Each Bamboo cluster node must be a dedicated machine.
マシンは物理でも仮想でもかまいません。
The cluster nodes must be connected to a high speed internet (that is, high bandwidth and low latency).
The usual Bamboo Server supported platforms requirements, including those for Java and Git, apply to each cluster node. For the complete list of Bamboo Server requirements, see Supported platforms.
各クラスタ ノードがまったく同じである必要はありませんが、一貫性のあるパフォーマンスのために、可能な限り同質になるようにします。
If the nodes are not identical, make sure the required executables (like Git or Java) are available under the same path.All cluster nodes must run the same version of Bamboo Data Center.
すべてのクラスタ ノードが同期クロックを使用し (NTP を使用するなど)、同じタイムゾーンで構成されている必要があります。
There are no limitations on the number of nodes you can run, but only one Bamboo node will be active at any time. Other nodes will be in stand by and prepared to take over if failures occur.
ロードバランサー
You can use the load balancer of your choice.
Load balancer is not bundled with Bamboo.
ロード バランサは専用のマシンで実行する必要があります。
Your load balancer must have a high-speed LAN connection to the Bamboo cluster nodes (that is, high bandwidth and low latency).
Your load balancer must support both HTTP(s) mode (for web traffic) and TCP mode (for agent traffic).
Terminating SSL (HTTPS) at your load balancer and running plain HTTP from the load balancer to Bamboo Server is highly recommended to improve performance.
ロード バランサは "セッション アフィニティ" ("スティッキー セッション") をサポートしている必要があります。
If you don't have a preference for your load balancer, we provide instructions for haproxy a popular open Source software load balancer. See Connect the new Bamboo cluster node to the load balancer.
共有データベース
You must run Bamboo Data Center on an external database.
共有データベースは専用のマシンで実行する必要があります。
共有データベースはすべてのクラスタ ノードから高速 LAN 経由で到達できる (同じ物理データセンター内に存在する) 必要があります。
All the database vendors listed in Supported platforms remain supported in Bamboo Data Center.
共有ファイル システム
Bamboo Data Center requires a high performance shared file system such as a SAN, NAS, RAID server, or high-performance file server optimized for I/O.
共有ファイル システムは専用のマシンで実行する必要があります。
ファイル システムはすべてのクラスタ ノードから高速 LAN 経由で到達できる (同じ物理データセンター内に存在する) 必要があります。
エージェント
Bamboo Data Center elastic and remote agents have the same requirements as the Bamboo Server agents.
They all require high-speed connection to the Bamboo Data Center cluster through the TCP Load Balancer, and to the repositories used by the Bamboo plans.
Agents can share a dedicated machine, but it is not recommended to share resources with the Bamboo nodes.