ZStack Cloud Platform
Single Server, Free Trial for One Year
python package_bin --${AppId} --${Version} --${Arch} --include_images[root@localhost~] bash ${PackageName}.bin
Note: If you use dual-management node. Upload the .bin package to and run the 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_noderepositories: - file:///opt/zstack-marketplace-repo - ${CustomCDNAddress}