diff options
author | Marco Platania <platania@research.att.com> | 2017-08-29 18:15:49 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-29 18:17:44 -0400 |
commit | f61e1d721b1fc75656186b2f8277c8c7b3341676 (patch) | |
tree | f62f7b508a0fdc6aa3826ebbccd020abc8924bda /vnfs/vCPE/scripts/v_dhcp_install.sh | |
parent | 569b54f0659cc790c0c9c2eec3a72884b6162626 (diff) |
Install vDNS, vAAA and vDHCP services in vCPE
- Bind as vDNS
- FreeRADIUS as vAAA
- KEA-DHCP-SERVER as vDHCP
Change-Id: I9a54add31542c075163bf946f475a184e14600aa
Issue-ID: INT-84
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vCPE/scripts/v_dhcp_install.sh')
-rw-r--r-- | vnfs/vCPE/scripts/v_dhcp_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vCPE/scripts/v_dhcp_install.sh b/vnfs/vCPE/scripts/v_dhcp_install.sh index f9ea25b7..c8c567d3 100644 --- a/vnfs/vCPE/scripts/v_dhcp_install.sh +++ b/vnfs/vCPE/scripts/v_dhcp_install.sh @@ -54,7 +54,7 @@ apt-get update apt-get install -y wget openjdk-8-jdk apt-transport-https ca-certificates kea-dhcp4-server g++ libcurl4-gnutls-dev libboost-dev kea-dev sleep 1 -# download the kea hook +# Download the kea hook cd /opt wget $REPO_URL_ARTIFACTS/org/onap/demo/vnf/vcpe/kea-sdnc-notify-mod/$DEMO_ARTIFACTS_VERSION/kea-sdnc-notify-mod-$DEMO_ARTIFACTS_VERSION-demo.tar.gz tar -zxvf kea-sdnc-notify-mod-$DEMO_ARTIFACTS_VERSION-demo.tar.gz |