- Bash
- Azure CLI
- Git
- Github account
[NOTE] If you are running windows desktop, install virtualBox and Vagrant and create a Lucid64 box
- Using a browser log into your Azure portal
- Create a new
resource group
and make note of the name. git clone https://github.com/yjayaraman-pivotal/pcf-azure-install.git
or download https://github.com/yjayaraman-pivotal/pcf-azure-install/archive/master.zip- From a terminal window, run setup_azure_env.sh
- Once the env is setup, using a Browser log into your Azure portal
- Create a jumpbox (coming soon in the script)
- SSH into the jumpbox
- sudo apt-get update && sudo apt-get install git
git clone https://github.com/yjayaraman-pivotal/pcf-azure-install.git
or download https://github.com/yjayaraman-pivotal/pcf-azure-install/archive/master.zip- cd to the /scripts
- Run setupbosh.sh
- Copy //templates/bosh.cnf ~/manifests/deployments/bosh.yml
- cd manifests/deployments
- ssh-keygen -t rsa -f ~/bosh -P "" -C ""
- modify bosh.yml (to update it with your Azure info, put the ssh info, etc.), Look for variables starting __ and replace it with the appropriate values
To be continued ....