After you're done with all the make commands, you'll need to SSH up to the bastion host so you can run your cf commands. Suggest providing an example of what things would look like and how to do all that good stuff. For example:
ssh-add sshkeys/bosh.pem
ssh centos@52.36.108.101
$ bosh status
Config
/home/centos/.bosh_config
Director
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
Name herr-director
URL https://10.10.1.6:25555
Version 1.3200.0 (00000000)
User admin
UUID 8886f8f4-211b-4e3c-9d21-4da6d891059c
CPI aws_cpi
dns disabled
compiled_package_cache disabled
snapshots disabled
Deployment
not set
As we can see here, bosh is up and running and pointed at a director, but that director has no deployments, thus begging the question: "now what?" But that's another ticket. :smiley:
After you're done with all the
make
commands, you'll need to SSH up to the bastion host so you can run yourcf
commands. Suggest providing an example of what things would look like and how to do all that good stuff. For example:As we can see here, bosh is up and running and pointed at a director, but that director has no deployments, thus begging the question: "now what?" But that's another ticket. :smiley: