-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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("xx.xx.xx.xx" port(531));
udp("xx.xx.xx.xx" 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