diff options
author | James Slagle <jslagle@redhat.com> | 2017-04-03 12:50:45 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-04-04 14:46:54 +0000 |
commit | 33e63c2c77fde0af65e33d404dc99036785ee94a (patch) | |
tree | 4dfcb2afc9c1df639424b3f6650304f492163b50 /releasenotes | |
parent | b8855022563dda29aa78590a67386db35c5c6687 (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
(cherry picked from commit a216934f408439e77bf8346dafe30c4752c70946)
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 |