Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IEC-48 increasing dhcp timeout
  • Loading branch information
iovacatalin committed Jun 11, 2020
1 parent 835b732 commit 19b93cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cord-robot/CORDRobot/rf-resources/DHCP.resource
Expand Up @@ -31,7 +31,7 @@ Send Dhclient Request K8S
[Documentation] Run dhclient inside rg container in K8s
${RG_CONTAINER}= Wait Until Keyword Succeeds 60s 1s
... Run kubectl -n voltha get pod|grep "^rg[0-]"|cut -d' ' -f1
Run kubectl -n voltha exec ${RG_CONTAINER} -- sed -i 's/timeout 300;/timeout 30;/' /etc/dhcp/dhclient.conf
Run kubectl -n voltha exec ${RG_CONTAINER} -- sed -i 's/timeout 300;/timeout 80;/' /etc/dhcp/dhclient.conf
Run kubectl -n voltha exec ${RG_CONTAINER} -- ifconfig eth0 0.0.0.0
Run kubectl -n voltha exec ${RG_CONTAINER} -- dhclient

Expand Down

0 comments on commit 19b93cc

Please sign in to comment.