Hello and welcome to the VCC Project 2023-2024 repository.
Support Giacomo
Look for TODO tags in the repository to find out which tasks are to be performed
Use
vagrant up
to boot the vagrant VMsvagrant destroy -f
to stop themvagrant ssh VCC-control
to access the shell of the VCC control node- You will find the playbook inside of the
/vagrant
directory
- You will find the playbook inside of the
vagrant ssh VCC-target1
to access the shell of the VCC first nodevagrant ssh VCC-target2
to access the shell of the VCC second node
Within the scenario machines, controlnode.vcc.local
, target1.vcc.local
, and target2.vcc.local
resolve to the machines IP addresses.
On target1
and target2
, registry.vcc.local
resolves to 127.0.0.1
(the loopback address).
Remember that in order to access the project websites from your own browser you need to add host aliases pointed to one of the nodes ON YOUR HOST