Delete validator.yml
One ubuntu VM (> 14.04) requires at least 8 GB of RAM and 4U.
git clone https://github.com/huaweicloud/cloudfoundry-deployment/
export OS_AUTH_URL=”https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3" export OS_USERNAME=user export OS_PASSWORD=password export OS_DOMAIN_NAME=domain_name export OS_PROJECT_DOMAIN_NAME=project_domain_name export OS_USER_DOMAIN_NAME=user_domain_name export OS_TENANT_NAME=tenant export OS_REGION_NAME=eu-west-0 export OS_AVAILABILITY_ZONE=eu-west-0b
3. Install cloudfoundry by the following command which can be executed repeatly until success.
./install.sh
4. If you need to uninsall cloudfoundry, you can run the following command.
./uninstall.sh
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cloudfoundry-deployment
Prerequisites
One ubuntu VM (> 14.04) requires at least 8 GB of RAM and 4U.
Installation
set your own ENV in the file
export OS_AUTH_URL=”https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3" export OS_USERNAME=user export OS_PASSWORD=password export OS_DOMAIN_NAME=domain_name export OS_PROJECT_DOMAIN_NAME=project_domain_name export OS_USER_DOMAIN_NAME=user_domain_name export OS_TENANT_NAME=tenant export OS_REGION_NAME=eu-west-0 export OS_AVAILABILITY_ZONE=eu-west-0b
./install.sh
./uninstall.sh