-
Notifications
You must be signed in to change notification settings - Fork 25
sap_firewall: Complete redesign and rework #46
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
base: dev
Are you sure you want to change the base?
Conversation
sean-freeman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing:
- 3NN13 # SAP HANA - System DB SQL
- 3NN15 # SAP HANA - MDC Tenant 1 SQL
- 4NN40 - 4NN97 # SAP HANA xsengine, scriptserver, docstore dynamic range
- 3121 # pacemaker_remote service > https://documentation.suse.com/en-us/sle-ha/12-SP5/html/SLE-HA-all/art-sle-ha-pmremote.html
- 39NN # ERS
- 48NN # PAS GW HTTPS
- 5912 # IBM Db2 Communication Port
README:
- 3200-3399 should be split in two entries in the README, as 32NN and 33NN
- Would suggest recording the processes where possible, such as....
- 32NN # SAP NetWeaver ASCS - Dispatcher sapdp<ASCS_NN> process
- 36NN # SAP NetWeaver ASCS - Message Server sapms process
- 81NN # SAP NetWeaver ASCS - Message Server HTTP sapms process
- 39NN # SAP NetWeaver ASCS/ERS - Enqueue Server sapenq process
- 5NN16 # SAP NetWeaver ASCS - Enqueue Replicator Server sapenqrepl process
- 5NN13 # SAP NetWeaver ASCS - SAP Start Service (SAPControl SOAP) HTTP sapctrl<ASCS_NN> process
- 5NN14 # SAP NetWeaver ASCS - SAP Start Service (SAPControl SOAP) HTTPS (Secure) sapctrls<ASCS_NN>
|
@sean-freeman Thank you Sean. I have added most of them in latest commit with few exceptions like:
I have gathered some process information and added it to Netweaver preset. I am having issue with my HANA hosts so I was not able to capture rest of them for HANA and HA presets. |
sean-freeman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Dislaimer
This role will still use existing
ansible.posix.firewalldwithout switching to linux_system_roles.firewall, which needs some care before it can be used.Changes
This role was completely broken down and rebuilt from ground up to follow Ansible best practices, Ansible 2.20 linting and Project guidelines.
Notable changes:
posix.firewalldfails.Tests
This was tested on SLES 15 SP6 and SLES 16.
Further use
@berndfinger @ja9fuchs This will serve as example what I will add to
sap_swpm,sap_hana_installandsap_ha_pacemaker_clusterdirectly in smaller format, without adding extra dependency onsap_operations.