Add if-cap-support for If-OTU4-ODU4 ports (7.1)
[transportpce.git] / tests / Xtesting / INSTALL.txt
1 ## required steps on a brand new debian 12 system
2 # apt-get install git sudo
3 # adduser opnfv
4 # adduser opnfv sudo
5 # su - opnfv
6 git clone https://git.opendaylight.org/gerrit/transportpce
7 cd transportpce/tests/Xtesting
8 sudo apt-get install virtualenv
9 virtualenv xtesting -p python3 --system-site-packages
10 . xtesting/bin/activate
11 pip install ansible
12 ansible-galaxy install collivier.xtesting
13 ansible-galaxy collection install ansible.posix community.general community.grafana community.kubernetes community.docker community.postgresql
14 ansible-playbook site.yml
15 deactivate
16 sudo docker build -t 127.0.0.1:5000/tpce0 .
17 sudo docker run -d -p 5000:5000 --restart=always --name registry registry:2
18 sudo docker push 127.0.0.1:5000/tpce0