Please, describe the problem here and provide additional information below (if applicable) …
Versions of the related components and OS (frontend, hypervisors, VMs)![]()
version 7
Steps to reproduce:
created Network template using ![]()
NAME = “Isolated-OVS-VLAN-Provisioning”
DESCRIPTION = “Wizard to create an isolated tenant network using OVS.”
VN_MAD = “ovswitch”
BRIDGE = “onebr-tenant”
VLAN_ID = “$VLAN_ID”
GATEWAY = “$GATEWAY”
DNS = “$DNS”
NETWORK_MASK = “$NETWORK_MASK”
AR = [
TYPE = “IP4”,
IP = “$NETWORK_ADDRESS”,
SIZE = “254”
]
USER_INPUTS = [
VLAN_ID = “M|number|VLAN ID (Check your assigned range)”,
NETWORK_ADDRESS = “M|ip|Starting IP for the range (e.g. 192.168.1.2)”,
NETWORK_MASK = “M|ip|Netmask (e.g. 255.255.255.0)”,
GATEWAY = “M|ip|Gateway IP (usually .1 of your range)”,
DNS = “O|ip|DNS Server (e.g. 8.8.8.8)”
]
Current results:
try creating a vnet as vdc-admin user the wizard does not show
- configuration → Virtual Network Name
- advanced options → address/security/context
in context i can input ip/gw/mask/etc but not vlan
Expected results:
wizard should show to input ip/gw/mask/vlan/ etc