blob: a9b0b59183d901d59dc280a93f4e8d7890da7ee3 [file] [log] [blame]
Dennis Dmitriev2cbf2352016-11-11 15:34:21 +02001# Prepare Juniper contrail-test
2
3- description: Allow password authentication for SSH on compute nodes
4 cmd: salt 'cmp*' cmd.run "sed -i -e 's/^PasswordAuthentication./PasswordAuthentication yes/' /etc/ssh/sshd_config ; service ssh restart"
5 node_name: cfg01.mk22-lab-basic.local
6
7- description: Install contrail-test on ctl01
8 cmd: wget https://raw.githubusercontent.com/Juniper/contrail-test-ci/master/install.sh;
9 chmod +x ./install.sh;
10 ./install.sh install contrail-test --ci-ref R3.0.2.x --fab-ref R3.0.2.x --test-ref R3.0.2.x;
11 node_name: ctl01.mk22-lab-basic.local
12
13- description: Install OpenJDK-7 for contrail tests
14 cmd: apt-get -y install openjdk-7-jdk
15 node_name: ctl01.mk22-lab-basic.local