diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-03-03 10:19:34 +0200 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2017-03-09 18:16:44 +0100 |
commit | aedb22be76be53716e30b60c93d323a3fbeb8f00 (patch) | |
tree | b2f7f27169ca9c0d6b5adf70a2cafe3d093b3c2c /releasenotes | |
parent | 1f79a5b76c0ca54eb053862dc0231e59e082d968 (diff) |
Pass hieradata relevant for httpd in the Heat APIs
The patch this depends on passes through the classes some parameters
that are meant to be passed via t-h-t. This patch addresses these and
other things required for deploying these services over httpd:
* Set the number of workers taking care not to set this value to 0.
* Add the apache base hieradata to the service profiles.
* Set the servernames and other httpd-specific values.
bp tls-via-certmonger
Change-Id: I88e5ea7b9bbf35ae03f84fdc3ec76ae09f11a1b6
Depends-On: I23971b0164468e67c9b3577772af84bd947e16f1
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml b/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml new file mode 100644 index 00000000..b3a62ced --- /dev/null +++ b/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml @@ -0,0 +1,6 @@ +--- +features: + - The relevant parameters have been added to deploy the heat APIs over httpd. + This means that the HeatWorkers now affect httpd instead of the heat API + themselves, and that the apache hieradata will also be deployed in the + nodes where the heat APIs run. |