diff options
author | James Slagle <jslagle@redhat.com> | 2017-04-03 12:50:45 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-04-03 12:52:45 -0400 |
commit | a216934f408439e77bf8346dafe30c4752c70946 (patch) | |
tree | 674725fb28fa6ea3c271e203c337bd0757cbc267 /releasenotes | |
parent | b20bdcee038e4b3f8717768a33c5c2e66987c011 (diff) |
Purge initial firewall for deployed-server's
We need to purge the initial firewall for deployed-server's, otherwise
if you have a default REJECT rule, the pacemaker cluster will fail to
initialize. This matches the behavior done when using images, see:
Iddc21316a1a3d42a1a43cbb4b9c178adba8f8db3
I0dee5ff045fbfe7b55d078583e16b107eec534aa
Change-Id: Ia83d17b609e4f737074482a980689cc57c3ad911
Closes-Bug: #1679234
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/deployed-server-firewall-purge-9d9fe73faf925056.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/deployed-server-firewall-purge-9d9fe73faf925056.yaml b/releasenotes/notes/deployed-server-firewall-purge-9d9fe73faf925056.yaml new file mode 100644 index 00000000..298a8ece --- /dev/null +++ b/releasenotes/notes/deployed-server-firewall-purge-9d9fe73faf925056.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - The initial firewall will now be purged by the deployed-server bootstrap + scripts. This is needed to prevent possible issues with bootstrapping the + initial Pacemaker cluster. See + https://bugs.launchpad.net/tripleo/+bug/1679234 |