But LTM does not show node/pool member hostnames:
ltm node /Tenant_Acme/10.1.10.5 {
address 10.1.10.5
}
ltm pool /Tenant_Acme/acme_smtp_app/acme_smtp_pool {
members {
/Tenant_Acme/10.1.10.5:25 {
address 10.1.10.5
metadata {
source {
value declaration
}
}
}
}
min-active-members 1
monitor min 1 of { /Tenant_Acme/acme_smtp_app/smtp_monitor }
}
Thank you @pedley-f5. I have added this issue to our internal product backlog as AUTOTOOL-3790. In order to prioritize and understand the issue better, please reach out to us at automation_toolchain_pm@f5.com
Environment
Summary
Pool member hostname not populated on BIG-IP
Steps To Reproduce
Steps to reproduce the behavior:
Submit the following declaration:
Observe the following error response: Result comes back OK
But LTM does not show node/pool member hostnames: ltm node /Tenant_Acme/10.1.10.5 { address 10.1.10.5 } ltm pool /Tenant_Acme/acme_smtp_app/acme_smtp_pool { members { /Tenant_Acme/10.1.10.5:25 { address 10.1.10.5 metadata { source { value declaration } } } } min-active-members 1 monitor min 1 of { /Tenant_Acme/acme_smtp_app/smtp_monitor } }
Expected Behavior
Pool member/node hostname should be populated.
Actual Behavior
Pool member/node hostname is not populated.