blob: 3108a3e0d6eba36567cf5f35a4bd67eda19f45bb [file] [log] [blame]
Ilya Kharin98a0d892017-03-28 14:17:44 +04001DevOps Portal
2=============
3
4The DevOps Portal provides dashboards and services to boost operational and
5support needs.
6
7Sample pillars
8~~~~~~~~~~~~~~
9
10The DevOps Portal supports only predefined set of services, add services into
11pillars to make them accessable from the portal. For example let's consider
12how to add a Jenkins service:
13
14.. code-block:: yaml
15
16 devops_portal:
17 config:
18 service:
19 jenkins:
20 endpoint:
21 address: 172.16.10.254
22 port: 8081
23 https: true