Skip to content
Snippets Groups Projects
Commit 5707a442 authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

postponed installation of packages to avoid problems when DNS and

default gateway are still not usable
parent 0ce8c55d
No related branches found
No related tags found
No related merge requests found
......@@ -154,11 +154,6 @@ users:
ssh-authorized-keys:
- VIRL-USER-SSH-PUBLIC-KEY
sudo: ALL=(ALL) ALL
packages:
- joe
- iperf
- unzip
- openjdk-7-jre-headless
write_files:
- path: /etc/init/ttyS0.conf
owner: root:root
......@@ -202,6 +197,8 @@ write_files:
permissions: '0755'
content: |-
#!/bin/sh -e
apt-get update
apt-get install -y joe iperf unzip openjdk-7-jre-headless
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre/
echo "export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre/" >/etc/profile.d/Z99-java-home.sh
# setup opendaylight controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment