Ilya Kharin | 98a0d89 | 2017-03-28 14:17:44 +0400 | [diff] [blame] | 1 | DevOps Portal |
| 2 | ============= |
| 3 | |
| 4 | The DevOps Portal provides dashboards and services to boost operational and |
| 5 | support needs. |
| 6 | |
| 7 | Sample pillars |
| 8 | ~~~~~~~~~~~~~~ |
| 9 | |
| 10 | The DevOps Portal supports only predefined set of services, add services into |
| 11 | pillars to make them accessable from the portal. For example let's consider |
| 12 | how 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 |