Explicit Steps to move from previous to current release
Load the saved AF-v0.3 template from catalog
from lmc terminal run `/hol/Tools/proxyfilteroff.sh
When I try downloading the cloud proxy ova from the LMC and it downloads but then wont work right so I used a roundabout method ... from outside of the vapp on your own desktop Login to console.cloud.vmware.com, download the cloud proxy ova, and then use scp to copy it to the LMC.
Deploy OVF Template
display name: HOL-2563-01-TNZ-L
IP Address: 10.0.0.101/24, gateway is .1
DNS: 10.0.0.2,8.8.8.8
network proxy: proxy.vcf.sddc.lab:3128
power on the cloud proxy vm, wait a few minutes and it connected!
Added MINIO container directly to pat-lite VM and updated its docker-compose accordingly.
TODO: ENSURE that the pat builder and orchestrator pipelines are updated to correctly install minio and age!
TODO: update all scripts in both pipes to wrap if's around any mkdir statements
NOTE: default concourse login string: fly -t control-plane login -c http://10.0.0.102:8080 -u test -p test
NOTE: default minio uname and password is minioadmin
Added a local docker registry to enable concourse to access images. I did try a method to allow concourse to use the local container host images directly but couldnt get it to work. docker run -d -p 5000:5000 --name registry registry:2, refer to the command history on PLVM for more details.
TODO: add the local docker registry configuration to both aria pipelines to the pull and configure images steps.
Release Notes
Features Included in this Release
Explicit Steps to move from previous to current release
fly -t control-plane login -c http://10.0.0.102:8080 -u test -p test
minioadmin
docker run -d -p 5000:5000 --name registry registry:2
, refer to the command history on PLVM for more details.