(I’m not sure if it’s traditional to introduce oneself here, I’ll include the standard “I’m new here, feel free to point to me existing posts/documentation” disclaimer.)
I’m attempting to create a pretty bog-standard LX zone, copying and barely modifying the example from https://wiki.smartos.org/display/DOC/LX+Branded+Zones <https://wiki.smartos.org/display/DOC/LX+Branded+Zones> like so: > { > "alias": "lxtest", > "brand": "lx", > "kernel_version": "4.3.0", > "max_physical_memory": 2048, > "quota": 20, > "image_uuid": "05140a7e-279f-11e6-aedf-47d4f69d2887", > "resolvers": ["192.168.1.1","8.8.4.4"], > "nics": [ > { > "nic_tag": "admin", > "ips": ["dhcp"] > "primary": true > } > ] > } Note that I’ve successfully created/run a native (joyent) zone and a KVM guest, I’ve checked the file for hidden characters, even deleted tabs. Anyone see anything here? Is that example documentation wrong? Running joyent_20160915T211220Z. Thanks for any help. I suppose this could be my first feature request (once I figure out where those are tracked ;) - better error reporting on the validate method, at least spit out a line #. -- “Never underestimate the bandwidth of a station wagon full of tape." ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
