ZStack Cloud Platform
Single Server, Free Trial for One Year
python package_bin --${AppId} --${Version} --${Arch} --include_images
[root@localhost~] bash ${PackageName}.bin
bash
command on the two management nodes respectively.├── index.json ├── ${AppId} │ └── ${Arch} │ └── ${Version} │ └── application.tar.gz │ └── image.qcow2
[root@localhost~]zstack-cli # Enter CLI command line. - >>>LogInByAccount accountName=admin password=${AdminPassword} # Log the admin account. admin >>>UpdateGlobalConfig name=repositories category=marketplace value="file:///opt/zstack-marketplace-repo;${CustomCDNAddress}" # Write your CDN into repositories. admin >>>exit # Exit the CLI command line.
[root@localhost~] zstack-ctl restart_node
repositories: - file:///opt/zstack-marketplace-repo - ${CustomCDNAddress}