diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/ga/WALinuxAgent-2.2.11.zip | bin | 450878 -> 0 bytes | |||
-rw-r--r-- | tests/data/ga/WALinuxAgent-2.2.14.zip | bin | 0 -> 500633 bytes | |||
-rw-r--r-- | tests/data/test_waagent.conf | 16 |
3 files changed, 14 insertions, 2 deletions
diff --git a/tests/data/ga/WALinuxAgent-2.2.11.zip b/tests/data/ga/WALinuxAgent-2.2.11.zip Binary files differdeleted file mode 100644 index f018116..0000000 --- a/tests/data/ga/WALinuxAgent-2.2.11.zip +++ /dev/null diff --git a/tests/data/ga/WALinuxAgent-2.2.14.zip b/tests/data/ga/WALinuxAgent-2.2.14.zip Binary files differnew file mode 100644 index 0000000..a978207 --- /dev/null +++ b/tests/data/ga/WALinuxAgent-2.2.14.zip diff --git a/tests/data/test_waagent.conf b/tests/data/test_waagent.conf index 6368c39..edc3676 100644 --- a/tests/data/test_waagent.conf +++ b/tests/data/test_waagent.conf @@ -94,10 +94,13 @@ OS.SshDir=/notareal/path # Extension.LogDir=/var/log/azure # -# Home.Dir=/home +# OS.HomeDir=/home # Enable RDMA management and set up, should only be used in HPC images -# OS.EnableRDMA=y +# OS.EnableRDMA=n +# OS.UpdateRdmaDriver=n +# OS.CheckRdmaDriver=n + # Enable or disable goal state processing auto-update, default is enabled # AutoUpdate.Enabled=y @@ -109,3 +112,12 @@ OS.SshDir=/notareal/path # handling until inVMArtifactsProfile.OnHold is false. # Default is disabled # EnableOverProvisioning=n + +# Allow fallback to HTTP if HTTPS is unavailable +# Note: Allowing HTTP (vs. HTTPS) may cause security risks +# OS.AllowHTTP=n + +# Add firewall rules to protect access to Azure host node services +# Note: +# - The default is false to protect the state of exising VMs +OS.EnableFirewall=y |