Refactors the bigip_sys_global module (#34438)

Changes include the current f5 coding standards and unit tests
for the module
This commit is contained in:
Tim Rupp
2018-01-03 20:39:08 -08:00
committed by GitHub
parent 9bd4070bdf
commit bdafb42156
3 changed files with 425 additions and 206 deletions

View File

@@ -0,0 +1,24 @@
{
"kind": "tm:sys:global-settings:global-settingsstate",
"selfLink": "https://localhost/mgmt/tm/sys/global-settings?ver=13.0.0",
"awsApiMaxConcurrency": 1,
"consoleInactivityTimeout": 0,
"customAddr": "none",
"failsafeAction": "go-offline-restart-tm",
"fileBlacklistPathPrefix": "{/shared/3dns/} {/shared/bin/} {/shared/core/} {/shared/datasync/} {/shared/em/} {/shared/GeoIP/} {/shared/images/} {/shared/lib/} {/shared/lib64/} {/shared/log/} {/shared/lost+found/} {/shared/mgmt/} {/shared/nfb/} {/shared/ssh/} {/shared/statsd/} {/shared/tmstat/} {/shared/vadc/} {/config/aaa/} {/config/big3d/} {/config/bigip/} {/config/filestore/} {/config/gtm/} {/config/httpd/} {/config/ntp.conf} {/config/rndc.key} {/config/ssh/} {/config/ssl/}",
"fileBlacklistReadOnlyPathPrefix": "{/etc/shadow}",
"fileLocalPathPrefix": "{/shared/} {/tmp/}",
"fileWhitelistPathPrefix": "{/var/local/scf} {/tmp/} {/shared/} {/config/} {/usr/share/aws/}",
"guiSecurityBanner": "enabled",
"guiSecurityBannerText": "Welcome to the BIG-IP Configuration Utility.\n\nLog in with your username and password using the fields on the left.",
"guiSetup": "disabled",
"hostAddrMode": "management",
"hostname": "bigip1",
"lcdDisplay": "enabled",
"ledLocator": "disabled",
"mgmtDhcp": "enabled",
"netReboot": "disabled",
"passwordPrompt": "Password",
"quietBoot": "enabled",
"usernamePrompt": "Username"
}