diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-06 21:12:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-06 21:12:11 +0100 |
commit | 5d54c6390c04c9f16f7e0276500699cddccc3e60 (patch) | |
tree | 0b224523b3d1bd744d2a12b7fe25930c0a0d0c5b /scripts | |
parent | 736de7a6bbfb4808eaaab27b7c18817183383e5f (diff) | |
parent | 7b47b452ce86a9479b38d169f288c5eb585d5f2c (diff) | |
download | vyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.tar.gz vyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.zip |
Merge branch 'current' of github.com:vyos/vyos-build into equuleus
* 'current' of github.com:vyos/vyos-build:
Kernel: T1859: update to Linux 4.19.88
update vmware api settings
update files for the vep4600
prevent 70-persistent-net.rules from being created
systemd: pcscd: disable SmartCard service
ndisc6: add ICMPv6 Neighbor Discovery tool
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/template.ovf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scripts/template.ovf b/scripts/template.ovf index b0952c8c..da81a364 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -78,9 +78,18 @@ <Label>Domain Time Servers</Label> <Description>NTP servers for this VM (comma separated). Leave blank if DHCP is desired.</Description> </Property> + <Category>Appliance API Settings</Category> <Property ovf:key="APIKEY" ovf:type="string" ovf:userConfigurable="true"> - <Label>HTTP API configuration key</Label> - <Description>API configuration key. Leave blank to not enable the API.</Description> + <Label>API key</Label> + <Description>API key to access the VyOS api. If left blank the api wil not be enabled.</Description> + </Property> + <Property ovf:key="APIPORT" ovf:value="443" ovf:type="int" ovf:userConfigurable="true"> + <Label>API listening port</Label> + <Description>API port to listen on for calls. Leave blank to keep it default '443'.</Description> + </Property> + <Property ovf:key="APIDEBUG" ovf:value="false" ovf:type="boolean" ovf:userConfigurable="true"> + <Label>API debug logging</Label> + <Description>Enable API debug logging</Description> </Property> </ProductSection> <ProductSection ovf:class="vm" ovf:required="false"> |