Adds information on Fuel Master node containers

This commit provides a new section for
Ref Arch.

Change-Id: I64f2afc60a3c3a82a31df371a08a67fff4aaa583
Closes-Bug: 1367250
This commit is contained in:
Irina Povolotskaya
2015-02-12 17:31:20 +03:00
parent 1d7060b7f0
commit df694c29f4
3 changed files with 50 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -14,3 +14,5 @@
.. include:: /pages/reference-architecture/8100-zabbix.rst
.. include:: /pages/reference-architecture/8000-fuel-upgrade.rst
.. include:: /pages/reference-architecture/8800-base-os.rst
.. include:: /pages/reference-architecture/containers-master-node.rst

View File

@@ -0,0 +1,48 @@
.. _containers-master-node:
The Fuel Master node containers structure
=========================================
Most services hosted on the Fuel Master node,
require connectivity to PXE network.
The services used only for internal Fuel
processes (such as Nailgun and Postgres)
are limited to local connections only.
Containers structure
--------------------
.. image:: /_images/fuel-master-node-containers.png
:width: 70%
+=============+=================+============================+
| Container | Ports | Allow connections from |
+=============+=================+============================+
| Cobbler | TCP 80, 443 | PXE network only |
| | UDP 53, 69 | |
+-------------+-----------------+----------------------------+
| Postgres | TCP 5432 | the Fuel Master node only |
+-------------+-----------------+----------------------------+
| RabbitMQ | TCP 5672,4369 | PXE network only |
| | 15672,61613 | |
+-------------+-----------------+----------------------------+
| Rsync | TCP 873 | PXE network only |
+-------------+-----------------+----------------------------+
| Astute | none | N/A |
+-------------+-----------------+----------------------------+
| Nailgun | TCP 8001 | the Fuel Master node only |
+-------------+-----------------+----------------------------+
| OSTF | TCP 8777 | the Fuel Master node only |
+-------------+-----------------+----------------------------+
| Nginx | TCP 8000,8080 | the Fuel Master node only |
+-------------+-----------------+----------------------------+
| Rsyslog | TCP 8777,25150 | PXE network only |
| | UDP 514 | |
+-------------+-----------------+----------------------------+
| MCollective | none | N/A |
+-------------+-----------------+----------------------------+
| Keystone | TCP 5000,35357 | PXE network only |
+-------------+-----------------+----------------------------+