From bfbab1db66d0da7c5b84dd73582c8b0154e341f7 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 31 Jan 2018 09:58:56 +0200 Subject: [PATCH] Add release notes for IPSec This adds the release notes for both the IPSec feature itself and the parameter that configures its options [1]. [1] Ie6ef4aa05567c739884c1d402fc59eea80b31506 Change-Id: I90c1269efcbae294b6325d48c62c055d95af200c --- releasenotes/notes/ipsec-8e24afb777de48e3.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/ipsec-8e24afb777de48e3.yaml diff --git a/releasenotes/notes/ipsec-8e24afb777de48e3.yaml b/releasenotes/notes/ipsec-8e24afb777de48e3.yaml new file mode 100644 index 0000000000..7e595c4d89 --- /dev/null +++ b/releasenotes/notes/ipsec-8e24afb777de48e3.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + Encryption of the internal network's communications through IPSec has been + added. To enable you need to add the OS::TripleO::Services::Ipsec service + to your roles if it's not there already. And you need to add the file + environments/ipsec.yaml to your overcloud deploy. + - | + The ``IpsecVars`` parameter was added in order to configure the parameters + in the tripleo-ipsec ansible role that configures IPSec tunnels if they're + enabled.