Hands on lab openstack OEL 7
Hands on lab openstack OEL 7 example First add openstack repo Source document systemctl stop firewalld systemctl disable firewalld systemctl stop iptables systemctl disable iptables # Disable se linux /etc/selinux/config change to disabled cd /etc/yum.repos.d wget -N http://public-yum.oracle.com/public-yum-ol7.repo [ol7_openstack20] … enabled=1 install git Add proxy # Examples below /etc/yum.conf … proxy=http://127.0.0.1:8888 /etc/profile export http_proxy=http://127.0.0.1:8888 export …