X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-apex-image-management.sh;h=aa257782145e08d52c1f7ce1920272864d9bb63b;hb=42e1f2c9dc3969c190e541230db7d1e78bede087;hp=fc0a6d9ed7927bb8cf06953738263820fc1d9bd1;hpb=f14d95915cdf0d7b17cfc789336f2b13d24a879b;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-apex-image-management.sh b/jjb/opendaylight-infra-apex-image-management.sh index fc0a6d9ed..aa2577821 100644 --- a/jjb/opendaylight-infra-apex-image-management.sh +++ b/jjb/opendaylight-infra-apex-image-management.sh @@ -73,10 +73,10 @@ for image in $CONTROLLER_NODE $COMPUTE_0_NODE $COMPUTE_1_NODE do # Change interface MTU to account for default network mtu of 1458 virt-customize -a $image.qcow2 \ - --run-command "sudo echo \"MTU=\"1458\" >> /etc/sysconfig/network-scripts/ifcfg-eth0\"" \ - --run-command "sudo echo \"MTU=\"1458\" >> /etc/sysconfig/network-scripts/ifcfg-br-int\"" \ - --run-command "sudo echo \"MTU=\"1458\" >> /etc/sysconfig/network-scripts/ifcfg-ovs-system\"" \ - --run-command "sudo crudini --set /etc/selinux/config '' SELINUX disabled" \ + --run-command 'sudo echo "MTU=\"1458\"" >> /etc/sysconfig/network-scripts/ifcfg-eth0' \ + --run-command 'sudo echo "MTU=\"1458\"" >> /etc/sysconfig/network-scripts/ifcfg-br-int' \ + --run-command 'sudo echo "MTU=\"1458\"" >> /etc/sysconfig/network-scripts/ifcfg-ovs-system' \ + --run-command "sudo crudini --set /etc/selinux/config '' SELINUX permissive" \ --run-command "sudo iptables -I INPUT -p udp -m multiport --dports 4789,9876,12345 -j ACCEPT" \ --run-command "sudo iptables -I INPUT -p tcp --dport 12345 -j ACCEPT" \ --run-command "sudo iptables-save"