Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean default values when instantiate a service template #6707

Closed
3 tasks
dcarracedo opened this issue Sep 4, 2024 · 0 comments
Closed
3 tasks

Boolean default values when instantiate a service template #6707

dcarracedo opened this issue Sep 4, 2024 · 0 comments

Comments

@dcarracedo
Copy link
Contributor

Description
When a service template is instantiated, e.g. Service OneKE 1.29, the values that have YES as a boolean value are not set as true by default:

ONEAPP_VNF_NAT4_ENABLED: "O|boolean|Enable NAT||YES"
ONEAPP_VNF_NAT4_INTERFACES_OUT: "O|text|NAT - Outgoing Interfaces||eth0"
ONEAPP_VNF_ROUTER4_ENABLED: "O|boolean|Enable Router||YES"
ONEAPP_VNF_ROUTER4_INTERFACES: "O|text|Router - Interfaces||eth0,eth1"

To Reproduce

  1. Download Service OneKE 1.29 app.
  2. Instantiate the service template
  3. The value for ONEAPP_VNF_NAT4_ENABLED is false
    image

Expected behavior
That the boolean fields are enable if the value it's YES.

Details

  • Affected Component: Sunstone
  • Hypervisor: N/A
  • Version: 6.10

Additional context
N/A

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants