Skip to content

huaweicloud/cloudfoundry-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudfoundry-deployment

Prerequisites

One ubuntu VM (> 14.04) requires at least 8 GB of RAM and 4U.

Installation

  1. pull cloudfoundry-deployment github repository.
git clone https://github.com/huaweicloud/cloudfoundry-deployment/
  1. set cloud credentials.
cd cloudfoundry-deployment
vi keystonerc

  # 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
  
  1. Install cloudfoundry by the following command which can be executed repeatly until success.
./install.sh
  1. If you need to uninsall cloudfoundry, you can run the following command.
./uninstall.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages