Merge "Remove the eth1 up and down manually in the rax-ord node"
This commit is contained in:
commit
9610ce7a9e
@ -11,14 +11,6 @@ if [[ ! -f /etc/sudoers.d/jenkins ]]; then
|
|||||||
echo "jenkins ALL=(:docker) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/jenkins
|
echo "jenkins ALL=(:docker) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/jenkins
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO(SamYaple): Remove this after https://review.openstack.org/#/c/294871/
|
|
||||||
# NOTE(SamYaple): Temporarily fix RAX gate suffering from glean config issue
|
|
||||||
if [[ $(hostname) =~ "rax-ord" ]]; then
|
|
||||||
sudo ifdown eth1
|
|
||||||
sleep 1
|
|
||||||
sudo ifup eth1
|
|
||||||
fi
|
|
||||||
|
|
||||||
function setup_config {
|
function setup_config {
|
||||||
# generate the config
|
# generate the config
|
||||||
tox -e genconfig
|
tox -e genconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user