Dennis Dmitriev | 2cbf235 | 2016-11-11 15:34:21 +0200 | [diff] [blame] | 1 | # 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 |