Skip to content

Firewall config #1016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4ada912
Add default firewall configuration
markgoddard Mar 14, 2024
479d80f
Add firewall config from another deployment
markgoddard Mar 14, 2024
86ad851
Improve firewall configuraton
Alex-Welsh Apr 3, 2024
05e4145
testing
Alex-Welsh Apr 3, 2024
367513a
Post-review changes
Alex-Welsh Apr 11, 2024
671fdb8
Refactor firewall config to new file
Alex-Welsh Apr 15, 2024
ffb8964
Remove old firewall config
Alex-Welsh Apr 15, 2024
0ac9b45
Enable firewalld in AIO
Alex-Welsh Apr 15, 2024
fd048ea
post-review changes
Alex-Welsh Apr 16, 2024
a3540b0
Filter conflicting rules and add seed config
Alex-Welsh Apr 16, 2024
28b74d7
Misc fixes
Alex-Welsh Apr 16, 2024
ffae7a9
Enable ssh on admin_oc, disable on provision_oc
Alex-Welsh Apr 17, 2024
f194752
Refactor loops
Alex-Welsh Apr 18, 2024
0621cc2
Post-review changes 2
Alex-Welsh Apr 19, 2024
28087b7
Enable firewalld in the multinode environment
Alex-Welsh Apr 16, 2024
be89390
Review comments 3
Alex-Welsh Apr 19, 2024
c903a6d
Imported changes from MN
Alex-Welsh Apr 23, 2024
81993b6
More MN testing changes, more PR review changes
Alex-Welsh Apr 23, 2024
54cc425
Rewrite firewalld docs page
Alex-Welsh Apr 30, 2024
78e14a1
Refactor multinode firewall config
Alex-Welsh Apr 30, 2024
35ffda0
Fix octavia firewall rule
Alex-Welsh Apr 30, 2024
fab5db1
Fix CI
Alex-Welsh Apr 30, 2024
39fb59f
Firewall doc review changes
Alex-Welsh May 1, 2024
8987d40
Refactor firewall config
Alex-Welsh May 1, 2024
ab7f301
WIP: It's not a hacky workaround if it works
Alex-Welsh May 14, 2024
b52fbdf
Update firewall docs post-EIDF
Alex-Welsh May 21, 2024
1880ad7
WIP: Mystery DHCP rule - need to check condition
Alex-Welsh May 21, 2024
9cdb20c
Address firewall config review comments
Alex-Welsh Jun 10, 2024
2c96950
Add firewalld watchdog playbook
Alex-Welsh Jun 10, 2024
e74749c
Merge branch 'stackhpc/2023.1' into firewall-config
jovial Sep 17, 2024
f7bbbfb
Enable firewalld logging in CI
jovial Sep 18, 2024
515c5c7
Remove EOF whitespace
jovial Sep 18, 2024
86634a9
Move hook to correct folder
jovial Sep 18, 2024
5d8bcdb
Address a few review comments
jovial Oct 2, 2024
b92026e
Adds radosgw port
jovial Oct 2, 2024
ca9fa96
Extract port into variable
jovial Oct 2, 2024
692ca3c
Fix reference
jovial Oct 2, 2024
739fda0
Only debug when firewalld enabled
jovial Oct 3, 2024
26543e1
Stop kolla configuring firewall if disabled in kayobe
jovial Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
admin_bootproto: dhcp
admin_ips:
controller0: "{{ access_ip_v4.value }}"
admin_zone: admin
EOF

- name: Write Terraform network interface config
Expand Down
2 changes: 2 additions & 0 deletions doc/source/configuration/cephadm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ should be used in the Kolla Manila configuration e.g.:

manila_cephfs_filesystem_name: manila-cephfs

.. _RGWs-With-Ceph:

RADOS Gateways
--------------

Expand Down
Loading
Loading