忘了说:
下载的内容主要是:
wget -nH -np -r -L -c --cut-dir=2 --accept=rpm,gz,bz2,zip,xml -P /my_repos/openstack-icehouse https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/
wget -nH -np -r -L -c --cut-dir=1 --accept=rpm,gz,bz2,zip,xml -P /my_repos/epel http://mirrors.hustunique.com/epel/6/x86_64/
#还用过http://mirrors.yun-idc.com/epel/6/x86_64/;http://dl.fedoraproject.org/pub/epel/6/x86_64/;http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/等镜像下载过epel。
wget -nH -np -r -L -c --accept=rpm,gz,bz2,zip,xml -P /my_repos/puppetlabs http://yum.puppetlabs.com/el/6/
wget -nH -np -r -L -c --accept=rpm,gz,bz2,zip,xml -P /my_repos/theforeman http://yum.theforeman.org/plugins/1.5/el6/
wget -nH -np -r -L -c --accept=rpm,gz,bz2,zip,xml -P /my_repos/theforeman http://yum.theforeman.org/releases/1.5/el6/
还下载过rabbitmq,但发现其实不需要,epel里都有。而如果是用internet安装方式,则修改过repo文件,把所有mirrolist,failovermethod都注释了,epel的baseurl直接指向某一个镜像,为了防止可能有程序下载其它网站的内容,我甚至在域名里做手脚,关闭dns服务器配置,只用静态hosts文件解析服务器名,但是始终都可以成功登录dashboard。
所以现在基本肯定下载的文件有问题,但我不理解的是到底问题出在哪儿,因为安装的时候没有地方报错。
另外问问各位前辈,有没有其它比较靠谱的下载源的方法。