Tag: linux
-

VKS mgmt vm on Photon 5.0
In a previous post i configured a supervisor cluster with VPC, and now i am ready to configure the rest and have a mgmt vm i can use with all the right tools. I chose VMware Photon 5.0 that you can find on: https://github.com/vmware/photon/wiki/Downloading-Photon-OS It`s an ova, so easy to add to your cluster, and…
-
Holo-Lab Support files 5.1
Looking at the supportfiles for testing in your VCF-lab, we need some support vms, and the source iso is not included in the files. You can download the Ubuntu here: $src = “https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.ova”$ova = “ubuntu-18.04-server-cloudimg-amd64.ova” rename to:bionic-server-cloudimg-amd64.ova then put it here in your holo-console vm: c:\users\administrator\downloads\bionic-server-cloudimg-amd64.ova Now you are ready to open the Auto-Lab and…
-
Holodeck Toolkit 5.1 install
Ok, so we are installing the Holodeck Toolkit 5.1 There is still missing some documentation from the Broadcom site, so lets hope they migrate everything to the new broadcom pages soon and makes them available. In the mean time… Use the google link to download the holodeck sw: https://docs.google.com/forms/d/e/1FAIpQLSelfYYIIRkfvgniLBJxXbHv62hmyxD_GAtzlh-lzi2YFiUICg/viewform Here you will come to a…
-

Aria Automation with ChatGPT part 2
Creating a Cloud Template yaml file using chatgpt v.4.0: So in previous post i tested the creation of a yaml file from ChatGPT. My first experience was that it was missing some info in the file, and that made me think i could benefit from trying a smarter AI, like the 4.0. I started like…