Vapp Template: ucspe-sandbox
Server | OS | IP | user |
---|---|---|---|
rhel | rhel 7.8 | 192.168.254.101 | student |
jump | windows 10 | 192.168.254.103 | admin |
ucspe | UCSPE Appliance | VIP 192.168.254.200 |
- 22 (ssh) -> rhel
- 3389 (rdp) -> jump (windows 10)
- From within vCloud Sandbox. Deploy the
ucspe-sandbox
catalog template. - Once deployed start it, and grab your NAT'd IP address, and you should be able to RDP to that windows server from your laptop.
- Clone this git repo to windows jump box:
git clone https://github.com/coreywan/devnet-ucse.git
cd ./devnet-ucse
- Change down into the
python
sub directory of the git repository. - Execute the
setup_env.py
script
python ./setup_env.py
- I suggest reviewing the following files starting with _pre* in order to get a context for the usmsdk python modules
- Then look at the make_sp_* files for the Service Profile generation use case. Each one evolves from the previous.
- Change down into the
powershell
sub directory of the git repository. - Execute the
setup_env.ps1
script
python ./setup_env.py
- Review and execute
make_sp.ps1