This section lists all the vAppliance properties in the following table. You can refer and use the required properties while deploying the OVA.
Properties list of Airgap Appliance
Category |
Attribute |
Attribute Lable |
Type |
Default Value |
Description |
Example |
---|---|---|---|---|---|---|
Networking |
guestinfo.hostname |
VM FQDN name |
string |
- |
Full FQDN name of vm |
format of [hostname].[domain name], e.g.: testvm.example.com |
Networking |
guestinfo.ip_family |
Host Network IP Address Family |
string |
IPv4 |
Network IP address family |
'IPv4'/'IPv6'/'Dual Stack' |
Networking |
guestinfo.dhcp |
DHCP mode |
boolean |
False |
DHCP mode |
'True' or 'False' |
Networking |
guestinfo.addressv4 |
IP Address IPv4 |
string |
- |
IPv4 address for VM |
192.168.100.111 |
Networking |
guestinfo.netmaskv4 |
Netmask IPv4 |
string |
- |
Netmask for IPv4 network |
24, 22 |
Networking |
guestinfo.gatewayv4 |
Gateway IPv4 |
string |
- |
The default IPv4 gateway address for this VM |
192.168.0.1 |
Networking |
guestinfo.dnsv4 |
DNS IPv4 |
string |
- |
The DNS server IPv4 Address for this VM |
192.168.1.1; dns.example.com |
Networking |
guestinfo.addressv6 |
IP Address IPv6 |
string |
- |
IPv6 address for VM |
fc00:172:16:72::1 |
Networking |
guestinfo.netmaskv6 |
Netmask IPv6 |
string |
- |
Netmask for IPv6 network |
64, 128 |
Networking |
guestinfo.gatewayv6 |
Gateway IPv6 |
string |
- |
The default IPv6 gateway address for this VM |
fc00:172:16:72::1 |
Networking |
guestinfo.dnsv6 |
DNS IPv6 |
string |
- |
The DNS server IPv6 Address for this VM |
fc00:172:16:72::1 |
Networking |
guestinfo.domain |
DNS Domain |
string |
- |
The domain name for this VM |
example.com |
Networking |
guestinfo.ntp |
NTP server |
string |
- |
The NTP servers for this VM (comma separated) |
ntp1.example.com |
Proxy |
guestinfo.enable_proxy |
Enable Proxy |
boolean |
False |
Enable Proxy |
'True' or 'False' |
Proxy |
guestinfo.http_proxy |
HTTP Proxy |
string |
- |
Http proxy server with port |
http://proxy.example.com:8128 |
Proxy |
guestinfo.https_proxy |
HTTPS Proxy |
string |
- |
No proxy address list, comma separated |
https://proxy.example.com:8443 |
Proxy |
guestinfo.no_proxy |
No Proxy Address List |
string |
- |
No proxy address list, comma separated |
fc00:172:16:72::/64,172.16.68.0/22,192.168.100.0/22 |
Proxy |
guestinfo.proxy_ca_cert_content |
Proxy Certificate |
string |
- |
Base64 format of proxy ca.crt content |
LS0tLS1CRUdJTiBDRVJUSUZJQ0FUR... |
Certificate Type |
guestinfo.cert_type |
Certificate Type |
string |
Customer-Provided |
Certificate Type |
'Customer-Provided' or 'Generate-New' |
Customer Provided Certificate |
guestinfo.server_cert_content |
Server Cert |
string |
- |
Content of server certificate, base64 format |
LS0tLS1CRUdJTiBDRVJUSUZJQ0FUR... |
Customer Provided Certificate |
guestinfo.server_cert_key_content |
Key of Server Certificate |
string |
- |
Content of server certificate key, base64 format |
LS0tLS1CRUdJTiBDRVJUSUZJQ0FUR... |
Customer Provided Certificate |
guestinfo.ca_cert_content |
CA Cert |
string |
- |
Content of CA certificate, base64 format |
LS0tLS1CRUdJTiBDRVJUSUZJQ0FUR... |
Generate New Certificate |
guestinfo.cert_ca_common_name |
CA Common Name |
string |
- |
Common name for new certificate |
generally same as server domain name (i.e. example.com) |
Generate New Certificate |
guestinfo.cert_country_name |
Country Name |
string |
- |
Country name of certificate |
US |
Generate New Certificate |
guestinfo.cert_state_name |
State Name |
string |
- |
State name of certificate |
CA |
Generate New Certificate |
guestinfo.cert_county |
County Name |
string |
- |
County name of certificate |
PA |
Generate New Certificate |
guestinfo.cert_organization |
Organization Name |
string |
- |
Organization name of certificate |
VMW |
Generate New Certificate |
guestinfo.cert_bu |
Business Unit Name |
string |
- |
Business unit name of certificate |
TEST BU |
Credential |
guestinfo.root_password |
Root Password |
password, MinLen(8),MaxLen(32) |
- |
Set new password for root user |
- |
Credential |
guestinfo.admin_password |
Admin Password |
password, MinLen(8),MaxLen(32) |
- |
Set new password for admin user |
- |
Credential |
guestinfo.harbor_password |
Harbor Admin Password |
password, MinLen(8),MaxLen(32) |
- |
Set new password for harbor admin user |
- |