alohamora

vsm-errror1

Oct 20th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.61 KB | None | 0 0
  1. [cephuser@vsm-controller 2.0.0-216]$
  2. [cephuser@vsm-controller 2.0.0-216]$ rm -rf vsm-dep-repo/
  3. [cephuser@vsm-controller 2.0.0-216]$ ls -la
  4. total 516
  5. drwxr-xr-x. 4 cephuser cephuser 4096 Oct 20 22:22 .
  6. drwx------. 6 cephuser cephuser 4096 Oct 20 22:16 ..
  7. -rw-rw-r--. 1 cephuser cephuser 707 Oct 20 00:11 1
  8. -rw-r--r--. 1 cephuser cephuser 27471 Sep 30 09:44 CHANGELOG.md
  9. -rw-r--r--. 1 cephuser cephuser 124686 Sep 30 09:44 CHANGELOG.pdf
  10. -rwxr-xr-x. 1 cephuser cephuser 94 Sep 30 09:44 get_pass.sh
  11. -rw-r--r--. 1 cephuser cephuser 29959 Sep 30 09:44 INSTALL.md
  12. -rw-r--r--. 1 cephuser cephuser 251846 Sep 30 09:44 INSTALL.pdf
  13. -rw-r--r--. 1 cephuser cephuser 707 Oct 20 00:11 installrc
  14. -rwxr-xr-x. 1 cephuser cephuser 21758 Sep 30 09:44 install.sh
  15. -rw-r--r--. 1 cephuser cephuser 580 Sep 30 09:44 LICENSE
  16. drwxr-xr-x. 6 cephuser cephuser 4096 Oct 20 00:23 manifest
  17. -rw-r--r--. 1 cephuser cephuser 320 Sep 30 09:44 NOTICE
  18. -rwxr-xr-x. 1 cephuser cephuser 1155 Sep 30 09:44 prov_node.sh
  19. -rw-r--r--. 1 cephuser cephuser 3121 Sep 30 09:44 README.md
  20. -rw-r--r--. 1 cephuser cephuser 3 Sep 30 09:44 RELEASE
  21. -rw-r--r--. 1 cephuser cephuser 1176 Sep 30 09:44 rpms.lst
  22. -rwxr-xr-x. 1 cephuser cephuser 1353 Sep 30 09:44 uninstall.sh
  23. -rw-r--r--. 1 cephuser cephuser 5 Sep 30 09:44 VERSION
  24. drwxr-xr-x. 3 cephuser cephuser 4096 Sep 30 09:44 vsmrepo
  25. [cephuser@vsm-controller 2.0.0-216]$
  26. [cephuser@vsm-controller 2.0.0-216]$
  27. [cephuser@vsm-controller 2.0.0-216]$ sudo ./install.sh -u cephuser -v 2.0
  28. + echo 'Before auto deploy the vsm, please be sure that you have set the manifest
  29. such as manifest/192.168.100.100/server.manifest. And you have changed the file, too.'
  30. Before auto deploy the vsm, please be sure that you have set the manifest
  31. such as manifest/192.168.100.100/server.manifest. And you have changed the file, too.
  32. + sleep 5
  33. +++ dirname ./install.sh
  34. ++ cd .
  35. ++ pwd
  36. + TOPDIR=/home/cephuser/2.0.0-216
  37. ++ mktemp
  38. + TEMP=/tmp/tmp.gxdhsgMQMZ
  39. + rm -rfv /tmp/tmp.gxdhsgMQMZ
  40. + mkdir -p /tmp/tmp.gxdhsgMQMZ
  41. ++ hostname
  42. + HOSTNAME=vsm-controller
  43. ++ hostname -I
  44. + HOSTIP='10.0.2.15 192.168.123.100 '
  45. + PATH_N=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
  46. + source /home/cephuser/2.0.0-216/installrc
  47. ++ AGENT_ADDRESS_LIST='192.168.123.101 192.168.123.102 192.168.123.103'
  48. ++ CONTROLLER_ADDRESS=192.168.123.100
  49. + '[' -z ']'
  50. + MANIFEST_PATH=manifest
  51. + [[ '' != '' ]]
  52. + IS_CONTROLLER=0
  53. + for ip in '$HOSTIP'
  54. + '[' 10.0.2.15 == 192.168.123.100 ']'
  55. + for ip in '$HOSTIP'
  56. + '[' 192.168.123.100 == 192.168.123.100 ']'
  57. + IS_CONTROLLER=1
  58. + [[ vsm-controller == 192.168.123.100 ]]
  59. + '[' 1 -eq 0 ']'
  60. + echo '[Info]: You run the tool in the controller server.'
  61. [Info]: You run the tool in the controller server.
  62. + [[ False == False ]]
  63. + [[ False == False ]]
  64. + [[ False == False ]]
  65. + prepare
  66. + check_vsm_package
  67. + [[ ! -d vsmrepo ]]
  68. + cd vsmrepo
  69. ++ grep python-vsmclient-2.0.0-216.noarch.rpm
  70. ++ wc -l
  71. ++ ls
  72. + IS_PYTHON_VSMCLIENT=1
  73. ++ ls
  74. ++ grep -v vsm-dashboard
  75. ++ grep -v vsm-deploy
  76. ++ grep -v python-vsmclient
  77. ++ wc -l
  78. ++ grep vsm
  79. + IS_VSM=1
  80. ++ wc -l
  81. ++ ls
  82. ++ grep vsm-dashboard-2.0.0-216.noarch.rpm
  83. + IS_VSM_DASHBOARD=1
  84. ++ ls
  85. ++ grep vsm-deploy-2.0.0-216.x86_64.rpm
  86. ++ wc -l
  87. + IS_VSM_DEPLOY=1
  88. + [[ 1 -gt 0 ]]
  89. + [[ 1 -gt 0 ]]
  90. + [[ 1 -gt 0 ]]
  91. + [[ 1 -gt 0 ]]
  92. + echo 'The vsm pachages have been already prepared'
  93. The vsm pachages have been already prepared
  94. + cd /home/cephuser/2.0.0-216
  95. + download_dependencies
  96. + [[ ! -d vsm-dep-repo ]]
  97. + mkdir -p vsm-dep-repo
  98. + cd vsm-dep-repo
  99. ++ cat /home/cephuser/2.0.0-216/rpms.lst
  100. + for i in '`cat $TOPDIR/rpms.lst`'
  101. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/apr-util-ldap-1.5.2-6.el7.x86_64.rpm
  102. --2015-10-20 22:23:13-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/apr-util-ldap-1.5.2-6.el7.x86_64.rpm
  103. Resolving github.com (github.com)... 192.30.252.128
  104. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  105. HTTP request sent, awaiting response... 302 Found
  106. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/apr-util-ldap-1.5.2-6.el7.x86_64.rpm [following]
  107. --2015-10-20 22:23:19-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/apr-util-ldap-1.5.2-6.el7.x86_64.rpm
  108. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  109. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  110. HTTP request sent, awaiting response... 200 OK
  111. Length: 18976 (19K) [audio/pn-realaudio-plugin]
  112. Saving to: ‘apr-util-ldap-1.5.2-6.el7.x86_64.rpm’
  113.  
  114. 100%[=====================================================================================================>] 18,976 --.-K/s in 0s
  115.  
  116. 2015-10-20 22:23:19 (55.4 MB/s) - ‘apr-util-ldap-1.5.2-6.el7.x86_64.rpm’ saved [18976/18976]
  117.  
  118. + for i in '`cat $TOPDIR/rpms.lst`'
  119. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm
  120. --2015-10-20 22:23:19-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm
  121. Resolving github.com (github.com)... 192.30.252.129
  122. Connecting to github.com (github.com)|192.30.252.129|:443... connected.
  123. HTTP request sent, awaiting response... 302 Found
  124. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm [following]
  125. --2015-10-20 22:23:25-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm
  126. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  127. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  128. HTTP request sent, awaiting response... 200 OK
  129. Length: 44356 (43K) [audio/pn-realaudio-plugin]
  130. Saving to: ‘openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm’
  131.  
  132. 100%[=====================================================================================================>] 44,356 --.-K/s in 0.04s
  133.  
  134. 2015-10-20 22:23:26 (1.11 MB/s) - ‘openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm’ saved [44356/44356]
  135.  
  136. + for i in '`cat $TOPDIR/rpms.lst`'
  137. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/openstack-utils-2014.2-1.el7.centos.noarch.rpm
  138. --2015-10-20 22:23:26-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/openstack-utils-2014.2-1.el7.centos.noarch.rpm
  139. Resolving github.com (github.com)... 192.30.252.129
  140. Connecting to github.com (github.com)|192.30.252.129|:443... connected.
  141. HTTP request sent, awaiting response... 302 Found
  142. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/openstack-utils-2014.2-1.el7.centos.noarch.rpm [following]
  143. --2015-10-20 22:23:32-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/openstack-utils-2014.2-1.el7.centos.noarch.rpm
  144. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  145. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  146. HTTP request sent, awaiting response... 200 OK
  147. Length: 21740 (21K) [audio/pn-realaudio-plugin]
  148. Saving to: ‘openstack-utils-2014.2-1.el7.centos.noarch.rpm’
  149.  
  150. 100%[=====================================================================================================>] 21,740 --.-K/s in 0s
  151.  
  152. 2015-10-20 22:23:32 (112 MB/s) - ‘openstack-utils-2014.2-1.el7.centos.noarch.rpm’ saved [21740/21740]
  153.  
  154. + for i in '`cat $TOPDIR/rpms.lst`'
  155. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-alembic-0.6.5-3.el7.centos.noarch.rpm
  156. --2015-10-20 22:23:32-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-alembic-0.6.5-3.el7.centos.noarch.rpm
  157. Resolving github.com (github.com)... 192.30.252.129
  158. Connecting to github.com (github.com)|192.30.252.129|:443... connected.
  159. HTTP request sent, awaiting response... 302 Found
  160. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-alembic-0.6.5-3.el7.centos.noarch.rpm [following]
  161. --2015-10-20 22:23:38-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-alembic-0.6.5-3.el7.centos.noarch.rpm
  162. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  163. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  164. HTTP request sent, awaiting response... 200 OK
  165. Length: 349868 (342K) [audio/pn-realaudio-plugin]
  166. Saving to: ‘python-alembic-0.6.5-3.el7.centos.noarch.rpm’
  167.  
  168. 100%[=====================================================================================================>] 349,868 1.23MB/s in 0.3s
  169.  
  170. 2015-10-20 22:23:39 (1.23 MB/s) - ‘python-alembic-0.6.5-3.el7.centos.noarch.rpm’ saved [349868/349868]
  171.  
  172. + for i in '`cat $TOPDIR/rpms.lst`'
  173. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-cinderclient-1.1.1-1.el7.centos.noarch.rpm
  174. --2015-10-20 22:23:39-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-cinderclient-1.1.1-1.el7.centos.noarch.rpm
  175. Resolving github.com (github.com)... 192.30.252.129
  176. Connecting to github.com (github.com)|192.30.252.129|:443... connected.
  177. HTTP request sent, awaiting response... 302 Found
  178. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-cinderclient-1.1.1-1.el7.centos.noarch.rpm [following]
  179. --2015-10-20 22:23:45-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-cinderclient-1.1.1-1.el7.centos.noarch.rpm
  180. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  181. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  182. HTTP request sent, awaiting response... 200 OK
  183. Length: 173684 (170K) [audio/pn-realaudio-plugin]
  184. Saving to: ‘python-cinderclient-1.1.1-1.el7.centos.noarch.rpm’
  185.  
  186. 100%[=====================================================================================================>] 173,684 --.-K/s in 0.1s
  187.  
  188. 2015-10-20 22:23:46 (1.20 MB/s) - ‘python-cinderclient-1.1.1-1.el7.centos.noarch.rpm’ saved [173684/173684]
  189.  
  190. + for i in '`cat $TOPDIR/rpms.lst`'
  191. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm
  192. --2015-10-20 22:23:46-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm
  193. Resolving github.com (github.com)... 192.30.252.129
  194. Connecting to github.com (github.com)|192.30.252.129|:443... connected.
  195. HTTP request sent, awaiting response... 302 Found
  196. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm [following]
  197. --2015-10-20 22:23:51-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm
  198. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  199. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  200. HTTP request sent, awaiting response... 200 OK
  201. Length: 414468 (405K) [audio/pn-realaudio-plugin]
  202. Saving to: ‘python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm’
  203.  
  204. 100%[=====================================================================================================>] 414,468 1.47MB/s in 0.3s
  205.  
  206. 2015-10-20 22:23:53 (1.47 MB/s) - ‘python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm’ saved [414468/414468]
  207.  
  208. + for i in '`cat $TOPDIR/rpms.lst`'
  209. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm
  210. --2015-10-20 22:23:53-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm
  211. Resolving github.com (github.com)... 192.30.252.131
  212. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  213. HTTP request sent, awaiting response... 302 Found
  214. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm [following]
  215. --2015-10-20 22:23:58-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm
  216. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  217. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  218. HTTP request sent, awaiting response... 200 OK
  219. Length: 47616 (46K) [audio/pn-realaudio-plugin]
  220. Saving to: ‘python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm’
  221.  
  222. 100%[=====================================================================================================>] 47,616 --.-K/s in 0.03s
  223.  
  224. 2015-10-20 22:23:59 (1.36 MB/s) - ‘python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm’ saved [47616/47616]
  225.  
  226. + for i in '`cat $TOPDIR/rpms.lst`'
  227. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-flask-0.10.1-4.el7.noarch.rpm
  228. --2015-10-20 22:23:59-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-flask-0.10.1-4.el7.noarch.rpm
  229. Resolving github.com (github.com)... 192.30.252.131
  230. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  231. HTTP request sent, awaiting response... 302 Found
  232. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-flask-0.10.1-4.el7.noarch.rpm [following]
  233. --2015-10-20 22:24:05-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-flask-0.10.1-4.el7.noarch.rpm
  234. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  235. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  236. HTTP request sent, awaiting response... 200 OK
  237. Length: 208808 (204K) [audio/pn-realaudio-plugin]
  238. Saving to: ‘python-flask-0.10.1-4.el7.noarch.rpm’
  239.  
  240. 100%[=====================================================================================================>] 208,808 1.13MB/s in 0.2s
  241.  
  242. 2015-10-20 22:24:06 (1.13 MB/s) - ‘python-flask-0.10.1-4.el7.noarch.rpm’ saved [208808/208808]
  243.  
  244. + for i in '`cat $TOPDIR/rpms.lst`'
  245. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-greenlet-0.4.2-3.el7.x86_64.rpm
  246. --2015-10-20 22:24:06-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-greenlet-0.4.2-3.el7.x86_64.rpm
  247. Resolving github.com (github.com)... 192.30.252.131
  248. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  249. HTTP request sent, awaiting response... 302 Found
  250. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-greenlet-0.4.2-3.el7.x86_64.rpm [following]
  251. --2015-10-20 22:24:12-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-greenlet-0.4.2-3.el7.x86_64.rpm
  252. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  253. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  254. HTTP request sent, awaiting response... 200 OK
  255. Length: 26960 (26K) [audio/pn-realaudio-plugin]
  256. Saving to: ‘python-greenlet-0.4.2-3.el7.x86_64.rpm’
  257.  
  258. 100%[=====================================================================================================>] 26,960 --.-K/s in 0.002s
  259.  
  260. 2015-10-20 22:24:12 (10.3 MB/s) - ‘python-greenlet-0.4.2-3.el7.x86_64.rpm’ saved [26960/26960]
  261.  
  262. + for i in '`cat $TOPDIR/rpms.lst`'
  263. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-itsdangerous-0.23-2.el7.noarch.rpm
  264. --2015-10-20 22:24:12-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-itsdangerous-0.23-2.el7.noarch.rpm
  265. Resolving github.com (github.com)... 192.30.252.131
  266. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  267. HTTP request sent, awaiting response... 302 Found
  268. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-itsdangerous-0.23-2.el7.noarch.rpm [following]
  269. --2015-10-20 22:24:18-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-itsdangerous-0.23-2.el7.noarch.rpm
  270. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  271. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  272. HTTP request sent, awaiting response... 200 OK
  273. Length: 24100 (24K) [audio/pn-realaudio-plugin]
  274. Saving to: ‘python-itsdangerous-0.23-2.el7.noarch.rpm’
  275.  
  276. 100%[=====================================================================================================>] 24,100 --.-K/s in 0s
  277.  
  278. 2015-10-20 22:24:19 (51.4 MB/s) - ‘python-itsdangerous-0.23-2.el7.noarch.rpm’ saved [24100/24100]
  279.  
  280. + for i in '`cat $TOPDIR/rpms.lst`'
  281. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-jinja2-2.7.2-2.el7.noarch.rpm
  282. --2015-10-20 22:24:19-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-jinja2-2.7.2-2.el7.noarch.rpm
  283. Resolving github.com (github.com)... 192.30.252.128
  284. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  285. HTTP request sent, awaiting response... 302 Found
  286. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-jinja2-2.7.2-2.el7.noarch.rpm [following]
  287. --2015-10-20 22:24:24-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-jinja2-2.7.2-2.el7.noarch.rpm
  288. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  289. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  290. HTTP request sent, awaiting response... 200 OK
  291. Length: 527832 (515K) [audio/pn-realaudio-plugin]
  292. Saving to: ‘python-jinja2-2.7.2-2.el7.noarch.rpm’
  293.  
  294. 100%[=====================================================================================================>] 527,832 1.88MB/s in 0.3s
  295.  
  296. 2015-10-20 22:24:25 (1.88 MB/s) - ‘python-jinja2-2.7.2-2.el7.noarch.rpm’ saved [527832/527832]
  297.  
  298. + for i in '`cat $TOPDIR/rpms.lst`'
  299. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystone-2014.2.1-1.el7.centos.noarch.rpm
  300. --2015-10-20 22:24:25-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystone-2014.2.1-1.el7.centos.noarch.rpm
  301. Resolving github.com (github.com)... 192.30.252.128
  302. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  303. HTTP request sent, awaiting response... 302 Found
  304. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystone-2014.2.1-1.el7.centos.noarch.rpm [following]
  305. --2015-10-20 22:24:31-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystone-2014.2.1-1.el7.centos.noarch.rpm
  306. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  307. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  308. HTTP request sent, awaiting response... 200 OK
  309. Length: 772688 (755K) [audio/pn-realaudio-plugin]
  310. Saving to: ‘python-keystone-2014.2.1-1.el7.centos.noarch.rpm’
  311.  
  312. 100%[=====================================================================================================>] 772,688 472KB/s in 1.6s
  313.  
  314. 2015-10-20 22:24:34 (472 KB/s) - ‘python-keystone-2014.2.1-1.el7.centos.noarch.rpm’ saved [772688/772688]
  315.  
  316. + for i in '`cat $TOPDIR/rpms.lst`'
  317. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm
  318. --2015-10-20 22:24:34-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm
  319. Resolving github.com (github.com)... 192.30.252.128
  320. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  321. HTTP request sent, awaiting response... 302 Found
  322. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm [following]
  323. --2015-10-20 22:24:40-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm
  324. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  325. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  326. HTTP request sent, awaiting response... 200 OK
  327. Length: 553280 (540K) [audio/pn-realaudio-plugin]
  328. Saving to: ‘python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm’
  329.  
  330. 100%[=====================================================================================================>] 553,280 1.37MB/s in 0.4s
  331.  
  332. 2015-10-20 22:24:41 (1.37 MB/s) - ‘python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm’ saved [553280/553280]
  333.  
  334. + for i in '`cat $TOPDIR/rpms.lst`'
  335. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm
  336. --2015-10-20 22:24:41-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm
  337. Resolving github.com (github.com)... 192.30.252.128
  338. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  339. HTTP request sent, awaiting response... 302 Found
  340. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm [following]
  341. --2015-10-20 22:24:47-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm
  342. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
  343. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected.
  344. HTTP request sent, awaiting response... 200 OK
  345. Length: 85832 (84K) [audio/pn-realaudio-plugin]
  346. Saving to: ‘python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm’
  347.  
  348. 100%[=====================================================================================================>] 85,832 --.-K/s in 0.05s
  349.  
  350. 2015-10-20 22:24:48 (1.49 MB/s) - ‘python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm’ saved [85832/85832]
  351.  
  352. + for i in '`cat $TOPDIR/rpms.lst`'
  353. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-ldappool-1.0-4.el7.centos.noarch.rpm
  354. --2015-10-20 22:24:48-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-ldappool-1.0-4.el7.centos.noarch.rpm
  355. Resolving github.com (github.com)... 192.30.252.128
  356. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  357. HTTP request sent, awaiting response... 302 Found
  358. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-ldappool-1.0-4.el7.centos.noarch.rpm [following]
  359. --2015-10-20 22:24:53-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-ldappool-1.0-4.el7.centos.noarch.rpm
  360. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  361. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  362. HTTP request sent, awaiting response... 200 OK
  363. Length: 18448 (18K) [audio/pn-realaudio-plugin]
  364. Saving to: ‘python-ldappool-1.0-4.el7.centos.noarch.rpm’
  365.  
  366. 100%[=====================================================================================================>] 18,448 --.-K/s in 0s
  367.  
  368. 2015-10-20 22:24:54 (115 MB/s) - ‘python-ldappool-1.0-4.el7.centos.noarch.rpm’ saved [18448/18448]
  369.  
  370. + for i in '`cat $TOPDIR/rpms.lst`'
  371. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-novaclient-2.20.0-1.el7.centos.noarch.rpm
  372. --2015-10-20 22:24:54-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-novaclient-2.20.0-1.el7.centos.noarch.rpm
  373. Resolving github.com (github.com)... 192.30.252.128
  374. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  375. HTTP request sent, awaiting response... 302 Found
  376. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-novaclient-2.20.0-1.el7.centos.noarch.rpm [following]
  377. --2015-10-20 22:25:00-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-novaclient-2.20.0-1.el7.centos.noarch.rpm
  378. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  379. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  380. HTTP request sent, awaiting response... 200 OK
  381. Length: 293480 (287K) [audio/pn-realaudio-plugin]
  382. Saving to: ‘python-novaclient-2.20.0-1.el7.centos.noarch.rpm’
  383.  
  384. 100%[=====================================================================================================>] 293,480 1.24MB/s in 0.2s
  385.  
  386. 2015-10-20 22:25:00 (1.24 MB/s) - ‘python-novaclient-2.20.0-1.el7.centos.noarch.rpm’ saved [293480/293480]
  387.  
  388. + for i in '`cat $TOPDIR/rpms.lst`'
  389. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-config-1.4.0-1.el7.centos.noarch.rpm
  390. --2015-10-20 22:25:00-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-config-1.4.0-1.el7.centos.noarch.rpm
  391. Resolving github.com (github.com)... 192.30.252.128
  392. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  393. HTTP request sent, awaiting response... 302 Found
  394. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-config-1.4.0-1.el7.centos.noarch.rpm [following]
  395. --2015-10-20 22:25:06-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-config-1.4.0-1.el7.centos.noarch.rpm
  396. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  397. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  398. HTTP request sent, awaiting response... 200 OK
  399. Length: 64436 (63K) [audio/pn-realaudio-plugin]
  400. Saving to: ‘python-oslo-config-1.4.0-1.el7.centos.noarch.rpm’
  401.  
  402. 100%[=====================================================================================================>] 64,436 --.-K/s in 0.04s
  403.  
  404. 2015-10-20 22:25:06 (1.47 MB/s) - ‘python-oslo-config-1.4.0-1.el7.centos.noarch.rpm’ saved [64436/64436]
  405.  
  406. + for i in '`cat $TOPDIR/rpms.lst`'
  407. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-db-1.0.2-2.el7.centos.noarch.rpm
  408. --2015-10-20 22:25:06-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-db-1.0.2-2.el7.centos.noarch.rpm
  409. Resolving github.com (github.com)... 192.30.252.128
  410. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  411. HTTP request sent, awaiting response... 302 Found
  412. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-db-1.0.2-2.el7.centos.noarch.rpm [following]
  413. --2015-10-20 22:25:12-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-db-1.0.2-2.el7.centos.noarch.rpm
  414. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  415. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  416. HTTP request sent, awaiting response... 200 OK
  417. Length: 96740 (94K) [audio/pn-realaudio-plugin]
  418. Saving to: ‘python-oslo-db-1.0.2-2.el7.centos.noarch.rpm’
  419.  
  420. 100%[=====================================================================================================>] 96,740 --.-K/s in 0.08s
  421.  
  422. 2015-10-20 22:25:13 (1.21 MB/s) - ‘python-oslo-db-1.0.2-2.el7.centos.noarch.rpm’ saved [96740/96740]
  423.  
  424. + for i in '`cat $TOPDIR/rpms.lst`'
  425. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm
  426. --2015-10-20 22:25:13-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm
  427. Resolving github.com (github.com)... 192.30.252.128
  428. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  429. HTTP request sent, awaiting response... 302 Found
  430. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm [following]
  431. --2015-10-20 22:25:19-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm
  432. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  433. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  434. HTTP request sent, awaiting response... 200 OK
  435. Length: 28300 (28K) [audio/pn-realaudio-plugin]
  436. Saving to: ‘python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm’
  437.  
  438. 100%[=====================================================================================================>] 28,300 --.-K/s in 0.001s
  439.  
  440. 2015-10-20 22:25:19 (37.6 MB/s) - ‘python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm’ saved [28300/28300]
  441.  
  442. + for i in '`cat $TOPDIR/rpms.lst`'
  443. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm
  444. --2015-10-20 22:25:19-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm
  445. Resolving github.com (github.com)... 192.30.252.128
  446. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  447. HTTP request sent, awaiting response... 302 Found
  448. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm [following]
  449. --2015-10-20 22:25:25-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm
  450. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  451. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  452. HTTP request sent, awaiting response... 200 OK
  453. Length: 193292 (189K) [audio/pn-realaudio-plugin]
  454. Saving to: ‘python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm’
  455.  
  456. 100%[=====================================================================================================>] 193,292 --.-K/s in 0.1s
  457.  
  458. 2015-10-20 22:25:26 (1.28 MB/s) - ‘python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm’ saved [193292/193292]
  459.  
  460. + for i in '`cat $TOPDIR/rpms.lst`'
  461. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm
  462. --2015-10-20 22:25:26-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm
  463. Resolving github.com (github.com)... 192.30.252.128
  464. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  465. HTTP request sent, awaiting response... 302 Found
  466. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm [following]
  467. --2015-10-20 22:25:32-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm
  468. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  469. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  470. HTTP request sent, awaiting response... 200 OK
  471. Length: 29504 (29K) [audio/pn-realaudio-plugin]
  472. Saving to: ‘python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm’
  473.  
  474. 100%[=====================================================================================================>] 29,504 --.-K/s in 0.003s
  475.  
  476. 2015-10-20 22:25:32 (10.1 MB/s) - ‘python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm’ saved [29504/29504]
  477.  
  478. + for i in '`cat $TOPDIR/rpms.lst`'
  479. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-pycadf-0.6.0-2.el7.centos.noarch.rpm
  480. --2015-10-20 22:25:32-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-pycadf-0.6.0-2.el7.centos.noarch.rpm
  481. Resolving github.com (github.com)... 192.30.252.128
  482. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  483. HTTP request sent, awaiting response... 302 Found
  484. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-pycadf-0.6.0-2.el7.centos.noarch.rpm [following]
  485. --2015-10-20 22:25:38-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-pycadf-0.6.0-2.el7.centos.noarch.rpm
  486. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  487. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  488. HTTP request sent, awaiting response... 200 OK
  489. Length: 105236 (103K) [audio/pn-realaudio-plugin]
  490. Saving to: ‘python-pycadf-0.6.0-2.el7.centos.noarch.rpm’
  491.  
  492. 100%[=====================================================================================================>] 105,236 --.-K/s in 0.08s
  493.  
  494. 2015-10-20 22:25:39 (1.29 MB/s) - ‘python-pycadf-0.6.0-2.el7.centos.noarch.rpm’ saved [105236/105236]
  495.  
  496. + for i in '`cat $TOPDIR/rpms.lst`'
  497. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-six-1.7.3-1.el7.centos.noarch.rpm
  498. --2015-10-20 22:25:39-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-six-1.7.3-1.el7.centos.noarch.rpm
  499. Resolving github.com (github.com)... 192.30.252.128
  500. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  501. HTTP request sent, awaiting response... 302 Found
  502. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-six-1.7.3-1.el7.centos.noarch.rpm [following]
  503. --2015-10-20 22:25:45-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-six-1.7.3-1.el7.centos.noarch.rpm
  504. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  505. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  506. HTTP request sent, awaiting response... 200 OK
  507. Length: 27692 (27K) [audio/pn-realaudio-plugin]
  508. Saving to: ‘python-six-1.7.3-1.el7.centos.noarch.rpm’
  509.  
  510. 100%[=====================================================================================================>] 27,692 --.-K/s in 0.001s
  511.  
  512. 2015-10-20 22:25:45 (40.9 MB/s) - ‘python-six-1.7.3-1.el7.centos.noarch.rpm’ saved [27692/27692]
  513.  
  514. + for i in '`cat $TOPDIR/rpms.lst`'
  515. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-webob-1.2.3-6.el7.noarch.rpm
  516. --2015-10-20 22:25:45-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-webob-1.2.3-6.el7.noarch.rpm
  517. Resolving github.com (github.com)... 192.30.252.128
  518. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  519. HTTP request sent, awaiting response... 302 Found
  520. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-webob-1.2.3-6.el7.noarch.rpm [following]
  521. --2015-10-20 22:25:51-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-webob-1.2.3-6.el7.noarch.rpm
  522. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  523. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  524. HTTP request sent, awaiting response... 200 OK
  525. Length: 206360 (202K) [audio/pn-realaudio-plugin]
  526. Saving to: ‘python-webob-1.2.3-6.el7.noarch.rpm’
  527.  
  528. 100%[=====================================================================================================>] 206,360 739KB/s in 0.3s
  529.  
  530. 2015-10-20 22:25:52 (739 KB/s) - ‘python-webob-1.2.3-6.el7.noarch.rpm’ saved [206360/206360]
  531.  
  532. + for i in '`cat $TOPDIR/rpms.lst`'
  533. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-werkzeug-0.9.1-2.el7.noarch.rpm
  534. --2015-10-20 22:25:52-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/python-werkzeug-0.9.1-2.el7.noarch.rpm
  535. Resolving github.com (github.com)... 192.30.252.128
  536. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  537. HTTP request sent, awaiting response... 302 Found
  538. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-werkzeug-0.9.1-2.el7.noarch.rpm [following]
  539. --2015-10-20 22:25:58-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/python-werkzeug-0.9.1-2.el7.noarch.rpm
  540. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  541. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  542. HTTP request sent, awaiting response... 200 OK
  543. Length: 575384 (562K) [audio/pn-realaudio-plugin]
  544. Saving to: ‘python-werkzeug-0.9.1-2.el7.noarch.rpm’
  545.  
  546. 100%[=====================================================================================================>] 575,384 1.55MB/s in 0.4s
  547.  
  548. 2015-10-20 22:25:59 (1.55 MB/s) - ‘python-werkzeug-0.9.1-2.el7.noarch.rpm’ saved [575384/575384]
  549.  
  550. + for i in '`cat $TOPDIR/rpms.lst`'
  551. + wget https://github.com/01org/vsm-dependencies/raw/2.0/centos7/diamond-4-0.noarch.rpm
  552. --2015-10-20 22:25:59-- https://github.com/01org/vsm-dependencies/raw/2.0/centos7/diamond-4-0.noarch.rpm
  553. Resolving github.com (github.com)... 192.30.252.128
  554. Connecting to github.com (github.com)|192.30.252.128|:443... connected.
  555. HTTP request sent, awaiting response... 302 Found
  556. Location: https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/diamond-4-0.noarch.rpm [following]
  557. --2015-10-20 22:26:05-- https://raw.githubusercontent.com/01org/vsm-dependencies/2.0/centos7/diamond-4-0.noarch.rpm
  558. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133
  559. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected.
  560. HTTP request sent, awaiting response... 200 OK
  561. Length: 413152 (403K) [audio/pn-realaudio-plugin]
  562. Saving to: ‘diamond-4-0.noarch.rpm’
  563.  
  564. 100%[=====================================================================================================>] 413,152 1.49MB/s in 0.3s
  565.  
  566. 2015-10-20 22:26:06 (1.49 MB/s) - ‘diamond-4-0.noarch.rpm’ saved [413152/413152]
  567.  
  568. + cd /home/cephuser/2.0.0-216
  569. + prepare_repo
  570. + sudo -E yum makecache
  571. Loaded plugins: fastestmirror
  572. base | 3.6 kB 00:00:00
  573. extras | 3.4 kB 00:00:00
  574. updates | 3.4 kB 00:00:00
  575. Loading mirror speeds from cached hostfile
  576. * base: ftp.funet.fi
  577. * extras: ftp.funet.fi
  578. * updates: ftp.funet.fi
  579. Metadata Cache Created
  580. ++ rpm -qa
  581. ++ grep -i createrepo
  582. ++ wc -l
  583. + IS_CREATEREPO=1
  584. + [[ 1 -eq 0 ]]
  585. + mkdir -p vsm-dep-repo/vsm-dep-repo
  586. + cd vsm-dep-repo
  587. + cp apr-util-ldap-1.5.2-6.el7.x86_64.rpm diamond-4-0.noarch.rpm openstack-keystone-2014.2.1-1.el7.centos.noarch.rpm openstack-utils-2014.2-1.el7.centos.noarch.rpm python-alembic-0.6.5-3.el7.centos.noarch.rpm python-cinderclient-1.1.1-1.el7.centos.noarch.rpm python-django-horizon-2014.2.1-1.el7.centos.noarch.rpm python-django-openstack-auth-1.1.7-1.el7.centos.noarch.rpm python-flask-0.10.1-4.el7.noarch.rpm python-greenlet-0.4.2-3.el7.x86_64.rpm python-itsdangerous-0.23-2.el7.noarch.rpm python-jinja2-2.7.2-2.el7.noarch.rpm python-keystone-2014.2.1-1.el7.centos.noarch.rpm python-keystoneclient-0.11.1-1.el7.centos.noarch.rpm python-keystonemiddleware-1.2.0-1.el7.centos.noarch.rpm python-ldappool-1.0-4.el7.centos.noarch.rpm python-novaclient-2.20.0-1.el7.centos.noarch.rpm python-oslo-config-1.4.0-1.el7.centos.noarch.rpm python-oslo-db-1.0.2-2.el7.centos.noarch.rpm python-oslo-i18n-1.0.0-1.el7.centos.noarch.rpm python-oslo-messaging-1.4.0.0-4.el7.centos.noarch.rpm python-oslo-utils-1.0.0-1.el7.centos.noarch.rpm python-pycadf-0.6.0-2.el7.centos.noarch.rpm python-six-1.7.3-1.el7.centos.noarch.rpm python-webob-1.2.3-6.el7.noarch.rpm python-werkzeug-0.9.1-2.el7.noarch.rpm vsm-dep-repo
  588. + sudo -E createrepo vsm-dep-repo
  589. Spawning worker 0 with 26 pkgs
  590. Workers Finished
  591. Saving Primary metadata
  592. Saving file lists metadata
  593. Saving other metadata
  594. Generating sqlite DBs
  595. Sqlite DBs complete
  596. + cd /home/cephuser/2.0.0-216
  597. + sudo -E createrepo vsmrepo
  598. Spawning worker 0 with 4 pkgs
  599. Workers Finished
  600. Saving Primary metadata
  601. Saving file lists metadata
  602. Saving other metadata
  603. Generating sqlite DBs
  604. Sqlite DBs complete
  605. + rm -rf vsm.repo vsm-dep.repo
  606. + cat
  607. + cat
  608. + install_controller
  609. + check_manifest 192.168.123.100
  610. + [[ 192.168.123.100 == 192.168.123.100 ]]
  611. + [[ ! -d manifest/192.168.123.100 ]]
  612. + [[ ! -f manifest/192.168.123.100/cluster.manifest ]]
  613. + [[ 1 -eq 0 ]]
  614. + set_local_repo
  615. + sudo -E rm -rf /etc/yum.repos.d/vsm.repo /etc/yum.repos.d/vsm-dep.repo
  616. + sudo -E rm -rf /opt/vsm-dep-repo /opt/vsmrepo
  617. + sudo -E cp -r vsm-dep-repo/vsm-dep-repo /opt
  618. + sudo -E cp -r vsmrepo /opt
  619. + sudo -E cp vsm.repo /etc/yum.repos.d
  620. + sudo -E cp vsm-dep.repo /etc/yum.repos.d
  621. + sudo -E yum makecache
  622. Loaded plugins: fastestmirror
  623. base | 3.6 kB 00:00:00
  624. extras | 3.4 kB 00:00:00
  625. updates | 3.4 kB 00:00:00
  626. vsmdeprepo | 2.9 kB 00:00:00
  627. vsmrepo | 2.9 kB 00:00:00
  628. (1/6): vsmdeprepo/primary_db | 15 kB 00:00:00
  629. (2/6): vsmdeprepo/other_db | 11 kB 00:00:00
  630. (3/6): vsmdeprepo/filelists_db | 32 kB 00:00:00
  631. (4/6): vsmrepo/filelists_db | 16 kB 00:00:00
  632. (5/6): vsmrepo/other_db | 870 B 00:00:00
  633. (6/6): vsmrepo/primary_db | 9.6 kB 00:00:00
  634. Loading mirror speeds from cached hostfile
  635. * base: ftp.funet.fi
  636. * extras: ftp.funet.fi
  637. * updates: ftp.funet.fi
  638. Metadata Cache Created
  639. + sudo -E systemctl stop firewalld
  640. + sudo -E systemctl disable firewalld
  641. rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'
  642. rm '/etc/systemd/system/basic.target.wants/firewalld.service'
  643. + sudo -E sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
  644. ++ sudo -E getenforce
  645. + [[ Enforcing != \D\i\s\a\b\l\e\d ]]
  646. + sudo -E setenforce 0
  647. + sudo -E sed -i s/keepcache=0/keepcache=1/g /etc/yum.conf
  648. + sudo -E yum install -y vsm vsm-deploy vsm-dashboard python-vsmclient
  649. Loaded plugins: fastestmirror
  650. base | 3.6 kB 00:00:00
  651. extras | 3.4 kB 00:00:00
  652. updates | 3.4 kB 00:00:00
  653. vsmdeprepo | 2.9 kB 00:00:00
  654. vsmrepo | 2.9 kB 00:00:00
  655. updates/7/x86_64/primary_db | 4.0 MB 00:00:07
  656. Loading mirror speeds from cached hostfile
  657. * base: ftp.funet.fi
  658. * extras: ftp.funet.fi
  659. * updates: centos.vianett.no
  660. Resolving Dependencies
  661. --> Running transaction check
  662. ---> Package python-vsmclient.noarch 0:2.0.0-216 will be installed
  663. --> Processing Dependency: python-prettytable for package: python-vsmclient-2.0.0-216.noarch
  664. --> Processing Dependency: python-httplib2 for package: python-vsmclient-2.0.0-216.noarch
  665. ---> Package vsm.noarch 0:2.0.0-216 will be installed
  666. --> Processing Dependency: python-webob for package: vsm-2.0.0-216.noarch
  667. --> Processing Dependency: python-tempita for package: vsm-2.0.0-216.noarch
  668. --> Processing Dependency: python-suds for package: vsm-2.0.0-216.noarch
  669. --> Processing Dependency: python-stevedore for package: vsm-2.0.0-216.noarch
  670. --> Processing Dependency: python-sqlalchemy for package: vsm-2.0.0-216.noarch
  671. --> Processing Dependency: python-routes for package: vsm-2.0.0-216.noarch
  672. --> Processing Dependency: python-psutil for package: vsm-2.0.0-216.noarch
  673. --> Processing Dependency: python-pbr for package: vsm-2.0.0-216.noarch
  674. --> Processing Dependency: python-paste-deploy for package: vsm-2.0.0-216.noarch
  675. --> Processing Dependency: python-paste for package: vsm-2.0.0-216.noarch
  676. --> Processing Dependency: python-paramiko for package: vsm-2.0.0-216.noarch
  677. --> Processing Dependency: python-oslo-config for package: vsm-2.0.0-216.noarch
  678. --> Processing Dependency: python-ordereddict for package: vsm-2.0.0-216.noarch
  679. --> Processing Dependency: python-novaclient for package: vsm-2.0.0-216.noarch
  680. --> Processing Dependency: python-migrate for package: vsm-2.0.0-216.noarch
  681. --> Processing Dependency: python-lxml for package: vsm-2.0.0-216.noarch
  682. --> Processing Dependency: python-lockfile for package: vsm-2.0.0-216.noarch
  683. --> Processing Dependency: python-kombu for package: vsm-2.0.0-216.noarch
  684. --> Processing Dependency: python-keystoneclient for package: vsm-2.0.0-216.noarch
  685. --> Processing Dependency: python-iso8601 for package: vsm-2.0.0-216.noarch
  686. --> Processing Dependency: python-greenlet for package: vsm-2.0.0-216.noarch
  687. --> Processing Dependency: python-eventlet for package: vsm-2.0.0-216.noarch
  688. --> Processing Dependency: python-cinderclient for package: vsm-2.0.0-216.noarch
  689. --> Processing Dependency: python-babel for package: vsm-2.0.0-216.noarch
  690. --> Processing Dependency: python-anyjson for package: vsm-2.0.0-216.noarch
  691. --> Processing Dependency: python-amqplib for package: vsm-2.0.0-216.noarch
  692. --> Processing Dependency: numpy for package: vsm-2.0.0-216.noarch
  693. --> Processing Dependency: mod_ssl for package: vsm-2.0.0-216.noarch
  694. --> Processing Dependency: ceph for package: vsm-2.0.0-216.noarch
  695. --> Processing Dependency: MySQL-python for package: vsm-2.0.0-216.noarch
  696. --> Processing Dependency: /usr/bin/expect for package: vsm-2.0.0-216.noarch
  697. ---> Package vsm-dashboard.noarch 0:2.0.0-216 will be installed
  698. --> Processing Dependency: python-warlock for package: vsm-dashboard-2.0.0-216.noarch
  699. --> Processing Dependency: python-versiontools for package: vsm-dashboard-2.0.0-216.noarch
  700. --> Processing Dependency: python-urllib3 for package: vsm-dashboard-2.0.0-216.noarch
  701. --> Processing Dependency: python-six for package: vsm-dashboard-2.0.0-216.noarch
  702. --> Processing Dependency: python-simplejson for package: vsm-dashboard-2.0.0-216.noarch
  703. --> Processing Dependency: python-requests for package: vsm-dashboard-2.0.0-216.noarch
  704. --> Processing Dependency: python-ordereddict for package: vsm-dashboard-2.0.0-216.noarch
  705. --> Processing Dependency: python-keyring for package: vsm-dashboard-2.0.0-216.noarch
  706. --> Processing Dependency: python-jsonschema for package: vsm-dashboard-2.0.0-216.noarch
  707. --> Processing Dependency: python-iso8601 for package: vsm-dashboard-2.0.0-216.noarch
  708. --> Processing Dependency: python-httplib2 for package: vsm-dashboard-2.0.0-216.noarch
  709. --> Processing Dependency: python-django-openstack-auth for package: vsm-dashboard-2.0.0-216.noarch
  710. --> Processing Dependency: python-django-horizon for package: vsm-dashboard-2.0.0-216.noarch
  711. --> Processing Dependency: python-django-compressor for package: vsm-dashboard-2.0.0-216.noarch
  712. --> Processing Dependency: python-django-appconf for package: vsm-dashboard-2.0.0-216.noarch
  713. --> Processing Dependency: python-django for package: vsm-dashboard-2.0.0-216.noarch
  714. --> Processing Dependency: python-cmd2 for package: vsm-dashboard-2.0.0-216.noarch
  715. --> Processing Dependency: python-cliff for package: vsm-dashboard-2.0.0-216.noarch
  716. --> Processing Dependency: python-chardet for package: vsm-dashboard-2.0.0-216.noarch
  717. --> Processing Dependency: pyparsing for package: vsm-dashboard-2.0.0-216.noarch
  718. --> Processing Dependency: mod_wsgi for package: vsm-dashboard-2.0.0-216.noarch
  719. --> Processing Dependency: httpd-tools for package: vsm-dashboard-2.0.0-216.noarch
  720. --> Processing Dependency: httpd for package: vsm-dashboard-2.0.0-216.noarch
  721. --> Processing Dependency: apr-util-ldap for package: vsm-dashboard-2.0.0-216.noarch
  722. --> Processing Dependency: apr-util for package: vsm-dashboard-2.0.0-216.noarch
  723. --> Processing Dependency: apr for package: vsm-dashboard-2.0.0-216.noarch
  724. ---> Package vsm-deploy.x86_64 0:2.0.0-216 will be installed
  725. --> Running transaction check
  726. ---> Package MySQL-python.x86_64 0:1.2.3-11.el7 will be installed
  727. ---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
  728. ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
  729. ---> Package apr-util-ldap.x86_64 0:1.5.2-6.el7 will be installed
  730. ---> Package expect.x86_64 0:5.45-14.el7_1 will be installed
  731. --> Processing Dependency: libtcl8.5.so()(64bit) for package: expect-5.45-14.el7_1.x86_64
  732. ---> Package httpd.x86_64 0:2.4.6-31.el7.centos.1 will be installed
  733. --> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-31.el7.centos.1.x86_64
  734. ---> Package httpd-tools.x86_64 0:2.4.6-31.el7.centos.1 will be installed
  735. ---> Package mod_ssl.x86_64 1:2.4.6-31.el7.centos.1 will be installed
  736. --> Processing Dependency: openssl-libs >= 1:1.0.1e-37 for package: 1:mod_ssl-2.4.6-31.el7.centos.1.x86_64
  737. ---> Package mod_wsgi.x86_64 0:3.4-12.el7_0 will be installed
  738. ---> Package numpy.x86_64 1:1.7.1-10.el7 will be installed
  739. --> Processing Dependency: python-nose for package: 1:numpy-1.7.1-10.el7.x86_64
  740. --> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64
  741. --> Processing Dependency: libquadmath.so.0()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64
  742. --> Processing Dependency: liblapack.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64
  743. --> Processing Dependency: libgfortran.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64
  744. ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
  745. ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  746. ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  747. ---> Package python-cinderclient.noarch 0:1.1.1-1.el7.centos will be installed
  748. --> Processing Dependency: python-simplejson for package: python-cinderclient-1.1.1-1.el7.centos.noarch
  749. ---> Package python-django-horizon.noarch 0:2014.2.1-1.el7.centos will be installed
  750. --> Processing Dependency: pytz for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  751. --> Processing Dependency: python-lockfile for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  752. --> Processing Dependency: python-django for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  753. ---> Package python-django-openstack-auth.noarch 0:1.1.7-1.el7.centos will be installed
  754. --> Processing Dependency: python-django for package: python-django-openstack-auth-1.1.7-1.el7.centos.noarch
  755. ---> Package python-greenlet.x86_64 0:0.4.2-3.el7 will be installed
  756. ---> Package python-keystoneclient.noarch 1:0.11.1-1.el7.centos will be installed
  757. --> Processing Dependency: python-iso8601 >= 0.1.4 for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  758. --> Processing Dependency: python-stevedore for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  759. --> Processing Dependency: python-netaddr for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  760. --> Processing Dependency: python-keyring for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  761. ---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
  762. --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.9)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  763. --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.26)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  764. --> Processing Dependency: libxslt.so.1(LIBXML2_1.1.2)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  765. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  766. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  767. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  768. --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  769. --> Processing Dependency: libxslt.so.1()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  770. --> Processing Dependency: libexslt.so.0()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64
  771. ---> Package python-novaclient.noarch 1:2.20.0-1.el7.centos will be installed
  772. --> Processing Dependency: python-simplejson for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  773. --> Processing Dependency: python-oslo-utils for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  774. --> Processing Dependency: python-keyring for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  775. --> Processing Dependency: python-iso8601 for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  776. ---> Package python-oslo-config.noarch 2:1.4.0-1.el7.centos will be installed
  777. --> Processing Dependency: python-stevedore for package: 2:python-oslo-config-1.4.0-1.el7.centos.noarch
  778. ---> Package python-paramiko.noarch 0:1.12.4-1.el7.centos will be installed
  779. --> Processing Dependency: python-crypto >= 2.1 for package: python-paramiko-1.12.4-1.el7.centos.noarch
  780. --> Processing Dependency: python-ecdsa for package: python-paramiko-1.12.4-1.el7.centos.noarch
  781. ---> Package python-paste.noarch 0:1.7.5.1-9.20111221hg1498.el7 will be installed
  782. --> Processing Dependency: pyOpenSSL for package: python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
  783. ---> Package python-prettytable.noarch 0:0.7.2-2.el7.centos will be installed
  784. ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  785. ---> Package python-six.noarch 0:1.7.3-1.el7.centos will be installed
  786. ---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
  787. ---> Package python-suds.noarch 0:0.4.1-5.el7 will be installed
  788. ---> Package python-tempita.noarch 0:0.5.1-6.el7 will be installed
  789. ---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be installed
  790. ---> Package python-vsmclient.noarch 0:2.0.0-216 will be installed
  791. --> Processing Dependency: python-httplib2 for package: python-vsmclient-2.0.0-216.noarch
  792. ---> Package python-webob.noarch 0:1.2.3-6.el7 will be installed
  793. ---> Package vsm.noarch 0:2.0.0-216 will be installed
  794. --> Processing Dependency: python-stevedore for package: vsm-2.0.0-216.noarch
  795. --> Processing Dependency: python-routes for package: vsm-2.0.0-216.noarch
  796. --> Processing Dependency: python-psutil for package: vsm-2.0.0-216.noarch
  797. --> Processing Dependency: python-pbr for package: vsm-2.0.0-216.noarch
  798. --> Processing Dependency: python-paste-deploy for package: vsm-2.0.0-216.noarch
  799. --> Processing Dependency: python-ordereddict for package: vsm-2.0.0-216.noarch
  800. --> Processing Dependency: python-migrate for package: vsm-2.0.0-216.noarch
  801. --> Processing Dependency: python-lockfile for package: vsm-2.0.0-216.noarch
  802. --> Processing Dependency: python-kombu for package: vsm-2.0.0-216.noarch
  803. --> Processing Dependency: python-iso8601 for package: vsm-2.0.0-216.noarch
  804. --> Processing Dependency: python-eventlet for package: vsm-2.0.0-216.noarch
  805. --> Processing Dependency: python-anyjson for package: vsm-2.0.0-216.noarch
  806. --> Processing Dependency: python-amqplib for package: vsm-2.0.0-216.noarch
  807. --> Processing Dependency: ceph for package: vsm-2.0.0-216.noarch
  808. ---> Package vsm-dashboard.noarch 0:2.0.0-216 will be installed
  809. --> Processing Dependency: python-warlock for package: vsm-dashboard-2.0.0-216.noarch
  810. --> Processing Dependency: python-versiontools for package: vsm-dashboard-2.0.0-216.noarch
  811. --> Processing Dependency: python-simplejson for package: vsm-dashboard-2.0.0-216.noarch
  812. --> Processing Dependency: python-ordereddict for package: vsm-dashboard-2.0.0-216.noarch
  813. --> Processing Dependency: python-keyring for package: vsm-dashboard-2.0.0-216.noarch
  814. --> Processing Dependency: python-jsonschema for package: vsm-dashboard-2.0.0-216.noarch
  815. --> Processing Dependency: python-iso8601 for package: vsm-dashboard-2.0.0-216.noarch
  816. --> Processing Dependency: python-httplib2 for package: vsm-dashboard-2.0.0-216.noarch
  817. --> Processing Dependency: python-django-compressor for package: vsm-dashboard-2.0.0-216.noarch
  818. --> Processing Dependency: python-django-appconf for package: vsm-dashboard-2.0.0-216.noarch
  819. --> Processing Dependency: python-django for package: vsm-dashboard-2.0.0-216.noarch
  820. --> Processing Dependency: python-cmd2 for package: vsm-dashboard-2.0.0-216.noarch
  821. --> Processing Dependency: python-cliff for package: vsm-dashboard-2.0.0-216.noarch
  822. --> Running transaction check
  823. ---> Package atlas.x86_64 0:3.10.1-7.el7 will be installed
  824. ---> Package lapack.x86_64 0:3.4.2-4.el7 will be installed
  825. --> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-4.el7.x86_64
  826. ---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed
  827. ---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed
  828. ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
  829. ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  830. ---> Package openssl-libs.x86_64 1:1.0.1e-34.el7_0.7 will be updated
  831. --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-34.el7_0.7 for package: 1:openssl-1.0.1e-34.el7_0.7.x86_64
  832. ---> Package openssl-libs.x86_64 1:1.0.1e-42.el7.9 will be an update
  833. ---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
  834. ---> Package python-cinderclient.noarch 0:1.1.1-1.el7.centos will be installed
  835. --> Processing Dependency: python-simplejson for package: python-cinderclient-1.1.1-1.el7.centos.noarch
  836. ---> Package python-crypto.x86_64 0:2.6.1-1.el7.centos will be installed
  837. ---> Package python-django-horizon.noarch 0:2014.2.1-1.el7.centos will be installed
  838. --> Processing Dependency: python-lockfile for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  839. --> Processing Dependency: python-django for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  840. ---> Package python-django-openstack-auth.noarch 0:1.1.7-1.el7.centos will be installed
  841. --> Processing Dependency: python-django for package: python-django-openstack-auth-1.1.7-1.el7.centos.noarch
  842. ---> Package python-ecdsa.noarch 0:0.11-3.el7.centos will be installed
  843. ---> Package python-keystoneclient.noarch 1:0.11.1-1.el7.centos will be installed
  844. --> Processing Dependency: python-iso8601 >= 0.1.4 for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  845. --> Processing Dependency: python-stevedore for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  846. --> Processing Dependency: python-keyring for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  847. ---> Package python-netaddr.noarch 0:0.7.5-7.el7 will be installed
  848. ---> Package python-nose.noarch 0:1.3.0-2.el7 will be installed
  849. ---> Package python-novaclient.noarch 1:2.20.0-1.el7.centos will be installed
  850. --> Processing Dependency: python-simplejson for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  851. --> Processing Dependency: python-keyring for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  852. --> Processing Dependency: python-iso8601 for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  853. ---> Package python-oslo-config.noarch 2:1.4.0-1.el7.centos will be installed
  854. --> Processing Dependency: python-stevedore for package: 2:python-oslo-config-1.4.0-1.el7.centos.noarch
  855. ---> Package python-oslo-utils.noarch 0:1.0.0-1.el7.centos will be installed
  856. --> Processing Dependency: python-oslo-i18n for package: python-oslo-utils-1.0.0-1.el7.centos.noarch
  857. --> Processing Dependency: python-iso8601 for package: python-oslo-utils-1.0.0-1.el7.centos.noarch
  858. ---> Package python-vsmclient.noarch 0:2.0.0-216 will be installed
  859. --> Processing Dependency: python-httplib2 for package: python-vsmclient-2.0.0-216.noarch
  860. ---> Package pytz.noarch 0:2012d-5.el7 will be installed
  861. ---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed
  862. ---> Package vsm.noarch 0:2.0.0-216 will be installed
  863. --> Processing Dependency: python-stevedore for package: vsm-2.0.0-216.noarch
  864. --> Processing Dependency: python-routes for package: vsm-2.0.0-216.noarch
  865. --> Processing Dependency: python-psutil for package: vsm-2.0.0-216.noarch
  866. --> Processing Dependency: python-pbr for package: vsm-2.0.0-216.noarch
  867. --> Processing Dependency: python-paste-deploy for package: vsm-2.0.0-216.noarch
  868. --> Processing Dependency: python-ordereddict for package: vsm-2.0.0-216.noarch
  869. --> Processing Dependency: python-migrate for package: vsm-2.0.0-216.noarch
  870. --> Processing Dependency: python-lockfile for package: vsm-2.0.0-216.noarch
  871. --> Processing Dependency: python-kombu for package: vsm-2.0.0-216.noarch
  872. --> Processing Dependency: python-iso8601 for package: vsm-2.0.0-216.noarch
  873. --> Processing Dependency: python-eventlet for package: vsm-2.0.0-216.noarch
  874. --> Processing Dependency: python-anyjson for package: vsm-2.0.0-216.noarch
  875. --> Processing Dependency: python-amqplib for package: vsm-2.0.0-216.noarch
  876. --> Processing Dependency: ceph for package: vsm-2.0.0-216.noarch
  877. ---> Package vsm-dashboard.noarch 0:2.0.0-216 will be installed
  878. --> Processing Dependency: python-warlock for package: vsm-dashboard-2.0.0-216.noarch
  879. --> Processing Dependency: python-versiontools for package: vsm-dashboard-2.0.0-216.noarch
  880. --> Processing Dependency: python-simplejson for package: vsm-dashboard-2.0.0-216.noarch
  881. --> Processing Dependency: python-ordereddict for package: vsm-dashboard-2.0.0-216.noarch
  882. --> Processing Dependency: python-keyring for package: vsm-dashboard-2.0.0-216.noarch
  883. --> Processing Dependency: python-jsonschema for package: vsm-dashboard-2.0.0-216.noarch
  884. --> Processing Dependency: python-iso8601 for package: vsm-dashboard-2.0.0-216.noarch
  885. --> Processing Dependency: python-httplib2 for package: vsm-dashboard-2.0.0-216.noarch
  886. --> Processing Dependency: python-django-compressor for package: vsm-dashboard-2.0.0-216.noarch
  887. --> Processing Dependency: python-django-appconf for package: vsm-dashboard-2.0.0-216.noarch
  888. --> Processing Dependency: python-django for package: vsm-dashboard-2.0.0-216.noarch
  889. --> Processing Dependency: python-cmd2 for package: vsm-dashboard-2.0.0-216.noarch
  890. --> Processing Dependency: python-cliff for package: vsm-dashboard-2.0.0-216.noarch
  891. --> Running transaction check
  892. ---> Package blas.x86_64 0:3.4.2-4.el7 will be installed
  893. ---> Package openssl.x86_64 1:1.0.1e-34.el7_0.7 will be updated
  894. ---> Package openssl.x86_64 1:1.0.1e-42.el7.9 will be an update
  895. ---> Package python-cinderclient.noarch 0:1.1.1-1.el7.centos will be installed
  896. --> Processing Dependency: python-simplejson for package: python-cinderclient-1.1.1-1.el7.centos.noarch
  897. ---> Package python-django-horizon.noarch 0:2014.2.1-1.el7.centos will be installed
  898. --> Processing Dependency: python-lockfile for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  899. --> Processing Dependency: python-django for package: python-django-horizon-2014.2.1-1.el7.centos.noarch
  900. ---> Package python-django-openstack-auth.noarch 0:1.1.7-1.el7.centos will be installed
  901. --> Processing Dependency: python-django for package: python-django-openstack-auth-1.1.7-1.el7.centos.noarch
  902. ---> Package python-keystoneclient.noarch 1:0.11.1-1.el7.centos will be installed
  903. --> Processing Dependency: python-iso8601 >= 0.1.4 for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  904. --> Processing Dependency: python-stevedore for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  905. --> Processing Dependency: python-keyring for package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch
  906. ---> Package python-novaclient.noarch 1:2.20.0-1.el7.centos will be installed
  907. --> Processing Dependency: python-simplejson for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  908. --> Processing Dependency: python-keyring for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  909. --> Processing Dependency: python-iso8601 for package: 1:python-novaclient-2.20.0-1.el7.centos.noarch
  910. ---> Package python-oslo-config.noarch 2:1.4.0-1.el7.centos will be installed
  911. --> Processing Dependency: python-stevedore for package: 2:python-oslo-config-1.4.0-1.el7.centos.noarch
  912. ---> Package python-oslo-i18n.noarch 0:1.0.0-1.el7.centos will be installed
  913. ---> Package python-oslo-utils.noarch 0:1.0.0-1.el7.centos will be installed
  914. --> Processing Dependency: python-iso8601 for package: python-oslo-utils-1.0.0-1.el7.centos.noarch
  915. ---> Package python-vsmclient.noarch 0:2.0.0-216 will be installed
  916. --> Processing Dependency: python-httplib2 for package: python-vsmclient-2.0.0-216.noarch
  917. ---> Package vsm.noarch 0:2.0.0-216 will be installed
  918. --> Processing Dependency: python-stevedore for package: vsm-2.0.0-216.noarch
  919. --> Processing Dependency: python-routes for package: vsm-2.0.0-216.noarch
  920. --> Processing Dependency: python-psutil for package: vsm-2.0.0-216.noarch
  921. --> Processing Dependency: python-pbr for package: vsm-2.0.0-216.noarch
  922. --> Processing Dependency: python-paste-deploy for package: vsm-2.0.0-216.noarch
  923. --> Processing Dependency: python-ordereddict for package: vsm-2.0.0-216.noarch
  924. --> Processing Dependency: python-migrate for package: vsm-2.0.0-216.noarch
  925. --> Processing Dependency: python-lockfile for package: vsm-2.0.0-216.noarch
  926. --> Processing Dependency: python-kombu for package: vsm-2.0.0-216.noarch
  927. --> Processing Dependency: python-iso8601 for package: vsm-2.0.0-216.noarch
  928. --> Processing Dependency: python-eventlet for package: vsm-2.0.0-216.noarch
  929. --> Processing Dependency: python-anyjson for package: vsm-2.0.0-216.noarch
  930. --> Processing Dependency: python-amqplib for package: vsm-2.0.0-216.noarch
  931. --> Processing Dependency: ceph for package: vsm-2.0.0-216.noarch
  932. ---> Package vsm-dashboard.noarch 0:2.0.0-216 will be installed
  933. --> Processing Dependency: python-warlock for package: vsm-dashboard-2.0.0-216.noarch
  934. --> Processing Dependency: python-versiontools for package: vsm-dashboard-2.0.0-216.noarch
  935. --> Processing Dependency: python-simplejson for package: vsm-dashboard-2.0.0-216.noarch
  936. --> Processing Dependency: python-ordereddict for package: vsm-dashboard-2.0.0-216.noarch
  937. --> Processing Dependency: python-keyring for package: vsm-dashboard-2.0.0-216.noarch
  938. --> Processing Dependency: python-jsonschema for package: vsm-dashboard-2.0.0-216.noarch
  939. --> Processing Dependency: python-iso8601 for package: vsm-dashboard-2.0.0-216.noarch
  940. --> Processing Dependency: python-httplib2 for package: vsm-dashboard-2.0.0-216.noarch
  941. --> Processing Dependency: python-django-compressor for package: vsm-dashboard-2.0.0-216.noarch
  942. --> Processing Dependency: python-django-appconf for package: vsm-dashboard-2.0.0-216.noarch
  943. --> Processing Dependency: python-django for package: vsm-dashboard-2.0.0-216.noarch
  944. --> Processing Dependency: python-cmd2 for package: vsm-dashboard-2.0.0-216.noarch
  945. --> Processing Dependency: python-cliff for package: vsm-dashboard-2.0.0-216.noarch
  946. --> Finished Dependency Resolution
  947. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  948. Requires: python-keyring
  949. Error: Package: 1:python-novaclient-2.20.0-1.el7.centos.noarch (vsmdeprepo)
  950. Requires: python-keyring
  951. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  952. Requires: python-iso8601
  953. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  954. Requires: python-versiontools
  955. Error: Package: python-cinderclient-1.1.1-1.el7.centos.noarch (vsmdeprepo)
  956. Requires: python-simplejson
  957. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  958. Requires: python-httplib2
  959. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  960. Requires: python-amqplib
  961. Error: Package: python-django-openstack-auth-1.1.7-1.el7.centos.noarch (vsmdeprepo)
  962. Requires: python-django
  963. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  964. Requires: python-lockfile
  965. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  966. Requires: python-cmd2
  967. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  968. Requires: python-pbr
  969. Error: Package: 1:python-novaclient-2.20.0-1.el7.centos.noarch (vsmdeprepo)
  970. Requires: python-iso8601
  971. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  972. Requires: python-stevedore
  973. Error: Package: 2:python-oslo-config-1.4.0-1.el7.centos.noarch (vsmdeprepo)
  974. Requires: python-stevedore
  975. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  976. Requires: ceph
  977. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  978. Requires: python-simplejson
  979. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  980. Requires: python-ordereddict
  981. Error: Package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch (vsmdeprepo)
  982. Requires: python-keyring
  983. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  984. Requires: python-iso8601
  985. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  986. Requires: python-routes
  987. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  988. Requires: python-cliff
  989. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  990. Requires: python-paste-deploy
  991. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  992. Requires: python-psutil
  993. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  994. Requires: python-anyjson
  995. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  996. Requires: python-django-appconf
  997. Error: Package: python-django-horizon-2014.2.1-1.el7.centos.noarch (vsmdeprepo)
  998. Requires: python-django
  999. Error: Package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch (vsmdeprepo)
  1000. Requires: python-iso8601 >= 0.1.4
  1001. Error: Package: python-vsmclient-2.0.0-216.noarch (vsmrepo)
  1002. Requires: python-httplib2
  1003. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  1004. Requires: python-jsonschema
  1005. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  1006. Requires: python-eventlet
  1007. Error: Package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch (vsmdeprepo)
  1008. Requires: python-stevedore
  1009. Error: Package: python-django-horizon-2014.2.1-1.el7.centos.noarch (vsmdeprepo)
  1010. Requires: python-lockfile
  1011. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  1012. Requires: python-django
  1013. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  1014. Requires: python-kombu
  1015. Error: Package: python-oslo-utils-1.0.0-1.el7.centos.noarch (vsmdeprepo)
  1016. Requires: python-iso8601
  1017. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  1018. Requires: python-migrate
  1019. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  1020. Requires: python-warlock
  1021. Error: Package: vsm-dashboard-2.0.0-216.noarch (vsmrepo)
  1022. Requires: python-django-compressor
  1023. Error: Package: 1:python-novaclient-2.20.0-1.el7.centos.noarch (vsmdeprepo)
  1024. Requires: python-simplejson
  1025. Error: Package: vsm-2.0.0-216.noarch (vsmrepo)
  1026. Requires: python-ordereddict
  1027. You could try using --skip-broken to work around the problem
  1028. You could try running: rpm -Va --nofiles --nodigest
  1029. [cephuser@vsm-controller 2.0.0-216]$
Advertisement
Add Comment
Please, Sign In to add comment