Skip to content

Commit

Permalink
M #-: Hardcode CONTEXT values in CAPONE VNF (fix) (OpenNebula#17)
Browse files Browse the repository at this point in the history
USER_INPUTS are not handled when XML-RPC API is used..
  • Loading branch information
sk4zuzu authored Dec 31, 2024
1 parent c64a38b commit f75d392
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions appliances/capone/2def0784-3310-479b-9533-5dd6cc0fe2b7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ os-id: Alpine
os-release: '3.18'
os-arch: x86_64
hypervisor: ALL
opennebula_version: "6.10"
opennebula_version: '6.10'
opennebula_template:
context:
network: 'YES'
ssh_public_key: "$USER[SSH_PUBLIC_KEY]"
oneapp_vnf_dns_enabled: "$ONEAPP_VNF_DNS_ENABLED"
oneapp_vnf_dns_nameservers: "$ONEAPP_VNF_DNS_NAMESERVERS"
oneapp_vnf_dns_use_rootservers: "$ONEAPP_VNF_DNS_USE_ROOTSERVERS"
oneapp_vnf_nat4_enabled: "$ONEAPP_VNF_NAT4_ENABLED"
oneapp_vnf_nat4_interfaces_out: "$ONEAPP_VNF_NAT4_INTERFACES_OUT"
oneapp_vnf_dns_enabled: 'YES'
oneapp_vnf_dns_nameservers: '1.1.1.1,8.8.8.8'
oneapp_vnf_dns_use_rootservers: 'NO'
oneapp_vnf_nat4_enabled: 'YES'
oneapp_vnf_nat4_interfaces_out: 'eth0'
oneapp_vnf_router4_enabled: 'YES'
token: 'YES'
cpu: '1'
Expand All @@ -43,13 +43,8 @@ opennebula_template:
lxd_security_privileged: 'true'
os:
arch: x86_64
firmware_secure: "YES"
user_inputs:
oneapp_vnf_dns_enabled: O|boolean|Enable DNS Server| |YES
oneapp_vnf_dns_nameservers: "O|text|DNS - Nameservers||1.1.1.1,8.8.8.8"
oneapp_vnf_dns_use_rootservers: O|boolean|DNS - Use Rootservers| |NO
oneapp_vnf_nat4_enabled: O|boolean|Enable NAT| |YES
oneapp_vnf_nat4_interfaces_out: O|text|NAT - Outgoing Interfaces| |eth0
firmware_secure: 'YES'
user_inputs: {}
vrouter: 'YES'
logo: router.png
images:
Expand Down

0 comments on commit f75d392

Please sign in to comment.