I’m trying to create a network using morpheus CLI command. The output given successful creation message and but the UI doesn’t load the domain value and i have to go and add it manually. I’m running the below command to create the network
morpheus networks add --name test-net --cidr 100.70.2.0/24 --gateway 100.70.2.1 --display-name test-net --description test-network --ipv4Enabled on --ipv6Enabled off --dns-primary 100.10.10.10 --dns-secondary 100.10.10.10 --type Custom Network --cloud lab-vcenter --dhcp-server off --pool 47 --search-domains test1.onhpe.net --domain 50 --active on --group-access-all on -N
But the Output of the command shows it is added correctly.
Appreciate your help and quick response.