tripleo-docs/doc/source/developer/tht_walkthrough/tht_walkthrough.rst
Juan Antonio Osorio Robles e6d4c1a562 Add developer documentation for public TLS for services
This covers how to add services to be proxied by HAProxy and getting it
setting the appropriate options for public TLS to work for a service.

Change-Id: Ie553d9125b766cf890610d18c8090e4b8cb18537
2017-03-23 10:21:11 +02:00

24 lines
620 B
ReStructuredText

Composable services tutorial
============================
.. include:: ../../links.rst
This guide will be a walkthrough related to how to add new services to a TripleO
deployment through additions to the tripleo-heat-templates and puppet-tripleo
repositories, using part of the architecture defined in the `composable services architecture`_.
.. note::
No puppet manifests may be defined in the `THT repository`_, they
should go to the `puppet-tripleo repository`_ instead.
.. toctree::
:maxdepth: 2
introduction
changes-tht
changes-puppet-tripleo
design-patterns
tls_for_services
summary