f5-declarative-onboarding
f5-declarative-onboarding copied to clipboard
related DO question & feature request
Q1: DO has no plans to support rSeries F5 OS? (As far as I know, rSeries is not supported.)
- If there is no plan to support rSeries, what is the process recommended by F5 for automation? EX) F5 OS API(hardware F5 OS) -> DO(tenant system/network/HA) -> AS3(tenant service object)
additional feature request
-
can not be used global-settings in DO EX) tmsh modify ltm global-settings connection global-syn-challenge-threshold 0 tmsh modify ltm global-settings connection default-vs-syn-challenge-threshold 0 tmsh modify ltm global-settings connection vlan-syn-cookie disabled
-
can not be used syslog include config in DO EX)
tmsh modify sys syslog include '" filter f_remote_loghost { not (facility(local6) and level(info) and filter(f_httpd_ssl_acc)) and not (facility(local6) and level(info) and filter(f_httpd_ssl_req)); }; source s_rest_log_file { file (/var/log/restjavad-audit.0.log follow-freq(1) flags(no-parse) log-fetch-limit(1) log-iw-size(1)); }; destination d_remote_loghost { udp("10.42.255.19" port(531)); udp("10.63.255.19" port(531)); }; log { source(s_syslog_pipe); source(s_rest_log_file); filter(f_remote_loghost); destination(d_remote_loghost); }; "'
- can not be used ha-group config in DO