(NOTE: the disk images and profiles mentioned in this setup have been deleted - as we found better ways to implement this topology)
Working on creating a 3-node profile with the following configuration:
node-1
: a go server - running the client applicationnode-2
: openNetVM + dpdk - acting as a bridgenode-3
: a database server - starting with mysqlProfile link: https://www.cloudlab.us/p/955d8b1e096dc76ec3cd32747a7212072284207d
small-lan
profile created a Ubuntu-22.04 server
c220g2
or c220g1
in the physical host type~/golang-install
scp -i ~/gwu/gwu-cloud-lab ~/Downloads/go1.22.3.linux-amd64.tar.gz [email protected]:/users/rutu_sh/golang-install
ssh
’d into the server and ransudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz
cd