4ipnet_EMS
User Account
RO can not access any page but only main.shtml.
RW can read write any page
VNF Management
Refresh is to download file from docker server
Export : save config
Import : Restore config
Add VNF by the field (fill in API Account Informatino in DP\/CP)
username
password
Upload VNF Image then you can check docker image on docker server
If you upload image failed, please check PHP upload size first both in docker server and EMS.
Docker Container load until you click the page of VNF Conf Editor
json_encode should user $a = array('index' => $content) but not $a['index'] = $content
Docker Server API username password are hard code in vnfconf.inc
Issues:
Cross domain query to docker server and lock in some pages
Upload docker image flow
When upload new image, it will generate a file in docker server
When Load config editor on EMS , it will check the file , if exist kill now container and re-load by newest docker image
Use import and export to keep your configuration
Last updated
Was this helpful?