Created
August 20, 2015 11:07
-
-
Save weshayutin/9dd9ddb0b17afe14a5ed to your computer and use it in GitHub Desktop.
tempest refactor
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd khaleelsi | |
git show | |
commit 24e8a9a53216c854588094da9ce31f57923c9637 | |
Author: Mathieu Bultel <[email protected]> | |
Date: Thu Aug 6 19:50:52 2015 +0200 | |
cd khaleesi-setttings | |
git show | |
commit 5d7e42983183fa14922be84be772ade6cec2224f | |
Author: Mathieu Bultel <[email protected]> | |
Date: Thu Aug 6 19:49:00 2015 +0200 | |
[ review/ | |
whayutin•git/RDO-CI/khaleesi ᐅ ansible-playbook -vv --extra-vars @ksgen_settings.yml -i local_hosts playbooks/full-job-no-test.yml | |
PLAY [clean old inventory file] *********************************************** | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [file ] ***************************************************************** | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/local_hosts dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 46, "src": "/home/whayutin/git/RDO-CI/khaleesi/local_hosts", "state": "link", "uid": 1000} | |
PLAY [Dynamically add host to inventory] ************************************** | |
[[ previous play time: 0:00:01.330525 = 1.33s / 3.01s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [Group by provisioner type] ********************************************* | |
[[ previous task time: 0:00:01.186093 = 1.19s / 4.12s ]] | |
created 'group_by' ActionModule: key=manual | |
changed: [localhost] => {"changed": true, "groups": {"manual": ["localhost"]}} | |
TASK: [ensure correct key_file permission] ************************************ | |
[[ previous task time: 0:00:00.011500 = 0.01s / 4.13s ]] | |
<localhost> REMOTE_MODULE file path=~/.ssh/id_rsa mode=0600 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0600", "owner": "whayutin", "path": "/home/whayutin/.ssh/id_rsa", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 1743, "state": "file", "uid": 1000} | |
TASK: [Add the host to the inventory] ***************************************** | |
[[ previous task time: 0:00:00.080604 = 0.08s / 4.21s ]] | |
creating host via 'add_host': hostname=host0 | |
added host to group via add_host module: provisioned | |
ok: [localhost] => {"new_groups": ["provisioned"], "new_host": "host0"} | |
PLAY [generate inventory file] ************************************************ | |
[[ previous play time: 0:00:01.212755 = 1.21s / 4.22s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [template ] ************************************************************* | |
[[ previous task time: 0:00:01.114995 = 1.11s / 5.32s ]] | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0664", "owner": "whayutin", "path": "/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr-", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 202, "state": "file", "uid": 1000} | |
TASK: [file ] ***************************************************************** | |
[[ previous task time: 0:00:00.102818 = 0.10s / 5.43s ]] | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr- dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 65, "src": "/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr-", "state": "link", "uid": 1000} | |
PLAY [Ensure yum presence] **************************************************** | |
[[ previous play time: 0:00:01.287297 = 1.29s / 5.51s ]] | |
skipping: no hosts matched | |
PLAY [Setup Firewall Rules] *************************************************** | |
[[ previous play time: 0:00:00.000502 = 0.00s / 5.51s ]] | |
skipping: no hosts matched | |
PLAY [Assign provisioned host as virthost] ************************************ | |
[[ previous play time: 0:00:00.000295 = 0.00s / 5.51s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
fatal: [host0] => SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue | |
TASK: [group_by key=virthost] ************************************************* | |
[[ previous task time: 0:00:00.270560 = 0.27s / 5.70s ]] | |
FATAL: no hosts matched or all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/home/whayutin/full-job-no-test.retry | |
host0 : ok=0 changed=0 unreachable=1 failed=0 | |
localhost : ok=9 changed=3 unreachable=0 failed=0 | |
[[ previous task time: 0:00:00.022195 = 0.02s / 5.72s ]] | |
[[ previous play time: 0:00:00.211807 = 0.21s / 5.72s ]] | |
[[ previous playbook time: 0:00:05.718244 = 5.72s / 5.72s ]] | |
[[ previous total time: 0:00:05.718432 = 5.72s / 0.00s ]] | |
whayutin•git/RDO-CI/khaleesi ᐅ cat local_hosts review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:09:49 | |
[local] | |
localhost ansible_connection=local | |
whayutin•git/RDO-CI/khaleesi ᐅ ssh root@whayutin-centos review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:09:58 | |
Last login: Wed Aug 19 18:55:28 2015 from 10.10.51.228 | |
[root@localhost ~]# exit | |
logout | |
Connection to 10.13.57.227 closed. | |
whayutin•git/RDO-CI/khaleesi ᐅ vi ksgen_settings.yml review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:10:12 | |
whayutin•git/RDO-CI/khaleesi ᐅ export TEST_MACHINE=whayutin-centos review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:10:38 | |
whayutin•git/RDO-CI/khaleesi ᐅ ping whayutin-centos review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:10:46 | |
ping: unknown host whayutin-centos | |
whayutin•git/RDO-CI/khaleesi ᐅ vi /etc/hosts review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:10:51 | |
whayutin•git/RDO-CI/khaleesi ᐅ sudo vi /etc/hosts review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:11:13 | |
whayutin•git/RDO-CI/khaleesi ᐅ ansible-playbook -vv --extra-vars @ksgen_settings.yml -i local_hosts playbooks/full-job-no-test.yml | |
PLAY [clean old inventory file] *********************************************** | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [file ] ***************************************************************** | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/local_hosts dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 46, "src": "/home/whayutin/git/RDO-CI/khaleesi/local_hosts", "state": "link", "uid": 1000} | |
PLAY [Dynamically add host to inventory] ************************************** | |
[[ previous play time: 0:00:01.364705 = 1.36s / 3.03s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [Group by provisioner type] ********************************************* | |
[[ previous task time: 0:00:01.191568 = 1.19s / 4.14s ]] | |
created 'group_by' ActionModule: key=manual | |
changed: [localhost] => {"changed": true, "groups": {"manual": ["localhost"]}} | |
TASK: [ensure correct key_file permission] ************************************ | |
[[ previous task time: 0:00:00.010335 = 0.01s / 4.15s ]] | |
<localhost> REMOTE_MODULE file path=~/.ssh/id_rsa mode=0600 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0600", "owner": "whayutin", "path": "/home/whayutin/.ssh/id_rsa", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 1743, "state": "file", "uid": 1000} | |
TASK: [Add the host to the inventory] ***************************************** | |
[[ previous task time: 0:00:00.082361 = 0.08s / 4.24s ]] | |
creating host via 'add_host': hostname=host0 | |
added host to group via add_host module: provisioned | |
ok: [localhost] => {"new_groups": ["provisioned"], "new_host": "host0"} | |
PLAY [generate inventory file] ************************************************ | |
[[ previous play time: 0:00:01.215825 = 1.22s / 4.25s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [template ] ************************************************************* | |
[[ previous task time: 0:00:01.110811 = 1.11s / 5.35s ]] | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0664", "owner": "whayutin", "path": "/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr-", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 202, "state": "file", "uid": 1000} | |
TASK: [file ] ***************************************************************** | |
[[ previous task time: 0:00:00.104628 = 0.10s / 5.45s ]] | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr- dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 65, "src": "/home/whayutin/git/RDO-CI/khaleesi/hosts-lnsk1-whayutin-rdo-rmgr-", "state": "link", "uid": 1000} | |
PLAY [Ensure yum presence] **************************************************** | |
[[ previous play time: 0:00:01.284438 = 1.28s / 5.53s ]] | |
skipping: no hosts matched | |
PLAY [Setup Firewall Rules] *************************************************** | |
[[ previous play time: 0:00:00.000508 = 0.00s / 5.53s ]] | |
skipping: no hosts matched | |
PLAY [Assign provisioned host as virthost] ************************************ | |
[[ previous play time: 0:00:00.000285 = 0.00s / 5.53s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [group_by key=virthost] ************************************************* | |
[[ previous task time: 0:00:04.342116 = 4.34s / 9.79s ]] | |
created 'group_by' ActionModule: key=virthost | |
changed: [host0] => {"changed": true, "groups": {"virthost": ["host0"]}} | |
PLAY [Clean up the virthost after a previous run] ***************************** | |
[[ previous play time: 0:00:04.274969 = 4.27s / 9.81s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [remove sudoers requiretty] ********************************************* | |
[[ previous task time: 0:00:04.087151 = 4.09s / 13.88s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/sudoers state=absent regexp="Defaults requiretty" | |
changed: [host0] => {"backup": "", "changed": true, "found": 1, "msg": "1 line(s) removed"} | |
msg: | |
1 line(s) removed | |
TASK: [ensure libvirt-python is installed] ************************************ | |
[[ previous task time: 0:00:03.423700 = 3.42s / 17.30s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=libvirt-python state=present | |
^CERROR: interrupted | |
[[ previous task time: 0:00:08.341784 = 8.34s / 25.65s ]] | |
[[ previous play time: 0:00:15.839620 = 15.84s / 25.65s ]] | |
[[ previous playbook time: 0:00:25.646602 = 25.65s / 25.65s ]] | |
[[ previous total time: 0:00:25.646788 = 25.65s / 0.00s ]] | |
whayutin•git/RDO-CI/khaleesi ᐅ ksgen --config-dir=$CONFIG_BASE/settings generate \ review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:11:58 | |
--provisioner=manual \ | |
--product=rdo \ | |
--product-version=kilo \ | |
--product-version-build=last_known_good \ | |
--product-version-repo=delorean_mgt \ | |
--distro=centos-7.0 \ | |
--installer=rdo_manager \ | |
--installer-deploy=templates \ | |
--installer-env=virthost \ | |
--installer-images=build \ | |
--installer-network=neutron \ | |
--installer-network-isolation=none \ | |
--installer-network-variant=ml2-vxlan \ | |
--installer-post_action=none \ | |
--installer-topology=minimal \ | |
--installer-tempest=enabled \ | |
--workarounds=enabled \ | |
--extra-vars product.repo_type_override=none \ | |
--extra-vars @$CONFIG_BASE/hardware_environments/virt_default/hw_settings.yml \ | |
ksgen_settings.yml | |
docstring.py: 43| parse_tree() | WARNING: ... skipping dir: [/home/whayutin/git/RDO-CI/khaleesi-settings/settings/provisioner/beaker/files]: empty dir and not data dir | |
yaml_utils.py:165| lookup() | WARNING: key private.distro.rhel.rhos_release_rpm not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.6.7.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.6.6.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.7.0.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.7.1.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.ntp_server_ip not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.ntp_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.distro.rhel.rhos_release_rpm not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.6.7.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.6.6.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.7.0.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.images.rhel.7.1.remote_file_server not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.ntp_server_ip not in lookup table | |
yaml_utils.py:165| lookup() | WARNING: key private.ntp_server not in lookup table | |
whayutin•git/RDO-CI/khaleesi ᐅ ansible-playbook -vv --extra-vars @ksgen_settings.yml -i local_hosts playbooks/full-job-no-test.yml | |
PLAY [clean old inventory file] *********************************************** | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [file ] ***************************************************************** | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/local_hosts dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 46, "src": "/home/whayutin/git/RDO-CI/khaleesi/local_hosts", "state": "link", "uid": 1000} | |
PLAY [Dynamically add host to inventory] ************************************** | |
[[ previous play time: 0:00:01.354899 = 1.35s / 3.60s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [Group by provisioner type] ********************************************* | |
[[ previous task time: 0:00:01.198089 = 1.20s / 4.72s ]] | |
created 'group_by' ActionModule: key=manual | |
changed: [localhost] => {"changed": true, "groups": {"manual": ["localhost"]}} | |
TASK: [ensure correct key_file permission] ************************************ | |
[[ previous task time: 0:00:00.010089 = 0.01s / 4.73s ]] | |
<localhost> REMOTE_MODULE file path=~/.ssh/id_rsa mode=0600 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0600", "owner": "whayutin", "path": "/home/whayutin/.ssh/id_rsa", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 1743, "state": "file", "uid": 1000} | |
TASK: [Add the host to the inventory] ***************************************** | |
[[ previous task time: 0:00:00.080610 = 0.08s / 4.81s ]] | |
creating host via 'add_host': hostname=host0 | |
added host to group via add_host module: provisioned | |
ok: [localhost] => {"new_groups": ["provisioned"], "new_host": "host0"} | |
PLAY [generate inventory file] ************************************************ | |
[[ previous play time: 0:00:01.223668 = 1.22s / 4.82s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [template ] ************************************************************* | |
[[ previous task time: 0:00:01.115625 = 1.12s / 5.93s ]] | |
changed: [localhost] => {"changed": true, "checksum": "f080e57c0891568929ff2334865e0dd8aa056076", "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts-9be26-whayutin-rdo-rmgr-", "gid": 1000, "group": "whayutin", "md5sum": "0da27d88b74ab5570160797196742e22", "mode": "0664", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 202, "src": "/home/whayutin/.ansible/tmp/ansible-tmp-1440026122.83-45671547700692/source", "state": "file", "uid": 1000} | |
TASK: [file ] ***************************************************************** | |
[[ previous task time: 0:00:00.097448 = 0.10s / 6.02s ]] | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/hosts-9be26-whayutin-rdo-rmgr- dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 65, "src": "/home/whayutin/git/RDO-CI/khaleesi/hosts-9be26-whayutin-rdo-rmgr-", "state": "link", "uid": 1000} | |
PLAY [Ensure yum presence] **************************************************** | |
[[ previous play time: 0:00:01.298885 = 1.30s / 6.12s ]] | |
skipping: no hosts matched | |
PLAY [Setup Firewall Rules] *************************************************** | |
[[ previous play time: 0:00:00.001142 = 0.00s / 6.12s ]] | |
skipping: no hosts matched | |
PLAY [Assign provisioned host as virthost] ************************************ | |
[[ previous play time: 0:00:00.000267 = 0.00s / 6.12s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [group_by key=virthost] ************************************************* | |
[[ previous task time: 0:00:04.147528 = 4.15s / 10.17s ]] | |
created 'group_by' ActionModule: key=virthost | |
changed: [host0] => {"changed": true, "groups": {"virthost": ["host0"]}} | |
PLAY [Clean up the virthost after a previous run] ***************************** | |
[[ previous play time: 0:00:04.065284 = 4.07s / 10.19s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [remove sudoers requiretty] ********************************************* | |
[[ previous task time: 0:00:03.991081 = 3.99s / 14.16s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/sudoers state=absent regexp="Defaults requiretty" | |
ok: [host0] => {"backup": "", "changed": false, "found": 0, "msg": ""} | |
msg: | |
TASK: [ensure libvirt-python is installed] ************************************ | |
[[ previous task time: 0:00:03.347175 = 3.35s / 17.51s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=libvirt-python state=present | |
changed: [host0] => {"changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: linux.cc.lehigh.edu\n * extras: mirror.linux.duke.edu\n * updates: ftp.linux.ncsu.edu\nResolving Dependencies\n--> Running transaction check\n---> Package libvirt-python.x86_64 0:1.2.8-7.el7_1.1 will be installed\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.8)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.7)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.6)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.2.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.1.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.6)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_1.0.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.9)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.8)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.7)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.4)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.13)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.11)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.10)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.9.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.8)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.6)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.8.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.7)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.7.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.4)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.6.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.5.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.4.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.3.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.2.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.10.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.10.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.9)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.4)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.1)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.1.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.0.5)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0(LIBVIRT_0.0.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_1.2.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.9.4)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-qemu.so.0(LIBVIRT_QEMU_0.10.0)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-lxc.so.0(LIBVIRT_LXC_1.0.2)(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt.so.0()(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-qemu.so.0()(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Processing Dependency: libvirt-lxc.so.0()(64bit) for package: libvirt-python-1.2.8-7.el7_1.1.x86_64\n--> Running transaction check\n---> Package libvirt-client.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: nc for package: libvirt-client-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: gnutls-utils for package: libvirt-client-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: libvirt-client-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: cyrus-sasl for package: libvirt-client-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libyajl.so.2()(64bit) for package: libvirt-client-1.2.8-16.el7_1.3.x86_64\n--> Running transaction check\n---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be installed\n---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be installed\n---> Package gnutls-utils.x86_64 0:3.3.8-12.el7_1.1 will be installed\n--> Processing Dependency: gnutls-dane(x86-64) = 3.3.8-12.el7_1.1 for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n--> Processing Dependency: gnutls(x86-64) = 3.3.8-12.el7_1.1 for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n--> Processing Dependency: libgnutls-dane.so.0(DANE_0_0)(64bit) for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n--> Processing Dependency: libunbound.so.2()(64bit) for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n--> Processing Dependency: libopts.so.25()(64bit) for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n--> Processing Dependency: libgnutls-dane.so.0()(64bit) for package: gnutls-utils-3.3.8-12.el7_1.1.x86_64\n---> Package nmap-ncat.x86_64 2:6.40-4.el7 will be installed\n---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed\n--> Running transaction check\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package gnutls.x86_64 0:3.3.8-12.el7 will be updated\n---> Package gnutls.x86_64 0:3.3.8-12.el7_1.1 will be an update\n---> Package gnutls-dane.x86_64 0:3.3.8-12.el7_1.1 will be installed\n---> Package unbound-libs.x86_64 0:1.4.20-19.el7 will be installed\n--> Processing Dependency: libldns.so.1()(64bit) for package: unbound-libs-1.4.20-19.el7.x86_64\n--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: unbound-libs-1.4.20-19.el7.x86_64\n--> Running transaction check\n---> Package ldns.x86_64 0:1.6.16-7.el7 will be installed\n---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n libvirt-python x86_64 1.2.8-7.el7_1.1 updates 292 k\nInstalling for dependencies:\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n cyrus-sasl x86_64 2.1.26-17.el7 base 87 k\n cyrus-sasl-md5 x86_64 2.1.26-17.el7 base 55 k\n gnutls-dane x86_64 3.3.8-12.el7_1.1 updates 32 k\n gnutls-utils x86_64 3.3.8-12.el7_1.1 updates 228 k\n ldns x86_64 1.6.16-7.el7 base 473 k\n libevent x86_64 2.0.21-4.el7 base 214 k\n libvirt-client x86_64 1.2.8-16.el7_1.3 updates 4.3 M\n nmap-ncat x86_64 2:6.40-4.el7 base 200 k\n unbound-libs x86_64 1.4.20-19.el7 base 294 k\n yajl x86_64 2.0.4-4.el7 base 39 k\nUpdating for dependencies:\n gnutls x86_64 3.3.8-12.el7_1.1 updates 662 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\nUpgrade ( 1 Dependent package)\n\nTotal download size: 6.8 M\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\n--------------------------------------------------------------------------------\nTotal 5.5 MB/s | 6.8 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : gnutls-3.3.8-12.el7_1.1.x86_64 1/14 \n Installing : yajl-2.0.4-4.el7.x86_64 2/14 \n Installing : cyrus-sasl-md5-2.1.26-17.el7.x86_64 3/14 \n Installing : autogen-libopts-5.18-5.el7.x86_64 4/14 \n Installing : ldns-1.6.16-7.el7.x86_64 5/14 \n Installing : libevent-2.0.21-4.el7.x86_64 6/14 \n Installing : unbound-libs-1.4.20-19.el7.x86_64 7/14 \n Installing : gnutls-dane-3.3.8-12.el7_1.1.x86_64 8/14 \n Installing : gnutls-utils-3.3.8-12.el7_1.1.x86_64 9/14 \n Installing : 2:nmap-ncat-6.40-4.el7.x86_64 10/14 \n Installing : cyrus-sasl-2.1.26-17.el7.x86_64 11/14 \n Installing : libvirt-client-1.2.8-16.el7_1.3.x86_64 12/14 \n Installing : libvirt-python-1.2.8-7.el7_1.1.x86_64 13/14 \n Cleanup : gnutls-3.3.8-12.el7.x86_64 14/14 \n Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 1/14 \n Verifying : libvirt-client-1.2.8-16.el7_1.3.x86_64 2/14 \n Verifying : 2:nmap-ncat-6.40-4.el7.x86_64 3/14 \n Verifying : gnutls-3.3.8-12.el7_1.1.x86_64 4/14 \n Verifying : libevent-2.0.21-4.el7.x86_64 5/14 \n Verifying : libvirt-python-1.2.8-7.el7_1.1.x86_64 6/14 \n Verifying : ldns-1.6.16-7.el7.x86_64 7/14 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 8/14 \n Verifying : unbound-libs-1.4.20-19.el7.x86_64 9/14 \n Verifying : gnutls-utils-3.3.8-12.el7_1.1.x86_64 10/14 \n Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 11/14 \n Verifying : gnutls-dane-3.3.8-12.el7_1.1.x86_64 12/14 \n Verifying : yajl-2.0.4-4.el7.x86_64 13/14 \n Verifying : gnutls-3.3.8-12.el7.x86_64 14/14 \n\nInstalled:\n libvirt-python.x86_64 0:1.2.8-7.el7_1.1 \n\nDependency Installed:\n autogen-libopts.x86_64 0:5.18-5.el7 \n cyrus-sasl.x86_64 0:2.1.26-17.el7 \n cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 \n gnutls-dane.x86_64 0:3.3.8-12.el7_1.1 \n gnutls-utils.x86_64 0:3.3.8-12.el7_1.1 \n ldns.x86_64 0:1.6.16-7.el7 \n libevent.x86_64 0:2.0.21-4.el7 \n libvirt-client.x86_64 0:1.2.8-16.el7_1.3 \n nmap-ncat.x86_64 2:6.40-4.el7 \n unbound-libs.x86_64 0:1.4.20-19.el7 \n yajl.x86_64 0:2.0.4-4.el7 \n\nDependency Updated:\n gnutls.x86_64 0:3.3.8-12.el7_1.1 \n\nComplete!\n"]} | |
msg: | |
TASK: [get list of running libvirt guests] ************************************ | |
[[ previous task time: 0:00:33.176535 = 33.18s / 50.69s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=list_vms | |
failed: [host0] => {"failed": true} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [display list of vms] *************************************************** | |
[[ previous task time: 0:00:03.743272 = 3.74s / 54.43s ]] | |
ok: [host0] => { | |
"vms.list_vms": "{{vms.list_vms}}" | |
} | |
TASK: [undefine vms] ********************************************************** | |
[[ previous task time: 0:00:00.041542 = 0.04s / 54.47s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=undefine name=vms.list_vms | |
failed: [host0] => (item=vms.list_vms) => {"failed": true, "item": "vms.list_vms"} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy any remaining vms] ********************************************* | |
[[ previous task time: 0:00:03.323191 = 3.32s / 57.79s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=destroy name=vms.list_vms | |
failed: [host0] => (item=vms.list_vms) => {"failed": true, "item": "vms.list_vms"} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [remove images from /var/lib/libvirt/images] **************************** | |
[[ previous task time: 0:00:03.325809 = 3.33s / 61.12s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /var/lib/libvirt/images/*.qcow2 #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "rm -Rf /var/lib/libvirt/images/*.qcow2", "delta": "0:00:00.005522", "end": "2015-08-19 19:16:20.822840", "rc": 0, "start": "2015-08-19 19:16:20.817318", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /var/lib/libvirt/images/*.qcow2 | |
start: | |
2015-08-19 19:16:20.817318 | |
end: | |
2015-08-19 19:16:20.822840 | |
delta: | |
0:00:00.005522 | |
stdout: | |
stderr: | |
TASK: [destroy brbm network] ************************************************** | |
[[ previous task time: 0:00:03.331354 = 3.33s / 64.45s ]] | |
<whayutin-centos> REMOTE_MODULE command virsh net-destroy brbm | |
failed: [host0] => {"changed": true, "cmd": ["virsh", "net-destroy", "brbm"], "delta": "0:00:00.015550", "end": "2015-08-19 19:16:24.129121", "rc": 1, "start": "2015-08-19 19:16:24.113571", "warnings": []} | |
stderr: error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
cmd: | |
[u'virsh', u'net-destroy', u'brbm'] | |
start: | |
2015-08-19 19:16:24.113571 | |
end: | |
2015-08-19 19:16:24.129121 | |
delta: | |
0:00:00.015550 | |
stdout: | |
stderr: | |
error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy default network] *********************************************** | |
[[ previous task time: 0:00:03.304264 = 3.30s / 67.76s ]] | |
<whayutin-centos> REMOTE_MODULE command virsh net-destroy default | |
failed: [host0] => {"changed": true, "cmd": ["virsh", "net-destroy", "default"], "delta": "0:00:00.015634", "end": "2015-08-19 19:16:28.029905", "rc": 1, "start": "2015-08-19 19:16:28.014271", "warnings": []} | |
stderr: error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
cmd: | |
[u'virsh', u'net-destroy', u'default'] | |
start: | |
2015-08-19 19:16:28.014271 | |
end: | |
2015-08-19 19:16:28.029905 | |
delta: | |
0:00:00.015634 | |
stdout: | |
stderr: | |
error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy virbr0 network if present] ************************************* | |
[[ previous task time: 0:00:03.903097 = 3.90s / 71.66s ]] | |
<whayutin-centos> REMOTE_MODULE command brctl delbr virbr0 | |
failed: [host0] => {"cmd": "brctl delbr virbr0", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
brctl delbr virbr0 | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [stop libvirtd] ********************************************************* | |
[[ previous task time: 0:00:03.313544 = 3.31s / 74.97s ]] | |
<whayutin-centos> REMOTE_MODULE service name=libvirtd state=stopped | |
failed: [host0] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
TASK: [remove remaining libvirt config] *************************************** | |
[[ previous task time: 0:00:03.823611 = 3.82s / 78.80s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /etc/libvirt | |
changed: [host0] => {"changed": true, "cmd": ["rm", "-Rf", "/etc/libvirt"], "delta": "0:00:00.004455", "end": "2015-08-19 19:16:38.493465", "rc": 0, "start": "2015-08-19 19:16:38.489010", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
[u'rm', u'-Rf', u'/etc/libvirt'] | |
start: | |
2015-08-19 19:16:38.489010 | |
end: | |
2015-08-19 19:16:38.493465 | |
delta: | |
0:00:00.004455 | |
stdout: | |
stderr: | |
TASK: [ensure yum repos metadata and cache are clean] ************************* | |
[[ previous task time: 0:00:03.325473 = 3.33s / 82.12s ]] | |
<whayutin-centos> REMOTE_MODULE command yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo", "delta": "0:00:00.194256", "end": "2015-08-19 19:16:42.008412", "rc": 0, "start": "2015-08-19 19:16:41.814156", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nCleaning repos: base extras updates\nCleaning up everything\nCleaning up list of fastest mirrors\nremoved directory: ‘/var/cache/yum/x86_64/7/base/gen’\nremoved directory: ‘/var/cache/yum/x86_64/7/base/packages’\nremoved directory: ‘/var/cache/yum/x86_64/7/base’\nremoved directory: ‘/var/cache/yum/x86_64/7/extras/gen’\nremoved directory: ‘/var/cache/yum/x86_64/7/extras/packages’\nremoved directory: ‘/var/cache/yum/x86_64/7/extras’\nremoved directory: ‘/var/cache/yum/x86_64/7/updates/gen’\nremoved directory: ‘/var/cache/yum/x86_64/7/updates/packages’\nremoved directory: ‘/var/cache/yum/x86_64/7/updates’\nremoved ‘/var/cache/yum/x86_64/7/timedhosts’\nremoved ‘/var/cache/yum/x86_64/7/.gpgkeyschecked.yum’\nremoved directory: ‘/var/cache/yum/x86_64/7’\nremoved directory: ‘/var/cache/yum/x86_64’\nremoved directory: ‘/var/cache/yum’\nremoved ‘/etc/yum.repos.d/CentOS-Base.repo’\nremoved ‘/etc/yum.repos.d/CentOS-CR.repo’\nremoved ‘/etc/yum.repos.d/CentOS-Debuginfo.repo’\nremoved ‘/etc/yum.repos.d/CentOS-fasttrack.repo’\nremoved ‘/etc/yum.repos.d/CentOS-Sources.repo’\nremoved ‘/etc/yum.repos.d/CentOS-Vault.repo’", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo | |
start: | |
2015-08-19 19:16:41.814156 | |
end: | |
2015-08-19 19:16:42.008412 | |
delta: | |
0:00:00.194256 | |
stdout: | |
Loaded plugins: fastestmirror | |
Cleaning repos: base extras updates | |
Cleaning up everything | |
Cleaning up list of fastest mirrors | |
removed directory: ?/var/cache/yum/x86_64/7/base/gen? | |
removed directory: ?/var/cache/yum/x86_64/7/base/packages? | |
removed directory: ?/var/cache/yum/x86_64/7/base? | |
removed directory: ?/var/cache/yum/x86_64/7/extras/gen? | |
removed directory: ?/var/cache/yum/x86_64/7/extras/packages? | |
removed directory: ?/var/cache/yum/x86_64/7/extras? | |
removed directory: ?/var/cache/yum/x86_64/7/updates/gen? | |
removed directory: ?/var/cache/yum/x86_64/7/updates/packages? | |
removed directory: ?/var/cache/yum/x86_64/7/updates? | |
removed ?/var/cache/yum/x86_64/7/timedhosts? | |
removed ?/var/cache/yum/x86_64/7/.gpgkeyschecked.yum? | |
removed directory: ?/var/cache/yum/x86_64/7? | |
removed directory: ?/var/cache/yum/x86_64? | |
removed directory: ?/var/cache/yum? | |
removed ?/etc/yum.repos.d/CentOS-Base.repo? | |
removed ?/etc/yum.repos.d/CentOS-CR.repo? | |
removed ?/etc/yum.repos.d/CentOS-Debuginfo.repo? | |
removed ?/etc/yum.repos.d/CentOS-fasttrack.repo? | |
removed ?/etc/yum.repos.d/CentOS-Sources.repo? | |
removed ?/etc/yum.repos.d/CentOS-Vault.repo? | |
stderr: | |
TASK: [remove any openvswitch bridge networks] ******************************** | |
[[ previous task time: 0:00:03.527641 = 3.53s / 85.65s ]] | |
<whayutin-centos> REMOTE_MODULE openvswitch_bridge bridge=brbm state=absent | |
failed: [host0] => {"cmd": "ovs-vsctl -t 5 br-exists brbm", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
ovs-vsctl -t 5 br-exists brbm | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [stop openvswitch] ****************************************************** | |
[[ previous task time: 0:00:03.277867 = 3.28s / 88.93s ]] | |
<whayutin-centos> REMOTE_MODULE service name=openvswitch state=stopped | |
failed: [host0] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
TASK: [kill all processes owned by stack] ************************************* | |
[[ previous task time: 0:00:03.675450 = 3.68s / 92.60s ]] | |
<whayutin-centos> REMOTE_MODULE command killall -u stack | |
failed: [host0] => {"cmd": "killall -u stack", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
killall -u stack | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [destroy the stack user] ************************************************ | |
[[ previous task time: 0:00:03.308363 = 3.31s / 95.91s ]] | |
<whayutin-centos> REMOTE_MODULE command userdel -rf stack | |
failed: [host0] => {"changed": true, "cmd": ["userdel", "-rf", "stack"], "delta": "0:00:00.023131", "end": "2015-08-19 19:16:55.637191", "rc": 6, "start": "2015-08-19 19:16:55.614060", "warnings": []} | |
stderr: userdel: user 'stack' does not exist | |
...ignoring | |
cmd: | |
[u'userdel', u'-rf', u'stack'] | |
start: | |
2015-08-19 19:16:55.614060 | |
end: | |
2015-08-19 19:16:55.637191 | |
delta: | |
0:00:00.023131 | |
stdout: | |
stderr: | |
userdel: user 'stack' does not exist | |
TASK: [remove stack home dir] ************************************************* | |
[[ previous task time: 0:00:03.354067 = 3.35s / 99.26s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /home/stack #USE_SHELL | |
changed: [host0] => (item=/home/stack) => {"changed": true, "cmd": "rm -Rf /home/stack", "delta": "0:00:00.005459", "end": "2015-08-19 19:16:58.968927", "item": "/home/stack", "rc": 0, "start": "2015-08-19 19:16:58.963468", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /home/stack | |
start: | |
2015-08-19 19:16:58.963468 | |
end: | |
2015-08-19 19:16:58.968927 | |
delta: | |
0:00:00.005459 | |
stdout: | |
stderr: | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /var/spool/mail/stack #USE_SHELL | |
changed: [host0] => (item=/var/spool/mail/stack) => {"changed": true, "cmd": "rm -Rf /var/spool/mail/stack", "delta": "0:00:00.005879", "end": "2015-08-19 19:17:02.277734", "item": "/var/spool/mail/stack", "rc": 0, "start": "2015-08-19 19:17:02.271855", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /var/spool/mail/stack | |
start: | |
2015-08-19 19:17:02.271855 | |
end: | |
2015-08-19 19:17:02.277734 | |
delta: | |
0:00:00.005879 | |
stdout: | |
stderr: | |
TASK: [remove files automation files from /root] ****************************** | |
[[ previous task time: 0:00:06.640007 = 6.64s / 105.90s ]] | |
<whayutin-centos> REMOTE_MODULE file name=/root/KEYS state=absent | |
ok: [host0] => (item=/root/KEYS) => {"changed": false, "item": "/root/KEYS", "path": "/root/KEYS", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/fedora-prep state=absent | |
ok: [host0] => (item=/root/fedora-prep) => {"changed": false, "item": "/root/fedora-prep", "path": "/root/fedora-prep", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/.ssh/known_hosts state=absent | |
ok: [host0] => (item=/root/.ssh/known_hosts) => {"changed": false, "item": "/root/.ssh/known_hosts", "path": "/root/.ssh/known_hosts", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/.ssh/id_rsa_virt_power state=absent | |
ok: [host0] => (item=/root/.ssh/id_rsa_virt_power) => {"changed": false, "item": "/root/.ssh/id_rsa_virt_power", "path": "/root/.ssh/id_rsa_virt_power", "state": "absent"} | |
TASK: [kill all the network managers processes] ******************************* | |
[[ previous task time: 0:00:13.195264 = 13.20s / 119.10s ]] | |
<whayutin-centos> REMOTE_MODULE command kill -9 $(ps aux | grep NetworkManager | awk '{print $2}') #USE_SHELL | |
failed: [host0] => {"changed": true, "cmd": "kill -9 $(ps aux | grep NetworkManager | awk '{print $2}')", "delta": "0:00:00.041032", "end": "2015-08-19 19:17:18.817733", "rc": -9, "start": "2015-08-19 19:17:18.776701", "warnings": []} | |
...ignoring | |
cmd: | |
kill -9 $(ps aux | grep NetworkManager | awk '{print $2}') | |
start: | |
2015-08-19 19:17:18.776701 | |
end: | |
2015-08-19 19:17:18.817733 | |
delta: | |
0:00:00.041032 | |
stdout: | |
stderr: | |
TASK: [ensure the network service is enabled] ********************************* | |
[[ previous task time: 0:00:03.353703 = 3.35s / 122.45s ]] | |
<whayutin-centos> REMOTE_MODULE service name=network enabled=yes | |
ok: [host0] => {"changed": false, "enabled": true, "name": "network"} | |
TASK: [remove files automation files from /root] ****************************** | |
[[ previous task time: 0:00:03.694552 = 3.69s / 126.15s ]] | |
<whayutin-centos> REMOTE_MODULE file name=/usr/share/instack-undercloud state=absent | |
ok: [host0] => (item=/usr/share/instack-undercloud) => {"changed": false, "item": "/usr/share/instack-undercloud", "path": "/usr/share/instack-undercloud", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/usr/bin/instack-setup-host state=absent | |
ok: [host0] => (item=/usr/bin/instack-setup-host) => {"changed": false, "item": "/usr/bin/instack-setup-host", "path": "/usr/bin/instack-setup-host", "state": "absent"} | |
TASK: [remove any instack rpms from the host] ********************************* | |
[[ previous task time: 0:00:06.582488 = 6.58s / 132.73s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-* state=absent | |
changed: [host0] => (item=instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-*) => {"changed": true, "item": "instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-*", "msg": "", "rc": 0, "results": ["instack-* is not installed", "rdo-release is not installed", "rhos-release is not installed", "libvirt is not installed", "libvirt-daemon is not installed", "openvswitch is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package NetworkManager.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be erased\n--> Processing Dependency: NetworkManager = 1:1.0.0-14.git20150121.b4ea599c.el7 for package: 1:NetworkManager-tui-1.0.0-14.git20150121.b4ea599c.el7.x86_64\n--> Running transaction check\n---> Package NetworkManager-tui.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nRemoving:\n NetworkManager x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 @anaconda 8.8 M\nRemoving for dependencies:\n NetworkManager-tui x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 @anaconda 258 k\n\nTransaction Summary\n================================================================================\nRemove 1 Package (+1 Dependent package)\n\nInstalled size: 9.1 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : 1:NetworkManager-tui-1.0.0-14.git20150121.b4ea599c.el7.x86 1/2 \n Erasing : 1:NetworkManager-1.0.0-14.git20150121.b4ea599c.el7.x86_64 2/2 \n Verifying : 1:NetworkManager-tui-1.0.0-14.git20150121.b4ea599c.el7.x86 1/2 \n Verifying : 1:NetworkManager-1.0.0-14.git20150121.b4ea599c.el7.x86_64 2/2 \n\nRemoved:\n NetworkManager.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 \n\nDependency Removed:\n NetworkManager-tui.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 \n\nComplete!\n", "qemu-* is not installed", "openstack-* is not installed", "python-qpid-* is not installed", "pexpect is not installed", "python-pexpect is not installed", "python-tuskarclient* is not installed", "python-oslo* is not installed", "python-keystone* is not installed", "python-openstackclient is not installed", "python-qpid is not installed", "python-ironic* is not installed", "python-eventlet is not installed", "tripleo-* is not installed", "python-rdomanager-* is not installed"]} | |
msg: | |
PLAY [Group by distribution for workarounds-prep] ***************************** | |
[[ previous play time: 0:02:19.382671 = 139.38s / 149.57s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [group_by key={{ ansible_distribution }}] ******************************* | |
[[ previous task time: 0:00:20.830744 = 20.83s / 153.56s ]] | |
created 'group_by' ActionModule: key=CentOS | |
changed: [host0] => {"changed": true, "groups": {"CentOS": ["host0"]}} | |
PLAY [Group by distribution-version for workarounds-prep] ********************* | |
[[ previous play time: 0:00:04.034847 = 4.03s / 153.60s ]] | |
TASK: [group_by key={{ ansible_distribution }}-{{ ansible_distribution_major_version|int }}] *** | |
[[ previous task time: 0:00:00.044064 = 0.04s / 153.61s ]] | |
created 'group_by' ActionModule: key=CentOS-7 | |
changed: [host0] => {"changed": true, "groups": {"CentOS-7": ["host0"]}} | |
PLAY [Group hosts by product rdo,rhos] **************************************** | |
[[ previous play time: 0:00:00.012587 = 0.01s / 153.62s ]] | |
TASK: [group_by key={{ product.name }}] *************************************** | |
[[ previous task time: 0:00:00.012299 = 0.01s / 153.62s ]] | |
fatal: [host0] => One or more undefined variables: 'private' is undefined | |
FATAL: all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/home/whayutin/full-job-no-test.retry | |
host0 : ok=29 changed=13 unreachable=0 failed=1 | |
localhost : ok=9 changed=4 unreachable=0 failed=0 | |
[[ previous task time: 0:00:00.028816 = 0.03s / 153.65s ]] | |
[[ previous play time: 0:00:00.029772 = 0.03s / 153.65s ]] | |
[[ previous playbook time: 0:02:33.646317 = 153.65s / 153.65s ]] | |
[[ previous total time: 0:02:33.646527 = 153.65s / 0.00s ]] | |
whayutin•git/RDO-CI/khaleesi ᐅ ksgen --config-dir=$CONFIG_BASE/settings generate \ review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:17:50 | |
> --provisioner=manual \ | |
> --product=rdo \ | |
> --product-version=kilo \ | |
> --product-version-build=last_known_good \ | |
> --product-version-repo=delorean_mgt \ | |
> --distro=centos-7.0 \ | |
> --installer=rdo_manager \ | |
> --installer-deploy=templates \ | |
> --installer-env=virthost \ | |
> --installer-images=build \ | |
> --installer-network=neutron \ | |
> --installer-network-isolation=none \ | |
> --installer-network-variant=ml2-vxlan \ | |
> --installer-post_action=none \ | |
> --installer-topology=minimal \ | |
> --installer-tempest=enabled \ | |
> --workarounds=enabled \ | |
> --extra-vars product.repo_type_override=none \ | |
> --extra-vars @$CONFIG_BASE/hardware_environments/virt_default/hw_settings.yml \ | |
> --extra-vars @../khaleesi-settings/settings/product/rhos/private_settings/redhat_internal.yml | |
docstring.py: 43| parse_tree() | WARNING: ... skipping dir: [/home/whayutin/git/RDO-CI/khaleesi-settings/settings/provisioner/beaker/files]: empty dir and not data dir | |
settings.py:158| _parse() | ERROR: | |
Usage: | |
generate [options] <output-file> | |
generate [--extra-vars=KEY_PAIR]... [options] <output-file> | |
Options: | |
--rules-file=<file> Rules file that contains generation rules | |
Process the rules first, so the additional | |
args will override args in rules file | |
--extra-vars=<val>... Provide extra vars | |
--distro=<val> [centos-7.0, rhel-6.7, rhel-7.1, fedora-20, fedora-19, centos-6.5, centos-6.6, fedora-21, rhel-7.0, rhel-6.5, centos-7.1, rhel-6.6] | |
--selinux=<val> [enforcing, permissive] | |
--job=<val> [opm] | |
--installer=<val> [project, opm, rdo_manager, packstack] | |
--installer-component=<val> [ceilometer, sahara, trove, python-rdomanager-oscplugin, nova, neutron-lbaas, heat, keystone, horizon, cinder, neutron-vpnaas, glance, swift, neutron-fwaas, neutron] | |
--installer-topology=<val> [minimal_ha_ceph, minimal_scale_compute, minimal_ceph, minimal_scale_cephstorage, minimal_ha_no_ceph, aio, minimal_ha, minimal] | |
--installer-network=<val> [nova, neutron] | |
--installer-network-variant=<val> [ml2-vlan, sriov, ml2-gre, flatdhcp, gre, ml2-vxlan] | |
--installer-trove=<val> [native] | |
--installer-distro=<val> [centos-7.0, rhel-6.6, rhel-7.1, rhel-7.0, centos-6.5, centos-6.6, fedora-20, rhel-6.5] | |
--installer-sahara=<val> [workaround, native] | |
--installer-config=<val> [default, none, basic_neutron] | |
--installer-storage=<val> [volume, image, object] | |
--installer-storage-backend=<val> [emc_vnx_direct_iscsi, s3, netapp_iscsi_7mode, thinlvm, xtremio_fc, gluster, ceph, localfs, nfs, emc_iscsi, lvm, xtremio, swift] | |
--installer-messaging=<val> [qpidd, rabbitmq] | |
--installer-debug=<val> [enabled] | |
--installer-post_action=<val> [none, scale_up_delete] | |
--installer-images=<val> [import, build] | |
--installer-env=<val> [baremetal, virthost] | |
--installer-tempest=<val> [disabled, enabled] | |
--installer-deploy=<val> [templates, plan] | |
--installer-network-isolation=<val> [single_nic_vlans, default, none, bond_with_vlans] | |
--product=<val> [rhos, rdo] | |
--product-version=<val> [5.0, 4.0, juno, kilo, liberty, 7_director, 7.0, 6.0] | |
--product-version-repo=<val> [delorean, puddle, testing, poodle, poodle_advanced, rhsm, production, common, delorean_mgt_only, test_day, advanced, delorean_mgt] | |
--product-version-build=<val> [pksk_50_rhel66_lkg, 2015_07_10_1, last_known_good_rdo, last_known_good_mgt, staypuft_50_lkg, pksk_50_rhel70_lkg, ga, packstack_40_lkg, last_known_good, latest] | |
--product-version-workaround=<val> [rhel-6.6, rhel-6.7, rhel-7.1, rhel-6.5, centos-7.0, centos-7.1, fedora-21, fedora-20, fedora-20-delorean, rhel-7.0] | |
--product-repo=<val> [puddle, poodle] | |
--product-private_settings=<val> [none, redhat_internal] | |
--product-version-secondary_repo=<val> [copr] | |
--mirror=<val> [rdu, tlv, pnq, bos, brq, blr, nay, bne] | |
--workarounds=<val> [disabled, enabled] | |
--tester=<val> [unittest, integration, functional, pep8, common, rally, rhosqe, tempest] | |
--tester-setup=<val> [git, rpm] | |
--tester-component=<val> [neutron-lbaas, neutron-vpnaas, neutron-fwaas, horizon, neutron] | |
--tester-tests=<val> [none, ceilometer, cisco, storage_object, scenario, trove, all, cinder-gate, network, api, neutron-gate, neutron, storage_image, storage_volume, minimal, sahara_basic] | |
--provisioner=<val> [beaker, foreman, rackspace, centosci, manual, vagrant, libvirt, ec2, openstack] | |
--provisioner-site=<val> [blue, default, oslab, qeos, bkr, trystack, os1_public, rax] | |
--provisioner-site-user=<val> [sthaha, ltoscano, rdo-ci, whayutin, rhos-dev, rhos-jenkins, rlandy, rdoci-jenkins, rdo, slinaber, gcerami, rh-openstack-eng] | |
--provisioner-site-tenant=<val> [sthaha, rdo-ci, whayutin, rhos-dev, saharaqe, rhos-jenkins, rhos-automation, slinaber, gcerami, rh-openstack-eng] | |
--provisioner-distro=<val> [fedora, centos, rhel] | |
--provisioner-distro-version=<val> [7.0, 7.1, 20, 21, 7] | |
--provisioner-options=<val> [skip_provision, execute_provision] | |
--provisioner-topology=<val> [3networkers, multi-node, all-in-one] | |
whayutin•git/RDO-CI/khaleesi ᐅ ksgen_settings.ymlksgen --config-dir=$CONFIG_BASE/settings generate \ review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:21:34 | |
> --provisioner=manual \ | |
> --product=rdo \ | |
> --product-version=kilo \ | |
> --product-version-build=last_known_good \ | |
> --product-version-repo=delorean_mgt \ | |
> --distro=centos-7.0 \ | |
> --installer=rdo_manager \ | |
> --installer-deploy=templates \ | |
> --installer-env=virthost \ | |
> --installer-images=build \ | |
> --installer-network=neutron \ | |
> --installer-network-isolation=none \ | |
> --installer-network-variant=ml2-vxlan \ | |
> --installer-post_action=none \ | |
> --installer-topology=minimal \ | |
> --installer-tempest=enabled \ | |
> --workarounds=enabled \ | |
> --extra-vars product.repo_type_override=none \ | |
> --extra-vars @$CONFIG_BASE/hardware_environments/virt_default/hw_settings.yml \ | |
> --extra-vars @../khaleesi-settings/settings/product/rhos/private_settings/redhat_internal.yml \ | |
> ksgen_settings.yml | |
whayutin•git/RDO-CI/khaleesi ᐅ ksgen --config-dir=$CONFIG_BASE/settings generate \ review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:21:43 | |
> --provisioner=manual \ | |
> --product=rdo \ | |
> --product-version=kilo \ | |
> --product-version-build=last_known_good \ | |
> --product-version-repo=delorean_mgt \ | |
> --distro=centos-7.0 \ | |
> --installer=rdo_manager \ | |
> --installer-deploy=templates \ | |
> --installer-env=virthost \ | |
> --installer-images=build \ | |
> --installer-network=neutron \ | |
> --installer-network-isolation=none \ | |
> --installer-network-variant=ml2-vxlan \ | |
> --installer-post_action=none \ | |
> --installer-topology=minimal \ | |
> --installer-tempest=enabled \ | |
> --workarounds=enabled \ | |
> --extra-vars product.repo_type_override=none \ | |
> --extra-vars @$CONFIG_BASE/hardware_environments/virt_default/hw_settings.yml \ | |
> --extra-vars @../khaleesi-settings/settings/product/rhos/private_settings/redhat_internal.yml \ | |
> ksgen_settings.yml | |
docstring.py: 43| parse_tree() | WARNING: ... skipping dir: [/home/whayutin/git/RDO-CI/khaleesi-settings/settings/provisioner/beaker/files]: empty dir and not data dir | |
Traceback (most recent call last): | |
File "/home/whayutin/git/RDO-CI/venv/bin/ksgen", line 9, in <module> | |
load_entry_point('ksgen==0.2.2', 'console_scripts', 'ksgen')() | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/core.py", line 115, in main | |
return settings.Generator(config_dir, args['<args>']).run() | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/settings.py", line 75, in run | |
self._merge_extra_vars(loader) | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/settings.py", line 276, in _merge_extra_vars | |
loader.load_file(var[1:]) # remove @ | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/settings.py", line 339, in load_file | |
self._all_settings.merge(cfg) | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/tree.py", line 49, in merge | |
OrderedTree._add_child(self, k, v) | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/tree.py", line 125, in _add_child | |
OrderedTree._deep_copy(self[child], **value) | |
File "/home/whayutin/git/RDO-CI/khaleesi/tools/ksgen/ksgen/tree.py", line 134, in _deep_copy | |
OrderedTree._deep_copy(self[k], **v) | |
TypeError: _deep_copy() keywords must be strings | |
whayutin•git/RDO-CI/khaleesi ᐅ ksgen --config-dir=$CONFIG_BASE/settings generate \ review/mathieu_bultel/refact-neutron-network✔ ⌚ 19:21:45 | |
--provisioner=manual \ | |
--product=rdo \ | |
--product-version=kilo \ | |
--product-version-build=last_known_good \ | |
--product-version-repo=delorean_mgt \ | |
--distro=centos-7.0 \ | |
--installer=rdo_manager \ | |
--installer-deploy=templates \ | |
--installer-env=virthost \ | |
--installer-images=build \ | |
--installer-network=neutron \ | |
--installer-network-isolation=none \ | |
--installer-network-variant=ml2-vxlan \ | |
--installer-post_action=none \ | |
--installer-topology=minimal \ | |
--installer-tempest=enabled \ | |
--workarounds=enabled \ | |
--extra-vars product.repo_type_override=none \ | |
--extra-vars @$CONFIG_BASE/hardware_environments/virt_default/hw_settings.yml \ | |
--extra-vars @../khaleesi-settings/settings/product/rhos/private_settings/redhat_internal.yml \ | |
ksgen_settings.yml | |
docstring.py: 43| parse_tree() | WARNING: ... skipping dir: [/home/whayutin/git/RDO-CI/khaleesi-settings/settings/provisioner/beaker/files]: empty dir and not data dir | |
whayutin•git/RDO-CI/khaleesi ᐅ ansible-playbook -vv --extra-vars @ksgen_settings.yml -i local_hosts playbooks/full-job-no-test.yml | |
PLAY [clean old inventory file] *********************************************** | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [file ] ***************************************************************** | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/local_hosts dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 46, "src": "/home/whayutin/git/RDO-CI/khaleesi/local_hosts", "state": "link", "uid": 1000} | |
PLAY [Dynamically add host to inventory] ************************************** | |
[[ previous play time: 0:00:01.349157 = 1.35s / 3.11s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [Group by provisioner type] ********************************************* | |
[[ previous task time: 0:00:01.178746 = 1.18s / 4.21s ]] | |
created 'group_by' ActionModule: key=manual | |
changed: [localhost] => {"changed": true, "groups": {"manual": ["localhost"]}} | |
TASK: [ensure correct key_file permission] ************************************ | |
[[ previous task time: 0:00:00.020604 = 0.02s / 4.23s ]] | |
<localhost> REMOTE_MODULE file path=~/.ssh/id_rsa mode=0600 | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "whayutin", "mode": "0600", "owner": "whayutin", "path": "/home/whayutin/.ssh/id_rsa", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 1743, "state": "file", "uid": 1000} | |
TASK: [Add the host to the inventory] ***************************************** | |
[[ previous task time: 0:00:00.092586 = 0.09s / 4.32s ]] | |
creating host via 'add_host': hostname=host0 | |
added host to group via add_host module: provisioned | |
ok: [localhost] => {"new_groups": ["provisioned"], "new_host": "host0"} | |
PLAY [generate inventory file] ************************************************ | |
[[ previous play time: 0:00:01.226506 = 1.23s / 4.33s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [template ] ************************************************************* | |
[[ previous task time: 0:00:01.157477 = 1.16s / 5.48s ]] | |
changed: [localhost] => {"changed": true, "checksum": "f080e57c0891568929ff2334865e0dd8aa056076", "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts-qdjo1-whayutin-rdo-rmgr-", "gid": 1000, "group": "whayutin", "md5sum": "0da27d88b74ab5570160797196742e22", "mode": "0664", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 202, "src": "/home/whayutin/.ansible/tmp/ansible-tmp-1440026551.62-10761033943436/source", "state": "file", "uid": 1000} | |
TASK: [file ] ***************************************************************** | |
[[ previous task time: 0:00:00.132901 = 0.13s / 5.61s ]] | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/hosts-qdjo1-whayutin-rdo-rmgr- dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 65, "src": "/home/whayutin/git/RDO-CI/khaleesi/hosts-qdjo1-whayutin-rdo-rmgr-", "state": "link", "uid": 1000} | |
PLAY [Ensure yum presence] **************************************************** | |
[[ previous play time: 0:00:01.410316 = 1.41s / 5.74s ]] | |
skipping: no hosts matched | |
PLAY [Setup Firewall Rules] *************************************************** | |
[[ previous play time: 0:00:00.000524 = 0.00s / 5.74s ]] | |
skipping: no hosts matched | |
PLAY [Assign provisioned host as virthost] ************************************ | |
[[ previous play time: 0:00:00.000278 = 0.00s / 5.74s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [group_by key=virthost] ************************************************* | |
[[ previous task time: 0:00:04.162405 = 4.16s / 9.77s ]] | |
created 'group_by' ActionModule: key=virthost | |
changed: [host0] => {"changed": true, "groups": {"virthost": ["host0"]}} | |
PLAY [Clean up the virthost after a previous run] ***************************** | |
[[ previous play time: 0:00:04.043157 = 4.04s / 9.79s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [remove sudoers requiretty] ********************************************* | |
[[ previous task time: 0:00:03.985426 = 3.99s / 13.76s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/sudoers state=absent regexp="Defaults requiretty" | |
ok: [host0] => {"backup": "", "changed": false, "found": 0, "msg": ""} | |
msg: | |
TASK: [ensure libvirt-python is installed] ************************************ | |
[[ previous task time: 0:00:03.350446 = 3.35s / 17.11s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=libvirt-python state=present | |
ok: [host0] => {"changed": false, "msg": "", "rc": 0, "results": ["libvirt-python-1.2.8-7.el7_1.1.x86_64 providing libvirt-python is already installed"]} | |
msg: | |
TASK: [get list of running libvirt guests] ************************************ | |
[[ previous task time: 0:00:03.703043 = 3.70s / 20.81s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=list_vms | |
failed: [host0] => {"failed": true} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [display list of vms] *************************************************** | |
[[ previous task time: 0:00:03.338390 = 3.34s / 24.15s ]] | |
ok: [host0] => { | |
"vms.list_vms": "{{vms.list_vms}}" | |
} | |
TASK: [undefine vms] ********************************************************** | |
[[ previous task time: 0:00:00.009513 = 0.01s / 24.16s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=undefine name=vms.list_vms | |
failed: [host0] => (item=vms.list_vms) => {"failed": true, "item": "vms.list_vms"} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy any remaining vms] ********************************************* | |
[[ previous task time: 0:00:04.321760 = 4.32s / 28.48s ]] | |
<whayutin-centos> REMOTE_MODULE virt command=destroy name=vms.list_vms | |
failed: [host0] => (item=vms.list_vms) => {"failed": true, "item": "vms.list_vms"} | |
msg: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
msg: | |
Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [remove images from /var/lib/libvirt/images] **************************** | |
[[ previous task time: 0:00:04.398157 = 4.40s / 32.88s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /var/lib/libvirt/images/*.qcow2 #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "rm -Rf /var/lib/libvirt/images/*.qcow2", "delta": "0:00:00.005652", "end": "2015-08-19 19:23:01.822706", "rc": 0, "start": "2015-08-19 19:23:01.817054", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /var/lib/libvirt/images/*.qcow2 | |
start: | |
2015-08-19 19:23:01.817054 | |
end: | |
2015-08-19 19:23:01.822706 | |
delta: | |
0:00:00.005652 | |
stdout: | |
stderr: | |
TASK: [destroy brbm network] ************************************************** | |
[[ previous task time: 0:00:03.335434 = 3.34s / 36.22s ]] | |
<whayutin-centos> REMOTE_MODULE command virsh net-destroy brbm | |
failed: [host0] => {"changed": true, "cmd": ["virsh", "net-destroy", "brbm"], "delta": "0:00:00.015378", "end": "2015-08-19 19:23:05.149938", "rc": 1, "start": "2015-08-19 19:23:05.134560", "warnings": []} | |
stderr: error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
cmd: | |
[u'virsh', u'net-destroy', u'brbm'] | |
start: | |
2015-08-19 19:23:05.134560 | |
end: | |
2015-08-19 19:23:05.149938 | |
delta: | |
0:00:00.015378 | |
stdout: | |
stderr: | |
error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy default network] *********************************************** | |
[[ previous task time: 0:00:03.329572 = 3.33s / 39.54s ]] | |
<whayutin-centos> REMOTE_MODULE command virsh net-destroy default | |
failed: [host0] => {"changed": true, "cmd": ["virsh", "net-destroy", "default"], "delta": "0:00:00.016175", "end": "2015-08-19 19:23:08.505695", "rc": 1, "start": "2015-08-19 19:23:08.489520", "warnings": []} | |
stderr: error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
...ignoring | |
cmd: | |
[u'virsh', u'net-destroy', u'default'] | |
start: | |
2015-08-19 19:23:08.489520 | |
end: | |
2015-08-19 19:23:08.505695 | |
delta: | |
0:00:00.016175 | |
stdout: | |
stderr: | |
error: failed to connect to the hypervisor | |
error: no valid connection | |
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory | |
TASK: [destroy virbr0 network if present] ************************************* | |
[[ previous task time: 0:00:03.356526 = 3.36s / 42.90s ]] | |
<whayutin-centos> REMOTE_MODULE command brctl delbr virbr0 | |
failed: [host0] => {"cmd": "brctl delbr virbr0", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
brctl delbr virbr0 | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [stop libvirtd] ********************************************************* | |
[[ previous task time: 0:00:03.310562 = 3.31s / 46.21s ]] | |
<whayutin-centos> REMOTE_MODULE service name=libvirtd state=stopped | |
failed: [host0] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
TASK: [remove remaining libvirt config] *************************************** | |
[[ previous task time: 0:00:03.646165 = 3.65s / 49.86s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /etc/libvirt | |
changed: [host0] => {"changed": true, "cmd": ["rm", "-Rf", "/etc/libvirt"], "delta": "0:00:01.005040", "end": "2015-08-19 19:23:19.762519", "rc": 0, "start": "2015-08-19 19:23:18.757479", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
[u'rm', u'-Rf', u'/etc/libvirt'] | |
start: | |
2015-08-19 19:23:18.757479 | |
end: | |
2015-08-19 19:23:19.762519 | |
delta: | |
0:00:01.005040 | |
stdout: | |
stderr: | |
TASK: [ensure yum repos metadata and cache are clean] ************************* | |
[[ previous task time: 0:00:04.499675 = 4.50s / 54.36s ]] | |
<whayutin-centos> REMOTE_MODULE command yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo", "delta": "0:00:00.156272", "end": "2015-08-19 19:23:23.429306", "rc": 0, "start": "2015-08-19 19:23:23.273034", "stderr": "There are no enabled repos.\n Run \"yum repolist all\" to see the repos you have.\n You can enable repos with yum-config-manager --enable <repo>", "stdout": "Loaded plugins: fastestmirror", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
yum clean all; rm -Rfv /var/cache/yum; rm -Rfv /etc/yum.repos.d/*.repo | |
start: | |
2015-08-19 19:23:23.273034 | |
end: | |
2015-08-19 19:23:23.429306 | |
delta: | |
0:00:00.156272 | |
stdout: | |
Loaded plugins: fastestmirror | |
stderr: | |
There are no enabled repos. | |
Run "yum repolist all" to see the repos you have. | |
You can enable repos with yum-config-manager --enable <repo> | |
TASK: [remove any openvswitch bridge networks] ******************************** | |
[[ previous task time: 0:00:03.476353 = 3.48s / 57.83s ]] | |
<whayutin-centos> REMOTE_MODULE openvswitch_bridge bridge=brbm state=absent | |
failed: [host0] => {"cmd": "ovs-vsctl -t 5 br-exists brbm", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
ovs-vsctl -t 5 br-exists brbm | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [stop openvswitch] ****************************************************** | |
[[ previous task time: 0:00:03.242284 = 3.24s / 61.08s ]] | |
<whayutin-centos> REMOTE_MODULE service name=openvswitch state=stopped | |
failed: [host0] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "None show None", "rc": 2} | |
TASK: [kill all processes owned by stack] ************************************* | |
[[ previous task time: 0:00:03.610084 = 3.61s / 64.69s ]] | |
<whayutin-centos> REMOTE_MODULE command killall -u stack | |
failed: [host0] => {"cmd": "killall -u stack", "failed": true, "rc": 2} | |
msg: [Errno 2] No such file or directory | |
...ignoring | |
cmd: | |
killall -u stack | |
msg: | |
[Errno 2] No such file or directory | |
TASK: [destroy the stack user] ************************************************ | |
[[ previous task time: 0:00:03.322534 = 3.32s / 68.01s ]] | |
<whayutin-centos> REMOTE_MODULE command userdel -rf stack | |
failed: [host0] => {"changed": true, "cmd": ["userdel", "-rf", "stack"], "delta": "0:00:00.005190", "end": "2015-08-19 19:23:36.921932", "rc": 6, "start": "2015-08-19 19:23:36.916742", "warnings": []} | |
stderr: userdel: user 'stack' does not exist | |
...ignoring | |
cmd: | |
[u'userdel', u'-rf', u'stack'] | |
start: | |
2015-08-19 19:23:36.916742 | |
end: | |
2015-08-19 19:23:36.921932 | |
delta: | |
0:00:00.005190 | |
stdout: | |
stderr: | |
userdel: user 'stack' does not exist | |
TASK: [remove stack home dir] ************************************************* | |
[[ previous task time: 0:00:03.305560 = 3.31s / 71.31s ]] | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /home/stack #USE_SHELL | |
changed: [host0] => (item=/home/stack) => {"changed": true, "cmd": "rm -Rf /home/stack", "delta": "0:00:00.005722", "end": "2015-08-19 19:23:40.231374", "item": "/home/stack", "rc": 0, "start": "2015-08-19 19:23:40.225652", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /home/stack | |
start: | |
2015-08-19 19:23:40.225652 | |
end: | |
2015-08-19 19:23:40.231374 | |
delta: | |
0:00:00.005722 | |
stdout: | |
stderr: | |
<whayutin-centos> REMOTE_MODULE command rm -Rf /var/spool/mail/stack #USE_SHELL | |
changed: [host0] => (item=/var/spool/mail/stack) => {"changed": true, "cmd": "rm -Rf /var/spool/mail/stack", "delta": "0:00:00.005762", "end": "2015-08-19 19:23:43.590288", "item": "/var/spool/mail/stack", "rc": 0, "start": "2015-08-19 19:23:43.584526", "stderr": "", "stdout": "", "warnings": ["Consider using file module with state=absent rather than running rm"]} | |
cmd: | |
rm -Rf /var/spool/mail/stack | |
start: | |
2015-08-19 19:23:43.584526 | |
end: | |
2015-08-19 19:23:43.590288 | |
delta: | |
0:00:00.005762 | |
stdout: | |
stderr: | |
TASK: [remove files automation files from /root] ****************************** | |
[[ previous task time: 0:00:06.667726 = 6.67s / 77.98s ]] | |
<whayutin-centos> REMOTE_MODULE file name=/root/KEYS state=absent | |
ok: [host0] => (item=/root/KEYS) => {"changed": false, "item": "/root/KEYS", "path": "/root/KEYS", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/fedora-prep state=absent | |
ok: [host0] => (item=/root/fedora-prep) => {"changed": false, "item": "/root/fedora-prep", "path": "/root/fedora-prep", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/.ssh/known_hosts state=absent | |
ok: [host0] => (item=/root/.ssh/known_hosts) => {"changed": false, "item": "/root/.ssh/known_hosts", "path": "/root/.ssh/known_hosts", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/root/.ssh/id_rsa_virt_power state=absent | |
ok: [host0] => (item=/root/.ssh/id_rsa_virt_power) => {"changed": false, "item": "/root/.ssh/id_rsa_virt_power", "path": "/root/.ssh/id_rsa_virt_power", "state": "absent"} | |
TASK: [kill all the network managers processes] ******************************* | |
[[ previous task time: 0:00:13.204991 = 13.20s / 91.19s ]] | |
<whayutin-centos> REMOTE_MODULE command kill -9 $(ps aux | grep NetworkManager | awk '{print $2}') #USE_SHELL | |
failed: [host0] => {"changed": true, "cmd": "kill -9 $(ps aux | grep NetworkManager | awk '{print $2}')", "delta": "0:00:00.025547", "end": "2015-08-19 19:24:00.110110", "rc": -9, "start": "2015-08-19 19:24:00.084563", "warnings": []} | |
...ignoring | |
cmd: | |
kill -9 $(ps aux | grep NetworkManager | awk '{print $2}') | |
start: | |
2015-08-19 19:24:00.084563 | |
end: | |
2015-08-19 19:24:00.110110 | |
delta: | |
0:00:00.025547 | |
stdout: | |
stderr: | |
TASK: [ensure the network service is enabled] ********************************* | |
[[ previous task time: 0:00:03.316521 = 3.32s / 94.50s ]] | |
<whayutin-centos> REMOTE_MODULE service name=network enabled=yes | |
ok: [host0] => {"changed": false, "enabled": true, "name": "network"} | |
TASK: [remove files automation files from /root] ****************************** | |
[[ previous task time: 0:00:04.164451 = 4.16s / 98.67s ]] | |
<whayutin-centos> REMOTE_MODULE file name=/usr/share/instack-undercloud state=absent | |
ok: [host0] => (item=/usr/share/instack-undercloud) => {"changed": false, "item": "/usr/share/instack-undercloud", "path": "/usr/share/instack-undercloud", "state": "absent"} | |
<whayutin-centos> REMOTE_MODULE file name=/usr/bin/instack-setup-host state=absent | |
ok: [host0] => (item=/usr/bin/instack-setup-host) => {"changed": false, "item": "/usr/bin/instack-setup-host", "path": "/usr/bin/instack-setup-host", "state": "absent"} | |
TASK: [remove any instack rpms from the host] ********************************* | |
[[ previous task time: 0:00:07.934450 = 7.93s / 106.60s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-* state=absent | |
ok: [host0] => (item=instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-*) => {"changed": false, "item": "instack-*,rdo-release,rhos-release,libvirt,libvirt-daemon,openvswitch,NetworkManager,qemu-*,openstack-*,python-qpid-*,pexpect,python-pexpect,python-tuskarclient*,python-oslo*,python-keystone*,python-openstackclient,python-qpid,python-ironic*,python-eventlet,tripleo-*,python-rdomanager-*", "msg": "", "rc": 0, "results": ["instack-* is not installed", "rdo-release is not installed", "rhos-release is not installed", "libvirt is not installed", "libvirt-daemon is not installed", "openvswitch is not installed", "NetworkManager is not installed", "qemu-* is not installed", "openstack-* is not installed", "python-qpid-* is not installed", "pexpect is not installed", "python-pexpect is not installed", "python-tuskarclient* is not installed", "python-oslo* is not installed", "python-keystone* is not installed", "python-openstackclient is not installed", "python-qpid is not installed", "python-ironic* is not installed", "python-eventlet is not installed", "tripleo-* is not installed", "python-rdomanager-* is not installed"]} | |
msg: | |
PLAY [Group by distribution for workarounds-prep] ***************************** | |
[[ previous play time: 0:01:50.843898 = 110.84s / 120.63s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [group_by key={{ ansible_distribution }}] ******************************* | |
[[ previous task time: 0:00:18.022827 = 18.02s / 124.63s ]] | |
created 'group_by' ActionModule: key=CentOS | |
changed: [host0] => {"changed": true, "groups": {"CentOS": ["host0"]}} | |
PLAY [Group by distribution-version for workarounds-prep] ********************* | |
[[ previous play time: 0:00:04.006027 = 4.01s / 124.64s ]] | |
TASK: [group_by key={{ ansible_distribution }}-{{ ansible_distribution_major_version|int }}] *** | |
[[ previous task time: 0:00:00.012461 = 0.01s / 124.64s ]] | |
created 'group_by' ActionModule: key=CentOS-7 | |
changed: [host0] => {"changed": true, "groups": {"CentOS-7": ["host0"]}} | |
PLAY [Group hosts by product rdo,rhos] **************************************** | |
[[ previous play time: 0:00:00.012676 = 0.01s / 124.65s ]] | |
TASK: [group_by key={{ product.name }}] *************************************** | |
[[ previous task time: 0:00:00.011795 = 0.01s / 124.65s ]] | |
created 'group_by' ActionModule: key=rdo | |
changed: [host0] => {"changed": true, "groups": {"rdo": ["host0"]}} | |
PLAY [Group hosts by product version for juno, icehouse, havana] ************** | |
[[ previous play time: 0:00:00.016460 = 0.02s / 124.67s ]] | |
TASK: [group_by key={{ product.full_version }}] ******************************* | |
[[ previous task time: 0:00:00.016434 = 0.02s / 124.67s ]] | |
created 'group_by' ActionModule: key=kilo | |
changed: [host0] => {"changed": true, "groups": {"kilo": ["host0"]}} | |
PLAY [Group hosts by virthost and baremetal environments] ********************* | |
[[ previous play time: 0:00:00.016235 = 0.02s / 124.68s ]] | |
TASK: [group_by key={{ installer.env.type }}] ********************************* | |
[[ previous task time: 0:00:00.016508 = 0.02s / 124.68s ]] | |
created 'group_by' ActionModule: key=virthost | |
ok: [host0] => {"changed": false, "groups": {"virthost": ["host0"]}} | |
PLAY [Setup openstack repos] ************************************************** | |
[[ previous play time: 0:00:00.018677 = 0.02s / 124.70s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [clean release rpms] **************************************************** | |
[[ previous task time: 0:00:04.031973 = 4.03s / 128.71s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=rdo-release*,epel-release,rhos-release state=absent | |
ok: [host0] => (item=rdo-release*,epel-release,rhos-release) => {"changed": false, "item": "rdo-release*,epel-release,rhos-release", "msg": "", "rc": 0, "results": ["rdo-release* is not installed", "epel-release is not installed", "rhos-release is not installed"]} | |
msg: | |
TASK: [Install release tool on machine] *************************************** | |
[[ previous task time: 0:00:05.006843 = 5.01s / 133.72s ]] | |
<whayutin-centos> REMOTE_MODULE command yum localinstall -y https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm | |
changed: [host0] => {"changed": true, "cmd": ["yum", "localinstall", "-y", "https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm"], "delta": "0:00:02.559027", "end": "2015-08-19 19:24:45.223286", "rc": 0, "start": "2015-08-19 19:24:42.664259", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nExamining /var/tmp/yum-root-s0_VP0/rdo-release-kilo.rpm: rdo-release-kilo-1.noarch\nMarking /var/tmp/yum-root-s0_VP0/rdo-release-kilo.rpm to be installed\nResolving Dependencies\n--> Running transaction check\n---> Package rdo-release.noarch 0:kilo-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n rdo-release noarch kilo-1 /rdo-release-kilo 4.2 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 4.2 k\nInstalled size: 4.2 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : rdo-release-kilo-1.noarch 1/1 \n Verifying : rdo-release-kilo-1.noarch 1/1 \n\nInstalled:\n rdo-release.noarch 0:kilo-1 \n\nComplete!", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'localinstall', u'-y', u'https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm'] | |
start: | |
2015-08-19 19:24:42.664259 | |
end: | |
2015-08-19 19:24:45.223286 | |
delta: | |
0:00:02.559027 | |
stdout: | |
Loaded plugins: fastestmirror | |
Examining /var/tmp/yum-root-s0_VP0/rdo-release-kilo.rpm: rdo-release-kilo-1.noarch | |
Marking /var/tmp/yum-root-s0_VP0/rdo-release-kilo.rpm to be installed | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package rdo-release.noarch 0:kilo-1 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
rdo-release noarch kilo-1 /rdo-release-kilo 4.2 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total size: 4.2 k | |
Installed size: 4.2 k | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : rdo-release-kilo-1.noarch 1/1 | |
Verifying : rdo-release-kilo-1.noarch 1/1 | |
Installed: | |
rdo-release.noarch 0:kilo-1 | |
Complete! | |
stderr: | |
TASK: [Install extra release tool on machine] ********************************* | |
[[ previous task time: 0:00:06.042390 = 6.04s / 139.76s ]] | |
skipping: [host0] | |
TASK: [Execute rhos-release for rdo-manager (rdo)] **************************** | |
[[ previous task time: 0:00:00.014441 = 0.01s / 139.78s ]] | |
skipping: [host0] | |
TASK: [Install epel release] ************************************************** | |
[[ previous task time: 0:00:00.021070 = 0.02s / 139.80s ]] | |
<whayutin-centos> REMOTE_MODULE command yum localinstall -y http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm | |
changed: [host0] => {"changed": true, "cmd": ["yum", "localinstall", "-y", "http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm"], "delta": "0:00:01.789358", "end": "2015-08-19 19:24:50.528304", "rc": 0, "start": "2015-08-19 19:24:48.738946", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nExamining /var/tmp/yum-root-s0_VP0/epel-release-7-5.noarch.rpm: epel-release-7-5.noarch\nMarking /var/tmp/yum-root-s0_VP0/epel-release-7-5.noarch.rpm to be installed\nResolving Dependencies\n--> Running transaction check\n---> Package epel-release.noarch 0:7-5 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n epel-release noarch 7-5 /epel-release-7-5.noarch 24 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 24 k\nInstalled size: 24 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : epel-release-7-5.noarch 1/1 \n Verifying : epel-release-7-5.noarch 1/1 \n\nInstalled:\n epel-release.noarch 0:7-5 \n\nComplete!", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'localinstall', u'-y', u'http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm'] | |
start: | |
2015-08-19 19:24:48.738946 | |
end: | |
2015-08-19 19:24:50.528304 | |
delta: | |
0:00:01.789358 | |
stdout: | |
Loaded plugins: fastestmirror | |
Examining /var/tmp/yum-root-s0_VP0/epel-release-7-5.noarch.rpm: epel-release-7-5.noarch | |
Marking /var/tmp/yum-root-s0_VP0/epel-release-7-5.noarch.rpm to be installed | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package epel-release.noarch 0:7-5 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
epel-release noarch 7-5 /epel-release-7-5.noarch 24 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total size: 24 k | |
Installed size: 24 k | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : epel-release-7-5.noarch 1/1 | |
Verifying : epel-release-7-5.noarch 1/1 | |
Installed: | |
epel-release.noarch 0:7-5 | |
Complete! | |
stderr: | |
TASK: [yum clean all] ********************************************************* | |
[[ previous task time: 0:00:05.174139 = 5.17s / 144.97s ]] | |
<whayutin-centos> REMOTE_MODULE command yum clean all | |
changed: [host0] => {"changed": true, "cmd": ["yum", "clean", "all"], "delta": "0:00:00.165249", "end": "2015-08-19 19:24:54.061592", "rc": 0, "start": "2015-08-19 19:24:53.896343", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nCleaning repos: epel openstack-kilo\nCleaning up everything", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'clean', u'all'] | |
start: | |
2015-08-19 19:24:53.896343 | |
end: | |
2015-08-19 19:24:54.061592 | |
delta: | |
0:00:00.165249 | |
stdout: | |
Loaded plugins: fastestmirror | |
Cleaning repos: epel openstack-kilo | |
Cleaning up everything | |
stderr: | |
PLAY [RHEL RDO prep] ********************************************************** | |
[[ previous play time: 0:00:23.852375 = 23.85s / 148.55s ]] | |
skipping: no hosts matched | |
PLAY [CentOS RDO prep] ******************************************************** | |
[[ previous play time: 0:00:00.000516 = 0.00s / 148.55s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [common | Set local time to UTC] **************************************** | |
[[ previous task time: 0:00:07.577003 = 7.58s / 152.55s ]] | |
<whayutin-centos> REMOTE_MODULE command unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime", "delta": "4:00:00.030127", "end": "2015-08-19 23:25:01.525580", "rc": 0, "start": "2015-08-19 19:25:01.495453", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime | |
start: | |
2015-08-19 19:25:01.495453 | |
end: | |
2015-08-19 23:25:01.525580 | |
delta: | |
4:00:00.030127 | |
stdout: | |
stderr: | |
TASK: [linux | remove beaker yum repositories] ******************************** | |
[[ previous task time: 0:00:03.387275 = 3.39s / 155.94s ]] | |
skipping: [host0] | |
TASK: [linux/centos | Ensure centos-release] ********************************** | |
[[ previous task time: 0:00:00.009616 = 0.01s / 155.95s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=centos-release state=present | |
ok: [host0] => {"changed": false, "msg": "", "rc": 0, "results": ["centos-release-7-1.1503.el7.centos.2.8.x86_64 providing centos-release is already installed"]} | |
msg: | |
TASK: [linux/centos | Create the CentOS Repositories] ************************* | |
[[ previous task time: 0:00:03.751081 = 3.75s / 159.70s ]] | |
changed: [host0] => {"changed": true, "checksum": "f09db5c7476f43b22fceb6bfda622758036d7a56", "dest": "/etc/yum.repos.d/CentOS-Base.repo", "gid": 0, "group": "root", "md5sum": "13c75b6ae5c6f1c4ee4a1e4c363dc30d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 2004, "src": "/root/.ansible/tmp/ansible-tmp-1440026705.85-263903136091768/source", "state": "file", "uid": 0} | |
TASK: [linux/centos | Create the EPEL Repository] ***************************** | |
[[ previous task time: 0:00:05.243455 = 5.24s / 164.94s ]] | |
changed: [host0] => {"changed": true, "checksum": "398dc5bcacb5e0e6ed0d9a57685e0841e61d9d4c", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "md5sum": "d6ffe67ebbeb51db2489bd908bb5401b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1440026711.09-210389575867558/source", "state": "file", "uid": 0} | |
TASK: [product/rdo/rhel | disable gpgcheck for rdo for every non production repo] *** | |
[[ previous task time: 0:00:05.268465 = 5.27s / 170.21s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/yum.repos.d/rdo-release.repo regexp=^gpgcheck=1 line=gpgcheck=0 | |
changed: [host0] => {"backup": "", "changed": true, "msg": "line replaced"} | |
msg: | |
line replaced | |
TASK: [product/rdo/rhel | Create the upstream delorean repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:03.349349 = 3.35s / 173.56s ]] | |
skipping: [host0] | |
TASK: [product/rdo/rhel | Create the pinned upstream delorean repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:00.009374 = 0.01s / 173.57s ]] | |
<whayutin-centos> REMOTE_MODULE get_url url="http://209.132.178.14/centos7-kilo//current-passed-ci/delorean-kilo.repo" dest=/etc/yum.repos.d/rdo-trunk-release.repo mode=0644 | |
changed: [host0] => {"changed": true, "checksum": "db741bc1ef71978fe303df8c7b0cb048cc120b0e", "dest": "/etc/yum.repos.d/rdo-trunk-release.repo", "gid": 0, "group": "root", "md5sum": "82df588d4e958700c95c938c1ce4747c", "mode": "0644", "msg": "OK (229 bytes)", "owner": "root", "secontext": "unconfined_u:object_r:system_conf_t:s0", "sha256sum": "", "size": 229, "src": "/tmp/tmpE0Czs2", "state": "file", "uid": 0, "url": "http://209.132.178.14/centos7-kilo//current-passed-ci/delorean-kilo.repo"} | |
msg: | |
OK (229 bytes) | |
TASK: [product/rdo/rhel | Create the upstream delorean mgt repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:03.721853 = 3.72s / 177.29s ]] | |
skipping: [host0] | |
TASK: [product/rdo/rhel | Create the pinned upstream delorean mgt repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:00.012474 = 0.01s / 177.30s ]] | |
<whayutin-centos> REMOTE_MODULE get_url url="http://trunk-mgt.rdoproject.org/centos-kilo/"/"current-passed-ci"/delorean-rdo-management.repo dest=/etc/yum.repos.d/rdo-mgt-trunk-release.repo mode=0644 | |
changed: [host0] => {"changed": true, "checksum": "67e0959bc87de0b268adf32339612efb744b68b0", "dest": "/etc/yum.repos.d/rdo-mgt-trunk-release.repo", "gid": 0, "group": "root", "md5sum": "882aedb37710c05959f77242cb9c9f48", "mode": "0644", "msg": "OK (275 bytes)", "owner": "root", "secontext": "unconfined_u:object_r:system_conf_t:s0", "sha256sum": "", "size": 275, "src": "/tmp/tmp8z352m", "state": "file", "uid": 0, "url": "http://trunk-mgt.rdoproject.org/centos-kilo//current-passed-ci/delorean-rdo-management.repo"} | |
msg: | |
OK (275 bytes) | |
TASK: [product/rdo/rhel | update yum priority of rdo trunk repo] ************** | |
[[ previous task time: 0:00:03.569467 = 3.57s / 180.87s ]] | |
<whayutin-centos> REMOTE_MODULE command sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo", "delta": "0:00:00.006729", "end": "2015-08-19 23:25:29.822762", "rc": 0, "start": "2015-08-19 23:25:29.816033", "stderr": "", "stdout": "", "warnings": ["Consider using template or lineinfile module rather than running sed"]} | |
cmd: | |
sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo | |
start: | |
2015-08-19 23:25:29.816033 | |
end: | |
2015-08-19 23:25:29.822762 | |
delta: | |
0:00:00.006729 | |
stdout: | |
stderr: | |
TASK: [product/rdo/rhel | List available yum repositories] ******************** | |
[[ previous task time: 0:00:03.343270 = 3.34s / 184.22s ]] | |
<whayutin-centos> REMOTE_MODULE command yum -d 9 repolist | |
changed: [host0] => {"changed": true, "cmd": ["yum", "-d", "9", "repolist"], "delta": "0:00:09.323370", "end": "2015-08-19 23:25:42.486082", "rc": 0, "start": "2015-08-19 23:25:33.162712", "stderr": "", "stdout": "Loading \"fastestmirror\" plugin\nConfig time: 0.008\nYum version: 3.4.3\nUsing older repomd.xml\n Latest: Mon Aug 17 17:04:02 2015\n Using: Tue Aug 18 14:51:56 2015\nDetermining fastest mirrors\n * epel: mirror.cogentco.com\nSetting up Package Sacks\npkgsack time: 0.009\nRepo-id : base/7/x86_64\nRepo-name : CentOS-7 - Base\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:33 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : delorean-kilo\nRepo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4\nRepo-revision: 1439957825\nRepo-updated : Wed Aug 19 04:17:13 2015\nRepo-pkgs : 167\nRepo-size : 35 M\nRepo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015)\nRepo-excluded: 54\nRepo-filename: /etc/yum.repos.d/rdo-trunk-release.repo\n\nRepo-id : delorean-rdo-management\nRepo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78\nRepo-revision: 1439943421\nRepo-updated : Wed Aug 19 00:17:02 2015\nRepo-pkgs : 66\nRepo-size : 17 M\nRepo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015)\nRepo-excluded: 29\nRepo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo\n\nRepo-id : epel/7/x86_64\nRepo-name : Extra Packages for Enterprise Linux - x86_64\nRepo-revision: 1439909367\nRepo-tags : binary-x86_64\nRepo-updated : Tue Aug 18 14:51:56 2015\nRepo-pkgs : 8,457\nRepo-size : 6.6 G\nRepo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64\n Updated : Mon Aug 17 17:04:02 2015\nRepo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)\nRepo-filename: /etc/yum.repos.d/epel.repo\n\nRepo-id : extras/7/x86_64\nRepo-name : CentOS-7 - Extras\nRepo-revision: 1439484001\nRepo-updated : Thu Aug 13 16:40:15 2015\nRepo-pkgs : 180\nRepo-size : 742 M\nRepo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : openstack-kilo\nRepo-name : OpenStack Kilo Repository\nRepo-revision: 1439311218\nRepo-updated : Tue Aug 11 16:40:22 2015\nRepo-pkgs : 785\nRepo-size : 486 M\nRepo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)\nRepo-excluded: 38\nRepo-filename: /etc/yum.repos.d/rdo-release.repo\n\nRepo-id : updates/7/x86_64\nRepo-name : CentOS-7 - Updates\nRepo-revision: 1439912958\nRepo-updated : Tue Aug 18 15:50:30 2015\nRepo-pkgs : 1,225\nRepo-size : 3.4 G\nRepo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nrepolist: 19,532", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'-d', u'9', u'repolist'] | |
start: | |
2015-08-19 23:25:33.162712 | |
end: | |
2015-08-19 23:25:42.486082 | |
delta: | |
0:00:09.323370 | |
stdout: | |
Loading "fastestmirror" plugin | |
Config time: 0.008 | |
Yum version: 3.4.3 | |
Using older repomd.xml | |
Latest: Mon Aug 17 17:04:02 2015 | |
Using: Tue Aug 18 14:51:56 2015 | |
Determining fastest mirrors | |
* epel: mirror.cogentco.com | |
Setting up Package Sacks | |
pkgsack time: 0.009 | |
Repo-id : base/7/x86_64 | |
Repo-name : CentOS-7 - Base | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:33 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : delorean-kilo | |
Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4 | |
Repo-revision: 1439957825 | |
Repo-updated : Wed Aug 19 04:17:13 2015 | |
Repo-pkgs : 167 | |
Repo-size : 35 M | |
Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015) | |
Repo-excluded: 54 | |
Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo | |
Repo-id : delorean-rdo-management | |
Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78 | |
Repo-revision: 1439943421 | |
Repo-updated : Wed Aug 19 00:17:02 2015 | |
Repo-pkgs : 66 | |
Repo-size : 17 M | |
Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015) | |
Repo-excluded: 29 | |
Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo | |
Repo-id : epel/7/x86_64 | |
Repo-name : Extra Packages for Enterprise Linux - x86_64 | |
Repo-revision: 1439909367 | |
Repo-tags : binary-x86_64 | |
Repo-updated : Tue Aug 18 14:51:56 2015 | |
Repo-pkgs : 8,457 | |
Repo-size : 6.6 G | |
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 | |
Updated : Mon Aug 17 17:04:02 2015 | |
Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more) | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015) | |
Repo-filename: /etc/yum.repos.d/epel.repo | |
Repo-id : extras/7/x86_64 | |
Repo-name : CentOS-7 - Extras | |
Repo-revision: 1439484001 | |
Repo-updated : Thu Aug 13 16:40:15 2015 | |
Repo-pkgs : 180 | |
Repo-size : 742 M | |
Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : openstack-kilo | |
Repo-name : OpenStack Kilo Repository | |
Repo-revision: 1439311218 | |
Repo-updated : Tue Aug 11 16:40:22 2015 | |
Repo-pkgs : 785 | |
Repo-size : 486 M | |
Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015) | |
Repo-excluded: 38 | |
Repo-filename: /etc/yum.repos.d/rdo-release.repo | |
Repo-id : updates/7/x86_64 | |
Repo-name : CentOS-7 - Updates | |
Repo-revision: 1439912958 | |
Repo-updated : Tue Aug 18 15:50:30 2015 | |
Repo-pkgs : 1,225 | |
Repo-size : 3.4 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
repolist: 19,532 | |
stderr: | |
TASK: [product/rdo/rhel | Print repolist] ************************************* | |
[[ previous task time: 0:00:12.713233 = 12.71s / 196.93s ]] | |
ok: [host0] => { | |
"result.stdout_lines": [ | |
"Loading \"fastestmirror\" plugin", | |
"Config time: 0.008", | |
"Yum version: 3.4.3", | |
"Using older repomd.xml", | |
" Latest: Mon Aug 17 17:04:02 2015", | |
" Using: Tue Aug 18 14:51:56 2015", | |
"Determining fastest mirrors", | |
" * epel: mirror.cogentco.com", | |
"Setting up Package Sacks", | |
"pkgsack time: 0.009", | |
"Repo-id : base/7/x86_64", | |
"Repo-name : CentOS-7 - Base", | |
"Repo-revision: 1427842153", | |
"Repo-updated : Tue Mar 31 22:50:46 2015", | |
"Repo-pkgs : 8,652", | |
"Repo-size : 6.3 G", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:33 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"Repo-id : delorean-kilo", | |
"Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4", | |
"Repo-revision: 1439957825", | |
"Repo-updated : Wed Aug 19 04:17:13 2015", | |
"Repo-pkgs : 167", | |
"Repo-size : 35 M", | |
"Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015)", | |
"Repo-excluded: 54", | |
"Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo", | |
"", | |
"Repo-id : delorean-rdo-management", | |
"Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78", | |
"Repo-revision: 1439943421", | |
"Repo-updated : Wed Aug 19 00:17:02 2015", | |
"Repo-pkgs : 66", | |
"Repo-size : 17 M", | |
"Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:34 2015)", | |
"Repo-excluded: 29", | |
"Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo", | |
"", | |
"Repo-id : epel/7/x86_64", | |
"Repo-name : Extra Packages for Enterprise Linux - x86_64", | |
"Repo-revision: 1439909367", | |
"Repo-tags : binary-x86_64", | |
"Repo-updated : Tue Aug 18 14:51:56 2015", | |
"Repo-pkgs : 8,457", | |
"Repo-size : 6.6 G", | |
"Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64", | |
" Updated : Mon Aug 17 17:04:02 2015", | |
"Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)", | |
"Repo-filename: /etc/yum.repos.d/epel.repo", | |
"", | |
"Repo-id : extras/7/x86_64", | |
"Repo-name : CentOS-7 - Extras", | |
"Repo-revision: 1439484001", | |
"Repo-updated : Thu Aug 13 16:40:15 2015", | |
"Repo-pkgs : 180", | |
"Repo-size : 742 M", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"Repo-id : openstack-kilo", | |
"Repo-name : OpenStack Kilo Repository", | |
"Repo-revision: 1439311218", | |
"Repo-updated : Tue Aug 11 16:40:22 2015", | |
"Repo-pkgs : 785", | |
"Repo-size : 486 M", | |
"Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)", | |
"Repo-excluded: 38", | |
"Repo-filename: /etc/yum.repos.d/rdo-release.repo", | |
"", | |
"Repo-id : updates/7/x86_64", | |
"Repo-name : CentOS-7 - Updates", | |
"Repo-revision: 1439912958", | |
"Repo-updated : Tue Aug 18 15:50:30 2015", | |
"Repo-pkgs : 1,225", | |
"Repo-size : 3.4 G", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:35 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"repolist: 19,532" | |
] | |
} | |
NOTIFIED: [common-handlers | Yum clean all] *********************************** | |
[[ previous task time: 0:00:00.010186 = 0.01s / 196.94s ]] | |
<whayutin-centos> REMOTE_MODULE command yum clean all | |
changed: [host0] => {"changed": true, "cmd": ["yum", "clean", "all"], "delta": "0:00:00.196303", "end": "2015-08-19 23:25:46.050863", "rc": 0, "start": "2015-08-19 23:25:45.854560", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nCleaning repos: base delorean-kilo delorean-rdo-management epel extras\n : openstack-kilo updates\nCleaning up everything\nCleaning up list of fastest mirrors", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'clean', u'all'] | |
start: | |
2015-08-19 23:25:45.854560 | |
end: | |
2015-08-19 23:25:46.050863 | |
delta: | |
0:00:00.196303 | |
stdout: | |
Loaded plugins: fastestmirror | |
Cleaning repos: base delorean-kilo delorean-rdo-management epel extras | |
: openstack-kilo updates | |
Cleaning up everything | |
Cleaning up list of fastest mirrors | |
stderr: | |
PLAY [Linux common prep (Collect performance data, etc.)] ********************* | |
[[ previous play time: 0:00:51.953877 = 51.95s / 200.51s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [linux/ntp | be sure ntp is installed] ********************************** | |
[[ previous task time: 0:00:07.458895 = 7.46s / 204.40s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=ntp state=present | |
changed: [host0] => {"attempts": 0, "changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\nResolving Dependencies\n--> Running transaction check\n---> Package ntp.x86_64 0:4.2.6p5-19.el7.centos.1 will be installed\n--> Processing Dependency: ntpdate = 4.2.6p5-19.el7.centos.1 for package: ntp-4.2.6p5-19.el7.centos.1.x86_64\n--> Running transaction check\n---> Package ntpdate.x86_64 0:4.2.6p5-19.el7.centos.1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n ntp x86_64 4.2.6p5-19.el7.centos.1 updates 540 k\nInstalling for dependencies:\n ntpdate x86_64 4.2.6p5-19.el7.centos.1 updates 82 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 623 k\nInstalled size: 1.5 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 875 kB/s | 623 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : ntpdate-4.2.6p5-19.el7.centos.1.x86_64 1/2 \n Installing : ntp-4.2.6p5-19.el7.centos.1.x86_64 2/2 \n Verifying : ntp-4.2.6p5-19.el7.centos.1.x86_64 1/2 \n Verifying : ntpdate-4.2.6p5-19.el7.centos.1.x86_64 2/2 \n\nInstalled:\n ntp.x86_64 0:4.2.6p5-19.el7.centos.1 \n\nDependency Installed:\n ntpdate.x86_64 0:4.2.6p5-19.el7.centos.1 \n\nComplete!\n"]} | |
msg: | |
TASK: [linux/ntp | be sure ntp is configured] ********************************* | |
[[ previous task time: 0:00:17.675601 = 17.68s / 222.07s ]] | |
changed: [host0] => {"changed": true, "checksum": "a9f0c10d878f63f7943a48b7b226a8d49ce3264b", "dest": "/etc/ntp.conf", "gid": 0, "group": "root", "md5sum": "cb61fc9fec9f934a26cf23c1c55b6f1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:net_conf_t:s0", "size": 1868, "src": "/root/.ansible/tmp/ansible-tmp-1440026768.22-97399299857100/source", "state": "file", "uid": 0} | |
TASK: [linux/ntp | be sure ntpd is running and enabled] *********************** | |
[[ previous task time: 0:00:05.424894 = 5.42s / 227.50s ]] | |
<whayutin-centos> REMOTE_MODULE service name=ntpd state=running enabled=yes | |
changed: [host0] => {"changed": true, "enabled": true, "name": "ntpd", "state": "started"} | |
TASK: [linux-common | Ensure common dependencies] ***************************** | |
[[ previous task time: 0:00:03.794212 = 3.79s / 231.29s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync state=latest | |
changed: [host0] => (item=yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync) => {"changed": true, "item": "yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync", "msg": "", "rc": 0, "results": ["All packages providing yum-utils are up to date", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\nResolving Dependencies\n--> Running transaction check\n---> Package yum-plugin-priorities.noarch 0:1.1.31-29.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n yum-plugin-priorities noarch 1.1.31-29.el7 base 24 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 24 k\nInstalled size: 28 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : yum-plugin-priorities-1.1.31-29.el7.noarch 1/1 \n Verifying : yum-plugin-priorities-1.1.31-29.el7.noarch 1/1 \n\nInstalled:\n yum-plugin-priorities.noarch 0:1.1.31-29.el7 \n\nComplete!\n", "All packages providing iptables are up to date", "All packages providing libselinux-python are up to date", "Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package psmisc.x86_64 0:22.20-8.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n psmisc x86_64 22.20-8.el7 base 140 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 140 k\nInstalled size: 479 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : psmisc-22.20-8.el7.x86_64 1/1 \n Verifying : psmisc-22.20-8.el7.x86_64 1/1 \n\nInstalled:\n psmisc.x86_64 0:22.20-8.el7 \n\nComplete!\n", "Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 will be installed\n--> Processing Dependency: redhat-lsb-submod-security(x86-64) = 4.1-27.el7.centos.1 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: spax for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/time for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/patch for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/m4 for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/lpr for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/lp for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/bc for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/batch for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /usr/bin/at for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /bin/mailx for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Processing Dependency: /bin/ed for package: redhat-lsb-core-4.1-27.el7.centos.1.x86_64\n--> Running transaction check\n---> Package at.x86_64 0:3.1.13-17.el7_0.1 will be installed\n---> Package bc.x86_64 0:1.06.95-13.el7 will be installed\n---> Package cups-client.x86_64 1:1.6.3-17.el7_1.1 will be installed\n--> Processing Dependency: cups-libs(x86-64) = 1:1.6.3-17.el7_1.1 for package: 1:cups-client-1.6.3-17.el7_1.1.x86_64\n--> Processing Dependency: libcups.so.2()(64bit) for package: 1:cups-client-1.6.3-17.el7_1.1.x86_64\n---> Package ed.x86_64 0:1.9-4.el7 will be installed\n---> Package m4.x86_64 0:1.4.16-9.el7 will be installed\n---> Package mailx.x86_64 0:12.5-12.el7_0 will be installed\n---> Package patch.x86_64 0:2.7.1-8.el7 will be installed\n---> Package redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 will be installed\n---> Package spax.x86_64 0:1.5.2-11.el7 will be installed\n---> Package time.x86_64 0:1.7-45.el7 will be installed\n--> Running transaction check\n---> Package cups-libs.x86_64 1:1.6.3-17.el7_1.1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n redhat-lsb-core x86_64 4.1-27.el7.centos.1 base 38 k\nInstalling for dependencies:\n at x86_64 3.1.13-17.el7_0.1 base 50 k\n bc x86_64 1.06.95-13.el7 base 115 k\n cups-client x86_64 1:1.6.3-17.el7_1.1 updates 148 k\n cups-libs x86_64 1:1.6.3-17.el7_1.1 updates 354 k\n ed x86_64 1.9-4.el7 base 72 k\n m4 x86_64 1.4.16-9.el7 base 256 k\n mailx x86_64 12.5-12.el7_0 base 244 k\n patch x86_64 2.7.1-8.el7 base 110 k\n redhat-lsb-submod-security x86_64 4.1-27.el7.centos.1 base 15 k\n spax x86_64 1.5.2-11.el7 base 259 k\n time x86_64 1.7-45.el7 base 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal download size: 1.7 M\nInstalled size: 3.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.5 MB/s | 1.7 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : bc-1.06.95-13.el7.x86_64 1/12 \n Installing : mailx-12.5-12.el7_0.x86_64 2/12 \n Installing : patch-2.7.1-8.el7.x86_64 3/12 \n Installing : at-3.1.13-17.el7_0.1.x86_64 4/12 \n Installing : ed-1.9-4.el7.x86_64 5/12 \n Installing : 1:cups-libs-1.6.3-17.el7_1.1.x86_64 6/12 \n Installing : 1:cups-client-1.6.3-17.el7_1.1.x86_64 7/12 \n Installing : m4-1.4.16-9.el7.x86_64 8/12 \n Installing : spax-1.5.2-11.el7.x86_64 9/12 \n Installing : time-1.7-45.el7.x86_64 10/12 \n Installing : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 11/12 \n Installing : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 12/12 \n Verifying : redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64 1/12 \n Verifying : time-1.7-45.el7.x86_64 2/12 \n Verifying : spax-1.5.2-11.el7.x86_64 3/12 \n Verifying : 1:cups-client-1.6.3-17.el7_1.1.x86_64 4/12 \n Verifying : m4-1.4.16-9.el7.x86_64 5/12 \n Verifying : 1:cups-libs-1.6.3-17.el7_1.1.x86_64 6/12 \n Verifying : ed-1.9-4.el7.x86_64 7/12 \n Verifying : redhat-lsb-core-4.1-27.el7.centos.1.x86_64 8/12 \n Verifying : at-3.1.13-17.el7_0.1.x86_64 9/12 \n Verifying : patch-2.7.1-8.el7.x86_64 10/12 \n Verifying : mailx-12.5-12.el7_0.x86_64 11/12 \n Verifying : bc-1.06.95-13.el7.x86_64 12/12 \n\nInstalled:\n redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1 \n\nDependency Installed:\n at.x86_64 0:3.1.13-17.el7_0.1 \n bc.x86_64 0:1.06.95-13.el7 \n cups-client.x86_64 1:1.6.3-17.el7_1.1 \n cups-libs.x86_64 1:1.6.3-17.el7_1.1 \n ed.x86_64 0:1.9-4.el7 \n m4.x86_64 0:1.4.16-9.el7 \n mailx.x86_64 0:12.5-12.el7_0 \n patch.x86_64 0:2.7.1-8.el7 \n redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1 \n spax.x86_64 0:1.5.2-11.el7 \n time.x86_64 0:1.7-45.el7 \n\nComplete!\n", "Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n rsync x86_64 3.0.9-15.el7 base 359 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 359 k\nInstalled size: 732 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : rsync-3.0.9-15.el7.x86_64 1/1 \n Verifying : rsync-3.0.9-15.el7.x86_64 1/1 \n\nInstalled:\n rsync.x86_64 0:3.0.9-15.el7 \n\nComplete!\n"]} | |
msg: | |
TASK: [linux-common | restart the network if env requires] ******************** | |
[[ previous task time: 0:00:56.044175 = 56.04s / 287.34s ]] | |
<whayutin-centos> REMOTE_MODULE service name=network state=restarted | |
changed: [host0] => {"changed": true, "name": "network", "state": "started"} | |
TASK: [linux-common | disable NetworkManager] ********************************* | |
[[ previous task time: 0:00:11.296050 = 11.30s / 298.63s ]] | |
<whayutin-centos> REMOTE_MODULE service name=NetworkManager state=stopped enabled=no | |
failed: [host0] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "cannot detect command to enable service NetworkManager, typo or init system potentially unknown", "failed": true} | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "cannot detect command to enable service NetworkManager, typo or init system potentially unknown", "failed": true} | |
TASK: [linux-common | kill all the network managers] ************************** | |
[[ previous task time: 0:00:03.545549 = 3.55s / 302.18s ]] | |
<whayutin-centos> REMOTE_MODULE command pkill -9 NetworkManager #USE_SHELL | |
failed: [host0] => {"changed": true, "cmd": "pkill -9 NetworkManager", "delta": "0:00:01.032854", "end": "2015-08-19 23:27:32.610719", "rc": 1, "start": "2015-08-19 23:27:31.577865", "warnings": []} | |
...ignoring | |
cmd: | |
pkill -9 NetworkManager | |
start: | |
2015-08-19 23:27:31.577865 | |
end: | |
2015-08-19 23:27:32.610719 | |
delta: | |
0:00:01.032854 | |
stdout: | |
stderr: | |
TASK: [linux-common | restart the network] ************************************ | |
[[ previous task time: 0:00:04.340925 = 4.34s / 306.52s ]] | |
<whayutin-centos> REMOTE_MODULE service name=network state=restarted | |
changed: [host0] => {"changed": true, "name": "network", "state": "started"} | |
TASK: [linux-common | remove cloud-init] ************************************** | |
[[ previous task time: 0:00:09.453435 = 9.45s / 315.97s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=cloud-init,NetworkManager state=absent | |
ok: [host0] => (item=cloud-init,NetworkManager) => {"changed": false, "item": "cloud-init,NetworkManager", "msg": "", "rc": 0, "results": ["cloud-init is not installed", "NetworkManager is not installed"]} | |
msg: | |
TASK: [linux-common | collect performance data, uname] ************************ | |
[[ previous task time: 0:00:04.299333 = 4.30s / 320.27s ]] | |
<whayutin-centos> REMOTE_MODULE command uname -a | |
changed: [host0] => {"changed": true, "cmd": ["uname", "-a"], "delta": "0:00:00.004170", "end": "2015-08-19 23:27:49.700472", "rc": 0, "start": "2015-08-19 23:27:49.696302", "stderr": "", "stdout": "Linux localhost.localdomain 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux", "warnings": []} | |
cmd: | |
[u'uname', u'-a'] | |
start: | |
2015-08-19 23:27:49.696302 | |
end: | |
2015-08-19 23:27:49.700472 | |
delta: | |
0:00:00.004170 | |
stdout: | |
Linux localhost.localdomain 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | |
stderr: | |
TASK: [linux-common | collect performance data, memory] *********************** | |
[[ previous task time: 0:00:03.335379 = 3.34s / 323.61s ]] | |
<whayutin-centos> REMOTE_MODULE command free -m | |
changed: [host0] => {"changed": true, "cmd": ["free", "-m"], "delta": "0:00:00.018182", "end": "2015-08-19 23:27:53.028235", "rc": 0, "start": "2015-08-19 23:27:53.010053", "stderr": "", "stdout": " total used free shared buff/cache available\nMem: 32012 299 31356 8 356 31482\nSwap: 16127 0 16127", "warnings": []} | |
cmd: | |
[u'free', u'-m'] | |
start: | |
2015-08-19 23:27:53.010053 | |
end: | |
2015-08-19 23:27:53.028235 | |
delta: | |
0:00:00.018182 | |
stdout: | |
total used free shared buff/cache available | |
Mem: 32012 299 31356 8 356 31482 | |
Swap: 16127 0 16127 | |
stderr: | |
TASK: [linux-common | collect performance data, vmstat] *********************** | |
[[ previous task time: 0:00:03.327103 = 3.33s / 326.94s ]] | |
<whayutin-centos> REMOTE_MODULE command vmstat | |
changed: [host0] => {"changed": true, "cmd": ["vmstat"], "delta": "0:00:00.006075", "end": "2015-08-19 23:27:56.339217", "rc": 0, "start": "2015-08-19 23:27:56.333142", "stderr": "", "stdout": "procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----\n r b swpd free buff cache si so bi bo in cs us sy id wa st\n 0 0 0 32109656 764 363496 0 0 2 4 16 15 0 0 100 0 0", "warnings": []} | |
cmd: | |
[u'vmstat'] | |
start: | |
2015-08-19 23:27:56.333142 | |
end: | |
2015-08-19 23:27:56.339217 | |
delta: | |
0:00:00.006075 | |
stdout: | |
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- | |
r b swpd free buff cache si so bi bo in cs us sy id wa st | |
0 0 0 32109656 764 363496 0 0 2 4 16 15 0 0 100 0 0 | |
stderr: | |
NOTIFIED: [linux/ntp | restart ntpd] ****************************************** | |
[[ previous task time: 0:00:03.311808 = 3.31s / 330.25s ]] | |
<whayutin-centos> REMOTE_MODULE service name=ntpd state=restarted | |
changed: [host0] => {"changed": true, "name": "ntpd", "state": "started"} | |
PLAY [Update packages on the host] ******************************************** | |
[[ previous play time: 0:02:13.352387 = 133.35s / 333.86s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [repolist] ************************************************************** | |
[[ previous task time: 0:00:08.138713 = 8.14s / 338.39s ]] | |
<whayutin-centos> REMOTE_MODULE command yum -d 7 repolist | |
changed: [host0] => {"changed": true, "cmd": ["yum", "-d", "7", "repolist"], "delta": "0:00:01.911270", "end": "2015-08-19 23:28:11.264030", "rc": 0, "start": "2015-08-19 23:28:09.352760", "stderr": "", "stdout": "Loading \"fastestmirror\" plugin\nLoading \"priorities\" plugin\nRunning \"config\" handler for \"priorities\" plugin\nConfig time: 0.009\nRunning \"init\" handler for \"fastestmirror\" plugin\nYum version: 3.4.3\nCOMMAND: yum -d 7 repolist \nInstallroot: /\nRunning \"postreposetup\" handler for \"fastestmirror\" plugin\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\nSetting up Package Sacks\nRunning \"exclude\" handler for \"priorities\" plugin\n --> openstack-ceilometer-alarm-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-common-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-api-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-cells-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-cert-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-common-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-compute-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-conductor-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-console-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-doc-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-network-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-novncproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-objectstore-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-scheduler-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-serialproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-spicehtml5proxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometer-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometerclient-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometerclient-doc-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-heatclient-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-heatclient-doc-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ironicclient-0.5.2-dev4.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-novaclient-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-novaclient-doc-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-openstackclient-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-openstackclient-doc-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-oslo-rootwrap-1.0.0-1.el7.noarch from epel excluded (priority)\n --> python-taskflow-0.3.21-1.el7.noarch from epel excluded (priority)\n --> python-oslo-sphinx-1.1-1.el7.noarch from epel excluded (priority)\n --> python-stevedore-0.14-1.el7.noarch from epel excluded (priority)\n --> python-proliantutils-2.1.0-1.el7.noarch from epel excluded (priority)\n --> python-taskflow-doc-0.3.21-1.el7.noarch from epel excluded (priority)\n --> ahc-tools-0.2.0-1.el7.noarch from epel excluded (priority)\n --> python-osprofiler-0.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-osprofiler-doc-0.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> diskimage-builder-0.1.42-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-alarm-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-alarm-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-polling-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-polling-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-doc-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-theme-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-theme-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-central-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-mdns-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-pool-manager-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-sink-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-glance-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-doc-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-doc-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-bigswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-brocade-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-cisco-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-embrane-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ibm-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-linuxbridge-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-mellanox-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-metaplugin-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-metering-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-midonet-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ml2-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-nec-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-nuage-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ofagent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-oneconvergence-nvsd-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-opencontrail-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-openvswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ovsvapp-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-plumgrid-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-sriov-nic-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-vmware-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-cells-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-cert-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-compute-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-console-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-network-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-novncproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-objectstore-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-scheduler-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-serialproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-spicehtml5proxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.6-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.9-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.9-4.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-account-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-container-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-doc-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-object-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-proxy-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-guestagent-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-taskmanager-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> os-cloud-config-0.2.6-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometer-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometer-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometerclient-1.0.13-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometerclient-doc-1.0.13-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-1.2.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-doc-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-doc-1.2.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designate-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designate-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designateclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-doc-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-doc-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-openstack-auth-1.2.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-openstack-auth-1.2.0-4.el7.noarch from openstack-kilo excluded (priority)\n --> python-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-glance-store-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-glanceclient-0.17.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-glanceclient-doc-0.17.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-hardware-0.14-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-hardware-doc-0.14-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-0.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-doc-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-doc-0.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ironicclient-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-keystoneclient-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-keystoneclient-doc-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystonemiddleware-1.5.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystonemiddleware-doc-1.5.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-fwaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-lbaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-vpnaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutronclient-2.3.11-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutronclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-novaclient-2.23.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-novaclient-doc-2.23.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-openstackclient-1.0.3-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-openstackclient-doc-1.0.3-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-concurrency-1.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-concurrency-doc-1.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 2:python-oslo-config-1.9.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> 2:python-oslo-config-doc-1.9.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-context-0.2.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-context-doc-0.2.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-db-1.7.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-db-doc-1.7.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-i18n-1.5.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-i18n-doc-1.5.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-log-1.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-log-doc-1.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-1.8.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-1.8.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-doc-1.8.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-doc-1.8.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-middleware-1.0.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-middleware-doc-1.0.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-policy-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-policy-doc-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-rootwrap-1.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-serialization-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-serialization-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-sphinx-2.5.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-utils-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-utils-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-versionedobjects-0.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-versionedobjects-doc-0.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-vmware-0.11.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-vmware-doc-0.11.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-pycadf-0.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-pysaml2-3.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-saharaclient-0.8.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-stevedore-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-swiftclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-swiftclient-doc-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-taskflow-0.7.1-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-taskflow-doc-0.7.1-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-troveclient-1.0.9-1.el7.noarch from openstack-kilo excluded (priority)\n257 packages excluded due to repository priority protections\npkgsack time: 0.991\nRepo-id : base/7/x86_64\nRepo-name : CentOS-7 - Base\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : delorean-kilo\nRepo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4\nRepo-revision: 1439957825\nRepo-updated : Wed Aug 19 04:17:13 2015\nRepo-pkgs : 128\nRepo-size : 27 M\nRepo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015)\nRepo-excluded: 93\nRepo-filename: /etc/yum.repos.d/rdo-trunk-release.repo\n\nRepo-id : delorean-rdo-management\nRepo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78\nRepo-revision: 1439943421\nRepo-updated : Wed Aug 19 00:17:02 2015\nRepo-pkgs : 66\nRepo-size : 17 M\nRepo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015)\nRepo-excluded: 29\nRepo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo\n\nRepo-id : epel/7/x86_64\nRepo-name : Extra Packages for Enterprise Linux - x86_64\nRepo-revision: 1439909367\nRepo-tags : binary-x86_64\nRepo-updated : Tue Aug 18 14:51:56 2015\nRepo-pkgs : 8,450\nRepo-size : 6.6 G\nRepo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64\n Updated : Mon Aug 17 17:04:02 2015\nRepo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015)\nRepo-excluded: 7\nRepo-filename: /etc/yum.repos.d/epel.repo\n\nRepo-id : extras/7/x86_64\nRepo-name : CentOS-7 - Extras\nRepo-revision: 1439484001\nRepo-updated : Thu Aug 13 16:40:15 2015\nRepo-pkgs : 180\nRepo-size : 742 M\nRepo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : openstack-kilo\nRepo-name : OpenStack Kilo Repository\nRepo-revision: 1439311218\nRepo-updated : Tue Aug 11 16:40:22 2015\nRepo-pkgs : 574\nRepo-size : 430 M\nRepo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015)\nRepo-excluded: 249\nRepo-filename: /etc/yum.repos.d/rdo-release.repo\n\nRepo-id : updates/7/x86_64\nRepo-name : CentOS-7 - Updates\nRepo-revision: 1439912958\nRepo-updated : Tue Aug 18 15:50:30 2015\nRepo-pkgs : 1,225\nRepo-size : 3.4 G\nRepo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nrepolist: 19,275", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'-d', u'7', u'repolist'] | |
start: | |
2015-08-19 23:28:09.352760 | |
end: | |
2015-08-19 23:28:11.264030 | |
delta: | |
0:00:01.911270 | |
stdout: | |
Loading "fastestmirror" plugin | |
Loading "priorities" plugin | |
Running "config" handler for "priorities" plugin | |
Config time: 0.009 | |
Running "init" handler for "fastestmirror" plugin | |
Yum version: 3.4.3 | |
COMMAND: yum -d 7 repolist | |
Installroot: / | |
Running "postreposetup" handler for "fastestmirror" plugin | |
Loading mirror speeds from cached hostfile | |
* epel: mirror.cogentco.com | |
Setting up Package Sacks | |
Running "exclude" handler for "priorities" plugin | |
--> openstack-ceilometer-alarm-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-api-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-cells-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-cert-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-common-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-compute-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-conductor-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-console-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-doc-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-network-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-novncproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-objectstore-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-scheduler-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-serialproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-spicehtml5proxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometer-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometerclient-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometerclient-doc-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-heatclient-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-heatclient-doc-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ironicclient-0.5.2-dev4.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-novaclient-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-novaclient-doc-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-openstackclient-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-openstackclient-doc-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-oslo-rootwrap-1.0.0-1.el7.noarch from epel excluded (priority) | |
--> python-taskflow-0.3.21-1.el7.noarch from epel excluded (priority) | |
--> python-oslo-sphinx-1.1-1.el7.noarch from epel excluded (priority) | |
--> python-stevedore-0.14-1.el7.noarch from epel excluded (priority) | |
--> python-proliantutils-2.1.0-1.el7.noarch from epel excluded (priority) | |
--> python-taskflow-doc-0.3.21-1.el7.noarch from epel excluded (priority) | |
--> ahc-tools-0.2.0-1.el7.noarch from epel excluded (priority) | |
--> python-osprofiler-0.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-osprofiler-doc-0.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> diskimage-builder-0.1.42-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-alarm-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-alarm-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-polling-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-polling-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-doc-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-theme-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-theme-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-central-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-mdns-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-pool-manager-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-sink-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-glance-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-doc-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-doc-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-bigswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-brocade-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-cisco-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-embrane-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ibm-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-linuxbridge-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-mellanox-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-metaplugin-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-metering-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-midonet-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ml2-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-nec-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-nuage-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ofagent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-oneconvergence-nvsd-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-opencontrail-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-openvswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ovsvapp-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-plumgrid-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-sriov-nic-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-vmware-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-cells-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-cert-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-compute-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-console-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-network-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-novncproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-objectstore-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-scheduler-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-serialproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-spicehtml5proxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.6-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.9-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.9-4.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-account-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-container-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-doc-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-object-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-proxy-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-guestagent-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-taskmanager-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> os-cloud-config-0.2.6-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometer-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometer-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometerclient-1.0.13-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometerclient-doc-1.0.13-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-1.2.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-doc-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-doc-1.2.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designate-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designate-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designateclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-doc-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-doc-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-openstack-auth-1.2.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-openstack-auth-1.2.0-4.el7.noarch from openstack-kilo excluded (priority) | |
--> python-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-glance-store-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-glanceclient-0.17.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-glanceclient-doc-0.17.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-hardware-0.14-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-hardware-doc-0.14-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-0.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-doc-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-doc-0.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ironicclient-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-keystoneclient-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-keystoneclient-doc-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystonemiddleware-1.5.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystonemiddleware-doc-1.5.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-fwaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-lbaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-vpnaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutronclient-2.3.11-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutronclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-novaclient-2.23.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-novaclient-doc-2.23.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-openstackclient-1.0.3-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-openstackclient-doc-1.0.3-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-concurrency-1.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-concurrency-doc-1.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 2:python-oslo-config-1.9.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 2:python-oslo-config-doc-1.9.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-context-0.2.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-context-doc-0.2.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-db-1.7.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-db-doc-1.7.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-i18n-1.5.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-i18n-doc-1.5.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-log-1.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-log-doc-1.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-1.8.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-1.8.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-doc-1.8.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-doc-1.8.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-middleware-1.0.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-middleware-doc-1.0.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-policy-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-policy-doc-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-rootwrap-1.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-serialization-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-serialization-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-sphinx-2.5.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-utils-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-utils-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-versionedobjects-0.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-versionedobjects-doc-0.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-vmware-0.11.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-vmware-doc-0.11.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-pycadf-0.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-pysaml2-3.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-saharaclient-0.8.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-stevedore-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-swiftclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-swiftclient-doc-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-taskflow-0.7.1-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-taskflow-doc-0.7.1-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-troveclient-1.0.9-1.el7.noarch from openstack-kilo excluded (priority) | |
257 packages excluded due to repository priority protections | |
pkgsack time: 0.991 | |
Repo-id : base/7/x86_64 | |
Repo-name : CentOS-7 - Base | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : delorean-kilo | |
Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4 | |
Repo-revision: 1439957825 | |
Repo-updated : Wed Aug 19 04:17:13 2015 | |
Repo-pkgs : 128 | |
Repo-size : 27 M | |
Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015) | |
Repo-excluded: 93 | |
Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo | |
Repo-id : delorean-rdo-management | |
Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78 | |
Repo-revision: 1439943421 | |
Repo-updated : Wed Aug 19 00:17:02 2015 | |
Repo-pkgs : 66 | |
Repo-size : 17 M | |
Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:54 2015) | |
Repo-excluded: 29 | |
Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo | |
Repo-id : epel/7/x86_64 | |
Repo-name : Extra Packages for Enterprise Linux - x86_64 | |
Repo-revision: 1439909367 | |
Repo-tags : binary-x86_64 | |
Repo-updated : Tue Aug 18 14:51:56 2015 | |
Repo-pkgs : 8,450 | |
Repo-size : 6.6 G | |
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 | |
Updated : Mon Aug 17 17:04:02 2015 | |
Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more) | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015) | |
Repo-excluded: 7 | |
Repo-filename: /etc/yum.repos.d/epel.repo | |
Repo-id : extras/7/x86_64 | |
Repo-name : CentOS-7 - Extras | |
Repo-revision: 1439484001 | |
Repo-updated : Thu Aug 13 16:40:15 2015 | |
Repo-pkgs : 180 | |
Repo-size : 742 M | |
Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : openstack-kilo | |
Repo-name : OpenStack Kilo Repository | |
Repo-revision: 1439311218 | |
Repo-updated : Tue Aug 11 16:40:22 2015 | |
Repo-pkgs : 574 | |
Repo-size : 430 M | |
Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015) | |
Repo-excluded: 249 | |
Repo-filename: /etc/yum.repos.d/rdo-release.repo | |
Repo-id : updates/7/x86_64 | |
Repo-name : CentOS-7 - Updates | |
Repo-revision: 1439912958 | |
Repo-updated : Tue Aug 18 15:50:30 2015 | |
Repo-pkgs : 1,225 | |
Repo-size : 3.4 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:25:56 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
repolist: 19,275 | |
stderr: | |
TASK: [update all packages] *************************************************** | |
[[ previous task time: 0:00:06.894353 = 6.89s / 345.28s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=* state=latest | |
changed: [host0] => {"changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package NetworkManager-libnm.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be updated\n---> Package NetworkManager-libnm.x86_64 1:1.0.0-16.git20150121.b4ea599c.el7_1 will be an update\n---> Package bind-libs-lite.x86_64 32:9.9.4-18.el7 will be updated\n---> Package bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 will be an update\n---> Package bind-license.noarch 32:9.9.4-18.el7 will be updated\n---> Package bind-license.noarch 32:9.9.4-18.el7_1.3 will be an update\n---> Package binutils.x86_64 0:2.23.52.0.1-30.el7 will be updated\n---> Package binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 will be an update\n---> Package ca-certificates.noarch 0:2014.1.98-72.el7 will be updated\n---> Package ca-certificates.noarch 0:2015.2.4-70.0.el7_1 will be an update\n---> Package centos-logos.noarch 0:70.0.6-1.el7.centos will be updated\n---> Package centos-logos.noarch 0:70.0.6-2.el7.centos will be an update\n---> Package device-mapper.x86_64 7:1.02.93-3.el7 will be updated\n---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package device-mapper-event.x86_64 7:1.02.93-3.el7 will be updated\n---> Package device-mapper-event.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7 will be updated\n---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7 will be updated\n---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package dnsmasq.x86_64 0:2.66-12.el7 will be updated\n---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be an update\n---> Package dracut.x86_64 0:033-240.el7 will be updated\n---> Package dracut.x86_64 0:033-241.el7_1.5 will be an update\n---> Package dracut-config-rescue.x86_64 0:033-240.el7 will be updated\n---> Package dracut-config-rescue.x86_64 0:033-241.el7_1.5 will be an update\n---> Package dracut-network.x86_64 0:033-240.el7 will be updated\n---> Package dracut-network.x86_64 0:033-241.el7_1.5 will be an update\n---> Package freetype.x86_64 0:2.4.11-9.el7 will be updated\n---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be an update\n---> Package hwdata.noarch 0:0.252-7.5.el7 will be updated\n---> Package hwdata.x86_64 0:0.252-7.8.el7_1 will be an update\n---> Package iputils.x86_64 0:20121221-6.el7 will be updated\n---> Package iputils.x86_64 0:20121221-6.el7_1.1 will be an update\n---> Package irqbalance.x86_64 2:1.0.7-1.el7 will be updated\n---> Package irqbalance.x86_64 2:1.0.7-2.el7_1 will be an update\n---> Package kernel.x86_64 0:3.10.0-229.11.1.el7 will be installed\n---> Package kernel-tools.x86_64 0:3.10.0-229.el7 will be updated\n---> Package kernel-tools.x86_64 0:3.10.0-229.11.1.el7 will be an update\n---> Package kernel-tools-libs.x86_64 0:3.10.0-229.el7 will be updated\n---> Package kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 will be an update\n---> Package kexec-tools.x86_64 0:2.0.7-19.el7 will be updated\n---> Package kexec-tools.x86_64 0:2.0.7-19.el7_1.2 will be an update\n---> Package libblkid.x86_64 0:2.23.2-21.el7 will be updated\n---> Package libblkid.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libgcrypt.x86_64 0:1.5.3-12.el7 will be updated\n---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be an update\n---> Package libgudev1.x86_64 0:208-20.el7 will be updated\n---> Package libgudev1.x86_64 0:208-20.el7_1.5 will be an update\n---> Package libmount.x86_64 0:2.23.2-21.el7 will be updated\n---> Package libmount.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libpcap.x86_64 14:1.5.3-3.el7_0.1 will be updated\n---> Package libpcap.x86_64 14:1.5.3-4.el7_1.2 will be an update\n---> Package libuser.x86_64 0:0.60-5.el7 will be updated\n---> Package libuser.x86_64 0:0.60-7.el7_1 will be an update\n---> Package libuuid.x86_64 0:2.23.2-21.el7 will be updated\n---> Package libuuid.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libxml2.x86_64 0:2.9.1-5.el7_0.1 will be updated\n---> Package libxml2.x86_64 0:2.9.1-5.el7_1.2 will be an update\n---> Package lvm2.x86_64 7:2.02.115-3.el7 will be updated\n---> Package lvm2.x86_64 7:2.02.115-3.el7_1.1 will be an update\n---> Package lvm2-libs.x86_64 7:2.02.115-3.el7 will be updated\n---> Package lvm2-libs.x86_64 7:2.02.115-3.el7_1.1 will be an update\n---> Package nspr.x86_64 0:4.10.6-3.el7 will be updated\n---> Package nspr.x86_64 0:4.10.8-1.el7_1 will be an update\n---> Package nss.x86_64 0:3.16.2.3-5.el7 will be updated\n---> Package nss.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-softokn.x86_64 0:3.16.2.3-9.el7 will be updated\n---> Package nss-softokn.x86_64 0:3.16.2.3-12.el7_1 will be an update\n---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7 will be updated\n---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 will be an update\n---> Package nss-sysinit.x86_64 0:3.16.2.3-5.el7 will be updated\n---> Package nss-sysinit.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-tools.x86_64 0:3.16.2.3-5.el7 will be updated\n---> Package nss-tools.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-util.x86_64 0:3.16.2.3-2.el7 will be updated\n---> Package nss-util.x86_64 0:3.19.1-3.el7_1 will be an update\n---> Package numactl-libs.x86_64 0:2.0.9-4.el7 will be updated\n---> Package numactl-libs.x86_64 0:2.0.9-5.el7_1 will be an update\n---> Package openssh.x86_64 0:6.6.1p1-11.el7 will be updated\n---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssh-clients.x86_64 0:6.6.1p1-11.el7 will be updated\n---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssh-server.x86_64 0:6.6.1p1-11.el7 will be updated\n---> Package openssh-server.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssl.x86_64 1:1.0.1e-42.el7 will be updated\n---> Package openssl.x86_64 1:1.0.1e-42.el7.9 will be an update\n---> Package openssl-libs.x86_64 1:1.0.1e-42.el7 will be updated\n---> Package openssl-libs.x86_64 1:1.0.1e-42.el7.9 will be an update\n---> Package pam.x86_64 0:1.1.8-12.el7 will be updated\n---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be an update\n---> Package python.x86_64 0:2.7.5-16.el7 will be updated\n---> Package python.x86_64 0:2.7.5-18.el7_1.1 will be an update\n---> Package python-libs.x86_64 0:2.7.5-16.el7 will be updated\n---> Package python-libs.x86_64 0:2.7.5-18.el7_1.1 will be an update\n---> Package selinux-policy.noarch 0:3.13.1-23.el7 will be updated\n---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.13 will be an update\n---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7 will be updated\n---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 will be an update\n---> Package sqlite.x86_64 0:3.7.17-4.el7 will be updated\n---> Package sqlite.x86_64 0:3.7.17-6.el7_1.1 will be an update\n---> Package systemd.x86_64 0:208-20.el7 will be updated\n---> Package systemd.x86_64 0:208-20.el7_1.5 will be an update\n---> Package systemd-libs.x86_64 0:208-20.el7 will be updated\n---> Package systemd-libs.x86_64 0:208-20.el7_1.5 will be an update\n---> Package systemd-sysv.x86_64 0:208-20.el7 will be updated\n---> Package systemd-sysv.x86_64 0:208-20.el7_1.5 will be an update\n---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be updated\n---> Package trousers.x86_64 0:0.3.11.2-4.el7_1 will be an update\n---> Package tzdata.noarch 0:2015a-1.el7 will be updated\n---> Package tzdata.noarch 0:2015f-1.el7 will be an update\n---> Package util-linux.x86_64 0:2.23.2-21.el7 will be updated\n---> Package util-linux.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package wpa_supplicant.x86_64 1:2.0-13.el7_0 will be updated\n---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be an update\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n kernel x86_64 3.10.0-229.11.1.el7 updates 31 M\nUpdating:\n NetworkManager-libnm x86_64 1:1.0.0-16.git20150121.b4ea599c.el7_1\n updates 468 k\n bind-libs-lite x86_64 32:9.9.4-18.el7_1.3 updates 712 k\n bind-license noarch 32:9.9.4-18.el7_1.3 updates 80 k\n binutils x86_64 2.23.52.0.1-30.el7_1.2 updates 5.0 M\n ca-certificates noarch 2015.2.4-70.0.el7_1 updates 441 k\n centos-logos noarch 70.0.6-2.el7.centos updates 21 M\n device-mapper x86_64 7:1.02.93-3.el7_1.1 updates 209 k\n device-mapper-event x86_64 7:1.02.93-3.el7_1.1 updates 159 k\n device-mapper-event-libs x86_64 7:1.02.93-3.el7_1.1 updates 151 k\n device-mapper-libs x86_64 7:1.02.93-3.el7_1.1 updates 259 k\n dnsmasq x86_64 2.66-14.el7_1 updates 229 k\n dracut x86_64 033-241.el7_1.5 updates 301 k\n dracut-config-rescue x86_64 033-241.el7_1.5 updates 45 k\n dracut-network x86_64 033-241.el7_1.5 updates 82 k\n freetype x86_64 2.4.11-10.el7_1.1 updates 391 k\n hwdata x86_64 0.252-7.8.el7_1 updates 2.0 M\n iputils x86_64 20121221-6.el7_1.1 updates 152 k\n irqbalance x86_64 2:1.0.7-2.el7_1 updates 43 k\n kernel-tools x86_64 3.10.0-229.11.1.el7 updates 1.5 M\n kernel-tools-libs x86_64 3.10.0-229.11.1.el7 updates 1.4 M\n kexec-tools x86_64 2.0.7-19.el7_1.2 updates 297 k\n libblkid x86_64 2.23.2-22.el7_1.1 updates 165 k\n libgcrypt x86_64 1.5.3-12.el7_1.1 updates 263 k\n libgudev1 x86_64 208-20.el7_1.5 updates 56 k\n libmount x86_64 2.23.2-22.el7_1.1 updates 167 k\n libpcap x86_64 14:1.5.3-4.el7_1.2 updates 137 k\n libuser x86_64 0.60-7.el7_1 updates 398 k\n libuuid x86_64 2.23.2-22.el7_1.1 updates 73 k\n libxml2 x86_64 2.9.1-5.el7_1.2 updates 664 k\n lvm2 x86_64 7:2.02.115-3.el7_1.1 updates 897 k\n lvm2-libs x86_64 7:2.02.115-3.el7_1.1 updates 765 k\n nspr x86_64 4.10.8-1.el7_1 updates 126 k\n nss x86_64 3.19.1-5.el7_1 updates 850 k\n nss-softokn x86_64 3.16.2.3-12.el7_1 updates 304 k\n nss-softokn-freebl x86_64 3.16.2.3-12.el7_1 updates 203 k\n nss-sysinit x86_64 3.19.1-5.el7_1 updates 52 k\n nss-tools x86_64 3.19.1-5.el7_1 updates 480 k\n nss-util x86_64 3.19.1-3.el7_1 updates 70 k\n numactl-libs x86_64 2.0.9-5.el7_1 updates 29 k\n openssh x86_64 6.6.1p1-12.el7_1 updates 431 k\n openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k\n openssh-server x86_64 6.6.1p1-12.el7_1 updates 432 k\n openssl x86_64 1:1.0.1e-42.el7.9 updates 711 k\n openssl-libs x86_64 1:1.0.1e-42.el7.9 updates 949 k\n pam x86_64 1.1.8-12.el7_1.1 updates 714 k\n python x86_64 2.7.5-18.el7_1.1 updates 86 k\n python-libs x86_64 2.7.5-18.el7_1.1 updates 5.6 M\n selinux-policy noarch 3.13.1-23.el7_1.13 updates 358 k\n selinux-policy-targeted noarch 3.13.1-23.el7_1.13 updates 3.9 M\n sqlite x86_64 3.7.17-6.el7_1.1 updates 394 k\n systemd x86_64 208-20.el7_1.5 updates 2.6 M\n systemd-libs x86_64 208-20.el7_1.5 updates 161 k\n systemd-sysv x86_64 208-20.el7_1.5 updates 44 k\n trousers x86_64 0.3.11.2-4.el7_1 updates 286 k\n tzdata noarch 2015f-1.el7 updates 432 k\n util-linux x86_64 2.23.2-22.el7_1.1 updates 1.9 M\n wpa_supplicant x86_64 1:2.0-17.el7_1 updates 803 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\nUpgrade 57 Packages\n\nTotal download size: 92 M\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\n--------------------------------------------------------------------------------\nTotal 4.6 MB/s | 92 MB 00:20 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : nspr-4.10.8-1.el7_1.x86_64 1/115 \n Updating : nss-util-3.19.1-3.el7_1.x86_64 2/115 \n Updating : pam-1.1.8-12.el7_1.1.x86_64 3/115 \n Updating : libuuid-2.23.2-22.el7_1.1.x86_64 4/115 \n Updating : libblkid-2.23.2-22.el7_1.1.x86_64 5/115 \n Updating : libmount-2.23.2-22.el7_1.1.x86_64 6/115 \n Updating : sqlite-3.7.17-6.el7_1.1.x86_64 7/115 \n Updating : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 8/115 \n Updating : nss-softokn-3.16.2.3-12.el7_1.x86_64 9/115 \n Updating : nss-sysinit-3.19.1-5.el7_1.x86_64 10/115 \n Updating : nss-3.19.1-5.el7_1.x86_64 11/115 \n Updating : libgcrypt-1.5.3-12.el7_1.1.x86_64 12/115 \n Updating : systemd-libs-208-20.el7_1.5.x86_64 13/115 \n Updating : systemd-208-20.el7_1.5.x86_64 14/115 \n Updating : libgudev1-208-20.el7_1.5.x86_64 15/115 \n Updating : libuser-0.60-7.el7_1.x86_64 16/115 \n Updating : util-linux-2.23.2-22.el7_1.1.x86_64 17/115 \n Updating : dracut-033-241.el7_1.5.x86_64 18/115 \n Updating : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 19/115 \n Updating : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 20/115 \n Updating : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 21/115 \n Updating : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 22/115 \n Updating : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 23/115 \n Updating : libxml2-2.9.1-5.el7_1.2.x86_64 24/115 \n Updating : 32:bind-license-9.9.4-18.el7_1.3.noarch 25/115 \n Updating : numactl-libs-2.0.9-5.el7_1.x86_64 26/115 \n Updating : ca-certificates-2015.2.4-70.0.el7_1.noarch 27/115 \n Updating : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 28/115 \n Updating : openssh-6.6.1p1-12.el7_1.x86_64 29/115 \n Updating : python-libs-2.7.5-18.el7_1.1.x86_64 30/115 \n Updating : python-2.7.5-18.el7_1.1.x86_64 31/115 \n Updating : systemd-sysv-208-20.el7_1.5.x86_64 32/115 \n Updating : iputils-20121221-6.el7_1.1.x86_64 33/115 \n Updating : dracut-network-033-241.el7_1.5.x86_64 34/115 \n Updating : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 35/115 \n Updating : selinux-policy-3.13.1-23.el7_1.13.noarch 36/115 \n Updating : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 37/115 \n Updating : kernel-tools-3.10.0-229.11.1.el7.x86_64 38/115 \n Updating : kexec-tools-2.0.7-19.el7_1.2.x86_64 39/115 \n Updating : dnsmasq-2.66-14.el7_1.x86_64 40/115 \n Updating : 1:wpa_supplicant-2.0-17.el7_1.x86_64 41/115 \n Updating : openssh-server-6.6.1p1-12.el7_1.x86_64 42/115 \n Updating : openssh-clients-6.6.1p1-12.el7_1.x86_64 43/115 \n Updating : trousers-0.3.11.2-4.el7_1.x86_64 44/115 \n Updating : 1:openssl-1.0.1e-42.el7.9.x86_64 45/115 \n Updating : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 46/115 \n Updating : 2:irqbalance-1.0.7-2.el7_1.x86_64 47/115 \n Updating : 7:lvm2-2.02.115-3.el7_1.1.x86_64 48/115 \n Updating : dracut-config-rescue-033-241.el7_1.5.x86_64 49/115 \n Installing : kernel-3.10.0-229.11.1.el7.x86_64 50/115 \n Updating : 1:NetworkManager-libnm-1.0.0-16.git20150121.b4ea599c.e 51/115 \n Updating : hwdata-0.252-7.8.el7_1.x86_64 52/115 \n Updating : nss-tools-3.19.1-5.el7_1.x86_64 53/115 \n Updating : tzdata-2015f-1.el7.noarch 54/115 \n Updating : binutils-2.23.52.0.1-30.el7_1.2.x86_64 55/115 \n Updating : centos-logos-70.0.6-2.el7.centos.noarch 56/115 \n Updating : 14:libpcap-1.5.3-4.el7_1.2.x86_64 57/115 \n Updating : freetype-2.4.11-10.el7_1.1.x86_64 58/115 \n Cleanup : 1:NetworkManager-libnm-1.0.0-14.git20150121.b4ea599c.e 59/115 \n Cleanup : nss-tools-3.16.2.3-5.el7.x86_64 60/115 \n Cleanup : nss-sysinit-3.16.2.3-5.el7.x86_64 61/115 \n Cleanup : nss-3.16.2.3-5.el7.x86_64 62/115 \n Cleanup : nss-softokn-3.16.2.3-9.el7.x86_64 63/115 \n Cleanup : 7:lvm2-2.02.115-3.el7.x86_64 64/115 \n Cleanup : selinux-policy-targeted-3.13.1-23.el7.noarch 65/115 \n Cleanup : hwdata-0.252-7.5.el7.noarch 66/115 \n Cleanup : dracut-config-rescue-033-240.el7.x86_64 67/115 \n Cleanup : 7:lvm2-libs-2.02.115-3.el7.x86_64 68/115 \n Cleanup : openssh-server-6.6.1p1-11.el7.x86_64 69/115 \n Cleanup : 7:device-mapper-event-1.02.93-3.el7.x86_64 70/115 \n Cleanup : 1:wpa_supplicant-2.0-13.el7_0.x86_64 71/115 \n Cleanup : kexec-tools-2.0.7-19.el7.x86_64 72/115 \n Cleanup : 32:bind-libs-lite-9.9.4-18.el7.x86_64 73/115 \n Cleanup : dracut-network-033-240.el7.x86_64 74/115 \n Cleanup : dracut-033-240.el7.x86_64 75/115 \n Cleanup : iputils-20121221-6.el7.x86_64 76/115 \n Cleanup : libgudev1-208-20.el7.x86_64 77/115 \n Cleanup : dnsmasq-2.66-12.el7.x86_64 78/115 \n Cleanup : systemd-sysv-208-20.el7.x86_64 79/115 \n Cleanup : openssh-clients-6.6.1p1-11.el7.x86_64 80/115 \n Cleanup : openssh-6.6.1p1-11.el7.x86_64 81/115 \n Cleanup : 2:irqbalance-1.0.7-1.el7.x86_64 82/115 \n Cleanup : trousers-0.3.11.2-3.el7.x86_64 83/115 \n Cleanup : 32:bind-license-9.9.4-18.el7.noarch 84/115 \n Cleanup : selinux-policy-3.13.1-23.el7.noarch 85/115 \n Cleanup : tzdata-2015a-1.el7.noarch 86/115 \n Cleanup : centos-logos-70.0.6-1.el7.centos.noarch 87/115 \n Cleanup : python-2.7.5-16.el7.x86_64 88/115 \n Cleanup : python-libs-2.7.5-16.el7.x86_64 89/115 \n Cleanup : 7:device-mapper-event-libs-1.02.93-3.el7.x86_64 90/115 \n Cleanup : 7:device-mapper-1.02.93-3.el7.x86_64 91/115 \n Cleanup : 7:device-mapper-libs-1.02.93-3.el7.x86_64 92/115 \n Cleanup : util-linux-2.23.2-21.el7.x86_64 93/115 \n Cleanup : systemd-208-20.el7.x86_64 94/115 \n Cleanup : libmount-2.23.2-21.el7.x86_64 95/115 \n Cleanup : systemd-libs-208-20.el7.x86_64 96/115 \n Cleanup : libblkid-2.23.2-21.el7.x86_64 97/115 \n Cleanup : libuser-0.60-5.el7.x86_64 98/115 \n Cleanup : nss-util-3.16.2.3-2.el7.x86_64 99/115 \n Cleanup : kernel-tools-3.10.0-229.el7.x86_64 100/115 \n Cleanup : 1:openssl-1.0.1e-42.el7.x86_64 101/115 \n Cleanup : 1:openssl-libs-1.0.1e-42.el7.x86_64 102/115 \n Cleanup : ca-certificates-2014.1.98-72.el7.noarch 103/115 \n Cleanup : kernel-tools-libs-3.10.0-229.el7.x86_64 104/115 \n Cleanup : nspr-4.10.6-3.el7.x86_64 105/115 \n Cleanup : pam-1.1.8-12.el7.x86_64 106/115 \n Cleanup : libuuid-2.23.2-21.el7.x86_64 107/115 \n Cleanup : libgcrypt-1.5.3-12.el7.x86_64 108/115 \n Cleanup : sqlite-3.7.17-4.el7.x86_64 109/115 \n Cleanup : numactl-libs-2.0.9-4.el7.x86_64 110/115 \n Cleanup : libxml2-2.9.1-5.el7_0.1.x86_64 111/115 \n Cleanup : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 112/115 \n Cleanup : binutils-2.23.52.0.1-30.el7.x86_64 113/115 \n Cleanup : 14:libpcap-1.5.3-3.el7_0.1.x86_64 114/115 \n Cleanup : freetype-2.4.11-9.el7.x86_64 115/115 \n Verifying : 7:lvm2-2.02.115-3.el7_1.1.x86_64 1/115 \n Verifying : dracut-config-rescue-033-241.el7_1.5.x86_64 2/115 \n Verifying : selinux-policy-3.13.1-23.el7_1.13.noarch 3/115 \n Verifying : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 4/115 \n Verifying : libgudev1-208-20.el7_1.5.x86_64 5/115 \n Verifying : trousers-0.3.11.2-4.el7_1.x86_64 6/115 \n Verifying : systemd-208-20.el7_1.5.x86_64 7/115 \n Verifying : openssh-server-6.6.1p1-12.el7_1.x86_64 8/115 \n Verifying : freetype-2.4.11-10.el7_1.1.x86_64 9/115 \n Verifying : 2:irqbalance-1.0.7-2.el7_1.x86_64 10/115 \n Verifying : nss-3.19.1-5.el7_1.x86_64 11/115 \n Verifying : libuser-0.60-7.el7_1.x86_64 12/115 \n Verifying : nss-sysinit-3.19.1-5.el7_1.x86_64 13/115 \n Verifying : python-libs-2.7.5-18.el7_1.1.x86_64 14/115 \n Verifying : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 15/115 \n Verifying : hwdata-0.252-7.8.el7_1.x86_64 16/115 \n Verifying : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 17/115 \n Verifying : 14:libpcap-1.5.3-4.el7_1.2.x86_64 18/115 \n Verifying : kernel-3.10.0-229.11.1.el7.x86_64 19/115 \n Verifying : centos-logos-70.0.6-2.el7.centos.noarch 20/115 \n Verifying : pam-1.1.8-12.el7_1.1.x86_64 21/115 \n Verifying : nss-tools-3.19.1-5.el7_1.x86_64 22/115 \n Verifying : libmount-2.23.2-22.el7_1.1.x86_64 23/115 \n Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 24/115 \n Verifying : 1:NetworkManager-libnm-1.0.0-16.git20150121.b4ea599c.e 25/115 \n Verifying : dnsmasq-2.66-14.el7_1.x86_64 26/115 \n Verifying : 1:openssl-1.0.1e-42.el7.9.x86_64 27/115 \n Verifying : iputils-20121221-6.el7_1.1.x86_64 28/115 \n Verifying : python-2.7.5-18.el7_1.1.x86_64 29/115 \n Verifying : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 30/115 \n Verifying : ca-certificates-2015.2.4-70.0.el7_1.noarch 31/115 \n Verifying : dracut-033-241.el7_1.5.x86_64 32/115 \n Verifying : systemd-libs-208-20.el7_1.5.x86_64 33/115 \n Verifying : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 34/115 \n Verifying : dracut-network-033-241.el7_1.5.x86_64 35/115 \n Verifying : util-linux-2.23.2-22.el7_1.1.x86_64 36/115 \n Verifying : binutils-2.23.52.0.1-30.el7_1.2.x86_64 37/115 \n Verifying : numactl-libs-2.0.9-5.el7_1.x86_64 38/115 \n Verifying : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 39/115 \n Verifying : systemd-sysv-208-20.el7_1.5.x86_64 40/115 \n Verifying : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 41/115 \n Verifying : kexec-tools-2.0.7-19.el7_1.2.x86_64 42/115 \n Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 43/115 \n Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 44/115 \n Verifying : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 45/115 \n Verifying : tzdata-2015f-1.el7.noarch 46/115 \n Verifying : kernel-tools-3.10.0-229.11.1.el7.x86_64 47/115 \n Verifying : libuuid-2.23.2-22.el7_1.1.x86_64 48/115 \n Verifying : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 49/115 \n Verifying : 32:bind-license-9.9.4-18.el7_1.3.noarch 50/115 \n Verifying : nss-util-3.19.1-3.el7_1.x86_64 51/115 \n Verifying : nspr-4.10.8-1.el7_1.x86_64 52/115 \n Verifying : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 53/115 \n Verifying : sqlite-3.7.17-6.el7_1.1.x86_64 54/115 \n Verifying : nss-softokn-3.16.2.3-12.el7_1.x86_64 55/115 \n Verifying : openssh-6.6.1p1-12.el7_1.x86_64 56/115 \n Verifying : libxml2-2.9.1-5.el7_1.2.x86_64 57/115 \n Verifying : libblkid-2.23.2-22.el7_1.1.x86_64 58/115 \n Verifying : 32:bind-license-9.9.4-18.el7.noarch 59/115 \n Verifying : 7:device-mapper-event-1.02.93-3.el7.x86_64 60/115 \n Verifying : nspr-4.10.6-3.el7.x86_64 61/115 \n Verifying : 7:device-mapper-event-libs-1.02.93-3.el7.x86_64 62/115 \n Verifying : trousers-0.3.11.2-3.el7.x86_64 63/115 \n Verifying : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 64/115 \n Verifying : selinux-policy-targeted-3.13.1-23.el7.noarch 65/115 \n Verifying : 32:bind-libs-lite-9.9.4-18.el7.x86_64 66/115 \n Verifying : util-linux-2.23.2-21.el7.x86_64 67/115 \n Verifying : systemd-sysv-208-20.el7.x86_64 68/115 \n Verifying : systemd-libs-208-20.el7.x86_64 69/115 \n Verifying : dracut-config-rescue-033-240.el7.x86_64 70/115 \n Verifying : binutils-2.23.52.0.1-30.el7.x86_64 71/115 \n Verifying : kexec-tools-2.0.7-19.el7.x86_64 72/115 \n Verifying : sqlite-3.7.17-4.el7.x86_64 73/115 \n Verifying : dracut-033-240.el7.x86_64 74/115 \n Verifying : nss-softokn-3.16.2.3-9.el7.x86_64 75/115 \n Verifying : 1:NetworkManager-libnm-1.0.0-14.git20150121.b4ea599c.e 76/115 \n Verifying : kernel-tools-3.10.0-229.el7.x86_64 77/115 \n Verifying : 7:lvm2-2.02.115-3.el7.x86_64 78/115 \n Verifying : 1:openssl-1.0.1e-42.el7.x86_64 79/115 \n Verifying : systemd-208-20.el7.x86_64 80/115 \n Verifying : ca-certificates-2014.1.98-72.el7.noarch 81/115 \n Verifying : tzdata-2015a-1.el7.noarch 82/115 \n Verifying : libmount-2.23.2-21.el7.x86_64 83/115 \n Verifying : 7:lvm2-libs-2.02.115-3.el7.x86_64 84/115 \n Verifying : centos-logos-70.0.6-1.el7.centos.noarch 85/115 \n Verifying : libgcrypt-1.5.3-12.el7.x86_64 86/115 \n Verifying : openssh-server-6.6.1p1-11.el7.x86_64 87/115 \n Verifying : python-libs-2.7.5-16.el7.x86_64 88/115 \n Verifying : nss-util-3.16.2.3-2.el7.x86_64 89/115 \n Verifying : nss-3.16.2.3-5.el7.x86_64 90/115 \n Verifying : dracut-network-033-240.el7.x86_64 91/115 \n Verifying : iputils-20121221-6.el7.x86_64 92/115 \n Verifying : libgudev1-208-20.el7.x86_64 93/115 \n Verifying : 1:wpa_supplicant-2.0-13.el7_0.x86_64 94/115 \n Verifying : libblkid-2.23.2-21.el7.x86_64 95/115 \n Verifying : libuser-0.60-5.el7.x86_64 96/115 \n Verifying : dnsmasq-2.66-12.el7.x86_64 97/115 \n Verifying : selinux-policy-3.13.1-23.el7.noarch 98/115 \n Verifying : 7:device-mapper-1.02.93-3.el7.x86_64 99/115 \n Verifying : openssh-6.6.1p1-11.el7.x86_64 100/115 \n Verifying : 1:openssl-libs-1.0.1e-42.el7.x86_64 101/115 \n Verifying : hwdata-0.252-7.5.el7.noarch 102/115 \n Verifying : 7:device-mapper-libs-1.02.93-3.el7.x86_64 103/115 \n Verifying : openssh-clients-6.6.1p1-11.el7.x86_64 104/115 \n Verifying : libuuid-2.23.2-21.el7.x86_64 105/115 \n Verifying : python-2.7.5-16.el7.x86_64 106/115 \n Verifying : nss-tools-3.16.2.3-5.el7.x86_64 107/115 \n Verifying : pam-1.1.8-12.el7.x86_64 108/115 \n Verifying : libxml2-2.9.1-5.el7_0.1.x86_64 109/115 \n Verifying : nss-sysinit-3.16.2.3-5.el7.x86_64 110/115 \n Verifying : kernel-tools-libs-3.10.0-229.el7.x86_64 111/115 \n Verifying : freetype-2.4.11-9.el7.x86_64 112/115 \n Verifying : 14:libpcap-1.5.3-3.el7_0.1.x86_64 113/115 \n Verifying : 2:irqbalance-1.0.7-1.el7.x86_64 114/115 \n Verifying : numactl-libs-2.0.9-4.el7.x86_64 115/115 \n\nInstalled:\n kernel.x86_64 0:3.10.0-229.11.1.el7 \n\nUpdated:\n NetworkManager-libnm.x86_64 1:1.0.0-16.git20150121.b4ea599c.el7_1 \n bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 \n bind-license.noarch 32:9.9.4-18.el7_1.3 \n binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 \n ca-certificates.noarch 0:2015.2.4-70.0.el7_1 \n centos-logos.noarch 0:70.0.6-2.el7.centos \n device-mapper.x86_64 7:1.02.93-3.el7_1.1 \n device-mapper-event.x86_64 7:1.02.93-3.el7_1.1 \n device-mapper-event-libs.x86_64 7:1.02.93-3.el7_1.1 \n device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 \n dnsmasq.x86_64 0:2.66-14.el7_1 \n dracut.x86_64 0:033-241.el7_1.5 \n dracut-config-rescue.x86_64 0:033-241.el7_1.5 \n dracut-network.x86_64 0:033-241.el7_1.5 \n freetype.x86_64 0:2.4.11-10.el7_1.1 \n hwdata.x86_64 0:0.252-7.8.el7_1 \n iputils.x86_64 0:20121221-6.el7_1.1 \n irqbalance.x86_64 2:1.0.7-2.el7_1 \n kernel-tools.x86_64 0:3.10.0-229.11.1.el7 \n kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 \n kexec-tools.x86_64 0:2.0.7-19.el7_1.2 \n libblkid.x86_64 0:2.23.2-22.el7_1.1 \n libgcrypt.x86_64 0:1.5.3-12.el7_1.1 \n libgudev1.x86_64 0:208-20.el7_1.5 \n libmount.x86_64 0:2.23.2-22.el7_1.1 \n libpcap.x86_64 14:1.5.3-4.el7_1.2 \n libuser.x86_64 0:0.60-7.el7_1 \n libuuid.x86_64 0:2.23.2-22.el7_1.1 \n libxml2.x86_64 0:2.9.1-5.el7_1.2 \n lvm2.x86_64 7:2.02.115-3.el7_1.1 \n lvm2-libs.x86_64 7:2.02.115-3.el7_1.1 \n nspr.x86_64 0:4.10.8-1.el7_1 \n nss.x86_64 0:3.19.1-5.el7_1 \n nss-softokn.x86_64 0:3.16.2.3-12.el7_1 \n nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 \n nss-sysinit.x86_64 0:3.19.1-5.el7_1 \n nss-tools.x86_64 0:3.19.1-5.el7_1 \n nss-util.x86_64 0:3.19.1-3.el7_1 \n numactl-libs.x86_64 0:2.0.9-5.el7_1 \n openssh.x86_64 0:6.6.1p1-12.el7_1 \n openssh-clients.x86_64 0:6.6.1p1-12.el7_1 \n openssh-server.x86_64 0:6.6.1p1-12.el7_1 \n openssl.x86_64 1:1.0.1e-42.el7.9 \n openssl-libs.x86_64 1:1.0.1e-42.el7.9 \n pam.x86_64 0:1.1.8-12.el7_1.1 \n python.x86_64 0:2.7.5-18.el7_1.1 \n python-libs.x86_64 0:2.7.5-18.el7_1.1 \n selinux-policy.noarch 0:3.13.1-23.el7_1.13 \n selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 \n sqlite.x86_64 0:3.7.17-6.el7_1.1 \n systemd.x86_64 0:208-20.el7_1.5 \n systemd-libs.x86_64 0:208-20.el7_1.5 \n systemd-sysv.x86_64 0:208-20.el7_1.5 \n trousers.x86_64 0:0.3.11.2-4.el7_1 \n tzdata.noarch 0:2015f-1.el7 \n util-linux.x86_64 0:2.23.2-22.el7_1.1 \n wpa_supplicant.x86_64 1:2.0-17.el7_1 \n\nComplete!\n"]} | |
msg: | |
TASK: [Find if a new kernel was installed] ************************************ | |
[[ previous task time: 0:03:34.673597 = 214.67s / 559.95s ]] | |
<whayutin-centos> REMOTE_MODULE command find /boot/ -anewer /proc/1/stat -name 'initramfs*' | egrep ".*" #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "find /boot/ -anewer /proc/1/stat -name 'initramfs*' | egrep \".*\"", "delta": "0:00:00.097553", "end": "2015-08-19 23:31:49.245092", "rc": 0, "start": "2015-08-19 23:31:49.147539", "stderr": "", "stdout": "/boot/initramfs-3.10.0-229.el7.x86_64kdump.img\n/boot/initramfs-3.10.0-229.11.1.el7.x86_64.img", "warnings": []} | |
cmd: | |
find /boot/ -anewer /proc/1/stat -name 'initramfs*' | egrep ".*" | |
start: | |
2015-08-19 23:31:49.147539 | |
end: | |
2015-08-19 23:31:49.245092 | |
delta: | |
0:00:00.097553 | |
stdout: | |
/boot/initramfs-3.10.0-229.el7.x86_64kdump.img | |
/boot/initramfs-3.10.0-229.11.1.el7.x86_64.img | |
stderr: | |
TASK: [reboot host] *********************************************************** | |
[[ previous task time: 0:00:03.217438 = 3.22s / 563.17s ]] | |
<127.0.0.1> REMOTE_MODULE wait_for_ssh reboot_first=true host="whayutin-centos" user="root" ssh_opts="-F ../../../ssh.config.ansible" key="/home/whayutin/.ssh/id_rsa" timeout=900 sudo=false | |
changed: [host0 -> 127.0.0.1] => {"changed": true, "rc": 0, "stderr": "", "stdout": "Fetching original boottime of host whayutin-centos with cat /proc/uptime; echo \"boottime=$(( $(date +%s) - $(cat /proc/uptime | sed s/[.].*//) ))\"...\nRebooting host whayutin-centos with nohup bash -c 'sleep 1; shutdown -r now' < /dev/null &>> /tmp/w4s.log...\nGoing to wait for reboot, which means boottime > Wed Aug 19 21:05:33 UTC 2015.\nReached whayutin-centos, 1-time(s) from 3, after waiting for 9 retries / 47s, boottime: Wed Aug 19 23:32:21 UTC 2015\nReached whayutin-centos, 2-time(s) from 3, after waiting for 10 retries / 49s, boottime: Wed Aug 19 23:32:21 UTC 2015\nReached whayutin-centos, 3-time(s) from 3, after waiting for 11 retries / 50s, boottime: Wed Aug 19 23:32:21 UTC 2015"} | |
stdout: | |
Fetching original boottime of host whayutin-centos with cat /proc/uptime; echo "boottime=$(( $(date +%s) - $(cat /proc/uptime | sed s/[.].*//) ))"... | |
Rebooting host whayutin-centos with nohup bash -c 'sleep 1; shutdown -r now' < /dev/null &>> /tmp/w4s.log... | |
Going to wait for reboot, which means boottime > Wed Aug 19 21:05:33 UTC 2015. | |
Reached whayutin-centos, 1-time(s) from 3, after waiting for 9 retries / 47s, boottime: Wed Aug 19 23:32:21 UTC 2015 | |
Reached whayutin-centos, 2-time(s) from 3, after waiting for 10 retries / 49s, boottime: Wed Aug 19 23:32:21 UTC 2015 | |
Reached whayutin-centos, 3-time(s) from 3, after waiting for 11 retries / 50s, boottime: Wed Aug 19 23:32:21 UTC 2015 | |
stderr: | |
PLAY [Create the stack user on the virthost] ********************************** | |
[[ previous play time: 0:04:43.484114 = 283.48s / 617.34s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [create user] *********************************************************** | |
[[ previous task time: 0:00:58.861872 = 58.86s / 622.03s ]] | |
<whayutin-centos> REMOTE_MODULE user name="stack" state=present password=VALUE_HIDDEN | |
changed: [host0] => {"changed": true, "comment": "", "createhome": true, "group": 1000, "home": "/home/stack", "name": "stack", "password": "NOT_LOGGING_PASSWORD", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000} | |
TASK: [copy the .bash_profile file] ******************************************* | |
[[ previous task time: 0:00:04.601010 = 4.60s / 626.63s ]] | |
<whayutin-centos> REMOTE_MODULE command cp /root/.bash_profile /home/stack/ | |
changed: [host0] => {"changed": true, "cmd": ["cp", "/root/.bash_profile", "/home/stack/"], "delta": "0:00:00.014999", "end": "2015-08-19 23:32:56.009035", "rc": 0, "start": "2015-08-19 23:32:55.994036", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
[u'cp', u'/root/.bash_profile', u'/home/stack/'] | |
start: | |
2015-08-19 23:32:55.994036 | |
end: | |
2015-08-19 23:32:56.009035 | |
delta: | |
0:00:00.014999 | |
stdout: | |
stderr: | |
TASK: [create .ssh dir] ******************************************************* | |
[[ previous task time: 0:00:03.276602 = 3.28s / 629.91s ]] | |
<whayutin-centos> REMOTE_MODULE file path=/home/stack/.ssh mode=0700 owner=stack group=stack state=directory | |
changed: [host0] => {"changed": true, "gid": 1000, "group": "stack", "mode": "0700", "owner": "stack", "path": "/home/stack/.ssh", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 6, "state": "directory", "uid": 1000} | |
TASK: [copy the authorized_keys file] ***************************************** | |
[[ previous task time: 0:00:03.194035 = 3.19s / 633.10s ]] | |
<whayutin-centos> REMOTE_MODULE command cp /root/.ssh/authorized_keys /home/stack/.ssh/ | |
changed: [host0] => {"changed": true, "cmd": ["cp", "/root/.ssh/authorized_keys", "/home/stack/.ssh/"], "delta": "0:00:00.005428", "end": "2015-08-19 23:33:02.407191", "rc": 0, "start": "2015-08-19 23:33:02.401763", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
[u'cp', u'/root/.ssh/authorized_keys', u'/home/stack/.ssh/'] | |
start: | |
2015-08-19 23:33:02.401763 | |
end: | |
2015-08-19 23:33:02.407191 | |
delta: | |
0:00:00.005428 | |
stdout: | |
stderr: | |
TASK: [set file permissions on authorized_hosts] ****************************** | |
[[ previous task time: 0:00:03.203853 = 3.20s / 636.31s ]] | |
<whayutin-centos> REMOTE_MODULE file path=/home/stack/.ssh/authorized_keys mode=0600 owner=stack group=stack | |
changed: [host0] => {"changed": true, "gid": 1000, "group": "stack", "mode": "0600", "owner": "stack", "path": "/home/stack/.ssh/authorized_keys", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 2882, "state": "file", "uid": 1000} | |
TASK: [add user to sudoers] *************************************************** | |
[[ previous task time: 0:00:03.299482 = 3.30s / 639.61s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/sudoers line="stack ALL=(root) NOPASSWD:ALL" | |
changed: [host0] => {"backup": "", "changed": true, "msg": "line added"} | |
msg: | |
line added | |
TASK: [set fact for the stack user home] ************************************** | |
[[ previous task time: 0:00:03.271943 = 3.27s / 642.88s ]] | |
ok: [host0] => {"ansible_facts": {"instack_user_home": "/home/stack"}} | |
PLAY [Group all hosts in gate if we are gating] ******************************* | |
[[ previous play time: 0:00:25.587074 = 25.59s / 642.93s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [localhost] | |
ok: [host0] | |
TASK: [group_by key=gate-instack-undercloud] ********************************** | |
[[ previous task time: 0:00:04.043280 = 4.04s / 646.92s ]] | |
skipping: [localhost] | |
TASK: [group_by key=gate-oscplugin] ******************************************* | |
[[ previous task time: 0:00:00.010118 = 0.01s / 646.93s ]] | |
skipping: [localhost] | |
TASK: [Set the gating_repo fact] ********************************************** | |
[[ previous task time: 0:00:00.010086 = 0.01s / 646.94s ]] | |
skipping: [host0] | |
skipping: [localhost] | |
PLAY [Gate instack-undercloud] ************************************************ | |
[[ previous play time: 0:00:04.047586 = 4.05s / 646.98s ]] | |
skipping: no hosts matched | |
PLAY [Gate python-rdomanager-oscplugin] *************************************** | |
[[ previous play time: 0:00:00.001913 = 0.00s / 646.98s ]] | |
skipping: no hosts matched | |
PLAY [setup the virt host] **************************************************** | |
[[ previous play time: 0:00:00.000693 = 0.00s / 646.98s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [set fact stack user home] ********************************************** | |
[[ previous task time: 0:00:03.955574 = 3.96s / 650.90s ]] | |
ok: [host0] => {"ansible_facts": {"instack_user_home": "/home/stack"}} | |
TASK: [get the guest-image] *************************************************** | |
[[ previous task time: 0:00:00.011515 = 0.01s / 650.91s ]] | |
<whayutin-centos> REMOTE_MODULE get_url url="http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2" dest=/root/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 | |
changed: [host0] => {"changed": true, "checksum": "9a35cc8ebc976f5f8b4b150dfd17878cd3bb991e", "dest": "/root/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2", "gid": 0, "group": "root", "md5sum": "c26f04a69c1229279f518c83858e36fe", "mode": "0644", "msg": "OK (343368704 bytes)", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "sha256sum": "", "size": 343368704, "src": "/tmp/tmp7_9WwM", "state": "file", "uid": 0, "url": "http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2"} | |
msg: | |
OK (343368704 bytes) | |
TASK: [copy the guest-image in stack user home] ******************************* | |
[[ previous task time: 0:00:52.213896 = 52.21s / 703.12s ]] | |
<whayutin-centos> REMOTE_MODULE command cp /root/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 /home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 | |
changed: [host0] => {"changed": true, "cmd": ["cp", "/root/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2", "/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2"], "delta": "0:00:00.370412", "end": "2015-08-19 23:34:12.781010", "rc": 0, "start": "2015-08-19 23:34:12.410598", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
[u'cp', u'/root/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2', u'/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2'] | |
start: | |
2015-08-19 23:34:12.410598 | |
end: | |
2015-08-19 23:34:12.781010 | |
delta: | |
0:00:00.370412 | |
stdout: | |
stderr: | |
TASK: [set the right permissions for the guest-image] ************************* | |
[[ previous task time: 0:00:03.590697 = 3.59s / 706.72s ]] | |
<whayutin-centos> REMOTE_MODULE file path=/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 owner=stack group=stack | |
changed: [host0] => {"changed": true, "gid": 1000, "group": "stack", "mode": "0644", "owner": "stack", "path": "/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 343368704, "state": "file", "uid": 1000} | |
TASK: [install python-rdomanager-oscplugin] *********************************** | |
[[ previous task time: 0:00:03.168555 = 3.17s / 709.88s ]] | |
<whayutin-centos> REMOTE_MODULE yum name=python-rdomanager-oscplugin state=present | |
changed: [host0] => {"changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package python-rdomanager-oscplugin.noarch 0:0.0.9-dev128.el7.centos will be installed\n--> Processing Dependency: tripleo-common for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: sos for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: python-openstackclient for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: python-ironicclient for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: python-ironic-discoverd for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: instack-undercloud for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Processing Dependency: instack for package: python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.noarch\n--> Running transaction check\n---> Package instack.noarch 0:0.0.8-dev1.el7.centos will be installed\n--> Processing Dependency: diskimage-builder for package: instack-0.0.8-dev1.el7.centos.noarch\n---> Package instack-undercloud.noarch 0:2.1.3-dev112.el7.centos will be installed\n--> Processing Dependency: policycoreutils-python for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n--> Processing Dependency: openstack-tripleo-puppet-elements for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n--> Processing Dependency: openstack-tripleo-image-elements for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n--> Processing Dependency: openstack-tripleo-heat-templates for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n--> Processing Dependency: openstack-tripleo for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n--> Processing Dependency: openstack-heat-templates for package: instack-undercloud-2.1.3-dev112.el7.centos.noarch\n---> Package python-ironic-discoverd.noarch 0:1.1.0-0.99.20150615.1450git.el7.centos will be installed\n--> Processing Dependency: python-stevedore for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-six for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-requests for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-oslo-utils for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-oslo-i18n for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-oslo-config for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-keystonemiddleware for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-keystoneclient for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-hardware for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-flask for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-eventlet for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-cliff for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n--> Processing Dependency: python-babel for package: python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el7.centos.noarch\n---> Package python-ironicclient.noarch 0:0.5.2-dev12.el7.centos will be installed\n--> Processing Dependency: python-prettytable for package: python-ironicclient-0.5.2-dev12.el7.centos.noarch\n--> Processing Dependency: python-lxml for package: python-ironicclient-0.5.2-dev12.el7.centos.noarch\n--> Processing Dependency: python-httplib2 for package: python-ironicclient-0.5.2-dev12.el7.centos.noarch\n--> Processing Dependency: python-anyjson for package: python-ironicclient-0.5.2-dev12.el7.centos.noarch\n---> Package python-openstackclient.noarch 0:1.0.5-dev2.el7.centos will be installed\n--> Processing Dependency: python-pbr for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-oslo-serialization for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-novaclient for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-neutronclient for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-glanceclient for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-crypto for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n--> Processing Dependency: python-cinderclient for package: python-openstackclient-1.0.5-dev2.el7.centos.noarch\n---> Package sos.noarch 0:3.2-15.el7.centos.5 will be installed\n--> Processing Dependency: libxml2-python for package: sos-3.2-15.el7.centos.5.noarch\n--> Processing Dependency: bzip2 for package: sos-3.2-15.el7.centos.5.noarch\n---> Package tripleo-common.noarch 0:0.0.1-dev9.el7.centos will be installed\n--> Processing Dependency: python-tuskarclient for package: tripleo-common-0.0.1-dev9.el7.centos.noarch\n--> Processing Dependency: python-heatclient for package: tripleo-common-0.0.1-dev9.el7.centos.noarch\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed\n---> Package diskimage-builder.noarch 0:0.1.47-dev3.el7.centos will be installed\n--> Processing Dependency: qemu-img for package: diskimage-builder-0.1.47-dev3.el7.centos.noarch\n--> Processing Dependency: dib-utils for package: diskimage-builder-0.1.47-dev3.el7.centos.noarch\n--> Processing Dependency: PyYAML for package: diskimage-builder-0.1.47-dev3.el7.centos.noarch\n---> Package libxml2-python.x86_64 0:2.9.1-5.el7_1.2 will be installed\n---> Package openstack-heat-templates.noarch 0:0.0.0-post350.el7.centos will be installed\n---> Package openstack-tripleo.noarch 0:0.0.1-dev1752.el7.centos will be installed\n--> Processing Dependency: jq for package: openstack-tripleo-0.0.1-dev1752.el7.centos.noarch\n---> Package openstack-tripleo-heat-templates.noarch 0:0.8.7-dev185.el7.centos will be installed\n---> Package openstack-tripleo-image-elements.noarch 0:0.9.7-dev20.el7.centos will be installed\n---> Package openstack-tripleo-puppet-elements.noarch 0:0.0.2-dev6.el7.centos will be installed\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be installed\n--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-15.el7.x86_64\n---> Package python-anyjson.noarch 0:0.3.3-3.el7 will be installed\n---> Package python-babel.noarch 0:1.3-6.el7 will be installed\n--> Processing Dependency: pytz for package: python-babel-1.3-6.el7.noarch\n---> Package python-cinderclient.noarch 0:1.1.3-dev2.el7.centos will be installed\n--> Processing Dependency: python-simplejson for package: python-cinderclient-1.1.3-dev2.el7.centos.noarch\n---> Package python-cliff.noarch 0:1.10.0-2.el7 will be installed\n--> Processing Dependency: python-cmd2 >= 0.6.7 for package: python-cliff-1.10.0-2.el7.noarch\n---> Package python-crypto.x86_64 0:2.6.1-1.el7.centos will be installed\n---> Package python-eventlet.noarch 0:0.17.3-1.el7 will be installed\n--> Processing Dependency: python-greenlet for package: python-eventlet-0.17.3-1.el7.noarch\n---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed\n--> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch\n--> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch\n--> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch\n---> Package python-glanceclient.noarch 1:0.17.3-dev2.el7.centos will be installed\n--> Processing Dependency: python-warlock for package: 1:python-glanceclient-0.17.3-dev2.el7.centos.noarch\n--> Processing Dependency: pyOpenSSL for package: 1:python-glanceclient-0.17.3-dev2.el7.centos.noarch\n---> Package python-hardware.noarch 0:0.14.1-dev1.el7.centos will be installed\n--> Processing Dependency: sysbench for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: python-ptyprocess for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: python-pandas for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: python-netaddr for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: python-ipaddr for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: pexpect for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n--> Processing Dependency: fio for package: python-hardware-0.14.1-dev1.el7.centos.noarch\n---> Package python-heatclient.noarch 0:0.6.0-0.99.20150604.1625git.el7.centos will be installed\n--> Processing Dependency: python-iso8601 for package: python-heatclient-0.6.0-0.99.20150604.1625git.el7.centos.noarch\n---> Package python-httplib2.noarch 0:0.7.7-3.el7 will be installed\n---> Package python-keystoneclient.noarch 1:1.3.3-dev2.el7.centos will be installed\n--> Processing Dependency: python-webob for package: 1:python-keystoneclient-1.3.3-dev2.el7.centos.noarch\n--> Processing Dependency: python-keyring for package: 1:python-keystoneclient-1.3.3-dev2.el7.centos.noarch\n---> Package python-keystonemiddleware.noarch 0:1.5.3-dev3.el7.centos will be installed\n---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.9)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.26)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.2)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n--> Processing Dependency: libexslt.so.0()(64bit) for package: python-lxml-3.2.1-4.el7.x86_64\n---> Package python-neutronclient.noarch 0:2.4.1-dev5.el7.centos will be installed\n--> Processing Dependency: pyparsing for package: python-neutronclient-2.4.1-dev5.el7.centos.noarch\n---> Package python-novaclient.noarch 1:2.20.0-post186.el7.centos will be installed\n---> Package python-oslo-config.noarch 2:1.9.4-dev3.el7.centos will be installed\n---> Package python-oslo-i18n.noarch 0:1.5.1-dev3.el7.centos will be installed\n---> Package python-oslo-serialization.noarch 0:1.4.0-post2.el7.centos will be installed\n--> Processing Dependency: python-msgpack >= 0.4.0 for package: python-oslo-serialization-1.4.0-post2.el7.centos.noarch\n---> Package python-oslo-utils.noarch 0:1.4.1-dev3.el7.centos will be installed\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python-oslo-utils-1.4.1-dev3.el7.centos.noarch\n--> Processing Dependency: python-debtcollector >= 0.3.0 for package: python-oslo-utils-1.4.1-dev3.el7.centos.noarch\n---> Package python-pbr.noarch 0:0.11.0-1.el7 will be installed\n---> Package python-prettytable.noarch 0:0.7.2-2.el7.centos will be installed\n---> Package python-requests.noarch 0:2.7.0-1.el7 will be installed\n--> Processing Dependency: python-urllib3 >= 1.10 for package: python-requests-2.7.0-1.el7.noarch\n---> Package python-six.noarch 0:1.9.0-1.el7 will be installed\n---> Package python-stevedore.noarch 0:1.3.0-post2.el7.centos will be installed\n---> Package python-tuskarclient.noarch 0:0.1.19-dev16.el7.centos will be installed\n--> Running transaction check\n---> Package PyYAML.x86_64 0:3.10-11.el7 will be installed\n--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.10-11.el7.x86_64\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed\n---> Package dib-utils.noarch 0:0.0.9-1.el7 will be installed\n---> Package fio.x86_64 0:2.2.8-1.el7 will be installed\n--> Processing Dependency: librbd.so.1()(64bit) for package: fio-2.2.8-1.el7.x86_64\n--> Processing Dependency: librados.so.2()(64bit) for package: fio-2.2.8-1.el7.x86_64\n---> Package jq.x86_64 0:1.3-2.el7 will be installed\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed\n---> Package libsemanage-python.x86_64 0:2.1.10-16.el7 will be installed\n---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed\n---> Package pexpect.noarch 0:2.3-11.el7 will be installed\n---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed\n---> Package pyparsing.noarch 0:2.0.3-1.el7 will be installed\n---> Package python-IPy.noarch 0:0.75-6.el7 will be installed\n---> Package python-cmd2.noarch 0:0.6.7-5.el7 will be installed\n---> Package python-debtcollector.noarch 0:0.3.0-3.el7 will be installed\n--> Processing Dependency: python-wrapt for package: python-debtcollector-0.3.0-3.el7.noarch\n---> Package python-greenlet.x86_64 0:0.4.2-3.el7 will be installed\n---> Package python-ipaddr.noarch 0:2.1.9-5.el7 will be installed\n---> Package python-iso8601.noarch 0:0.1.10-1.el7 will be installed\n---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed\n---> Package python-jinja2.noarch 0:2.7.2-2.el7 will be installed\n--> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-2.el7.noarch\n---> Package python-keyring.noarch 0:5.0-1.el7 will be installed\n---> Package python-msgpack.x86_64 0:0.4.6-1.el7 will be installed\n---> Package python-netaddr.noarch 0:0.7.12-1.el7 will be installed\n---> Package python-netifaces.x86_64 0:0.10.4-1.el7 will be installed\n---> Package python-pandas.x86_64 0:0.16.2-1.el7 will be installed\n--> Processing Dependency: scipy for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: python-tables for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: python-numexpr for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: python-matplotlib for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: python-dateutil for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: python-Bottleneck for package: python-pandas-0.16.2-1.el7.x86_64\n--> Processing Dependency: numpy for package: python-pandas-0.16.2-1.el7.x86_64\n---> Package python-ptyprocess.noarch 0:0.5-1.el7 will be installed\n---> Package python-simplejson.x86_64 0:3.3.3-1.el7 will be installed\n---> Package python-urllib3.noarch 0:1.10.4-1.20150503gita91975b.el7 will be installed\n---> Package python-warlock.noarch 0:1.0.1-1.el7 will be installed\n--> Processing Dependency: python-jsonschema for package: python-warlock-1.0.1-1.el7.noarch\n--> Processing Dependency: python-jsonpatch for package: python-warlock-1.0.1-1.el7.noarch\n---> Package python-webob.noarch 0:1.2.3-6.el7 will be installed\n---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed\n---> Package pytz.noarch 0:2012d-5.el7 will be installed\n---> Package qemu-img.x86_64 10:1.5.3-86.el7_1.5 will be installed\n--> Processing Dependency: libiscsi.so.2()(64bit) for package: 10:qemu-img-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libgfxdr.so.0()(64bit) for package: 10:qemu-img-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libgfrpc.so.0()(64bit) for package: 10:qemu-img-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libgfapi.so.0()(64bit) for package: 10:qemu-img-1.5.3-86.el7_1.5.x86_64\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed\n---> Package sysbench.x86_64 0:0.4.12-12.el7 will be installed\n--> Processing Dependency: libpq.so.5()(64bit) for package: sysbench-0.4.12-12.el7.x86_64\n--> Running transaction check\n---> Package glusterfs-api.x86_64 0:3.6.0.29-2.el7 will be installed\n--> Processing Dependency: glusterfs = 3.6.0.29-2.el7 for package: glusterfs-api-3.6.0.29-2.el7.x86_64\n---> Package glusterfs-libs.x86_64 0:3.6.0.29-2.el7 will be installed\n--> Processing Dependency: rsyslog-mmjsonparse for package: glusterfs-libs-3.6.0.29-2.el7.x86_64\n---> Package libiscsi.x86_64 0:1.9.0-6.el7 will be installed\n---> Package librados2.x86_64 1:0.80.7-2.el7 will be installed\n--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 1:librados2-0.80.7-2.el7.x86_64\n--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 1:librados2-0.80.7-2.el7.x86_64\n---> Package librbd1.x86_64 1:0.80.7-2.el7 will be installed\n---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be installed\n---> Package numpy.x86_64 1:1.7.1-10.el7 will be installed\n--> Processing Dependency: python-nose for package: 1:numpy-1.7.1-10.el7.x86_64\n--> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64\n--> Processing Dependency: libquadmath.so.0()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64\n--> Processing Dependency: liblapack.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64\n--> Processing Dependency: libgfortran.so.3()(64bit) for package: 1:numpy-1.7.1-10.el7.x86_64\n---> Package postgresql-libs.x86_64 0:9.2.13-1.el7_1 will be installed\n---> Package python-Bottleneck.x86_64 0:0.7.0-1.el7 will be installed\n---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package python-jsonpatch.noarch 0:1.2-3.el7.centos will be installed\n--> Processing Dependency: python-jsonpointer for package: python-jsonpatch-1.2-3.el7.centos.noarch\n---> Package python-jsonschema.noarch 0:2.3.0-1.el7 will be installed\n---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed\n---> Package python-matplotlib.x86_64 0:1.2.0-15.el7 will be installed\n--> Processing Dependency: stix-fonts for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: pygtk2 for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: pycairo for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: dvipng for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: dejavu-sans-fonts for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libpng15.so.15()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libfontconfig.so.1()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libcairo.so.2()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n--> Processing Dependency: libagg.so.2()(64bit) for package: python-matplotlib-1.2.0-15.el7.x86_64\n---> Package python-numexpr.x86_64 0:2.3-4.el7 will be installed\n---> Package python-tables.x86_64 0:3.2.0-1.el7 will be installed\n--> Processing Dependency: libhdf5.so.8()(64bit) for package: python-tables-3.2.0-1.el7.x86_64\n--> Processing Dependency: libblosc.so.1()(64bit) for package: python-tables-3.2.0-1.el7.x86_64\n---> Package python-wrapt.x86_64 0:1.10.4-6.el7 will be installed\n---> Package scipy.x86_64 0:0.12.1-3.el7 will be installed\n--> Processing Dependency: f2py for package: scipy-0.12.1-3.el7.x86_64\n--> Processing Dependency: libumfpack.so.5()(64bit) for package: scipy-0.12.1-3.el7.x86_64\n--> Processing Dependency: libamd.so.2()(64bit) for package: scipy-0.12.1-3.el7.x86_64\n--> Running transaction check\n---> Package agg.x86_64 0:2.5-18.el7 will be installed\n--> Processing Dependency: libX11.so.6()(64bit) for package: agg-2.5-18.el7.x86_64\n--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: agg-2.5-18.el7.x86_64\n---> Package atk.x86_64 0:2.8.0-4.el7 will be installed\n---> Package atlas.x86_64 0:3.10.1-7.el7 will be installed\n---> Package blosc.x86_64 0:1.6.1-1.el7 will be installed\n--> Processing Dependency: liblz4.so.1()(64bit) for package: blosc-1.6.1-1.el7.x86_64\n---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed\n---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed\n---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed\n--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64\n---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed\n--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch\n---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed\n--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64\n---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed\n--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64\n--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64\n--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.28.2-4.el7.x86_64\n---> Package glusterfs.x86_64 0:3.6.0.29-2.el7 will be installed\n---> Package gtk2.x86_64 0:2.24.22-5.el7_0.1 will be installed\n--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.22-5.el7_0.1.x86_64\n---> Package hdf5.x86_64 0:1.8.13-7.el7 will be installed\n---> Package lapack.x86_64 0:3.4.2-4.el7 will be installed\n--> Processing Dependency: libblas.so.3()(64bit) for package: lapack-3.4.2-4.el7.x86_64\n---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed\n---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed\n---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed\n---> Package numpy-f2py.x86_64 1:1.7.1-10.el7 will be installed\n--> Processing Dependency: python-devel for package: 1:numpy-f2py-1.7.1-10.el7.x86_64\n---> Package pango.x86_64 0:1.34.1-5.el7 will be installed\n--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64\n--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64\n--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64\n--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64\n--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64\n---> Package pycairo.x86_64 0:1.8.10-8.el7 will be installed\n---> Package pygtk2.x86_64 0:2.24.0-9.el7 will be installed\n--> Processing Dependency: pygobject2 for package: pygtk2-2.24.0-9.el7.x86_64\n---> Package python-jsonpointer.noarch 0:1.0-3.el7 will be installed\n---> Package python-nose.noarch 0:1.3.4-1.el7 will be installed\n---> Package rsyslog-mmjsonparse.x86_64 0:7.4.7-7.el7_0 will be installed\n---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed\n---> Package suitesparse.x86_64 0:4.0.2-10.el7 will be installed\n--> Processing Dependency: libtbbmalloc.so.2()(64bit) for package: suitesparse-4.0.2-10.el7.x86_64\n--> Processing Dependency: libtbb.so.2()(64bit) for package: suitesparse-4.0.2-10.el7.x86_64\n---> Package texlive-dvipng-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 will be installed\n--> Processing Dependency: texlive-kpathsea-lib = 2:2012-32.20130427_r30134.el7 for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Processing Dependency: texlive-base for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Processing Dependency: tex-dvipng for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Processing Dependency: libt1.so.5()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Processing Dependency: libkpathsea.so.6()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Processing Dependency: libgd.so.2()(64bit) for package: 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7.x86_64\n--> Running transaction check\n---> Package SDL.x86_64 0:1.2.15-11.el7 will be installed\n---> Package blas.x86_64 0:3.4.2-4.el7 will be installed\n---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed\n---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed\n---> Package gd.x86_64 0:2.0.35-26.el7 will be installed\n--> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-26.el7.x86_64\n---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed\n--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64\n---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed\n---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed\n---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed\n--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64\n---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed\n---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed\n---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed\n---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed\n---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed\n---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed\n---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed\n---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed\n---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed\n---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed\n---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed\n--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64\n---> Package libxcb.x86_64 0:1.9-5.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64\n---> Package lz4.x86_64 0:r131-1.el7 will be installed\n---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7_1.1 will be installed\n--> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7_1.1 for package: mesa-libEGL-10.2.7-5.20140910.el7_1.1.x86_64\n--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7_1.1.x86_64\n--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7_1.1.x86_64\n---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7_1.1 will be installed\n--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.2.7-5.20140910.el7_1.1.x86_64\n---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed\n---> Package pygobject2.x86_64 0:2.28.6-11.el7 will be installed\n---> Package python-devel.x86_64 0:2.7.5-18.el7_1.1 will be installed\n---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed\n---> Package tbb.x86_64 0:4.1-5.20130314.el7 will be installed\n---> Package texlive-base.noarch 2:2012-32.20130427_r30134.el7 will be installed\n---> Package texlive-dvipng.noarch 2:svn26689.1.14-32.el7 will be installed\n--> Processing Dependency: texlive-kpathsea-bin for package: 2:texlive-dvipng-svn26689.1.14-32.el7.noarch\n--> Processing Dependency: tex-kpathsea for package: 2:texlive-dvipng-svn26689.1.14-32.el7.noarch\n---> Package texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7 will be installed\n--> Running transaction check\n---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed\n---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed\n---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed\n---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7_1.1 will be installed\n---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7_1.1 will be installed\n---> Package texlive-kpathsea.noarch 2:svn28792.0-32.el7 will be installed\n---> Package texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python-rdomanager-oscplugin\n noarch 0.0.9-dev128.el7.centos delorean-rdo-management\n 102 k\nInstalling for dependencies:\n PyYAML x86_64 3.10-11.el7 base 153 k\n SDL x86_64 1.2.15-11.el7 base 204 k\n agg x86_64 2.5-18.el7 base 145 k\n atk x86_64 2.8.0-4.el7 base 233 k\n atlas x86_64 3.10.1-7.el7 base 4.5 M\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n blas x86_64 3.4.2-4.el7 base 398 k\n blosc x86_64 1.6.1-1.el7 epel 34 k\n boost-system x86_64 1.53.0-23.el7 base 39 k\n boost-thread x86_64 1.53.0-23.el7 base 56 k\n bzip2 x86_64 1.0.6-12.el7 base 52 k\n cairo x86_64 1.12.14-6.el7 base 697 k\n checkpolicy x86_64 2.1.12-6.el7 base 247 k\n dejavu-fonts-common noarch 2.33-6.el7 base 64 k\n dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M\n dib-utils noarch 0.0.9-1.el7 openstack-kilo 7.9 k\n diskimage-builder noarch 0.1.47-dev3.el7.centos delorean-rdo-management\n 237 k\n fio x86_64 2.2.8-1.el7 epel 348 k\n fontconfig x86_64 2.10.95-7.el7 base 228 k\n fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k\n gd x86_64 2.0.35-26.el7 base 146 k\n gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k\n glusterfs x86_64 3.6.0.29-2.el7 base 1.2 M\n glusterfs-api x86_64 3.6.0.29-2.el7 base 59 k\n glusterfs-libs x86_64 3.6.0.29-2.el7 base 279 k\n graphite2 x86_64 1.2.2-5.el7 base 81 k\n gtk2 x86_64 2.24.22-5.el7_0.1 base 3.4 M\n harfbuzz x86_64 0.9.20-4.el7 base 145 k\n hdf5 x86_64 1.8.13-7.el7 openstack-kilo 1.6 M\n hicolor-icon-theme noarch 0.12-7.el7 base 42 k\n instack noarch 0.0.8-dev1.el7.centos delorean-rdo-management\n 27 k\n instack-undercloud noarch 2.1.3-dev112.el7.centos delorean-rdo-management\n 111 k\n jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k\n jbigkit-libs x86_64 2.0-11.el7 base 46 k\n jq x86_64 1.3-2.el7 epel 99 k\n lapack x86_64 3.4.2-4.el7 base 5.4 M\n libX11 x86_64 1.6.0-2.1.el7 base 605 k\n libX11-common noarch 1.6.0-2.1.el7 base 181 k\n libXau x86_64 1.0.8-2.1.el7 base 29 k\n libXcomposite x86_64 0.4.4-4.1.el7 base 22 k\n libXcursor x86_64 1.1.14-2.1.el7 base 30 k\n libXdamage x86_64 1.1.4-4.1.el7 base 20 k\n libXext x86_64 1.3.2-2.1.el7 base 38 k\n libXfixes x86_64 5.0.1-2.1.el7 base 18 k\n libXft x86_64 2.3.1-5.1.el7 base 57 k\n libXi x86_64 1.7.2-2.1.el7 base 39 k\n libXinerama x86_64 1.1.3-2.1.el7 base 14 k\n libXpm x86_64 3.5.10-5.1.el7 base 52 k\n libXrandr x86_64 1.4.1-2.1.el7 base 25 k\n libXrender x86_64 0.9.8-2.1.el7 base 25 k\n libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libgfortran x86_64 4.8.3-9.el7 base 290 k\n libiscsi x86_64 1.9.0-6.el7 base 60 k\n libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k\n libpng x86_64 2:1.5.13-5.el7 base 212 k\n libquadmath x86_64 4.8.3-9.el7 base 179 k\n librados2 x86_64 1:0.80.7-2.el7 base 1.5 M\n librbd1 x86_64 1:0.80.7-2.el7 base 347 k\n libsemanage-python x86_64 2.1.10-16.el7 base 94 k\n libthai x86_64 0.1.14-9.el7 base 187 k\n libtiff x86_64 4.0.3-14.el7 base 167 k\n libxcb x86_64 1.9-5.el7 base 169 k\n libxml2-python x86_64 2.9.1-5.el7_1.2 updates 244 k\n libxslt x86_64 1.1.28-5.el7 base 242 k\n libyaml x86_64 0.1.4-11.el7_0 base 55 k\n lz4 x86_64 r131-1.el7 epel 70 k\n mesa-libEGL x86_64 10.2.7-5.20140910.el7_1.1 updates 70 k\n mesa-libGL x86_64 10.2.7-5.20140910.el7_1.1 updates 149 k\n mesa-libgbm x86_64 10.2.7-5.20140910.el7_1.1 updates 31 k\n mesa-libglapi x86_64 10.2.7-5.20140910.el7_1.1 updates 37 k\n numpy x86_64 1:1.7.1-10.el7 base 2.8 M\n numpy-f2py x86_64 1:1.7.1-10.el7 base 205 k\n openstack-heat-templates noarch 0.0.0-post350.el7.centos delorean-rdo-management\n 68 k\n openstack-tripleo noarch 0.0.1-dev1752.el7.centos delorean-rdo-management\n 70 k\n openstack-tripleo-heat-templates\n noarch 0.8.7-dev185.el7.centos delorean-rdo-management\n 102 k\n openstack-tripleo-image-elements\n noarch 0.9.7-dev20.el7.centos delorean-rdo-management\n 438 k\n openstack-tripleo-puppet-elements\n noarch 0.0.2-dev6.el7.centos delorean-rdo-management\n 29 k\n pango x86_64 1.34.1-5.el7 base 283 k\n pexpect noarch 2.3-11.el7 base 142 k\n pixman x86_64 0.32.4-3.el7 base 254 k\n policycoreutils-python x86_64 2.2.5-15.el7 base 434 k\n postgresql-libs x86_64 9.2.13-1.el7_1 updates 230 k\n pyOpenSSL x86_64 0.13.1-3.el7 base 133 k\n pycairo x86_64 1.8.10-8.el7 base 157 k\n pygobject2 x86_64 2.28.6-11.el7 base 226 k\n pygtk2 x86_64 2.24.0-9.el7 base 914 k\n pyparsing noarch 2.0.3-1.el7 openstack-kilo 99 k\n python-Bottleneck x86_64 0.7.0-1.el7 epel 864 k\n python-IPy noarch 0.75-6.el7 base 32 k\n python-anyjson noarch 0.3.3-3.el7 epel 13 k\n python-babel noarch 1.3-6.el7 openstack-kilo 2.4 M\n python-cinderclient noarch 1.1.3-dev2.el7.centos delorean-kilo 167 k\n python-cliff noarch 1.10.0-2.el7 openstack-kilo 79 k\n python-cmd2 noarch 0.6.7-5.el7 openstack-kilo 40 k\n python-crypto x86_64 2.6.1-1.el7.centos extras 470 k\n python-dateutil noarch 1.5-7.el7 base 85 k\n python-debtcollector noarch 0.3.0-3.el7 openstack-kilo 23 k\n python-devel x86_64 2.7.5-18.el7_1.1 updates 389 k\n python-eventlet noarch 0.17.3-1.el7 openstack-kilo 246 k\n python-flask noarch 1:0.10.1-4.el7 extras 204 k\n python-glanceclient noarch 1:0.17.3-dev2.el7.centos delorean-kilo 133 k\n python-greenlet x86_64 0.4.2-3.el7 extras 26 k\n python-hardware noarch 0.14.1-dev1.el7.centos delorean-rdo-management\n 4.7 M\n python-heatclient noarch 0.6.0-0.99.20150604.1625git.el7.centos\n delorean-rdo-management\n 120 k\n python-httplib2 noarch 0.7.7-3.el7 epel 70 k\n python-ipaddr noarch 2.1.9-5.el7 base 36 k\n python-ironic-discoverd noarch 1.1.0-0.99.20150615.1450git.el7.centos\n delorean-rdo-management\n 100 k\n python-ironicclient noarch 0.5.2-dev12.el7.centos delorean-rdo-management\n 183 k\n python-iso8601 noarch 0.1.10-1.el7 epel 18 k\n python-itsdangerous noarch 0.23-2.el7 extras 24 k\n python-jinja2 noarch 2.7.2-2.el7 base 515 k\n python-jsonpatch noarch 1.2-3.el7.centos extras 14 k\n python-jsonpointer noarch 1.0-3.el7 openstack-kilo 9.3 k\n python-jsonschema noarch 2.3.0-1.el7 epel 60 k\n python-keyring noarch 5.0-1.el7 epel 116 k\n python-keystoneclient noarch 1:1.3.3-dev2.el7.centos delorean-kilo 565 k\n python-keystonemiddleware\n noarch 1.5.3-dev3.el7.centos delorean-kilo 80 k\n python-lxml x86_64 3.2.1-4.el7 base 758 k\n python-markupsafe x86_64 0.11-10.el7 base 25 k\n python-matplotlib x86_64 1.2.0-15.el7 base 26 M\n python-msgpack x86_64 0.4.6-1.el7 epel 73 k\n python-netaddr noarch 0.7.12-1.el7 openstack-kilo 1.3 M\n python-netifaces x86_64 0.10.4-1.el7 openstack-kilo 17 k\n python-neutronclient noarch 2.4.1-dev5.el7.centos delorean-kilo 171 k\n python-nose noarch 1.3.4-1.el7 openstack-kilo 275 k\n python-novaclient noarch 1:2.20.0-post186.el7.centos\n delorean-rdo-management\n 239 k\n python-numexpr x86_64 2.3-4.el7 epel 166 k\n python-openstackclient noarch 1.0.5-dev2.el7.centos delorean-rdo-management\n 207 k\n python-oslo-config noarch 2:1.9.4-dev3.el7.centos delorean-kilo 123 k\n python-oslo-i18n noarch 1.5.1-dev3.el7.centos delorean-kilo 52 k\n python-oslo-serialization\n noarch 1.4.0-post2.el7.centos delorean-kilo 25 k\n python-oslo-utils noarch 1.4.1-dev3.el7.centos delorean-kilo 85 k\n python-pandas x86_64 0.16.2-1.el7 epel 5.4 M\n python-pbr noarch 0.11.0-1.el7 openstack-kilo 157 k\n python-prettytable noarch 0.7.2-2.el7.centos extras 37 k\n python-ptyprocess noarch 0.5-1.el7 epel 24 k\n python-requests noarch 2.7.0-1.el7 openstack-kilo 95 k\n python-simplejson x86_64 3.3.3-1.el7 epel 171 k\n python-six noarch 1.9.0-1.el7 openstack-kilo 30 k\n python-stevedore noarch 1.3.0-post2.el7.centos delorean-kilo 48 k\n python-tables x86_64 3.2.0-1.el7 epel 1.2 M\n python-tuskarclient noarch 0.1.19-dev16.el7.centos delorean-rdo-management\n 122 k\n python-urllib3 noarch 1.10.4-1.20150503gita91975b.el7\n openstack-kilo 113 k\n python-warlock noarch 1.0.1-1.el7 epel 15 k\n python-webob noarch 1.2.3-6.el7 base 202 k\n python-werkzeug noarch 0.9.1-2.el7 extras 562 k\n python-wrapt x86_64 1.10.4-6.el7 epel 45 k\n pytz noarch 2012d-5.el7 base 38 k\n qemu-img x86_64 10:1.5.3-86.el7_1.5 updates 623 k\n rsyslog-mmjsonparse x86_64 7.4.7-7.el7_0 base 27 k\n scipy x86_64 0.12.1-3.el7 base 9.3 M\n setools-libs x86_64 3.3.7-46.el7 base 485 k\n sos noarch 3.2-15.el7.centos.5 updates 289 k\n stix-fonts noarch 1.1.0-5.el7 base 1.3 M\n suitesparse x86_64 4.0.2-10.el7 base 928 k\n sysbench x86_64 0.4.12-12.el7 epel 76 k\n t1lib x86_64 5.1.2-14.el7 base 166 k\n tbb x86_64 4.1-5.20130314.el7 base 123 k\n texlive-base noarch 2:2012-32.20130427_r30134.el7\n base 322 k\n texlive-dvipng noarch 2:svn26689.1.14-32.el7 base 43 k\n texlive-dvipng-bin x86_64 2:svn26509.0-32.20130427_r30134.el7\n base 62 k\n texlive-kpathsea noarch 2:svn28792.0-32.el7 base 139 k\n texlive-kpathsea-bin x86_64 2:svn27347.0-32.20130427_r30134.el7\n base 39 k\n texlive-kpathsea-lib x86_64 2:2012-32.20130427_r30134.el7\n base 77 k\n tripleo-common noarch 0.0.1-dev9.el7.centos delorean-rdo-management\n 20 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+166 Dependent packages)\n\nTotal download size: 98 M\nInstalled size: 360 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.4 MB/s | 98 MB 01:08 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python-six-1.9.0-1.el7.noarch 1/167 \n Installing : python-prettytable-0.7.2-2.el7.centos.noarch 2/167 \n Installing : python-stevedore-1.3.0-post2.el7.centos.noarch 3/167 \n Installing : python-oslo-i18n-1.5.1-dev3.el7.centos.noarch 4/167 \n Installing : python-iso8601-0.1.10-1.el7.noarch 5/167 \n Installing : python-pbr-0.11.0-1.el7.noarch 6/167 \n Installing : pytz-2012d-5.el7.noarch 7/167 \n Installing : python-babel-1.3-6.el7.noarch 8/167 \n Installing : python-netaddr-0.7.12-1.el7.noarch 9/167 \n Installing : 2:libpng-1.5.13-5.el7.x86_64 10/167 \n Installing : 2:python-oslo-config-1.9.4-dev3.el7.centos.noarch 11/167 \n Installing : libquadmath-4.8.3-9.el7.x86_64 12/167 \n Installing : libgfortran-4.8.3-9.el7.x86_64 13/167 \n Installing : python-simplejson-3.3.3-1.el7.x86_64 14/167 \n Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 15/167 \n Installing : atlas-3.10.1-7.el7.x86_64 16/167 \n Installing : python-httplib2-0.7.7-3.el7.noarch 17/167 \n Installing : atk-2.8.0-4.el7.x86_64 18/167 \n Installing : boost-system-1.53.0-23.el7.x86_64 19/167 \n Installing : fontpackages-filesystem-1.44-8.el7.noarch 20/167 \n Installing : fontconfig-2.10.95-7.el7.x86_64 21/167 \n Installing : mesa-libglapi-10.2.7-5.20140910.el7_1.1.x86_64 22/167 \n Installing : pyparsing-2.0.3-1.el7.noarch 23/167 \n Installing : boost-thread-1.53.0-23.el7.x86_64 24/167 \n Installing : 1:librados2-0.80.7-2.el7.x86_64 25/167 \n Installing : 1:librbd1-0.80.7-2.el7.x86_64 26/167 \n Installing : python-webob-1.2.3-6.el7.noarch 27/167 \n Installing : python-dateutil-1.5-7.el7.noarch 28/167 \n Installing : python-keyring-5.0-1.el7.noarch 29/167 \n Installing : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 30/167 \n Installing : python-netifaces-0.10.4-1.el7.x86_64 31/167 \n Installing : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 32/167 \n Installing : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 33/167 \n Installing : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 34/167 \n Installing : fio-2.2.8-1.el7.x86_64 35/167 \n Installing : python-cmd2-0.6.7-5.el7.noarch 36/167 \n Installing : python-cliff-1.10.0-2.el7.noarch 37/167 \n Installing : mesa-libgbm-10.2.7-5.20140910.el7_1.1.x86_64 38/167 \n Installing : stix-fonts-1.1.0-5.el7.noarch 39/167 \n Installing : dejavu-fonts-common-2.33-6.el7.noarch 40/167 \n Installing : dejavu-sans-fonts-2.33-6.el7.noarch 41/167 \n Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 42/167 \n Installing : hdf5-1.8.13-7.el7.x86_64 43/167 \n Installing : blas-3.4.2-4.el7.x86_64 44/167 \n Installing : lapack-3.4.2-4.el7.x86_64 45/167 \n Installing : python-urllib3-1.10.4-1.20150503gita91975b.el7.noarch 46/167 \n Installing : python-requests-2.7.0-1.el7.noarch 47/167 \n Installing : jbigkit-libs-2.0-11.el7.x86_64 48/167 \n Installing : libtiff-4.0.3-14.el7.x86_64 49/167 \n Installing : python-jsonpointer-1.0-3.el7.noarch 50/167 \n Installing : python-jsonpatch-1.2-3.el7.centos.noarch 51/167 \n Installing : libcgroup-0.41-8.el7.x86_64 52/167 \n Installing : libthai-0.1.14-9.el7.x86_64 53/167 \n Installing : python-itsdangerous-0.23-2.el7.noarch 54/167 \n Installing : rsyslog-mmjsonparse-7.4.7-7.el7_0.x86_64 55/167 \n Installing : glusterfs-libs-3.6.0.29-2.el7.x86_64 56/167 \n Installing : glusterfs-3.6.0.29-2.el7.x86_64 57/167 \n Installing : glusterfs-api-3.6.0.29-2.el7.x86_64 58/167 \n Installing : libxml2-python-2.9.1-5.el7_1.2.x86_64 59/167 \n Installing : dib-utils-0.0.9-1.el7.noarch 60/167 \n Installing : python-greenlet-0.4.2-3.el7.x86_64 61/167 \n Installing : python-eventlet-0.17.3-1.el7.noarch 62/167 \n Installing : pexpect-2.3-11.el7.noarch 63/167 \n Installing : libyaml-0.1.4-11.el7_0.x86_64 64/167 \n Installing : PyYAML-3.10-11.el7.x86_64 65/167 \n Installing : openstack-tripleo-heat-templates-0.8.7-dev185.el7.cent 66/167 \n Installing : pygobject2-2.28.6-11.el7.x86_64 67/167 \n Installing : libxslt-1.1.28-5.el7.x86_64 68/167 \n Installing : python-lxml-3.2.1-4.el7.x86_64 69/167 \n Installing : python-crypto-2.6.1-1.el7.centos.x86_64 70/167 \n Installing : tbb-4.1-5.20130314.el7.x86_64 71/167 \n Installing : suitesparse-4.0.2-10.el7.x86_64 72/167 \n Installing : python-ptyprocess-0.5-1.el7.noarch 73/167 \n Installing : pyOpenSSL-0.13.1-3.el7.x86_64 74/167 \n Installing : hicolor-icon-theme-0.12-7.el7.noarch 75/167 \n Installing : libiscsi-1.9.0-6.el7.x86_64 76/167 \n Installing : 10:qemu-img-1.5.3-86.el7_1.5.x86_64 77/167 \n Installing : diskimage-builder-0.1.47-dev3.el7.centos.noarch 78/167 \n Installing : instack-0.0.8-dev1.el7.centos.noarch 79/167 \n Installing : openstack-tripleo-image-elements-0.9.7-dev20.el7.cento 80/167 \n Installing : postgresql-libs-9.2.13-1.el7_1.x86_64 81/167 \n Installing : sysbench-0.4.12-12.el7.x86_64 82/167 \n Installing : python-anyjson-0.3.3-3.el7.noarch 83/167 \n Installing : libsemanage-python-2.1.10-16.el7.x86_64 84/167 \n Installing : SDL-1.2.15-11.el7.x86_64 85/167 \n Installing : audit-libs-python-2.4.1-5.el7.x86_64 86/167 \n Installing : python-ipaddr-2.1.9-5.el7.noarch 87/167 \n Installing : python-werkzeug-0.9.1-2.el7.noarch 88/167 \n Installing : python-msgpack-0.4.6-1.el7.x86_64 89/167 \n Installing : python-IPy-0.75-6.el7.noarch 90/167 \n Installing : python-devel-2.7.5-18.el7_1.1.x86_64 91/167 \n Installing : lz4-r131-1.el7.x86_64 92/167 \n Installing : blosc-1.6.1-1.el7.x86_64 93/167 \n Installing : python-nose-1.3.4-1.el7.noarch 94/167 \n Installing : 1:numpy-1.7.1-10.el7.x86_64 95/167 \n Installing : python-numexpr-2.3-4.el7.x86_64 96/167 \n Installing : python-tables-3.2.0-1.el7.x86_64 97/167 \n Installing : 1:numpy-f2py-1.7.1-10.el7.x86_64 98/167 \n Installing : scipy-0.12.1-3.el7.x86_64 99/167 \n Installing : python-Bottleneck-0.7.0-1.el7.x86_64 100/167 \n Installing : openstack-tripleo-puppet-elements-0.0.2-dev6.el7.cento 101/167 \n Installing : checkpolicy-2.1.12-6.el7.x86_64 102/167 \n Installing : libXau-1.0.8-2.1.el7.x86_64 103/167 \n Installing : libxcb-1.9-5.el7.x86_64 104/167 \n Installing : python-wrapt-1.10.4-6.el7.x86_64 105/167 \n Installing : python-debtcollector-0.3.0-3.el7.noarch 106/167 \n Installing : python-oslo-utils-1.4.1-dev3.el7.centos.noarch 107/167 \n Installing : python-oslo-serialization-1.4.0-post2.el7.centos.noarc 108/167 \n Installing : 1:python-keystoneclient-1.3.3-dev2.el7.centos.noarch 109/167 \n Installing : python-ironicclient-0.5.2-dev12.el7.centos.noarch 110/167 \n Installing : python-heatclient-0.6.0-0.99.20150604.1625git.el7.cent 111/167 \n Installing : python-neutronclient-2.4.1-dev5.el7.centos.noarch 112/167 \n Installing : python-keystonemiddleware-1.5.3-dev3.el7.centos.noarch 113/167 \n Installing : python-tuskarclient-0.1.19-dev16.el7.centos.noarch 114/167 \n Installing : tripleo-common-0.0.1-dev9.el7.centos.noarch 115/167 \n Installing : 1:python-novaclient-2.20.0-post186.el7.centos.noarch 116/167 \n Installing : python-cinderclient-1.1.3-dev2.el7.centos.noarch 117/167 \n Installing : libX11-common-1.6.0-2.1.el7.noarch 118/167 \n Installing : libX11-1.6.0-2.1.el7.x86_64 119/167 \n Installing : libXext-1.3.2-2.1.el7.x86_64 120/167 \n Installing : libXrender-0.9.8-2.1.el7.x86_64 121/167 \n Installing : libXfixes-5.0.1-2.1.el7.x86_64 122/167 \n Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 123/167 \n Installing : libXdamage-1.1.4-4.1.el7.x86_64 124/167 \n Installing : libXcursor-1.1.14-2.1.el7.x86_64 125/167 \n Installing : libXrandr-1.4.1-2.1.el7.x86_64 126/167 \n Installing : libXft-2.3.1-5.1.el7.x86_64 127/167 \n Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 128/167 \n Installing : mesa-libGL-10.2.7-5.20140910.el7_1.1.x86_64 129/167 \n Installing : libXinerama-1.1.3-2.1.el7.x86_64 130/167 \n Installing : libXi-1.7.2-2.1.el7.x86_64 131/167 \n Installing : libXpm-3.5.10-5.1.el7.x86_64 132/167 \n Installing : gd-2.0.35-26.el7.x86_64 133/167 \n Installing : mesa-libEGL-10.2.7-5.20140910.el7_1.1.x86_64 134/167 \n Installing : libXcomposite-0.4.4-4.1.el7.x86_64 135/167 \n Installing : t1lib-5.1.2-14.el7.x86_64 136/167 \n Installing : 2:texlive-dvipng-svn26689.1.14-32.el7.noarch 137/167 \n Installing : 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7 138/167 \n Installing : agg-2.5-18.el7.x86_64 139/167 \n Installing : python-markupsafe-0.11-10.el7.x86_64 140/167 \n Installing : python-jinja2-2.7.2-2.el7.noarch 141/167 \n Installing : 1:python-flask-0.10.1-4.el7.noarch 142/167 \n Installing : graphite2-1.2.2-5.el7.x86_64 143/167 \n Installing : harfbuzz-0.9.20-4.el7.x86_64 144/167 \n Installing : openstack-heat-templates-0.0.0-post350.el7.centos.noar 145/167 \n Installing : bzip2-1.0.6-12.el7.x86_64 146/167 \n Installing : sos-3.2-15.el7.centos.5.noarch 147/167 \n Installing : setools-libs-3.3.7-46.el7.x86_64 148/167 \n Installing : policycoreutils-python-2.2.5-15.el7.x86_64 149/167 \n Installing : pixman-0.32.4-3.el7.x86_64 150/167 \n Installing : cairo-1.12.14-6.el7.x86_64 151/167 \n Installing : pango-1.34.1-5.el7.x86_64 152/167 \n Installing : gtk2-2.24.22-5.el7_0.1.x86_64 153/167 \n Installing : pycairo-1.8.10-8.el7.x86_64 154/167 \n Installing : pygtk2-2.24.0-9.el7.x86_64 155/167 \n Installing : python-matplotlib-1.2.0-15.el7.x86_64 156/167 \n Installing : python-pandas-0.16.2-1.el7.x86_64 157/167 \n Installing : python-hardware-0.14.1-dev1.el7.centos.noarch 158/167 \n Installing : jq-1.3-2.el7.x86_64 159/167 \n Installing : openstack-tripleo-0.0.1-dev1752.el7.centos.noarch 160/167 \n Installing : instack-undercloud-2.1.3-dev112.el7.centos.noarch 161/167 \n Installing : python-jsonschema-2.3.0-1.el7.noarch 162/167 \n Installing : python-warlock-1.0.1-1.el7.noarch 163/167 \n Installing : 1:python-glanceclient-0.17.3-dev2.el7.centos.noarch 164/167 \n Installing : python-openstackclient-1.0.5-dev2.el7.centos.noarch 165/167 \n Installing : python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el 166/167 \n Installing : python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.no 167/167 \n Verifying : python-hardware-0.14.1-dev1.el7.centos.noarch 1/167 \n Verifying : python-stevedore-1.3.0-post2.el7.centos.noarch 2/167 \n Verifying : stix-fonts-1.1.0-5.el7.noarch 3/167 \n Verifying : 2:texlive-dvipng-bin-svn26509.0-32.20130427_r30134.el7 4/167 \n Verifying : python-pbr-0.11.0-1.el7.noarch 5/167 \n Verifying : python-jsonschema-2.3.0-1.el7.noarch 6/167 \n Verifying : lapack-3.4.2-4.el7.x86_64 7/167 \n Verifying : 1:librbd1-0.80.7-2.el7.x86_64 8/167 \n Verifying : 2:libpng-1.5.13-5.el7.x86_64 9/167 \n Verifying : suitesparse-4.0.2-10.el7.x86_64 10/167 \n Verifying : python-lxml-3.2.1-4.el7.x86_64 11/167 \n Verifying : jq-1.3-2.el7.x86_64 12/167 \n Verifying : pixman-0.32.4-3.el7.x86_64 13/167 \n Verifying : libXpm-3.5.10-5.1.el7.x86_64 14/167 \n Verifying : 1:librados2-0.80.7-2.el7.x86_64 15/167 \n Verifying : 10:qemu-img-1.5.3-86.el7_1.5.x86_64 16/167 \n Verifying : python-heatclient-0.6.0-0.99.20150604.1625git.el7.cent 17/167 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 18/167 \n Verifying : 2:texlive-kpathsea-bin-svn27347.0-32.20130427_r30134.e 19/167 \n Verifying : instack-undercloud-2.1.3-dev112.el7.centos.noarch 20/167 \n Verifying : bzip2-1.0.6-12.el7.x86_64 21/167 \n Verifying : openstack-heat-templates-0.0.0-post350.el7.centos.noar 22/167 \n Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 23/167 \n Verifying : python-iso8601-0.1.10-1.el7.noarch 24/167 \n Verifying : graphite2-1.2.2-5.el7.x86_64 25/167 \n Verifying : 2:texlive-dvipng-svn26689.1.14-32.el7.noarch 26/167 \n Verifying : mesa-libEGL-10.2.7-5.20140910.el7_1.1.x86_64 27/167 \n Verifying : 1:numpy-1.7.1-10.el7.x86_64 28/167 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 29/167 \n Verifying : python-tables-3.2.0-1.el7.x86_64 30/167 \n Verifying : python-markupsafe-0.11-10.el7.x86_64 31/167 \n Verifying : 1:numpy-f2py-1.7.1-10.el7.x86_64 32/167 \n Verifying : libX11-common-1.6.0-2.1.el7.noarch 33/167 \n Verifying : hdf5-1.8.13-7.el7.x86_64 34/167 \n Verifying : python-wrapt-1.10.4-6.el7.x86_64 35/167 \n Verifying : python-cmd2-0.6.7-5.el7.noarch 36/167 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 37/167 \n Verifying : scipy-0.12.1-3.el7.x86_64 38/167 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 39/167 \n Verifying : 2:texlive-kpathsea-lib-2012-32.20130427_r30134.el7.x86 40/167 \n Verifying : python-matplotlib-1.2.0-15.el7.x86_64 41/167 \n Verifying : gtk2-2.24.22-5.el7_0.1.x86_64 42/167 \n Verifying : 2:python-oslo-config-1.9.4-dev3.el7.centos.noarch 43/167 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 44/167 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 45/167 \n Verifying : python-rdomanager-oscplugin-0.0.9-dev128.el7.centos.no 46/167 \n Verifying : openstack-tripleo-puppet-elements-0.0.2-dev6.el7.cento 47/167 \n Verifying : python-six-1.9.0-1.el7.noarch 48/167 \n Verifying : PyYAML-3.10-11.el7.x86_64 49/167 \n Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 50/167 \n Verifying : python-jinja2-2.7.2-2.el7.noarch 51/167 \n Verifying : openstack-tripleo-heat-templates-0.8.7-dev185.el7.cent 52/167 \n Verifying : python-urllib3-1.10.4-1.20150503gita91975b.el7.noarch 53/167 \n Verifying : diskimage-builder-0.1.47-dev3.el7.centos.noarch 54/167 \n Verifying : python-ironic-discoverd-1.1.0-0.99.20150615.1450git.el 55/167 \n Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 56/167 \n Verifying : python-nose-1.3.4-1.el7.noarch 57/167 \n Verifying : python-debtcollector-0.3.0-3.el7.noarch 58/167 \n Verifying : python-requests-2.7.0-1.el7.noarch 59/167 \n Verifying : lz4-r131-1.el7.x86_64 60/167 \n Verifying : python-Bottleneck-0.7.0-1.el7.x86_64 61/167 \n Verifying : python-devel-2.7.5-18.el7_1.1.x86_64 62/167 \n Verifying : libXrandr-1.4.1-2.1.el7.x86_64 63/167 \n Verifying : python-neutronclient-2.4.1-dev5.el7.centos.noarch 64/167 \n Verifying : python-simplejson-3.3.3-1.el7.x86_64 65/167 \n Verifying : pygtk2-2.24.0-9.el7.x86_64 66/167 \n Verifying : python-IPy-0.75-6.el7.noarch 67/167 \n Verifying : libXft-2.3.1-5.1.el7.x86_64 68/167 \n Verifying : pycairo-1.8.10-8.el7.x86_64 69/167 \n Verifying : pyparsing-2.0.3-1.el7.noarch 70/167 \n Verifying : python-netifaces-0.10.4-1.el7.x86_64 71/167 \n Verifying : openstack-tripleo-0.0.1-dev1752.el7.centos.noarch 72/167 \n Verifying : t1lib-5.1.2-14.el7.x86_64 73/167 \n Verifying : python-msgpack-0.4.6-1.el7.x86_64 74/167 \n Verifying : pango-1.34.1-5.el7.x86_64 75/167 \n Verifying : gd-2.0.35-26.el7.x86_64 76/167 \n Verifying : mesa-libgbm-10.2.7-5.20140910.el7_1.1.x86_64 77/167 \n Verifying : python-werkzeug-0.9.1-2.el7.noarch 78/167 \n Verifying : python-ipaddr-2.1.9-5.el7.noarch 79/167 \n Verifying : python-warlock-1.0.1-1.el7.noarch 80/167 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 81/167 \n Verifying : python-babel-1.3-6.el7.noarch 82/167 \n Verifying : 1:python-keystoneclient-1.3.3-dev2.el7.centos.noarch 83/167 \n Verifying : SDL-1.2.15-11.el7.x86_64 84/167 \n Verifying : libsemanage-python-2.1.10-16.el7.x86_64 85/167 \n Verifying : fontconfig-2.10.95-7.el7.x86_64 86/167 \n Verifying : boost-thread-1.53.0-23.el7.x86_64 87/167 \n Verifying : mesa-libGL-10.2.7-5.20140910.el7_1.1.x86_64 88/167 \n Verifying : 2:texlive-kpathsea-svn28792.0-32.el7.noarch 89/167 \n Verifying : 1:python-flask-0.10.1-4.el7.noarch 90/167 \n Verifying : blosc-1.6.1-1.el7.x86_64 91/167 \n Verifying : python-anyjson-0.3.3-3.el7.noarch 92/167 \n Verifying : python-prettytable-0.7.2-2.el7.centos.noarch 93/167 \n Verifying : sos-3.2-15.el7.centos.5.noarch 94/167 \n Verifying : mesa-libglapi-10.2.7-5.20140910.el7_1.1.x86_64 95/167 \n Verifying : libgfortran-4.8.3-9.el7.x86_64 96/167 \n Verifying : python-keystonemiddleware-1.5.3-dev3.el7.centos.noarch 97/167 \n Verifying : 2:texlive-base-2012-32.20130427_r30134.el7.noarch 98/167 \n Verifying : python-ironicclient-0.5.2-dev12.el7.centos.noarch 99/167 \n Verifying : postgresql-libs-9.2.13-1.el7_1.x86_64 100/167 \n Verifying : libiscsi-1.9.0-6.el7.x86_64 101/167 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 102/167 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 103/167 \n Verifying : agg-2.5-18.el7.x86_64 104/167 \n Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 105/167 \n Verifying : python-ptyprocess-0.5-1.el7.noarch 106/167 \n Verifying : python-keyring-5.0-1.el7.noarch 107/167 \n Verifying : python-dateutil-1.5-7.el7.noarch 108/167 \n Verifying : tbb-4.1-5.20130314.el7.x86_64 109/167 \n Verifying : 1:python-glanceclient-0.17.3-dev2.el7.centos.noarch 110/167 \n Verifying : glusterfs-libs-3.6.0.29-2.el7.x86_64 111/167 \n Verifying : python-crypto-2.6.1-1.el7.centos.x86_64 112/167 \n Verifying : libXrender-0.9.8-2.1.el7.x86_64 113/167 \n Verifying : instack-0.0.8-dev1.el7.centos.noarch 114/167 \n Verifying : glusterfs-3.6.0.29-2.el7.x86_64 115/167 \n Verifying : libxcb-1.9-5.el7.x86_64 116/167 \n Verifying : python-jsonpatch-1.2-3.el7.centos.noarch 117/167 \n Verifying : python-pandas-0.16.2-1.el7.x86_64 118/167 \n Verifying : libxslt-1.1.28-5.el7.x86_64 119/167 \n Verifying : python-oslo-serialization-1.4.0-post2.el7.centos.noarc 120/167 \n Verifying : atlas-3.10.1-7.el7.x86_64 121/167 \n Verifying : python-oslo-i18n-1.5.1-dev3.el7.centos.noarch 122/167 \n Verifying : sysbench-0.4.12-12.el7.x86_64 123/167 \n Verifying : pygobject2-2.28.6-11.el7.x86_64 124/167 \n Verifying : libyaml-0.1.4-11.el7_0.x86_64 125/167 \n Verifying : libXfixes-5.0.1-2.1.el7.x86_64 126/167 \n Verifying : python-tuskarclient-0.1.19-dev16.el7.centos.noarch 127/167 \n Verifying : python-numexpr-2.3-4.el7.x86_64 128/167 \n Verifying : 1:python-novaclient-2.20.0-post186.el7.centos.noarch 129/167 \n Verifying : boost-system-1.53.0-23.el7.x86_64 130/167 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 131/167 \n Verifying : atk-2.8.0-4.el7.x86_64 132/167 \n Verifying : libquadmath-4.8.3-9.el7.x86_64 133/167 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 134/167 \n Verifying : pexpect-2.3-11.el7.noarch 135/167 \n Verifying : python-oslo-utils-1.4.1-dev3.el7.centos.noarch 136/167 \n Verifying : harfbuzz-0.9.20-4.el7.x86_64 137/167 \n Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 138/167 \n Verifying : python-greenlet-0.4.2-3.el7.x86_64 139/167 \n Verifying : openstack-tripleo-image-elements-0.9.7-dev20.el7.cento 140/167 \n Verifying : libXext-1.3.2-2.1.el7.x86_64 141/167 \n Verifying : dib-utils-0.0.9-1.el7.noarch 142/167 \n Verifying : libxml2-python-2.9.1-5.el7_1.2.x86_64 143/167 \n Verifying : rsyslog-mmjsonparse-7.4.7-7.el7_0.x86_64 144/167 \n Verifying : blas-3.4.2-4.el7.x86_64 145/167 \n Verifying : python-itsdangerous-0.23-2.el7.noarch 146/167 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 147/167 \n Verifying : libthai-0.1.14-9.el7.x86_64 148/167 \n Verifying : tripleo-common-0.0.1-dev9.el7.centos.noarch 149/167 \n Verifying : python-httplib2-0.7.7-3.el7.noarch 150/167 \n Verifying : cairo-1.12.14-6.el7.x86_64 151/167 \n Verifying : libXi-1.7.2-2.1.el7.x86_64 152/167 \n Verifying : libXcursor-1.1.14-2.1.el7.x86_64 153/167 \n Verifying : libcgroup-0.41-8.el7.x86_64 154/167 \n Verifying : python-jsonpointer-1.0-3.el7.noarch 155/167 \n Verifying : python-webob-1.2.3-6.el7.noarch 156/167 \n Verifying : python-openstackclient-1.0.5-dev2.el7.centos.noarch 157/167 \n Verifying : python-eventlet-0.17.3-1.el7.noarch 158/167 \n Verifying : fio-2.2.8-1.el7.x86_64 159/167 \n Verifying : libX11-1.6.0-2.1.el7.x86_64 160/167 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 161/167 \n Verifying : python-cinderclient-1.1.3-dev2.el7.centos.noarch 162/167 \n Verifying : python-netaddr-0.7.12-1.el7.noarch 163/167 \n Verifying : libtiff-4.0.3-14.el7.x86_64 164/167 \n Verifying : python-cliff-1.10.0-2.el7.noarch 165/167 \n Verifying : glusterfs-api-3.6.0.29-2.el7.x86_64 166/167 \n Verifying : pytz-2012d-5.el7.noarch 167/167 \n\nInstalled:\n python-rdomanager-oscplugin.noarch 0:0.0.9-dev128.el7.centos \n\nDependency Installed:\n PyYAML.x86_64 0:3.10-11.el7 \n SDL.x86_64 0:1.2.15-11.el7 \n agg.x86_64 0:2.5-18.el7 \n atk.x86_64 0:2.8.0-4.el7 \n atlas.x86_64 0:3.10.1-7.el7 \n audit-libs-python.x86_64 0:2.4.1-5.el7 \n blas.x86_64 0:3.4.2-4.el7 \n blosc.x86_64 0:1.6.1-1.el7 \n boost-system.x86_64 0:1.53.0-23.el7 \n boost-thread.x86_64 0:1.53.0-23.el7 \n bzip2.x86_64 0:1.0.6-12.el7 \n cairo.x86_64 0:1.12.14-6.el7 \n checkpolicy.x86_64 0:2.1.12-6.el7 \n dejavu-fonts-common.noarch 0:2.33-6.el7 \n dejavu-sans-fonts.noarch 0:2.33-6.el7 \n dib-utils.noarch 0:0.0.9-1.el7 \n diskimage-builder.noarch 0:0.1.47-dev3.el7.centos \n fio.x86_64 0:2.2.8-1.el7 \n fontconfig.x86_64 0:2.10.95-7.el7 \n fontpackages-filesystem.noarch 0:1.44-8.el7 \n gd.x86_64 0:2.0.35-26.el7 \n gdk-pixbuf2.x86_64 0:2.28.2-4.el7 \n glusterfs.x86_64 0:3.6.0.29-2.el7 \n glusterfs-api.x86_64 0:3.6.0.29-2.el7 \n glusterfs-libs.x86_64 0:3.6.0.29-2.el7 \n graphite2.x86_64 0:1.2.2-5.el7 \n gtk2.x86_64 0:2.24.22-5.el7_0.1 \n harfbuzz.x86_64 0:0.9.20-4.el7 \n hdf5.x86_64 0:1.8.13-7.el7 \n hicolor-icon-theme.noarch 0:0.12-7.el7 \n instack.noarch 0:0.0.8-dev1.el7.centos \n instack-undercloud.noarch 0:2.1.3-dev112.el7.centos \n jasper-libs.x86_64 0:1.900.1-26.el7_0.3 \n jbigkit-libs.x86_64 0:2.0-11.el7 \n jq.x86_64 0:1.3-2.el7 \n lapack.x86_64 0:3.4.2-4.el7 \n libX11.x86_64 0:1.6.0-2.1.el7 \n libX11-common.noarch 0:1.6.0-2.1.el7 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXcomposite.x86_64 0:0.4.4-4.1.el7 \n libXcursor.x86_64 0:1.1.14-2.1.el7 \n libXdamage.x86_64 0:1.1.4-4.1.el7 \n libXext.x86_64 0:1.3.2-2.1.el7 \n libXfixes.x86_64 0:5.0.1-2.1.el7 \n libXft.x86_64 0:2.3.1-5.1.el7 \n libXi.x86_64 0:1.7.2-2.1.el7 \n libXinerama.x86_64 0:1.1.3-2.1.el7 \n libXpm.x86_64 0:3.5.10-5.1.el7 \n libXrandr.x86_64 0:1.4.1-2.1.el7 \n libXrender.x86_64 0:0.9.8-2.1.el7 \n libXxf86vm.x86_64 0:1.1.3-2.1.el7 \n libcgroup.x86_64 0:0.41-8.el7 \n libgfortran.x86_64 0:4.8.3-9.el7 \n libiscsi.x86_64 0:1.9.0-6.el7 \n libjpeg-turbo.x86_64 0:1.2.90-5.el7 \n libpng.x86_64 2:1.5.13-5.el7 \n libquadmath.x86_64 0:4.8.3-9.el7 \n librados2.x86_64 1:0.80.7-2.el7 \n librbd1.x86_64 1:0.80.7-2.el7 \n libsemanage-python.x86_64 0:2.1.10-16.el7 \n libthai.x86_64 0:0.1.14-9.el7 \n libtiff.x86_64 0:4.0.3-14.el7 \n libxcb.x86_64 0:1.9-5.el7 \n libxml2-python.x86_64 0:2.9.1-5.el7_1.2 \n libxslt.x86_64 0:1.1.28-5.el7 \n libyaml.x86_64 0:0.1.4-11.el7_0 \n lz4.x86_64 0:r131-1.el7 \n mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7_1.1 \n mesa-libGL.x86_64 0:10.2.7-5.20140910.el7_1.1 \n mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7_1.1 \n mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7_1.1 \n numpy.x86_64 1:1.7.1-10.el7 \n numpy-f2py.x86_64 1:1.7.1-10.el7 \n openstack-heat-templates.noarch 0:0.0.0-post350.el7.centos \n openstack-tripleo.noarch 0:0.0.1-dev1752.el7.centos \n openstack-tripleo-heat-templates.noarch 0:0.8.7-dev185.el7.centos \n openstack-tripleo-image-elements.noarch 0:0.9.7-dev20.el7.centos \n openstack-tripleo-puppet-elements.noarch 0:0.0.2-dev6.el7.centos \n pango.x86_64 0:1.34.1-5.el7 \n pexpect.noarch 0:2.3-11.el7 \n pixman.x86_64 0:0.32.4-3.el7 \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n postgresql-libs.x86_64 0:9.2.13-1.el7_1 \n pyOpenSSL.x86_64 0:0.13.1-3.el7 \n pycairo.x86_64 0:1.8.10-8.el7 \n pygobject2.x86_64 0:2.28.6-11.el7 \n pygtk2.x86_64 0:2.24.0-9.el7 \n pyparsing.noarch 0:2.0.3-1.el7 \n python-Bottleneck.x86_64 0:0.7.0-1.el7 \n python-IPy.noarch 0:0.75-6.el7 \n python-anyjson.noarch 0:0.3.3-3.el7 \n python-babel.noarch 0:1.3-6.el7 \n python-cinderclient.noarch 0:1.1.3-dev2.el7.centos \n python-cliff.noarch 0:1.10.0-2.el7 \n python-cmd2.noarch 0:0.6.7-5.el7 \n python-crypto.x86_64 0:2.6.1-1.el7.centos \n python-dateutil.noarch 0:1.5-7.el7 \n python-debtcollector.noarch 0:0.3.0-3.el7 \n python-devel.x86_64 0:2.7.5-18.el7_1.1 \n python-eventlet.noarch 0:0.17.3-1.el7 \n python-flask.noarch 1:0.10.1-4.el7 \n python-glanceclient.noarch 1:0.17.3-dev2.el7.centos \n python-greenlet.x86_64 0:0.4.2-3.el7 \n python-hardware.noarch 0:0.14.1-dev1.el7.centos \n python-heatclient.noarch 0:0.6.0-0.99.20150604.1625git.el7.centos \n python-httplib2.noarch 0:0.7.7-3.el7 \n python-ipaddr.noarch 0:2.1.9-5.el7 \n python-ironic-discoverd.noarch 0:1.1.0-0.99.20150615.1450git.el7.centos \n python-ironicclient.noarch 0:0.5.2-dev12.el7.centos \n python-iso8601.noarch 0:0.1.10-1.el7 \n python-itsdangerous.noarch 0:0.23-2.el7 \n python-jinja2.noarch 0:2.7.2-2.el7 \n python-jsonpatch.noarch 0:1.2-3.el7.centos \n python-jsonpointer.noarch 0:1.0-3.el7 \n python-jsonschema.noarch 0:2.3.0-1.el7 \n python-keyring.noarch 0:5.0-1.el7 \n python-keystoneclient.noarch 1:1.3.3-dev2.el7.centos \n python-keystonemiddleware.noarch 0:1.5.3-dev3.el7.centos \n python-lxml.x86_64 0:3.2.1-4.el7 \n python-markupsafe.x86_64 0:0.11-10.el7 \n python-matplotlib.x86_64 0:1.2.0-15.el7 \n python-msgpack.x86_64 0:0.4.6-1.el7 \n python-netaddr.noarch 0:0.7.12-1.el7 \n python-netifaces.x86_64 0:0.10.4-1.el7 \n python-neutronclient.noarch 0:2.4.1-dev5.el7.centos \n python-nose.noarch 0:1.3.4-1.el7 \n python-novaclient.noarch 1:2.20.0-post186.el7.centos \n python-numexpr.x86_64 0:2.3-4.el7 \n python-openstackclient.noarch 0:1.0.5-dev2.el7.centos \n python-oslo-config.noarch 2:1.9.4-dev3.el7.centos \n python-oslo-i18n.noarch 0:1.5.1-dev3.el7.centos \n python-oslo-serialization.noarch 0:1.4.0-post2.el7.centos \n python-oslo-utils.noarch 0:1.4.1-dev3.el7.centos \n python-pandas.x86_64 0:0.16.2-1.el7 \n python-pbr.noarch 0:0.11.0-1.el7 \n python-prettytable.noarch 0:0.7.2-2.el7.centos \n python-ptyprocess.noarch 0:0.5-1.el7 \n python-requests.noarch 0:2.7.0-1.el7 \n python-simplejson.x86_64 0:3.3.3-1.el7 \n python-six.noarch 0:1.9.0-1.el7 \n python-stevedore.noarch 0:1.3.0-post2.el7.centos \n python-tables.x86_64 0:3.2.0-1.el7 \n python-tuskarclient.noarch 0:0.1.19-dev16.el7.centos \n python-urllib3.noarch 0:1.10.4-1.20150503gita91975b.el7 \n python-warlock.noarch 0:1.0.1-1.el7 \n python-webob.noarch 0:1.2.3-6.el7 \n python-werkzeug.noarch 0:0.9.1-2.el7 \n python-wrapt.x86_64 0:1.10.4-6.el7 \n pytz.noarch 0:2012d-5.el7 \n qemu-img.x86_64 10:1.5.3-86.el7_1.5 \n rsyslog-mmjsonparse.x86_64 0:7.4.7-7.el7_0 \n scipy.x86_64 0:0.12.1-3.el7 \n setools-libs.x86_64 0:3.3.7-46.el7 \n sos.noarch 0:3.2-15.el7.centos.5 \n stix-fonts.noarch 0:1.1.0-5.el7 \n suitesparse.x86_64 0:4.0.2-10.el7 \n sysbench.x86_64 0:0.4.12-12.el7 \n t1lib.x86_64 0:5.1.2-14.el7 \n tbb.x86_64 0:4.1-5.20130314.el7 \n texlive-base.noarch 2:2012-32.20130427_r30134.el7 \n texlive-dvipng.noarch 2:svn26689.1.14-32.el7 \n texlive-dvipng-bin.x86_64 2:svn26509.0-32.20130427_r30134.el7 \n texlive-kpathsea.noarch 2:svn28792.0-32.el7 \n texlive-kpathsea-bin.x86_64 2:svn27347.0-32.20130427_r30134.el7 \n texlive-kpathsea-lib.x86_64 2:2012-32.20130427_r30134.el7 \n tripleo-common.noarch 0:0.0.1-dev9.el7.centos \n\nComplete!\n"]} | |
msg: | |
TASK: [setup environment vars] ************************************************ | |
[[ previous task time: 0:04:29.628208 = 269.63s / 979.51s ]] | |
changed: [host0] => {"changed": true, "checksum": "fd2f1415262d3fcf5f6beb36795e7606dcf9f9e5", "dest": "/home/stack/virt-setup-env", "gid": 1000, "group": "stack", "md5sum": "914247adc3cd285e7db6e21a3aa927b5", "mode": "0755", "owner": "stack", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 126, "src": "/home/stack/.ansible/tmp/ansible-tmp-1440027525.66-141061513977509/source", "state": "file", "uid": 1000} | |
TASK: [Contents of virt-setup-env] ******************************************** | |
[[ previous task time: 0:00:05.698392 = 5.70s / 985.21s ]] | |
<whayutin-centos> REMOTE_MODULE command cat /home/stack/virt-setup-env #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "cat /home/stack/virt-setup-env", "delta": "0:00:00.005328", "end": "2015-08-19 23:38:54.416961", "rc": 0, "start": "2015-08-19 23:38:54.411633", "stderr": "", "stdout": "\n\n\nexport DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2\nexport NODE_DIST=centos7\n\nexport NODE_COUNT=3", "warnings": []} | |
cmd: | |
cat /home/stack/virt-setup-env | |
start: | |
2015-08-19 23:38:54.411633 | |
end: | |
2015-08-19 23:38:54.416961 | |
delta: | |
0:00:00.005328 | |
stdout: | |
export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 | |
export NODE_DIST=centos7 | |
export NODE_COUNT=3 | |
stderr: | |
TASK: [run instack-virt-setup] ************************************************ | |
[[ previous task time: 0:00:03.837111 = 3.84s / 989.05s ]] | |
<whayutin-centos> REMOTE_MODULE command source /home/stack/virt-setup-env; instack-virt-setup; #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "source /home/stack/virt-setup-env; instack-virt-setup;", "delta": "0:08:43.760788", "end": "2015-08-19 23:47:42.040004", "rc": 0, "start": "2015-08-19 23:38:58.279216", "stderr": "+ mkdir -p /home/stack/.instack\n+ LOGFILE=/home/stack/.instack/virt-setup.log\n+ exec\n++ tee /home/stack/.instack/virt-setup.log\n+ exec", "stdout": "+ export LIBVIRT_DEFAULT_URI=qemu:///system\n+ LIBVIRT_DEFAULT_URI=qemu:///system\n+ '[' '!' -d /usr/share/instack-undercloud ']'\n+ DEVTEST_VARIABLES=/usr/libexec/openstack-tripleo/devtest_variables.sh\n+ export ANSWERSFILE=/usr/share/instack-undercloud/undercloud.conf.sample\n+ ANSWERSFILE=/usr/share/instack-undercloud/undercloud.conf.sample\n+ export ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements\n+ ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements\n++ grep -Eqs 'Red Hat Enterprise Linux' /etc/redhat-release\n++ grep -Eqs CentOS /etc/redhat-release\n+ export NODE_DIST=centos7\n+ NODE_DIST=centos7\n+ source /usr/libexec/openstack-tripleo/devtest_variables.sh\n++ export LIBVIRT_DEFAULT_URI=qemu:///system\n++ LIBVIRT_DEFAULT_URI=qemu:///system\n++ export LIBVIRT_NIC_DRIVER=virtio\n++ LIBVIRT_NIC_DRIVER=virtio\n++ export LIBVIRT_VOL_POOL=default\n++ LIBVIRT_VOL_POOL=default\n++ export TRIPLEO_ROOT=\n++ TRIPLEO_ROOT=\n++ '[' -z '' -a -d /home/stack/.cache/tripleo ']'\n++ export USE_UNDERCLOUD_UI=1\n++ USE_UNDERCLOUD_UI=1\n++ export USE_IRONIC=1\n++ USE_IRONIC=1\n++ '[' 0 -eq 1 ']'\n++ export 'DIB_COMMON_ELEMENTS=stackuser common-venv use-ephemeral'\n++ DIB_COMMON_ELEMENTS='stackuser common-venv use-ephemeral'\n++ '[' 1 -eq 0 ']'\n++ export DEPLOY_IMAGE_ELEMENT=deploy-ironic\n++ DEPLOY_IMAGE_ELEMENT=deploy-ironic\n++ export DEPLOY_NAME=deploy-ramdisk-ironic\n++ DEPLOY_NAME=deploy-ramdisk-ironic\n++ export SEED_DIB_EXTRA_ARGS=rabbitmq-server\n++ SEED_DIB_EXTRA_ARGS=rabbitmq-server\n++ export UNDERCLOUD_DIB_EXTRA_ARGS=rabbitmq-server\n++ UNDERCLOUD_DIB_EXTRA_ARGS=rabbitmq-server\n++ export 'OVERCLOUD_CONTROL_DIB_EXTRA_ARGS=rabbitmq-server cinder-tgt'\n++ OVERCLOUD_CONTROL_DIB_EXTRA_ARGS='rabbitmq-server cinder-tgt'\n++ export OVERCLOUD_BLOCKSTORAGE_DIB_EXTRA_ARGS=cinder-tgt\n++ OVERCLOUD_BLOCKSTORAGE_DIB_EXTRA_ARGS=cinder-tgt\n+++ dirname /usr/libexec/openstack-tripleo/devtest_variables.sh\n++ source /usr/libexec/openstack-tripleo/set-os-type\n+++ TRIPLEO_OS_FAMILY=unsupported\n+++ TRIPLEO_OS_DISTRO=unsupported\n+++ '[' -f /etc/redhat-release ']'\n+++ TRIPLEO_OS_FAMILY=redhat\n++++ grep -Eqs 'Red Hat Enterprise Linux' /etc/redhat-release\n++++ grep -Eqs CentOS /etc/redhat-release\n+++ TRIPLEO_OS_DISTRO=centos\n++++ grep -Eqs Fedora /etc/redhat-release\n+++ '[' -f /etc/debian_version ']'\n+++ '[' -f /etc/os-release ']'\n++++ get_os_release\n++++ source /etc/os-release\n+++++ NAME='CentOS Linux'\n+++++ VERSION='7 (Core)'\n+++++ ID=centos\n+++++ ID_LIKE='rhel fedora'\n+++++ VERSION_ID=7\n+++++ PRETTY_NAME='CentOS Linux 7 (Core)'\n+++++ ANSI_COLOR='0;31'\n+++++ CPE_NAME=cpe:/o:centos:centos:7\n+++++ HOME_URL=https://www.centos.org/\n+++++ BUG_REPORT_URL=https://bugs.centos.org/\n+++++ CENTOS_MANTISBT_PROJECT=CentOS-7\n+++++ CENTOS_MANTISBT_PROJECT_VERSION=7\n+++++ REDHAT_SUPPORT_PRODUCT=centos\n+++++ REDHAT_SUPPORT_PRODUCT_VERSION=7\n++++ echo centos\n+++ '[' centos = opensuse ']'\n++++ get_os_release\n++++ source /etc/os-release\n+++++ NAME='CentOS Linux'\n+++++ VERSION='7 (Core)'\n+++++ ID=centos\n+++++ ID_LIKE='rhel fedora'\n+++++ VERSION_ID=7\n+++++ PRETTY_NAME='CentOS Linux 7 (Core)'\n+++++ ANSI_COLOR='0;31'\n+++++ CPE_NAME=cpe:/o:centos:centos:7\n+++++ HOME_URL=https://www.centos.org/\n+++++ BUG_REPORT_URL=https://bugs.centos.org/\n+++++ CENTOS_MANTISBT_PROJECT=CentOS-7\n+++++ CENTOS_MANTISBT_PROJECT_VERSION=7\n+++++ REDHAT_SUPPORT_PRODUCT=centos\n+++++ REDHAT_SUPPORT_PRODUCT_VERSION=7\n++++ echo centos\n+++ '[' centos = sles ']'\n+++ export TRIPLEO_OS_FAMILY\n+++ export TRIPLEO_OS_DISTRO\n++ '[' -z centos7 ']'\n++ export NODE_CNT=15\n++ NODE_CNT=15\n++ export ROOT_DISK=10\n++ ROOT_DISK=10\n++ export LIBVIRT_DISK_BUS_TYPE=sata\n++ LIBVIRT_DISK_BUS_TYPE=sata\n++ export OVERCLOUD_COMPUTESCALE=1\n++ OVERCLOUD_COMPUTESCALE=1\n++ export OVERCLOUD_CONTROLSCALE=1\n++ OVERCLOUD_CONTROLSCALE=1\n++ export OVERCLOUD_BLOCKSTORAGESCALE=0\n++ OVERCLOUD_BLOCKSTORAGESCALE=0\n++ export ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements\n++ ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements\n++ export TE_DATAFILE=/testenv.json\n++ TE_DATAFILE=/testenv.json\n++ [[ centos7 =~ .*(fedora|rhel|centos).* ]]\n++ export USE_MARIADB=1\n++ USE_MARIADB=1\n++ export USE_MERGEPY=0\n++ USE_MERGEPY=0\n+ tripleo install-dependencies\nGenerating public/private rsa key pair.\nYour identification has been saved in /home/stack/.ssh/id_rsa.\nYour public key has been saved in /home/stack/.ssh/id_rsa.pub.\nThe key fingerprint is:\ned:15:55:0e:bb:9c:b5:7f:26:79:72:09:1c:cd:4a:06 [email protected]\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| E o..|\n| ..o+ |\n| .+.oo|\n| . +oo+.|\n| S . .++. |\n| . . ..o|\n| . +.*|\n| *.|\n| |\n+-----------------+\nAdding public key to ~/.ssh/authorized_keys\nLoaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nPackage python-lxml-3.2.1-4.el7.x86_64 already installed and latest version\nPackage libvirt-python-1.2.8-7.el7_1.1.x86_64 already installed and latest version\nPackage 10:qemu-img-1.5.3-86.el7_1.5.x86_64 already installed and latest version\nPackage python-devel-2.7.5-18.el7_1.1.x86_64 already installed and latest version\nPackage audit-2.4.1-5.el7.x86_64 already installed and latest version\nPackage PyYAML-3.10-11.el7.x86_64 already installed and latest version\nPackage redhat-lsb-core-4.1-27.el7.centos.1.x86_64 already installed and latest version\nPackage jq-1.3-2.el7.x86_64 already installed and latest version\nPackage openssh-server-6.6.1p1-12.el7_1.x86_64 already installed and latest version\nPackage which-2.20-7.el7.x86_64 already installed and latest version\nPackage glusterfs-api-3.6.0.29-2.el7.x86_64 already installed and latest version\nPackage python-netaddr-0.7.12-1.el7.noarch already installed and latest version\nResolving Dependencies\n--> Running transaction check\n---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed\n--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64\n---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed\n--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(warnings) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(vars) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(strict) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(lib) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-4.el7.x86_64\n--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64\n---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed\n---> Package libvirt.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: libvirt-daemon-driver-storage = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-secret = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-qemu = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-nwfilter = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-nodedev = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-network = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-lxc = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-driver-interface = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-config-nwfilter = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon-config-network = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libvirt-daemon = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64\n---> Package libxslt-devel.x86_64 0:1.1.28-5.el7 will be installed\n--> Processing Dependency: pkgconfig(libxml-2.0) for package: libxslt-devel-1.1.28-5.el7.x86_64\n--> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-5.el7.x86_64\n---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed\n---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.9 will be installed\n--> Processing Dependency: zlib-devel(x86-64) for package: 1:openssl-devel-1.0.1e-42.el7.9.x86_64\n--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-42.el7.9.x86_64\n---> Package openvswitch.x86_64 0:2.3.1-2.el7 will be installed\n---> Package python-pip.noarch 0:7.1.0-1.el7 will be installed\n---> Package python-virtualenv.noarch 0:1.10.1-2.el7 will be installed\n---> Package qemu-kvm.x86_64 10:1.5.3-86.el7_1.5 will be installed\n--> Processing Dependency: qemu-kvm-common = 10:1.5.3-86.el7_1.5 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: seabios-bin >= 1.7.2.2-5 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libseccomp >= 1.0.0 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: sgabios-bin for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: seavgabios-bin for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: ipxe-roms-qemu for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libspice-server.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libseccomp.so.2()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: librdmacm.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libpulse.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Processing Dependency: libibverbs.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64\n--> Running transaction check\n---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed\n---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed\n--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64\n--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64\n---> Package ipxe-roms-qemu.noarch 0:20130517-6.gitc4bce43.el7 will be installed\n---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed\n--> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64\n--> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64\n--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.12.2-14.el7.x86_64\n--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64\n---> Package libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1 will be installed\n--> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-12.el7_1.1.x86_64\n---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed\n---> Package libibverbs.x86_64 0:1.1.8-5.el7 will be installed\n---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed\n---> Package librdmacm.x86_64 0:1.0.19.1-1.el7 will be installed\n---> Package libseccomp.x86_64 0:2.1.1-2.el7 will be installed\n---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed\n---> Package libvirt-daemon.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: numad for package: libvirt-daemon-1.2.8-16.el7_1.3.x86_64\n---> Package libvirt-daemon-config-network.x86_64 0:1.2.8-16.el7_1.3 will be installed\n---> Package libvirt-daemon-config-nwfilter.x86_64 0:1.2.8-16.el7_1.3 will be installed\n---> Package libvirt-daemon-driver-interface.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: netcf-libs >= 0.2.2 for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64\n---> Package libvirt-daemon-driver-lxc.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: libfuse.so.2()(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64\n---> Package libvirt-daemon-driver-network.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: radvd for package: libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64\n---> Package libvirt-daemon-driver-nodedev.x86_64 0:1.2.8-16.el7_1.3 will be installed\n---> Package libvirt-daemon-driver-nwfilter.x86_64 0:1.2.8-16.el7_1.3 will be installed\n---> Package libvirt-daemon-driver-qemu.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: lzop for package: libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64\n---> Package libvirt-daemon-driver-secret.x86_64 0:1.2.8-16.el7_1.3 will be installed\n---> Package libvirt-daemon-driver-storage.x86_64 0:1.2.8-16.el7_1.3 will be installed\n--> Processing Dependency: nfs-utils for package: libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64\n--> Processing Dependency: iscsi-initiator-utils for package: libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64\n---> Package libxml2-devel.x86_64 0:2.9.1-5.el7_1.2 will be installed\n--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-5.el7_1.2.x86_64\n---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed\n---> Package perl.x86_64 4:5.16.3-285.el7 will be installed\n--> Processing Dependency: perl-libs = 4:5.16.3-285.el7 for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-285.el7.x86_64\n--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-285.el7.x86_64\n---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed\n---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed\n---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed\n---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed\n---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed\n--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch\n--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch\n---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed\n---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed\n---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed\n---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed\n--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n--> Processing Dependency: libSM.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64\n---> Package qemu-kvm-common.x86_64 10:1.5.3-86.el7_1.5 will be installed\n---> Package seabios-bin.noarch 0:1.7.5-8.el7 will be installed\n---> Package seavgabios-bin.noarch 0:1.7.5-8.el7 will be installed\n---> Package sgabios-bin.noarch 1:0.20110622svn-4.el7 will be installed\n---> Package spice-server.x86_64 0:0.12.4-9.el7 will be installed\n--> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.12.4-9.el7.x86_64\n---> Package usbredir.x86_64 0:0.6-7.el7 will be installed\n---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed\n--> Running transaction check\n---> Package celt051.x86_64 0:0.5.1.3-8.el7 will be installed\n--> Processing Dependency: libogg.so.0()(64bit) for package: celt051-0.5.1.3-8.el7.x86_64\n---> Package fuse-libs.x86_64 0:2.9.2-5.el7 will be installed\n---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed\n--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64\n--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 will be installed\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-29.el7 for package: iscsi-initiator-utils-6.2.0.873-29.el7.x86_64\n---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed\n---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed\n---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed\n---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed\n---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed\n---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed\n---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed\n---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed\n--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64\n--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64\n--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.2.2-6.el7.x86_64\n---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed\n--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64\n--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64\n--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64\n--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64\n---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed\n---> Package lzop.x86_64 0:1.03-10.el7 will be installed\n---> Package netcf-libs.x86_64 0:0.2.6-3.el7 will be installed\n--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0)(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64\n--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0)(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64\n--> Processing Dependency: bridge-utils for package: netcf-libs-0.2.6-3.el7.x86_64\n--> Processing Dependency: libaugeas.so.0()(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64\n---> Package nfs-utils.x86_64 1:1.3.0-0.8.el7 will be installed\n--> Processing Dependency: libtirpc >= 0.2.3-1 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: gssproxy >= 0.3.0-0 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: rpcbind for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n--> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n---> Package numad.x86_64 0:0.5-14.20140620git.el7 will be installed\n---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed\n---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed\n---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed\n--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch\n--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch\n---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed\n--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch\n--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch\n---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed\n---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed\n---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed\n---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed\n---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed\n---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed\n---> Package perl-constant.noarch 0:1.27-2.el7 will be installed\n---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed\n---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed\n---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed\n---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed\n---> Package radvd.x86_64 0:1.9.2-7.el7 will be installed\n---> Package xz-devel.x86_64 0:5.1.2-9alpha.el7 will be installed\n--> Running transaction check\n---> Package augeas-libs.x86_64 0:1.1.0-17.el7 will be installed\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed\n---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed\n---> Package gssproxy.x86_64 0:0.3.0-10.el7 will be installed\n--> Processing Dependency: libverto-tevent for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 will be installed\n---> Package kernel-headers.x86_64 0:3.10.0-229.11.1.el7 will be installed\n---> Package keyutils.x86_64 0:1.5.8-3.el7 will be installed\n---> Package libnfsidmap.x86_64 0:0.25-11.el7 will be installed\n---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed\n---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed\n---> Package libtirpc.x86_64 0:0.2.4-0.5.el7 will be installed\n---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed\n---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed\n---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed\n---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed\n---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed\n--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch\n--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch\n---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed\n---> Package quota.x86_64 1:4.01-11.el7 will be installed\n--> Processing Dependency: quota-nls = 1:4.01-11.el7 for package: 1:quota-4.01-11.el7.x86_64\n--> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-11.el7.x86_64\n---> Package rpcbind.x86_64 0:0.2.0-26.el7 will be installed\n--> Running transaction check\n---> Package libbasicobjects.x86_64 0:0.1.1-24.el7 will be installed\n---> Package libcollection.x86_64 0:0.6.2-24.el7 will be installed\n---> Package libini_config.x86_64 0:1.1.0-24.el7 will be installed\n--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.1.0-24.el7.x86_64\n--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.1.0-24.el7.x86_64\n---> Package libref_array.x86_64 0:0.1.4-24.el7 will be installed\n---> Package libverto-tevent.x86_64 0:0.2.5-4.el7 will be installed\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed\n---> Package perl-parent.noarch 1:0.225-244.el7 will be installed\n---> Package quota-nls.noarch 1:4.01-11.el7 will be installed\n---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed\n--> Running transaction check\n---> Package libpath_utils.x86_64 0:0.2.1-24.el7 will be installed\n---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n gcc x86_64 4.8.3-9.el7 base 16 M\n git x86_64 1.8.3.1-4.el7 base 4.3 M\n libffi-devel x86_64 3.0.13-11.el7 base 22 k\n libvirt x86_64 1.2.8-16.el7_1.3 updates 97 k\n libxslt-devel x86_64 1.1.28-5.el7 base 309 k\n net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k\n openssl-devel x86_64 1:1.0.1e-42.el7.9 updates 1.2 M\n openvswitch x86_64 2.3.1-2.el7 openstack-kilo\n 1.8 M\n python-pip noarch 7.1.0-1.el7 epel 1.5 M\n python-virtualenv noarch 1.10.1-2.el7 base 1.2 M\n qemu-kvm x86_64 10:1.5.3-86.el7_1.5 updates 1.8 M\nInstalling for dependencies:\n augeas-libs x86_64 1.1.0-17.el7 base 332 k\n bridge-utils x86_64 1.5-9.el7 base 32 k\n celt051 x86_64 0.5.1.3-8.el7 base 53 k\n cpp x86_64 4.8.3-9.el7 base 5.9 M\n flac-libs x86_64 1.3.0-5.el7_1 updates 169 k\n fuse-libs x86_64 2.9.2-5.el7 base 93 k\n glibc-devel x86_64 2.17-78.el7 base 1.0 M\n glibc-headers x86_64 2.17-78.el7 base 656 k\n gsm x86_64 1.0.13-11.el7 base 30 k\n gssproxy x86_64 0.3.0-10.el7 base 81 k\n ipxe-roms-qemu noarch 20130517-6.gitc4bce43.el7 base 559 k\n iscsi-initiator-utils x86_64 6.2.0.873-29.el7 base 413 k\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-29.el7 base 81 k\n kernel-headers x86_64 3.10.0-229.11.1.el7 updates 2.3 M\n keyutils x86_64 1.5.8-3.el7 base 54 k\n keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k\n krb5-devel x86_64 1.12.2-14.el7 base 640 k\n libICE x86_64 1.0.8-7.el7 base 63 k\n libSM x86_64 1.2.1-7.el7 base 38 k\n libXtst x86_64 1.2.2-2.1.el7 base 20 k\n libasyncns x86_64 0.8-7.el7 base 26 k\n libbasicobjects x86_64 0.1.1-24.el7 base 24 k\n libcollection x86_64 0.6.2-24.el7 base 40 k\n libcom_err-devel x86_64 1.42.9-7.el7 base 30 k\n libgcrypt-devel x86_64 1.5.3-12.el7_1.1 updates 129 k\n libgnome-keyring x86_64 3.8.0-3.el7 base 109 k\n libgpg-error-devel x86_64 1.12-3.el7 base 16 k\n libibverbs x86_64 1.1.8-5.el7 base 55 k\n libini_config x86_64 1.1.0-24.el7 base 50 k\n libmpc x86_64 1.0.1-3.el7 base 51 k\n libnfsidmap x86_64 0.25-11.el7 base 46 k\n libogg x86_64 2:1.3.0-7.el7 base 24 k\n libpath_utils x86_64 0.2.1-24.el7 base 27 k\n librdmacm x86_64 1.0.19.1-1.el7 base 63 k\n libref_array x86_64 0.1.4-24.el7 base 26 k\n libseccomp x86_64 2.1.1-2.el7 base 40 k\n libselinux-devel x86_64 2.2.2-6.el7 base 174 k\n libsepol-devel x86_64 2.1.9-3.el7 base 71 k\n libsndfile x86_64 1.0.25-9.el7 base 149 k\n libtalloc x86_64 2.1.1-1.el7 base 30 k\n libtevent x86_64 0.9.21-3.el7 base 31 k\n libtirpc x86_64 0.2.4-0.5.el7 base 85 k\n libusbx x86_64 1.0.15-4.el7 base 50 k\n libverto-devel x86_64 0.2.5-4.el7 base 12 k\n libverto-tevent x86_64 0.2.5-4.el7 base 9.0 k\n libvirt-daemon x86_64 1.2.8-16.el7_1.3 updates 541 k\n libvirt-daemon-config-network x86_64 1.2.8-16.el7_1.3 updates 97 k\n libvirt-daemon-config-nwfilter x86_64 1.2.8-16.el7_1.3 updates 100 k\n libvirt-daemon-driver-interface x86_64 1.2.8-16.el7_1.3 updates 140 k\n libvirt-daemon-driver-lxc x86_64 1.2.8-16.el7_1.3 updates 680 k\n libvirt-daemon-driver-network x86_64 1.2.8-16.el7_1.3 updates 269 k\n libvirt-daemon-driver-nodedev x86_64 1.2.8-16.el7_1.3 updates 139 k\n libvirt-daemon-driver-nwfilter x86_64 1.2.8-16.el7_1.3 updates 163 k\n libvirt-daemon-driver-qemu x86_64 1.2.8-16.el7_1.3 updates 511 k\n libvirt-daemon-driver-secret x86_64 1.2.8-16.el7_1.3 updates 133 k\n libvirt-daemon-driver-storage x86_64 1.2.8-16.el7_1.3 updates 291 k\n libvorbis x86_64 1:1.3.3-8.el7 base 204 k\n libxml2-devel x86_64 2.9.1-5.el7_1.2 updates 1.0 M\n lzop x86_64 1.03-10.el7 base 54 k\n mpfr x86_64 3.1.1-4.el7 base 203 k\n netcf-libs x86_64 0.2.6-3.el7 base 69 k\n nfs-utils x86_64 1:1.3.0-0.8.el7 base 362 k\n numad x86_64 0.5-14.20140620git.el7 base 34 k\n pcre-devel x86_64 8.32-14.el7 base 477 k\n perl x86_64 4:5.16.3-285.el7 base 8.0 M\n perl-Carp noarch 1.26-244.el7 base 19 k\n perl-Encode x86_64 2.51-7.el7 base 1.5 M\n perl-Error noarch 1:0.17020-2.el7 base 32 k\n perl-Exporter noarch 5.68-3.el7 base 28 k\n perl-File-Path noarch 2.09-2.el7 base 26 k\n perl-File-Temp noarch 0.23.01-3.el7 base 56 k\n perl-Filter x86_64 1.49-3.el7 base 76 k\n perl-Getopt-Long noarch 2.40-2.el7 base 56 k\n perl-Git noarch 1.8.3.1-4.el7 base 52 k\n perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k\n perl-PathTools x86_64 3.40-5.el7 base 82 k\n perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k\n perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k\n perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k\n perl-Pod-Usage noarch 1.63-3.el7 base 27 k\n perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k\n perl-Socket x86_64 2.010-3.el7 base 49 k\n perl-Storable x86_64 2.45-3.el7 base 77 k\n perl-TermReadKey x86_64 2.30-20.el7 base 31 k\n perl-Text-ParseWords noarch 3.29-4.el7 base 14 k\n perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k\n perl-Time-Local noarch 1.2300-2.el7 base 24 k\n perl-constant noarch 1.27-2.el7 base 19 k\n perl-libs x86_64 4:5.16.3-285.el7 base 687 k\n perl-macros x86_64 4:5.16.3-285.el7 base 42 k\n perl-parent noarch 1:0.225-244.el7 base 12 k\n perl-podlators noarch 2.5.1-3.el7 base 112 k\n perl-threads x86_64 1.87-4.el7 base 49 k\n perl-threads-shared x86_64 1.43-6.el7 base 39 k\n pulseaudio-libs x86_64 3.0-30.el7 base 556 k\n qemu-kvm-common x86_64 10:1.5.3-86.el7_1.5 updates 368 k\n quota x86_64 1:4.01-11.el7 base 176 k\n quota-nls noarch 1:4.01-11.el7 base 89 k\n radvd x86_64 1.9.2-7.el7 base 85 k\n rpcbind x86_64 0.2.0-26.el7 base 55 k\n seabios-bin noarch 1.7.5-8.el7 base 73 k\n seavgabios-bin noarch 1.7.5-8.el7 base 31 k\n sgabios-bin noarch 1:0.20110622svn-4.el7 base 7.1 k\n spice-server x86_64 0.12.4-9.el7 base 378 k\n tcp_wrappers x86_64 7.6-77.el7 base 78 k\n usbredir x86_64 0.6-7.el7 base 44 k\n xz-devel x86_64 5.1.2-9alpha.el7 base 44 k\n zlib-devel x86_64 1.2.7-13.el7 base 49 k\n\nTransaction Summary\n================================================================================\nInstall 11 Packages (+108 Dependent packages)\n\nTotal download size: 61 M\nInstalled size: 182 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 7.0 MB/s | 61 MB 00:08 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : 2:libogg-1.3.0-7.el7.x86_64 1/119 \n Installing : mpfr-3.1.1-4.el7.x86_64 2/119 \n Installing : libmpc-1.0.1-3.el7.x86_64 3/119 \n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 4/119 \n Installing : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 5/119 \n Installing : libICE-1.0.8-7.el7.x86_64 6/119 \n Installing : libbasicobjects-0.1.1-24.el7.x86_64 7/119 \n Installing : libcollection-0.6.2-24.el7.x86_64 8/119 \n Installing : libtalloc-2.1.1-1.el7.x86_64 9/119 \n Installing : zlib-devel-1.2.7-13.el7.x86_64 10/119 \n Installing : libref_array-0.1.4-24.el7.x86_64 11/119 \n Installing : libibverbs-1.1.8-5.el7.x86_64 12/119 \n Installing : libtirpc-0.2.4-0.5.el7.x86_64 13/119 \n Installing : libusbx-1.0.15-4.el7.x86_64 14/119 \n Installing : usbredir-0.6-7.el7.x86_64 15/119 \n Installing : rpcbind-0.2.0-26.el7.x86_64 16/119 \n Installing : librdmacm-1.0.19.1-1.el7.x86_64 17/119 \n Installing : libtevent-0.9.21-3.el7.x86_64 18/119 \n Installing : libverto-tevent-0.2.5-4.el7.x86_64 19/119 \n Installing : libSM-1.2.1-7.el7.x86_64 20/119 \n Installing : cpp-4.8.3-9.el7.x86_64 21/119 \n Installing : 1:libvorbis-1.3.3-8.el7.x86_64 22/119 \n Installing : celt051-0.5.1.3-8.el7.x86_64 23/119 \n Installing : spice-server-0.12.4-9.el7.x86_64 24/119 \n Installing : flac-libs-1.3.0-5.el7_1.x86_64 25/119 \n Installing : 1:perl-parent-0.225-244.el7.noarch 26/119 \n Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 27/119 \n Installing : perl-podlators-2.5.1-3.el7.noarch 28/119 \n Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 29/119 \n Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 30/119 \n Installing : perl-Text-ParseWords-3.29-4.el7.noarch 31/119 \n Installing : perl-Encode-2.51-7.el7.x86_64 32/119 \n Installing : perl-Pod-Usage-1.63-3.el7.noarch 33/119 \n Installing : 4:perl-macros-5.16.3-285.el7.x86_64 34/119 \n Installing : 4:perl-libs-5.16.3-285.el7.x86_64 35/119 \n Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/119 \n Installing : perl-threads-1.87-4.el7.x86_64 37/119 \n Installing : perl-Storable-2.45-3.el7.x86_64 38/119 \n Installing : perl-Carp-1.26-244.el7.noarch 39/119 \n Installing : perl-Filter-1.49-3.el7.x86_64 40/119 \n Installing : perl-Exporter-5.68-3.el7.noarch 41/119 \n Installing : perl-constant-1.27-2.el7.noarch 42/119 \n Installing : perl-Time-Local-1.2300-2.el7.noarch 43/119 \n Installing : perl-Socket-2.010-3.el7.x86_64 44/119 \n Installing : perl-threads-shared-1.43-6.el7.x86_64 45/119 \n Installing : perl-File-Temp-0.23.01-3.el7.noarch 46/119 \n Installing : perl-File-Path-2.09-2.el7.noarch 47/119 \n Installing : perl-PathTools-3.40-5.el7.x86_64 48/119 \n Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 49/119 \n Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 50/119 \n Installing : perl-Getopt-Long-2.40-2.el7.noarch 51/119 \n Installing : 4:perl-5.16.3-285.el7.x86_64 52/119 \n Installing : 1:perl-Error-0.17020-2.el7.noarch 53/119 \n Installing : perl-TermReadKey-2.30-20.el7.x86_64 54/119 \n Installing : xz-devel-5.1.2-9alpha.el7.x86_64 55/119 \n Installing : libxml2-devel-2.9.1-5.el7_1.2.x86_64 56/119 \n Installing : libasyncns-0.8-7.el7.x86_64 57/119 \n Installing : pcre-devel-8.32-14.el7.x86_64 58/119 \n Installing : augeas-libs-1.1.0-17.el7.x86_64 59/119 \n Installing : tcp_wrappers-7.6-77.el7.x86_64 60/119 \n Installing : libgnome-keyring-3.8.0-3.el7.x86_64 61/119 \n Installing : perl-Git-1.8.3.1-4.el7.noarch 62/119 \n Installing : git-1.8.3.1-4.el7.x86_64 63/119 \n Installing : libsepol-devel-2.1.9-3.el7.x86_64 64/119 \n Installing : libselinux-devel-2.2.2-6.el7.x86_64 65/119 \n Installing : lzop-1.03-10.el7.x86_64 66/119 \n Installing : 1:sgabios-bin-0.20110622svn-4.el7.noarch 67/119 \n Installing : ipxe-roms-qemu-20130517-6.gitc4bce43.el7.noarch 68/119 \n Installing : libnfsidmap-0.25-11.el7.x86_64 69/119 \n Installing : seavgabios-bin-1.7.5-8.el7.noarch 70/119 \n Installing : keyutils-1.5.8-3.el7.x86_64 71/119 \n Installing : 1:quota-nls-4.01-11.el7.noarch 72/119 \n Installing : 1:quota-4.01-11.el7.x86_64 73/119 \n Installing : bridge-utils-1.5-9.el7.x86_64 74/119 \n Installing : netcf-libs-0.2.6-3.el7.x86_64 75/119 \n Installing : gsm-1.0.13-11.el7.x86_64 76/119 \n Installing : libsndfile-1.0.25-9.el7.x86_64 77/119 \n Installing : 10:qemu-kvm-common-1.5.3-86.el7_1.5.x86_64 78/119 \n Installing : fuse-libs-2.9.2-5.el7.x86_64 79/119 \n Installing : seabios-bin-1.7.5-8.el7.noarch 80/119 \n Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 81/119 \n Installing : libcom_err-devel-1.42.9-7.el7.x86_64 82/119 \n Installing : libgpg-error-devel-1.12-3.el7.x86_64 83/119 \n Installing : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 84/119 \n Installing : kernel-headers-3.10.0-229.11.1.el7.x86_64 85/119 \n Installing : glibc-headers-2.17-78.el7.x86_64 86/119 \n Installing : glibc-devel-2.17-78.el7.x86_64 87/119 \n Installing : libseccomp-2.1.1-2.el7.x86_64 88/119 \n Installing : libverto-devel-0.2.5-4.el7.x86_64 89/119 \n Installing : krb5-devel-1.12.2-14.el7.x86_64 90/119 \n Installing : radvd-1.9.2-7.el7.x86_64 91/119 \n Installing : libpath_utils-0.2.1-24.el7.x86_64 92/119 \n Installing : libini_config-1.1.0-24.el7.x86_64 93/119 \n Installing : gssproxy-0.3.0-10.el7.x86_64 94/119 \n Installing : 1:nfs-utils-1.3.0-0.8.el7.x86_64 95/119 \n Installing : numad-0.5-14.20140620git.el7.x86_64 96/119 \n Installing : libvirt-daemon-1.2.8-16.el7_1.3.x86_64 97/119 \n Installing : libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 98/119 \n Installing : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.3.x86_64 99/119 \n Installing : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64 100/119 \n Installing : libvirt-daemon-config-network-1.2.8-16.el7_1.3.x86_64 101/119 \n Installing : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 102/119 \n Installing : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 103/119 \n Installing : libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_6 104/119 \n Installing : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.3.x86_64 105/119 \n Installing : libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 106/119 \n Installing : libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64 107/119 \n Installing : libXtst-1.2.2-2.1.el7.x86_64 108/119 \n Installing : pulseaudio-libs-3.0-30.el7.x86_64 109/119 \n Installing : 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 110/119 \n Installing : libvirt-1.2.8-16.el7_1.3.x86_64 111/119 \n Installing : 1:openssl-devel-1.0.1e-42.el7.9.x86_64 112/119 \n Installing : gcc-4.8.3-9.el7.x86_64 113/119 \n Installing : libxslt-devel-1.1.28-5.el7.x86_64 114/119 \n Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 115/119 \n Installing : python-pip-7.1.0-1.el7.noarch 116/119 \n Installing : openvswitch-2.3.1-2.el7.x86_64 117/119 \n Installing : python-virtualenv-1.10.1-2.el7.noarch 118/119 \n Installing : libffi-devel-3.0.13-11.el7.x86_64 119/119 \n Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/119 \n Verifying : libusbx-1.0.15-4.el7.x86_64 2/119 \n Verifying : libxslt-devel-1.1.28-5.el7.x86_64 3/119 \n Verifying : libXtst-1.2.2-2.1.el7.x86_64 4/119 \n Verifying : numad-0.5-14.20140620git.el7.x86_64 5/119 \n Verifying : libpath_utils-0.2.1-24.el7.x86_64 6/119 \n Verifying : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64 7/119 \n Verifying : radvd-1.9.2-7.el7.x86_64 8/119 \n Verifying : spice-server-0.12.4-9.el7.x86_64 9/119 \n Verifying : libverto-devel-0.2.5-4.el7.x86_64 10/119 \n Verifying : perl-TermReadKey-2.30-20.el7.x86_64 11/119 \n Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/119 \n Verifying : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 13/119 \n Verifying : glibc-devel-2.17-78.el7.x86_64 14/119 \n Verifying : libselinux-devel-2.2.2-6.el7.x86_64 15/119 \n Verifying : libtirpc-0.2.4-0.5.el7.x86_64 16/119 \n Verifying : libseccomp-2.1.1-2.el7.x86_64 17/119 \n Verifying : libSM-1.2.1-7.el7.x86_64 18/119 \n Verifying : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 19/119 \n Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 20/119 \n Verifying : libibverbs-1.1.8-5.el7.x86_64 21/119 \n Verifying : kernel-headers-3.10.0-229.11.1.el7.x86_64 22/119 \n Verifying : glibc-headers-2.17-78.el7.x86_64 23/119 \n Verifying : 1:nfs-utils-1.3.0-0.8.el7.x86_64 24/119 \n Verifying : 4:perl-5.16.3-285.el7.x86_64 25/119 \n Verifying : perl-File-Path-2.09-2.el7.noarch 26/119 \n Verifying : libgpg-error-devel-1.12-3.el7.x86_64 27/119 \n Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 28/119 \n Verifying : libffi-devel-3.0.13-11.el7.x86_64 29/119 \n Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 30/119 \n Verifying : usbredir-0.6-7.el7.x86_64 31/119 \n Verifying : libvirt-daemon-config-network-1.2.8-16.el7_1.3.x86_64 32/119 \n Verifying : libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_6 33/119 \n Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 34/119 \n Verifying : python-virtualenv-1.10.1-2.el7.noarch 35/119 \n Verifying : krb5-devel-1.12.2-14.el7.x86_64 36/119 \n Verifying : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.3.x86_64 37/119 \n Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 38/119 \n Verifying : mpfr-3.1.1-4.el7.x86_64 39/119 \n Verifying : libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 40/119 \n Verifying : openvswitch-2.3.1-2.el7.x86_64 41/119 \n Verifying : gssproxy-0.3.0-10.el7.x86_64 42/119 \n Verifying : seabios-bin-1.7.5-8.el7.noarch 43/119 \n Verifying : 1:openssl-devel-1.0.1e-42.el7.9.x86_64 44/119 \n Verifying : fuse-libs-2.9.2-5.el7.x86_64 45/119 \n Verifying : 10:qemu-kvm-common-1.5.3-86.el7_1.5.x86_64 46/119 \n Verifying : gsm-1.0.13-11.el7.x86_64 47/119 \n Verifying : bridge-utils-1.5-9.el7.x86_64 48/119 \n Verifying : 2:libogg-1.3.0-7.el7.x86_64 49/119 \n Verifying : libtevent-0.9.21-3.el7.x86_64 50/119 \n Verifying : libmpc-1.0.1-3.el7.x86_64 51/119 \n Verifying : 1:quota-nls-4.01-11.el7.noarch 52/119 \n Verifying : libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64 53/119 \n Verifying : perl-Pod-Usage-1.63-3.el7.noarch 54/119 \n Verifying : perl-Encode-2.51-7.el7.x86_64 55/119 \n Verifying : pulseaudio-libs-3.0-30.el7.x86_64 56/119 \n Verifying : perl-threads-1.87-4.el7.x86_64 57/119 \n Verifying : keyutils-1.5.8-3.el7.x86_64 58/119 \n Verifying : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 59/119 \n Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 60/119 \n Verifying : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.3.x86_64 61/119 \n Verifying : seavgabios-bin-1.7.5-8.el7.noarch 62/119 \n Verifying : perl-Git-1.8.3.1-4.el7.noarch 63/119 \n Verifying : perl-threads-shared-1.43-6.el7.x86_64 64/119 \n Verifying : perl-Storable-2.45-3.el7.x86_64 65/119 \n Verifying : libref_array-0.1.4-24.el7.x86_64 66/119 \n Verifying : libnfsidmap-0.25-11.el7.x86_64 67/119 \n Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 68/119 \n Verifying : ipxe-roms-qemu-20130517-6.gitc4bce43.el7.noarch 69/119 \n Verifying : rpcbind-0.2.0-26.el7.x86_64 70/119 \n Verifying : 1:sgabios-bin-0.20110622svn-4.el7.noarch 71/119 \n Verifying : libverto-tevent-0.2.5-4.el7.x86_64 72/119 \n Verifying : lzop-1.03-10.el7.x86_64 73/119 \n Verifying : 1:perl-parent-0.225-244.el7.noarch 74/119 \n Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 75/119 \n Verifying : librdmacm-1.0.19.1-1.el7.x86_64 76/119 \n Verifying : libsepol-devel-2.1.9-3.el7.x86_64 77/119 \n Verifying : perl-Carp-1.26-244.el7.noarch 78/119 \n Verifying : zlib-devel-1.2.7-13.el7.x86_64 79/119 \n Verifying : python-pip-7.1.0-1.el7.noarch 80/119 \n Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 81/119 \n Verifying : netcf-libs-0.2.6-3.el7.x86_64 82/119 \n Verifying : perl-podlators-2.5.1-3.el7.noarch 83/119 \n Verifying : 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 84/119 \n Verifying : celt051-0.5.1.3-8.el7.x86_64 85/119 \n Verifying : perl-PathTools-3.40-5.el7.x86_64 86/119 \n Verifying : tcp_wrappers-7.6-77.el7.x86_64 87/119 \n Verifying : perl-Filter-1.49-3.el7.x86_64 88/119 \n Verifying : libsndfile-1.0.25-9.el7.x86_64 89/119 \n Verifying : augeas-libs-1.1.0-17.el7.x86_64 90/119 \n Verifying : libtalloc-2.1.1-1.el7.x86_64 91/119 \n Verifying : pcre-devel-8.32-14.el7.x86_64 92/119 \n Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 93/119 \n Verifying : perl-Exporter-5.68-3.el7.noarch 94/119 \n Verifying : perl-constant-1.27-2.el7.noarch 95/119 \n Verifying : libvirt-1.2.8-16.el7_1.3.x86_64 96/119 \n Verifying : libcollection-0.6.2-24.el7.x86_64 97/119 \n Verifying : libvirt-daemon-1.2.8-16.el7_1.3.x86_64 98/119 \n Verifying : libasyncns-0.8-7.el7.x86_64 99/119 \n Verifying : libxml2-devel-2.9.1-5.el7_1.2.x86_64 100/119 \n Verifying : cpp-4.8.3-9.el7.x86_64 101/119 \n Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 102/119 \n Verifying : perl-Time-Local-1.2300-2.el7.noarch 103/119 \n Verifying : git-1.8.3.1-4.el7.x86_64 104/119 \n Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 105/119 \n Verifying : 1:quota-4.01-11.el7.x86_64 106/119 \n Verifying : perl-Socket-2.010-3.el7.x86_64 107/119 \n Verifying : libbasicobjects-0.1.1-24.el7.x86_64 108/119 \n Verifying : flac-libs-1.3.0-5.el7_1.x86_64 109/119 \n Verifying : libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 110/119 \n Verifying : 1:perl-Error-0.17020-2.el7.noarch 111/119 \n Verifying : libICE-1.0.8-7.el7.x86_64 112/119 \n Verifying : xz-devel-5.1.2-9alpha.el7.x86_64 113/119 \n Verifying : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 114/119 \n Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 115/119 \n Verifying : libini_config-1.1.0-24.el7.x86_64 116/119 \n Verifying : gcc-4.8.3-9.el7.x86_64 117/119 \n Verifying : perl-Getopt-Long-2.40-2.el7.noarch 118/119 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 119/119 \n\nInstalled:\n gcc.x86_64 0:4.8.3-9.el7 \n git.x86_64 0:1.8.3.1-4.el7 \n libffi-devel.x86_64 0:3.0.13-11.el7 \n libvirt.x86_64 0:1.2.8-16.el7_1.3 \n libxslt-devel.x86_64 0:1.1.28-5.el7 \n net-tools.x86_64 0:2.0-0.17.20131004git.el7 \n openssl-devel.x86_64 1:1.0.1e-42.el7.9 \n openvswitch.x86_64 0:2.3.1-2.el7 \n python-pip.noarch 0:7.1.0-1.el7 \n python-virtualenv.noarch 0:1.10.1-2.el7 \n qemu-kvm.x86_64 10:1.5.3-86.el7_1.5 \n\nDependency Installed:\n augeas-libs.x86_64 0:1.1.0-17.el7 \n bridge-utils.x86_64 0:1.5-9.el7 \n celt051.x86_64 0:0.5.1.3-8.el7 \n cpp.x86_64 0:4.8.3-9.el7 \n flac-libs.x86_64 0:1.3.0-5.el7_1 \n fuse-libs.x86_64 0:2.9.2-5.el7 \n glibc-devel.x86_64 0:2.17-78.el7 \n glibc-headers.x86_64 0:2.17-78.el7 \n gsm.x86_64 0:1.0.13-11.el7 \n gssproxy.x86_64 0:0.3.0-10.el7 \n ipxe-roms-qemu.noarch 0:20130517-6.gitc4bce43.el7 \n iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 \n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 \n kernel-headers.x86_64 0:3.10.0-229.11.1.el7 \n keyutils.x86_64 0:1.5.8-3.el7 \n keyutils-libs-devel.x86_64 0:1.5.8-3.el7 \n krb5-devel.x86_64 0:1.12.2-14.el7 \n libICE.x86_64 0:1.0.8-7.el7 \n libSM.x86_64 0:1.2.1-7.el7 \n libXtst.x86_64 0:1.2.2-2.1.el7 \n libasyncns.x86_64 0:0.8-7.el7 \n libbasicobjects.x86_64 0:0.1.1-24.el7 \n libcollection.x86_64 0:0.6.2-24.el7 \n libcom_err-devel.x86_64 0:1.42.9-7.el7 \n libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1 \n libgnome-keyring.x86_64 0:3.8.0-3.el7 \n libgpg-error-devel.x86_64 0:1.12-3.el7 \n libibverbs.x86_64 0:1.1.8-5.el7 \n libini_config.x86_64 0:1.1.0-24.el7 \n libmpc.x86_64 0:1.0.1-3.el7 \n libnfsidmap.x86_64 0:0.25-11.el7 \n libogg.x86_64 2:1.3.0-7.el7 \n libpath_utils.x86_64 0:0.2.1-24.el7 \n librdmacm.x86_64 0:1.0.19.1-1.el7 \n libref_array.x86_64 0:0.1.4-24.el7 \n libseccomp.x86_64 0:2.1.1-2.el7 \n libselinux-devel.x86_64 0:2.2.2-6.el7 \n libsepol-devel.x86_64 0:2.1.9-3.el7 \n libsndfile.x86_64 0:1.0.25-9.el7 \n libtalloc.x86_64 0:2.1.1-1.el7 \n libtevent.x86_64 0:0.9.21-3.el7 \n libtirpc.x86_64 0:0.2.4-0.5.el7 \n libusbx.x86_64 0:1.0.15-4.el7 \n libverto-devel.x86_64 0:0.2.5-4.el7 \n libverto-tevent.x86_64 0:0.2.5-4.el7 \n libvirt-daemon.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-config-network.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-config-nwfilter.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-interface.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-lxc.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-network.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-nodedev.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-nwfilter.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-qemu.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-secret.x86_64 0:1.2.8-16.el7_1.3 \n libvirt-daemon-driver-storage.x86_64 0:1.2.8-16.el7_1.3 \n libvorbis.x86_64 1:1.3.3-8.el7 \n libxml2-devel.x86_64 0:2.9.1-5.el7_1.2 \n lzop.x86_64 0:1.03-10.el7 \n mpfr.x86_64 0:3.1.1-4.el7 \n netcf-libs.x86_64 0:0.2.6-3.el7 \n nfs-utils.x86_64 1:1.3.0-0.8.el7 \n numad.x86_64 0:0.5-14.20140620git.el7 \n pcre-devel.x86_64 0:8.32-14.el7 \n perl.x86_64 4:5.16.3-285.el7 \n perl-Carp.noarch 0:1.26-244.el7 \n perl-Encode.x86_64 0:2.51-7.el7 \n perl-Error.noarch 1:0.17020-2.el7 \n perl-Exporter.noarch 0:5.68-3.el7 \n perl-File-Path.noarch 0:2.09-2.el7 \n perl-File-Temp.noarch 0:0.23.01-3.el7 \n perl-Filter.x86_64 0:1.49-3.el7 \n perl-Getopt-Long.noarch 0:2.40-2.el7 \n perl-Git.noarch 0:1.8.3.1-4.el7 \n perl-HTTP-Tiny.noarch 0:0.033-3.el7 \n perl-PathTools.x86_64 0:3.40-5.el7 \n perl-Pod-Escapes.noarch 1:1.04-285.el7 \n perl-Pod-Perldoc.noarch 0:3.20-4.el7 \n perl-Pod-Simple.noarch 1:3.28-4.el7 \n perl-Pod-Usage.noarch 0:1.63-3.el7 \n perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 \n perl-Socket.x86_64 0:2.010-3.el7 \n perl-Storable.x86_64 0:2.45-3.el7 \n perl-TermReadKey.x86_64 0:2.30-20.el7 \n perl-Text-ParseWords.noarch 0:3.29-4.el7 \n perl-Time-HiRes.x86_64 4:1.9725-3.el7 \n perl-Time-Local.noarch 0:1.2300-2.el7 \n perl-constant.noarch 0:1.27-2.el7 \n perl-libs.x86_64 4:5.16.3-285.el7 \n perl-macros.x86_64 4:5.16.3-285.el7 \n perl-parent.noarch 1:0.225-244.el7 \n perl-podlators.noarch 0:2.5.1-3.el7 \n perl-threads.x86_64 0:1.87-4.el7 \n perl-threads-shared.x86_64 0:1.43-6.el7 \n pulseaudio-libs.x86_64 0:3.0-30.el7 \n qemu-kvm-common.x86_64 10:1.5.3-86.el7_1.5 \n quota.x86_64 1:4.01-11.el7 \n quota-nls.noarch 1:4.01-11.el7 \n radvd.x86_64 0:1.9.2-7.el7 \n rpcbind.x86_64 0:0.2.0-26.el7 \n seabios-bin.noarch 0:1.7.5-8.el7 \n seavgabios-bin.noarch 0:1.7.5-8.el7 \n sgabios-bin.noarch 1:0.20110622svn-4.el7 \n spice-server.x86_64 0:0.12.4-9.el7 \n tcp_wrappers.x86_64 0:7.6-77.el7 \n usbredir.x86_64 0:0.6-7.el7 \n xz-devel.x86_64 0:5.1.2-9alpha.el7 \n zlib-devel.x86_64 0:1.2.7-13.el7 \n\nComplete!\nRedirecting to /bin/systemctl restart libvirtd.service\nRedirecting to /bin/systemctl restart openvswitch.service\nNote: Forwarding request to 'systemctl enable openvswitch.service'.\nln -s '/usr/lib/systemd/system/openvswitch.service' '/etc/systemd/system/multi-user.target.wants/openvswitch.service'\n+ LIBVIRTD_GROUP=libvirtd\n+ getent group libvirtd\n+ sudo groupadd libvirtd\n+ grep LIBVIRT_DEFAULT_URI /home/stack/.bashrc\n+ echo 'export LIBVIRT_DEFAULT_URI=\"qemu:///system\"'\n+ id\n+ grep -qw libvirtd\n+ echo 'adding stack to group libvirtd'\nadding stack to group libvirtd\n+ sudo usermod -a -G libvirtd stack\n+ '[' redhat = redhat ']'\n+ libvirtd_file=/etc/libvirt/libvirtd.conf\n+ sudo grep -q '^unix_sock_group' /etc/libvirt/libvirtd.conf\n+ sudo sed -i 's/^#unix_sock_group.*/unix_sock_group = \"libvirtd\"/g' /etc/libvirt/libvirtd.conf\n+ sudo sed -i 's/^#auth_unix_rw.*/auth_unix_rw = \"none\"/g' /etc/libvirt/libvirtd.conf\n+ sudo sed -i 's/^#unix_sock_rw_perms.*/unix_sock_rw_perms = \"0770\"/g' /etc/libvirt/libvirtd.conf\n+ sudo service libvirtd restart\nRedirecting to /bin/systemctl restart libvirtd.service\n+ export UNDERCLOUD_VM_NAME=instack\n+ UNDERCLOUD_VM_NAME=instack\n+ export UNDERCLOUD_BRIDGE=brbm\n+ UNDERCLOUD_BRIDGE=brbm\n+ export REG_MACHINE_NAME=instack\n+ REG_MACHINE_NAME=instack\n+ sudo virsh list --all --name\n+ grep -q '^instack$'\n+ export NODE_COUNT=3\n+ NODE_COUNT=3\n+ export NODE_CNT=3\n+ NODE_CNT=3\n+ export NODE_ARCH=x86_64\n+ NODE_ARCH=x86_64\n+ export NODE_MEM=4096\n+ NODE_MEM=4096\n+ export NODE_CPU=1\n+ NODE_CPU=1\n+ ip link show\n+ grep ' virbr0:'\n/usr/bin/instack-virt-setup: line 97: ip: command not found\n+ export TE_DATAFILE=instackenv.json\n+ TE_DATAFILE=instackenv.json\n+ eval 'sudo -H -E tripleo devtest_testenv.sh instackenv.json'\n++ sudo -H -E tripleo devtest_testenv.sh instackenv.json\n+ template_dir=/usr/share/tripleo/templates\n++ dirname /usr/libexec/openstack-tripleo/setup-network\n+ BASE=/usr/libexec/openstack-tripleo/../\n+ BRIDGE_SUFFIX=-n\n+ BRIDGE_NAMES=brbm\n+ VLAN_TRUNK_IDS=\n++ basename /usr/libexec/openstack-tripleo/setup-network\n+ SCRIPT_NAME=setup-network\n++ getopt -o h,n:,b: -l vlan-trunk-ids: -n setup-network -- -n '' -b brbm --vlan-trunk-ids ''\n+ TEMP=' -n '\\'''\\'' -b '\\''brbm'\\'' --vlan-trunk-ids '\\'''\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -n '\\'''\\'' -b '\\''brbm'\\'' --vlan-trunk-ids '\\'''\\'' --'\n++ set -- -n '' -b brbm --vlan-trunk-ids '' --\n+ true\n+ case \"$1\" in\n+ BRIDGE_SUFFIX=\n+ shift 2\n+ true\n+ case \"$1\" in\n+ BRIDGE_NAMES=brbm\n+ shift 2\n+ true\n+ case \"$1\" in\n+ VLAN_TRUNK_IDS=\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n++ vlan_trunks ''\n++ local IDS=\n++ '[' -z '' ']'\n++ return 0\n+ VLAN_TRUNK_DATA=\n+ for NAME in '$BRIDGE_NAMES'\n+ create_bridge brbm ''\n+ local BRIDGE_NAME=brbm\n+ local VLAN_TRUNK_DATA=\n+ sudo ovs-vsctl list-br\n+ grep 'brbm$'\n+ sudo ovs-vsctl add-br brbm\n+ virsh net-list --persistent\n+ grep 'brbm '\n+ virsh net-list --inactive --persistent\n+ grep 'brbm '\n+ virsh net-define /dev/fd/63\n++ sed -e s/%NETWORK_NAME%/brbm/ -e s/%VLAN_TRUNK_DATA%// /usr/share/tripleo/templates/net.xml\nNetwork brbm defined from /dev/fd/63\n\n+ virsh net-autostart brbm\nNetwork brbm marked as autostarted\n\n+ virsh net-start brbm\nNetwork brbm started\n\n++ sudo virsh net-list --all --persistent\n++ grep default\n++ awk 'BEGIN{OFS=\":\";} {print $2,$3}'\n+ default_net=active:yes\n+ state=active\n+ autostart=yes\n+ '[' active '!=' active ']'\n+ '[' yes '!=' yes ']'\n\nseed VM not running\n\nseed VM not defined\nCreated machine seed with UUID 34291e7f-a14a-4f7e-9e90-06699be586f1\nSeed VM created with MAC 52:54:00:29:db:41\nGenerating public/private rsa key pair.\nYour identification has been saved in /root/.ssh/id_rsa_virt_power.\nYour public key has been saved in /root/.ssh/id_rsa_virt_power.pub.\nThe key fingerprint is:\nff:ed:59:3e:9c:9e:e6:e2:30:46:4d:2c:63:2b:c6:98 virtual-power-key\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| + o |\n| + . * |\n| ES+ o . |\n| ..o |\n| .+ . o|\n| ..oo O.|\n| ooO+o|\n+-----------------+\nPool default defined\n\nPool default marked as autostarted\n\nPool default started\n\nVol baremetalbrbm_0.qcow2 created\n\nchattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_0.qcow2\nCreated machine baremetalbrbm_0 with UUID 1a81e3c9-8dc3-4eb2-b2a4-34d4ef611f3d\nVol baremetalbrbm_1.qcow2 created\n\nchattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_1.qcow2\nCreated machine baremetalbrbm_1 with UUID 74c3a11e-a736-4b61-86cf-6a5d15e876c8\nVol baremetalbrbm_2.qcow2 created\n\nchattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_2.qcow2\nCreated machine baremetalbrbm_2 with UUID b6098609-4881-4ce5-9221-9aa0b91b32cd\n+ sudo mv /root/.ssh/id_rsa_virt_power /home/stack/.ssh/\n+ sudo mv /root/.ssh/id_rsa_virt_power.pub /home/stack/.ssh/\n+ sudo chown -R stack: /home/stack/.ssh\n+ sudo virsh undefine --remove-all-storage seed\nDomain seed has been undefined\nVolume 'sda'(/var/lib/libvirt/images/seed.qcow2) removed.\n\n+ VM_LAST_NUMBER=2\n++ seq 0 VM_LAST_NUMBER\nseq: invalid floating point argument: VM_LAST_NUMBER\nTry 'seq --help' for more information.\n+ export UNDERCLOUD_OS=fedora-20\n+ UNDERCLOUD_OS=fedora-20\n+ export UNDERCLOUD_INSTALL=1\n+ UNDERCLOUD_INSTALL=1\n+ '[' 1 = 1 ']'\n+ cp /usr/share/instack-undercloud/undercloud.conf.sample /tmp/instack.answers\n+ disk-image-create --image-size 30 -a amd64 centos7 instack-vm -o instack\nBuilding elements: base centos7 instack-vm\nExpanded element dependencies to: epel instack-vm rpm-distro install-types redhat-common dib-run-parts vm manifests centos7 dib-init-system base pkg-map cache-url local-config yum source-repositories package-installs\nBuilding in /tmp/image.mULXQ1cD\ndib-run-parts Wed Aug 19 23:41:19 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/01-ccache\ndib-run-parts Wed Aug 19 23:41:19 UTC 2015 01-ccache completed\ndib-run-parts Wed Aug 19 23:41:19 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/10-centos7-cloud-image\nGetting /home/stack/.cache/image-create/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2.tgz.lock: Wed Aug 19 23:41:19 UTC 2015\nRepacking base image as tarball.\nWorking in /tmp/tmp.BjXhcfBmXO\n/dev/loop0\nExtracting base root image from /home/stack/.cache/image-create/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2.tgz\nloop deleted : /dev/loop0\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 10-centos7-cloud-image completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/50-yum-cache\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-yum-cache completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/90-base-dib-run-parts\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 90-base-dib-run-parts completed\n----------------------- PROFILING -----------------------\n\nTarget: root.d\n\nScript Seconds\n--------------------------------------- ----------\n\n01-ccache 0.020\n10-centos7-cloud-image 68.799\n50-yum-cache 0.019\n90-base-dib-run-parts 0.015\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/10-create-pkg-map-dir\n+ set -eu\n+ set -o pipefail\n+ sudo mkdir -p /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/epel/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/epel/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/epel/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/epel/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/instack-vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/instack-vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/instack-vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/instack-vm/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/rpm-distro/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/rpm-distro/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/rpm-distro/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/rpm-distro/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/install-types/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/install-types/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/install-types/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/install-types/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/redhat-common/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/redhat-common/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/redhat-common/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/redhat-common/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/dib-run-parts/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/dib-run-parts/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/dib-run-parts/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/dib-run-parts/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/vm/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/vm/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/manifests/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/manifests/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/manifests/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/manifests/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/centos7/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/centos7/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/centos7/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/centos7/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/dib-init-system/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/dib-init-system/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/dib-init-system/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/dib-init-system/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/base/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/base/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/base/pkg-map ']'\n+ sudo cp /usr/share/diskimage-builder/elements/base/pkg-map /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/base\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/base/pkg-map ']'\n+ sudo cp /usr/bin/../share/diskimage-builder/elements/base/pkg-map /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/base\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/pkg-map/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/pkg-map/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/pkg-map/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/pkg-map/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/cache-url/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/cache-url/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/cache-url/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/cache-url/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/local-config/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/local-config/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/local-config/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/local-config/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/yum/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/yum/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/yum/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/yum/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/source-repositories/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/source-repositories/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/source-repositories/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/source-repositories/pkg-map ']'\n+ for ELEMENT in '$IMAGE_ELEMENT'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/instack-undercloud/package-installs/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/tripleo-image-elements/package-installs/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/share/diskimage-builder/elements/package-installs/pkg-map ']'\n+ for DIR in '${ELEMENTS_PATH//:/ }'\n+ '[' -f /usr/bin/../share/diskimage-builder/elements/package-installs/pkg-map ']'\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 10-create-pkg-map-dir completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/20-manifest-dir\n+ set -eu\n+ set -o pipefail\n+ sudo mkdir -p /tmp/image.mULXQ1cD/mnt//etc/dib-manifests\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 20-manifest-dir completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/50-add-instack-files\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-add-instack-files completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/50-store-build-settings\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-store-build-settings completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/62-ssh-key\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 62-ssh-key completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/98-source-repositories\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 98-source-repositories completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-enable-install-types\n+ set -eu\n+ set -o pipefail\n+ declare -a SPECIFIED_ELEMS\n+ SPECIFIED_ELEMS[0]=\n+ PREFIX=DIB_INSTALLTYPE_\n++ env\n++ grep '^DIB_INSTALLTYPE_'\n++ cut -d= -f1\n++ echo ''\n+ INSTALL_TYPE_VARS=\n++ find /tmp/image.mULXQ1cD/hooks/install.d -maxdepth 1 -name '*-source-install' -type d\n+ default_install_type_dirs=\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-enable-install-types completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-squash-package-install\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-squash-package-install completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-yum-repo-conf\n+ set -eu\n+ set -o pipefail\n+ '[' -z '' ']'\n+ echo 'DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in'\nDIB_YUM_REPO_CONF is not set - no repo configuration will be copied in\n+ exit 0\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-yum-repo-conf completed\n----------------------- PROFILING -----------------------\n\nTarget: extra-data.d\n\nScript Seconds\n--------------------------------------- ----------\n\n10-create-pkg-map-dir 0.028\n20-manifest-dir 0.010\n50-add-instack-files 0.008\n50-store-build-settings 0.003\n62-ssh-key 0.004\n98-source-repositories 0.010\n99-enable-install-types 0.007\n99-squash-package-install 0.079\n99-yum-repo-conf 0.003\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-fix-requiretty\n/etc/sudoers: parsed OK\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 00-fix-requiretty completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 00-usr-local-bin-secure-path completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-override-yum-arch\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 01-override-yum-arch completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-install-bin\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 01-yum-install-bin completed\ndib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-keepcache\ndib-run-parts Wed Aug 19 23:42:29 UTC 2015 01-yum-keepcache completed\ndib-run-parts Wed Aug 19 23:42:29 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-repos\ndib-run-parts Wed Aug 19 23:42:29 UTC 2015 01-yum-repos completed\ndib-run-parts Wed Aug 19 23:42:29 UTC 2015 Running /tmp/in_target.d/pre-install.d/02-package-installs\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/pre-install.d/02-package-installs\n+ package-installs -d /tmp/in_target.d/pre-install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/pre-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/pre-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/pre-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\n+ package-installs-v2 --phase pre-install.d /tmp/package-installs.json\nMap file for epel element does not exist.\nMap file for epel element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nWARNING: map-packages is deprecated. Please use the pkg-map element.\nwarning: /tmp/yum/x86_64/7/base/packages/at-3.1.13-17.el7_0.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY\nImporting GPG key 0xF4A80EB5:\n Userid : \"CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>\"\n Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5\n Package : centos-release-7-0.1406.el7.centos.2.3.x86_64 (installed)\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7\ninstalling wget from epel\ninstalling wget from epel\ninstalling redhat-lsb-core from redhat-common\ninstalling gettext from redhat-common\ninstalling grub2-tools from redhat-common\ninstalling system-logos from redhat-common\ninstalling os-prober from redhat-common\ninstalling redhat-lsb-core from redhat-common\ninstalling gettext from redhat-common\ninstalling grub2-tools from redhat-common\ninstalling system-logos from redhat-common\ninstalling os-prober from redhat-common\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 02-package-installs completed\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/02-proxy-settings\n+ set -eu\n+ set -o pipefail\n+ have_apt=\n+ have_yum=\n+ have_zypper=\n+ http_proxy=\n+ https_proxy=\n+ '[' -d /etc/apt ']'\n+ '[' -e /etc/yum.conf ']'\n+ have_yum=1\n+ '[' -d /etc/zypp ']'\n+ '[' -n '' ']'\n+ '[' -n '' ']'\n+ no_proxy=\n+ no_proxy=192.0.2.1\n+ '[' -n 192.0.2.1 ']'\n+ '[' -d '~stack' ']'\n+ '[' -n '' ']'\n+ '[' -n '' ']'\n+ '[' -n '' -o -n '' -o -n 192.0.2.1 ']'\n+ '[' -n '' ']'\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 02-proxy-settings completed\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/03-baseline-tools\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 03-baseline-tools completed\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/04-dib-init-system\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 04-dib-init-system completed\ndib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/05-rpm-epel-release\npackage epel-release is not installed\nLoaded plugins: fastestmirror\nExamining /var/tmp/yum-root-ZKGrKI/epel-release-7-1.noarch.rpm: epel-release-7-1.noarch\nMarking /var/tmp/yum-root-ZKGrKI/epel-release-7-1.noarch.rpm to be installed\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nNo package epel-release-7-2.noarch.rpm available.\nNo package epel-release-7-5.noarch.rpm available.\nResolving Dependencies\n--> Running transaction check\n---> Package epel-release.noarch 0:7-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n epel-release noarch 7-1 /epel-release-7-1.noarch 22 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 22 k\nInstalled size: 22 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : epel-release-7-1.noarch 1/1 \n Verifying : epel-release-7-1.noarch 1/1 \n\nInstalled:\n epel-release.noarch 0:7-1 \n\nComplete!\ndib-run-parts Wed Aug 19 23:42:47 UTC 2015 05-rpm-epel-release completed\ndib-run-parts Wed Aug 19 23:42:47 UTC 2015 Running /tmp/in_target.d/pre-install.d/15-remove-grub\nwhich: no grub-install in (/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\ntrying grub2-install\nLoaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package grub2.x86_64 1:2.02-0.16.el7.centos will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n grub2 x86_64 1:2.02-0.16.el7.centos @base 7.1 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 7.1 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : 1:grub2-2.02-0.16.el7.centos.x86_64 1/1 \n Verifying : 1:grub2-2.02-0.16.el7.centos.x86_64 1/1 \n\nRemoved:\n grub2.x86_64 1:2.02-0.16.el7.centos \n\nComplete!\nWARNING: map-packages is deprecated. Please use the pkg-map element.\nRunning install-packages install. Package list: grub2\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nResolving Dependencies\n--> Running transaction check\n---> Package grub2.x86_64 1:2.02-0.16.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n grub2 x86_64 1:2.02-0.16.el7.centos base 1.5 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 1.5 M\nInstalled size: 7.1 M\nBackground downloading packages, then exiting:\nexiting because \"Download Only\" specified\ndib-run-parts Wed Aug 19 23:42:53 UTC 2015 15-remove-grub completed\ndib-run-parts Wed Aug 19 23:42:53 UTC 2015 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls\n+ package-uninstalls -d /tmp/in_target.d/pre-install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/pre-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/pre-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/pre-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\n+ package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json\nNothing to uninstall\ndib-run-parts Wed Aug 19 23:42:53 UTC 2015 99-package-uninstalls completed\n----------------------- PROFILING -----------------------\n\nTarget: pre-install.d\n\nScript Seconds\n--------------------------------------- ----------\n\n00-fix-requiretty 0.007\n00-usr-local-bin-secure-path 0.004\n01-override-yum-arch 0.003\n01-yum-install-bin 0.006\n01-yum-keepcache 0.005\n01-yum-repos 0.004\n02-package-installs 14.701\n02-proxy-settings 0.003\n03-baseline-tools 0.003\n04-dib-init-system 0.005\n05-rpm-epel-release 3.429\n15-remove-grub 6.234\n99-package-uninstalls 0.047\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:42:53 UTC 2015 Running /tmp/in_target.d/install.d/00-baseline-environment\nRunning install-packages install. Package list: iscsi-initiator-utils\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nResolving Dependencies\n--> Running transaction check\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 will be installed\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-29.el7 for package: iscsi-initiator-utils-6.2.0.873-29.el7.x86_64\n--> Running transaction check\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n iscsi-initiator-utils x86_64 6.2.0.873-29.el7 base 413 k\nInstalling for dependencies:\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-29.el7 base 81 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 494 k\nInstalled size: 2.5 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.4 MB/s | 494 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 1/2 \n Installing : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 2/2 \n Verifying : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 1/2 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 2/2 \n\nInstalled:\n iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 \n\nDependency Installed:\n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 \n\nComplete!\ndib-run-parts Wed Aug 19 23:42:58 UTC 2015 00-baseline-environment completed\ndib-run-parts Wed Aug 19 23:42:58 UTC 2015 Running /tmp/in_target.d/install.d/00-up-to-date\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nResolving Dependencies\n--> Running transaction check\n---> Package audit.x86_64 0:2.3.3-4.el7 will be updated\n---> Package audit.x86_64 0:2.4.1-5.el7 will be an update\n---> Package audit-libs.x86_64 0:2.3.3-4.el7 will be updated\n---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be an update\n---> Package audit-libs-python.x86_64 0:2.3.3-4.el7 will be updated\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be an update\n---> Package authconfig.x86_64 0:6.2.8-8.el7 will be updated\n---> Package authconfig.x86_64 0:6.2.8-9.el7 will be an update\n---> Package bash.x86_64 0:4.2.45-5.el7 will be updated\n---> Package bash.x86_64 0:4.2.46-12.el7 will be an update\n---> Package bind-libs-lite.x86_64 32:9.9.4-14.el7 will be updated\n---> Package bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 will be an update\n---> Package bind-license.noarch 32:9.9.4-14.el7 will be updated\n---> Package bind-license.noarch 32:9.9.4-18.el7_1.3 will be an update\n---> Package binutils.x86_64 0:2.23.52.0.1-16.el7 will be updated\n---> Package binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 will be an update\n---> Package btrfs-progs.x86_64 0:3.12-4.el7 will be updated\n---> Package btrfs-progs.x86_64 0:3.16.2-1.el7 will be an update\n---> Package ca-certificates.noarch 0:2013.1.95-71.el7 will be updated\n---> Package ca-certificates.noarch 0:2015.2.4-70.0.el7_1 will be an update\n---> Package centos-release.x86_64 0:7-0.1406.el7.centos.2.3 will be updated\n---> Package centos-release.x86_64 0:7-1.1503.el7.centos.2.8 will be an update\n---> Package cronie.x86_64 0:1.4.11-11.el7 will be updated\n---> Package cronie.x86_64 0:1.4.11-13.el7 will be an update\n---> Package cronie-anacron.x86_64 0:1.4.11-11.el7 will be updated\n---> Package cronie-anacron.x86_64 0:1.4.11-13.el7 will be an update\n---> Package cryptsetup-libs.x86_64 0:1.6.3-2.el7 will be updated\n---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be an update\n---> Package dbus.x86_64 1:1.6.12-8.el7 will be updated\n---> Package dbus.x86_64 1:1.6.12-11.el7 will be an update\n---> Package dbus-libs.x86_64 1:1.6.12-8.el7 will be updated\n---> Package dbus-libs.x86_64 1:1.6.12-11.el7 will be an update\n---> Package device-mapper.x86_64 7:1.02.84-14.el7 will be updated\n---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package device-mapper-libs.x86_64 7:1.02.84-14.el7 will be updated\n---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be an update\n---> Package dhclient.x86_64 12:4.2.5-27.el7.centos will be updated\n---> Package dhclient.x86_64 12:4.2.5-36.el7.centos will be an update\n---> Package dhcp-common.x86_64 12:4.2.5-27.el7.centos will be updated\n---> Package dhcp-common.x86_64 12:4.2.5-36.el7.centos will be an update\n---> Package dhcp-libs.x86_64 12:4.2.5-27.el7.centos will be updated\n---> Package dhcp-libs.x86_64 12:4.2.5-36.el7.centos will be an update\n---> Package dnsmasq.x86_64 0:2.66-12.el7 will be updated\n---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be an update\n---> Package dracut.x86_64 0:033-161.el7 will be updated\n---> Package dracut.x86_64 0:033-241.el7_1.5 will be an update\n---> Package dracut-config-generic.x86_64 0:033-161.el7 will be updated\n---> Package dracut-config-generic.x86_64 0:033-241.el7_1.5 will be an update\n---> Package dracut-config-rescue.x86_64 0:033-161.el7 will be updated\n---> Package dracut-config-rescue.x86_64 0:033-241.el7_1.5 will be an update\n---> Package dracut-network.x86_64 0:033-161.el7 will be updated\n---> Package dracut-network.x86_64 0:033-241.el7_1.5 will be an update\n---> Package e2fsprogs.x86_64 0:1.42.9-4.el7 will be updated\n---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be an update\n---> Package e2fsprogs-libs.x86_64 0:1.42.9-4.el7 will be updated\n---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be an update\n---> Package elfutils-libelf.x86_64 0:0.158-3.el7 will be updated\n---> Package elfutils-libelf.x86_64 0:0.160-1.el7 will be an update\n---> Package elfutils-libs.x86_64 0:0.158-3.el7 will be updated\n---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be an update\n---> Package epel-release.noarch 0:7-1 will be updated\n---> Package epel-release.noarch 0:7-5 will be an update\n---> Package ethtool.x86_64 2:3.8-3.el7 will be updated\n---> Package ethtool.x86_64 2:3.15-2.el7 will be an update\n---> Package freetype.x86_64 0:2.4.11-9.el7 will be updated\n---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be an update\n---> Package glib-networking.x86_64 0:2.36.2-3.el7 will be updated\n---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be an update\n---> Package glib2.x86_64 0:2.36.3-5.el7 will be updated\n---> Package glib2.x86_64 0:2.40.0-4.el7 will be an update\n---> Package glibc.x86_64 0:2.17-55.el7 will be updated\n---> Package glibc.x86_64 0:2.17-78.el7 will be an update\n---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated\n---> Package glibc-common.x86_64 0:2.17-78.el7 will be an update\n---> Package gmp.x86_64 1:5.1.1-5.el7 will be updated\n---> Package gmp.x86_64 1:6.0.0-11.el7 will be an update\n---> Package gnutls.x86_64 0:3.1.18-8.el7 will be updated\n---> Package gnutls.x86_64 0:3.3.8-12.el7_1.1 will be an update\n--> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7_1.1.x86_64\n---> Package grep.x86_64 0:2.16-1.el7 will be updated\n---> Package grep.x86_64 0:2.20-1.el7 will be an update\n---> Package grubby.x86_64 0:8.28-8.el7 will be updated\n---> Package grubby.x86_64 0:8.28-11.el7 will be an update\n---> Package initscripts.x86_64 0:9.49.17-1.el7 will be updated\n---> Package initscripts.x86_64 0:9.49.24-1.el7 will be an update\n---> Package iproute.x86_64 0:3.10.0-13.el7 will be updated\n---> Package iproute.x86_64 0:3.10.0-21.el7 will be an update\n---> Package iputils.x86_64 0:20121221-6.el7 will be updated\n---> Package iputils.x86_64 0:20121221-6.el7_1.1 will be an update\n---> Package irqbalance.x86_64 2:1.0.6-5.el7 will be updated\n---> Package irqbalance.x86_64 2:1.0.7-2.el7_1 will be an update\n---> Package json-c.x86_64 0:0.11-3.el7 will be updated\n---> Package json-c.x86_64 0:0.11-4.el7_0 will be an update\n---> Package kbd.x86_64 0:1.15.5-10.el7 will be updated\n---> Package kbd.x86_64 0:1.15.5-11.el7 will be an update\n--> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64\n---> Package kbd-misc.noarch 0:1.15.5-10.el7 will be updated\n---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be an update\n---> Package kernel.x86_64 0:3.10.0-229.11.1.el7 will be installed\n--> Processing Dependency: linux-firmware >= 20140911 for package: kernel-3.10.0-229.11.1.el7.x86_64\n---> Package kernel-tools.x86_64 0:3.10.0-123.el7 will be updated\n---> Package kernel-tools.x86_64 0:3.10.0-229.11.1.el7 will be an update\n---> Package kernel-tools-libs.x86_64 0:3.10.0-123.el7 will be updated\n---> Package kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 will be an update\n---> Package kexec-tools.x86_64 0:2.0.4-32.el7.centos will be updated\n---> Package kexec-tools.x86_64 0:2.0.7-19.el7_1.2 will be an update\n---> Package kmod.x86_64 0:14-9.el7 will be updated\n---> Package kmod.x86_64 0:14-10.el7 will be an update\n---> Package kmod-libs.x86_64 0:14-9.el7 will be updated\n---> Package kmod-libs.x86_64 0:14-10.el7 will be an update\n---> Package kpartx.x86_64 0:0.4.9-66.el7 will be updated\n---> Package kpartx.x86_64 0:0.4.9-77.el7 will be an update\n---> Package krb5-libs.x86_64 0:1.11.3-49.el7 will be updated\n---> Package krb5-libs.x86_64 0:1.12.2-14.el7 will be an update\n---> Package libblkid.x86_64 0:2.23.2-16.el7 will be updated\n---> Package libblkid.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libcgroup.x86_64 0:0.41-6.el7 will be updated\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be an update\n---> Package libcom_err.x86_64 0:1.42.9-4.el7 will be updated\n---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be an update\n---> Package libdb.x86_64 0:5.3.21-17.el7 will be updated\n---> Package libdb.x86_64 0:5.3.21-17.el7_0.1 will be an update\n---> Package libdb-utils.x86_64 0:5.3.21-17.el7 will be updated\n---> Package libdb-utils.x86_64 0:5.3.21-17.el7_0.1 will be an update\n---> Package libgcc.x86_64 0:4.8.2-16.el7 will be updated\n---> Package libgcc.x86_64 0:4.8.3-9.el7 will be an update\n---> Package libgcrypt.x86_64 0:1.5.3-4.el7 will be updated\n---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be an update\n---> Package libgomp.x86_64 0:4.8.2-16.el7 will be updated\n---> Package libgomp.x86_64 0:4.8.3-9.el7 will be an update\n---> Package libgudev1.x86_64 0:208-11.el7 will be updated\n---> Package libgudev1.x86_64 0:208-20.el7_1.5 will be an update\n---> Package libmount.x86_64 0:2.23.2-16.el7 will be updated\n---> Package libmount.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libnfsidmap.x86_64 0:0.25-9.el7 will be updated\n---> Package libnfsidmap.x86_64 0:0.25-11.el7 will be an update\n---> Package libnl3.x86_64 0:3.2.21-6.el7 will be updated\n---> Package libnl3.x86_64 0:3.2.21-8.el7 will be an update\n---> Package libnl3-cli.x86_64 0:3.2.21-6.el7 will be updated\n---> Package libnl3-cli.x86_64 0:3.2.21-8.el7 will be an update\n---> Package libpcap.x86_64 14:1.5.3-3.el7 will be updated\n---> Package libpcap.x86_64 14:1.5.3-4.el7_1.2 will be an update\n---> Package libsoup.x86_64 0:2.42.2-3.el7 will be updated\n---> Package libsoup.x86_64 0:2.46.0-3.el7 will be an update\n---> Package libss.x86_64 0:1.42.9-4.el7 will be updated\n---> Package libss.x86_64 0:1.42.9-7.el7 will be an update\n---> Package libstdc++.x86_64 0:4.8.2-16.el7 will be updated\n---> Package libstdc++.x86_64 0:4.8.3-9.el7 will be an update\n---> Package libtasn1.x86_64 0:3.3-3.el7 will be updated\n---> Package libtasn1.x86_64 0:3.8-2.el7 will be an update\n---> Package libteam.x86_64 0:1.9-15.el7 will be updated\n---> Package libteam.x86_64 0:1.15-1.el7 will be an update\n---> Package libtirpc.x86_64 0:0.2.4-0.3.el7 will be updated\n---> Package libtirpc.x86_64 0:0.2.4-0.5.el7 will be an update\n---> Package libuser.x86_64 0:0.60-5.el7 will be updated\n---> Package libuser.x86_64 0:0.60-7.el7_1 will be an update\n---> Package libuuid.x86_64 0:2.23.2-16.el7 will be updated\n---> Package libuuid.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package libxml2.x86_64 0:2.9.1-5.el7 will be updated\n---> Package libxml2.x86_64 0:2.9.1-5.el7_1.2 will be an update\n---> Package libyaml.x86_64 0:0.1.4-10.el7 will be updated\n---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be an update\n---> Package lzo.x86_64 0:2.06-6.el7 will be updated\n---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be an update\n---> Package mariadb-libs.x86_64 1:5.5.35-3.el7 will be updated\n---> Package mariadb-libs.x86_64 1:5.5.41-2.el7_0 will be an update\n---> Package microcode_ctl.x86_64 2:2.1-7.1.el7 will be updated\n---> Package microcode_ctl.x86_64 2:2.1-10.el7 will be an update\n---> Package nettle.x86_64 0:2.7.1-2.el7 will be updated\n---> Package nettle.x86_64 0:2.7.1-4.el7 will be an update\n---> Package nfs-utils.x86_64 1:1.3.0-0.el7 will be updated\n---> Package nfs-utils.x86_64 1:1.3.0-0.8.el7 will be an update\n--> Processing Dependency: gssproxy >= 0.3.0-0 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64\n---> Package nspr.x86_64 0:4.10.2-4.el7 will be updated\n---> Package nspr.x86_64 0:4.10.8-1.el7_1 will be an update\n---> Package nss.x86_64 0:3.15.4-6.el7 will be updated\n---> Package nss.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-softokn.x86_64 0:3.15.4-2.el7 will be updated\n---> Package nss-softokn.x86_64 0:3.16.2.3-12.el7_1 will be an update\n---> Package nss-softokn-freebl.x86_64 0:3.15.4-2.el7 will be updated\n---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 will be an update\n---> Package nss-sysinit.x86_64 0:3.15.4-6.el7 will be updated\n---> Package nss-sysinit.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-tools.x86_64 0:3.15.4-6.el7 will be updated\n---> Package nss-tools.x86_64 0:3.19.1-5.el7_1 will be an update\n---> Package nss-util.x86_64 0:3.15.4-2.el7 will be updated\n---> Package nss-util.x86_64 0:3.19.1-3.el7_1 will be an update\n---> Package numactl-libs.x86_64 0:2.0.9-2.el7 will be updated\n---> Package numactl-libs.x86_64 0:2.0.9-5.el7_1 will be an update\n---> Package openldap.x86_64 0:2.4.39-3.el7 will be updated\n---> Package openldap.x86_64 0:2.4.39-6.el7 will be an update\n---> Package openssh.x86_64 0:6.4p1-8.el7 will be updated\n---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssh-clients.x86_64 0:6.4p1-8.el7 will be updated\n---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssh-server.x86_64 0:6.4p1-8.el7 will be updated\n---> Package openssh-server.x86_64 0:6.6.1p1-12.el7_1 will be an update\n---> Package openssl.x86_64 1:1.0.1e-34.el7 will be updated\n---> Package openssl.x86_64 1:1.0.1e-42.el7.9 will be an update\n---> Package openssl-libs.x86_64 1:1.0.1e-34.el7 will be updated\n---> Package openssl-libs.x86_64 1:1.0.1e-42.el7.9 will be an update\n---> Package p11-kit.x86_64 0:0.18.7-4.el7 will be updated\n---> Package p11-kit.x86_64 0:0.20.7-3.el7 will be an update\n---> Package p11-kit-trust.x86_64 0:0.18.7-4.el7 will be updated\n---> Package p11-kit-trust.x86_64 0:0.20.7-3.el7 will be an update\n---> Package pam.x86_64 0:1.1.8-9.el7 will be updated\n---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be an update\n---> Package parted.x86_64 0:3.1-17.el7 will be updated\n---> Package parted.x86_64 0:3.1-20.el7 will be an update\n---> Package pcre.x86_64 0:8.32-12.el7 will be updated\n---> Package pcre.x86_64 0:8.32-14.el7 will be an update\n---> Package policycoreutils.x86_64 0:2.2.5-11.el7 will be updated\n---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be an update\n---> Package policycoreutils-python.x86_64 0:2.2.5-11.el7 will be updated\n---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be an update\n---> Package procps-ng.x86_64 0:3.3.9-6.el7 will be updated\n---> Package procps-ng.x86_64 0:3.3.10-3.el7 will be an update\n---> Package pygobject3-base.x86_64 0:3.8.2-4.el7 will be updated\n---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be an update\n---> Package python.x86_64 0:2.7.5-16.el7 will be updated\n---> Package python.x86_64 0:2.7.5-18.el7_1.1 will be an update\n---> Package python-backports.noarch 0:1.0-6.el7 will be updated\n---> Package python-backports.x86_64 0:1.0-8.el7 will be an update\n---> Package python-boto.noarch 0:2.25.0-2.el7.centos will be updated\n---> Package python-boto.noarch 0:2.38.0-2.el7 will be an update\n--> Processing Dependency: python-rsa for package: python-boto-2.38.0-2.el7.noarch\n---> Package python-chardet.noarch 0:2.0.1-7.el7 will be updated\n---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be an update\n---> Package python-libs.x86_64 0:2.7.5-16.el7 will be updated\n---> Package python-libs.x86_64 0:2.7.5-18.el7_1.1 will be an update\n---> Package python-requests.noarch 0:1.1.0-8.el7 will be updated\n---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be an update\n---> Package python-urlgrabber.noarch 0:3.10-4.el7 will be updated\n---> Package python-urlgrabber.noarch 0:3.10-6.el7 will be an update\n---> Package python-urllib3.noarch 0:1.5-8.el7 will be updated\n---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be an update\n---> Package rpcbind.x86_64 0:0.2.0-23.el7 will be updated\n---> Package rpcbind.x86_64 0:0.2.0-26.el7 will be an update\n---> Package rpm.x86_64 0:4.11.1-16.el7 will be updated\n---> Package rpm.x86_64 0:4.11.1-25.el7 will be an update\n---> Package rpm-build-libs.x86_64 0:4.11.1-16.el7 will be updated\n---> Package rpm-build-libs.x86_64 0:4.11.1-25.el7 will be an update\n---> Package rpm-libs.x86_64 0:4.11.1-16.el7 will be updated\n---> Package rpm-libs.x86_64 0:4.11.1-25.el7 will be an update\n---> Package rpm-python.x86_64 0:4.11.1-16.el7 will be updated\n---> Package rpm-python.x86_64 0:4.11.1-25.el7 will be an update\n---> Package rsyslog.x86_64 0:7.4.7-6.el7 will be updated\n---> Package rsyslog.x86_64 0:7.4.7-7.el7_0 will be an update\n---> Package selinux-policy.noarch 0:3.12.1-153.el7 will be updated\n---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.13 will be an update\n---> Package selinux-policy-targeted.noarch 0:3.12.1-153.el7 will be updated\n---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 will be an update\n---> Package setup.noarch 0:2.8.71-4.el7 will be updated\n---> Package setup.noarch 0:2.8.71-5.el7 will be an update\n---> Package shadow-utils.x86_64 2:4.1.5.1-13.el7 will be updated\n---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be an update\n---> Package sqlite.x86_64 0:3.7.17-4.el7 will be updated\n---> Package sqlite.x86_64 0:3.7.17-6.el7_1.1 will be an update\n---> Package sudo.x86_64 0:1.8.6p7-11.el7 will be updated\n---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be an update\n---> Package systemd.x86_64 0:208-11.el7 will be updated\n---> Package systemd.x86_64 0:208-20.el7_1.5 will be an update\n---> Package systemd-libs.x86_64 0:208-11.el7 will be updated\n---> Package systemd-libs.x86_64 0:208-20.el7_1.5 will be an update\n---> Package systemd-sysv.x86_64 0:208-11.el7 will be updated\n---> Package systemd-sysv.x86_64 0:208-20.el7_1.5 will be an update\n---> Package teamd.x86_64 0:1.9-15.el7 will be updated\n---> Package teamd.x86_64 0:1.15-1.el7 will be an update\n---> Package tuned.noarch 0:2.3.0-11.el7 will be updated\n---> Package tuned.noarch 0:2.4.1-1.el7 will be an update\n---> Package tzdata.noarch 0:2014b-1.el7 will be updated\n---> Package tzdata.noarch 0:2015f-1.el7 will be an update\n---> Package util-linux.x86_64 0:2.23.2-16.el7 will be updated\n---> Package util-linux.x86_64 0:2.23.2-22.el7_1.1 will be an update\n---> Package wpa_supplicant.x86_64 1:2.0-12.el7 will be updated\n---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be an update\n---> Package xfsprogs.x86_64 0:3.2.0-0.10.alpha2.el7 will be updated\n---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be an update\n---> Package xz.x86_64 0:5.1.2-8alpha.el7 will be updated\n---> Package xz.x86_64 0:5.1.2-9alpha.el7 will be an update\n---> Package xz-libs.x86_64 0:5.1.2-8alpha.el7 will be updated\n---> Package xz-libs.x86_64 0:5.1.2-9alpha.el7 will be an update\n---> Package yum.noarch 0:3.4.3-118.el7.centos will be updated\n---> Package yum.noarch 0:3.4.3-125.el7.centos will be an update\n---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-24.el7 will be updated\n---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 will be an update\n---> Package yum-utils.noarch 0:1.1.31-24.el7 will be updated\n---> Package yum-utils.noarch 0:1.1.31-29.el7 will be an update\n--> Running transaction check\n---> Package gssproxy.x86_64 0:0.3.0-10.el7 will be installed\n--> Processing Dependency: libverto-tevent for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64\n---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed\n---> Package linux-firmware.noarch 0:20140911-0.1.git365e80c.el7 will be installed\n---> Package python-rsa.noarch 0:3.1.1-5.el7 will be installed\n---> Package trousers.x86_64 0:0.3.11.2-4.el7_1 will be installed\n--> Running transaction check\n---> Package libbasicobjects.x86_64 0:0.1.1-24.el7 will be installed\n---> Package libcollection.x86_64 0:0.6.2-24.el7 will be installed\n---> Package libini_config.x86_64 0:1.1.0-24.el7 will be installed\n--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.1.0-24.el7.x86_64\n--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.1.0-24.el7.x86_64\n---> Package libref_array.x86_64 0:0.1.4-24.el7 will be installed\n---> Package libverto-tevent.x86_64 0:0.2.5-4.el7 will be installed\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64\n--> Running transaction check\n---> Package libpath_utils.x86_64 0:0.2.1-24.el7 will be installed\n---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n kernel x86_64 3.10.0-229.11.1.el7 updates 31 M\nUpdating:\n audit x86_64 2.4.1-5.el7 base 234 k\n audit-libs x86_64 2.4.1-5.el7 base 80 k\n audit-libs-python x86_64 2.4.1-5.el7 base 69 k\n authconfig x86_64 6.2.8-9.el7 base 400 k\n bash x86_64 4.2.46-12.el7 base 1.0 M\n bind-libs-lite x86_64 32:9.9.4-18.el7_1.3 updates 712 k\n bind-license noarch 32:9.9.4-18.el7_1.3 updates 80 k\n binutils x86_64 2.23.52.0.1-30.el7_1.2 updates 5.0 M\n btrfs-progs x86_64 3.16.2-1.el7 base 484 k\n ca-certificates noarch 2015.2.4-70.0.el7_1 updates 441 k\n centos-release x86_64 7-1.1503.el7.centos.2.8 base 22 k\n cronie x86_64 1.4.11-13.el7 base 89 k\n cronie-anacron x86_64 1.4.11-13.el7 base 34 k\n cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k\n dbus x86_64 1:1.6.12-11.el7 base 306 k\n dbus-libs x86_64 1:1.6.12-11.el7 base 150 k\n device-mapper x86_64 7:1.02.93-3.el7_1.1 updates 209 k\n device-mapper-libs x86_64 7:1.02.93-3.el7_1.1 updates 259 k\n dhclient x86_64 12:4.2.5-36.el7.centos base 278 k\n dhcp-common x86_64 12:4.2.5-36.el7.centos base 171 k\n dhcp-libs x86_64 12:4.2.5-36.el7.centos base 127 k\n dnsmasq x86_64 2.66-14.el7_1 updates 229 k\n dracut x86_64 033-241.el7_1.5 updates 301 k\n dracut-config-generic x86_64 033-241.el7_1.5 updates 43 k\n dracut-config-rescue x86_64 033-241.el7_1.5 updates 45 k\n dracut-network x86_64 033-241.el7_1.5 updates 82 k\n e2fsprogs x86_64 1.42.9-7.el7 base 697 k\n e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k\n elfutils-libelf x86_64 0.160-1.el7 base 198 k\n elfutils-libs x86_64 0.160-1.el7 base 249 k\n epel-release noarch 7-5 epel 14 k\n ethtool x86_64 2:3.15-2.el7 base 113 k\n freetype x86_64 2.4.11-10.el7_1.1 updates 391 k\n glib-networking x86_64 2.40.0-1.el7 base 122 k\n glib2 x86_64 2.40.0-4.el7 base 2.2 M\n glibc x86_64 2.17-78.el7 base 3.6 M\n glibc-common x86_64 2.17-78.el7 base 11 M\n gmp x86_64 1:6.0.0-11.el7 base 280 k\n gnutls x86_64 3.3.8-12.el7_1.1 updates 662 k\n grep x86_64 2.20-1.el7 base 343 k\n grubby x86_64 8.28-11.el7 base 62 k\n initscripts x86_64 9.49.24-1.el7 base 427 k\n iproute x86_64 3.10.0-21.el7 base 503 k\n iputils x86_64 20121221-6.el7_1.1 updates 152 k\n irqbalance x86_64 2:1.0.7-2.el7_1 updates 43 k\n json-c x86_64 0.11-4.el7_0 base 31 k\n kbd x86_64 1.15.5-11.el7 base 345 k\n kbd-misc noarch 1.15.5-11.el7 base 1.3 M\n kernel-tools x86_64 3.10.0-229.11.1.el7 updates 1.5 M\n kernel-tools-libs x86_64 3.10.0-229.11.1.el7 updates 1.4 M\n kexec-tools x86_64 2.0.7-19.el7_1.2 updates 297 k\n kmod x86_64 14-10.el7 base 78 k\n kmod-libs x86_64 14-10.el7 base 46 k\n kpartx x86_64 0.4.9-77.el7 base 55 k\n krb5-libs x86_64 1.12.2-14.el7 base 826 k\n libblkid x86_64 2.23.2-22.el7_1.1 updates 165 k\n libcgroup x86_64 0.41-8.el7 base 64 k\n libcom_err x86_64 1.42.9-7.el7 base 40 k\n libdb x86_64 5.3.21-17.el7_0.1 base 718 k\n libdb-utils x86_64 5.3.21-17.el7_0.1 base 101 k\n libgcc x86_64 4.8.3-9.el7 base 92 k\n libgcrypt x86_64 1.5.3-12.el7_1.1 updates 263 k\n libgomp x86_64 4.8.3-9.el7 base 127 k\n libgudev1 x86_64 208-20.el7_1.5 updates 56 k\n libmount x86_64 2.23.2-22.el7_1.1 updates 167 k\n libnfsidmap x86_64 0.25-11.el7 base 46 k\n libnl3 x86_64 3.2.21-8.el7 base 196 k\n libnl3-cli x86_64 3.2.21-8.el7 base 78 k\n libpcap x86_64 14:1.5.3-4.el7_1.2 updates 137 k\n libsoup x86_64 2.46.0-3.el7 base 339 k\n libss x86_64 1.42.9-7.el7 base 45 k\n libstdc++ x86_64 4.8.3-9.el7 base 294 k\n libtasn1 x86_64 3.8-2.el7 base 319 k\n libteam x86_64 1.15-1.el7 base 45 k\n libtirpc x86_64 0.2.4-0.5.el7 base 85 k\n libuser x86_64 0.60-7.el7_1 updates 398 k\n libuuid x86_64 2.23.2-22.el7_1.1 updates 73 k\n libxml2 x86_64 2.9.1-5.el7_1.2 updates 664 k\n libyaml x86_64 0.1.4-11.el7_0 base 55 k\n lzo x86_64 2.06-6.el7_0.2 base 59 k\n mariadb-libs x86_64 1:5.5.41-2.el7_0 base 754 k\n microcode_ctl x86_64 2:2.1-10.el7 base 520 k\n nettle x86_64 2.7.1-4.el7 base 327 k\n nfs-utils x86_64 1:1.3.0-0.8.el7 base 362 k\n nspr x86_64 4.10.8-1.el7_1 updates 126 k\n nss x86_64 3.19.1-5.el7_1 updates 850 k\n nss-softokn x86_64 3.16.2.3-12.el7_1 updates 304 k\n nss-softokn-freebl x86_64 3.16.2.3-12.el7_1 updates 203 k\n nss-sysinit x86_64 3.19.1-5.el7_1 updates 52 k\n nss-tools x86_64 3.19.1-5.el7_1 updates 480 k\n nss-util x86_64 3.19.1-3.el7_1 updates 70 k\n numactl-libs x86_64 2.0.9-5.el7_1 updates 29 k\n openldap x86_64 2.4.39-6.el7 base 344 k\n openssh x86_64 6.6.1p1-12.el7_1 updates 431 k\n openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k\n openssh-server x86_64 6.6.1p1-12.el7_1 updates 432 k\n openssl x86_64 1:1.0.1e-42.el7.9 updates 711 k\n openssl-libs x86_64 1:1.0.1e-42.el7.9 updates 949 k\n p11-kit x86_64 0.20.7-3.el7 base 107 k\n p11-kit-trust x86_64 0.20.7-3.el7 base 126 k\n pam x86_64 1.1.8-12.el7_1.1 updates 714 k\n parted x86_64 3.1-20.el7 base 605 k\n pcre x86_64 8.32-14.el7 base 418 k\n policycoreutils x86_64 2.2.5-15.el7 base 802 k\n policycoreutils-python x86_64 2.2.5-15.el7 base 434 k\n procps-ng x86_64 3.3.10-3.el7 base 286 k\n pygobject3-base x86_64 3.8.2-6.el7 base 295 k\n python x86_64 2.7.5-18.el7_1.1 updates 86 k\n python-backports x86_64 1.0-8.el7 base 5.8 k\n python-boto noarch 2.38.0-2.el7 epel 1.7 M\n python-chardet noarch 2.2.1-1.el7_1 updates 227 k\n python-libs x86_64 2.7.5-18.el7_1.1 updates 5.6 M\n python-requests noarch 2.6.0-1.el7_1 updates 94 k\n python-urlgrabber noarch 3.10-6.el7 base 107 k\n python-urllib3 noarch 1.10.2-2.el7_1 updates 100 k\n rpcbind x86_64 0.2.0-26.el7 base 55 k\n rpm x86_64 4.11.1-25.el7 base 1.1 M\n rpm-build-libs x86_64 4.11.1-25.el7 base 101 k\n rpm-libs x86_64 4.11.1-25.el7 base 269 k\n rpm-python x86_64 4.11.1-25.el7 base 76 k\n rsyslog x86_64 7.4.7-7.el7_0 base 556 k\n selinux-policy noarch 3.13.1-23.el7_1.13 updates 358 k\n selinux-policy-targeted noarch 3.13.1-23.el7_1.13 updates 3.9 M\n setup noarch 2.8.71-5.el7 base 164 k\n shadow-utils x86_64 2:4.1.5.1-18.el7 base 1.1 M\n sqlite x86_64 3.7.17-6.el7_1.1 updates 394 k\n sudo x86_64 1.8.6p7-13.el7 base 718 k\n systemd x86_64 208-20.el7_1.5 updates 2.6 M\n systemd-libs x86_64 208-20.el7_1.5 updates 161 k\n systemd-sysv x86_64 208-20.el7_1.5 updates 44 k\n teamd x86_64 1.15-1.el7 base 108 k\n tuned noarch 2.4.1-1.el7 base 159 k\n tzdata noarch 2015f-1.el7 updates 432 k\n util-linux x86_64 2.23.2-22.el7_1.1 updates 1.9 M\n wpa_supplicant x86_64 1:2.0-17.el7_1 updates 803 k\n xfsprogs x86_64 3.2.1-6.el7 base 858 k\n xz x86_64 5.1.2-9alpha.el7 base 200 k\n xz-libs x86_64 5.1.2-9alpha.el7 base 102 k\n yum noarch 3.4.3-125.el7.centos base 1.2 M\n yum-plugin-fastestmirror noarch 1.1.31-29.el7 base 29 k\n yum-utils noarch 1.1.31-29.el7 base 112 k\nInstalling for dependencies:\n gssproxy x86_64 0.3.0-10.el7 base 81 k\n kbd-legacy noarch 1.15.5-11.el7 base 465 k\n libbasicobjects x86_64 0.1.1-24.el7 base 24 k\n libcollection x86_64 0.6.2-24.el7 base 40 k\n libini_config x86_64 1.1.0-24.el7 base 50 k\n libpath_utils x86_64 0.2.1-24.el7 base 27 k\n libref_array x86_64 0.1.4-24.el7 base 26 k\n libtalloc x86_64 2.1.1-1.el7 base 30 k\n libtevent x86_64 0.9.21-3.el7 base 31 k\n libverto-tevent x86_64 0.2.5-4.el7 base 9.0 k\n linux-firmware noarch 20140911-0.1.git365e80c.el7 base 17 M\n python-rsa noarch 3.1.1-5.el7 epel 59 k\n trousers x86_64 0.3.11.2-4.el7_1 updates 286 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+13 Dependent packages)\nUpgrade 141 Packages\n\nTotal download size: 128 M\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\nwarning: /tmp/yum/x86_64/7/epel/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY\nPublic key for epel-release-7-5.noarch.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 8.7 MB/s | 128 MB 00:14 \nRetrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7\nImporting GPG key 0x352C64E5:\n Userid : \"Fedora EPEL (7) <[email protected]>\"\n Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5\n Package : epel-release-7-1.noarch (@/epel-release-7-1.noarch)\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : libgcc-4.8.3-9.el7.x86_64 1/296 \n Updating : centos-release-7-1.1503.el7.centos.2.8.x86_64 2/296 \nwarning: /etc/yum/vars/infra created as /etc/yum/vars/infra.rpmnew\n Updating : setup-2.8.71-5.el7.noarch 3/296 \nwarning: /etc/shadow created as /etc/shadow.rpmnew\n Updating : 32:bind-license-9.9.4-18.el7_1.3.noarch 4/296 \n Updating : tzdata-2015f-1.el7.noarch 5/296 \n Updating : glibc-common-2.17-78.el7.x86_64 6/296 \n Updating : glibc-2.17-78.el7.x86_64 7/296 \n Updating : bash-4.2.46-12.el7.x86_64 8/296 \n Updating : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 9/296 \n Updating : libcom_err-1.42.9-7.el7.x86_64 10/296 \n Updating : audit-libs-2.4.1-5.el7.x86_64 11/296 \n Updating : xz-libs-5.1.2-9alpha.el7.x86_64 12/296 \n Updating : libuuid-2.23.2-22.el7_1.1.x86_64 13/296 \n Updating : libblkid-2.23.2-22.el7_1.1.x86_64 14/296 \n Updating : 2:shadow-utils-4.1.5.1-18.el7.x86_64 15/296 \n Updating : libdb-5.3.21-17.el7_0.1.x86_64 16/296 \n Updating : pam-1.1.8-12.el7_1.1.x86_64 17/296 \n Updating : glib2-2.40.0-4.el7.x86_64 18/296 \n Updating : 1:dbus-libs-1.6.12-11.el7.x86_64 19/296 \n Updating : elfutils-libelf-0.160-1.el7.x86_64 20/296 \n Updating : nspr-4.10.8-1.el7_1.x86_64 21/296 \n Updating : nss-util-3.19.1-3.el7_1.x86_64 22/296 \n Updating : libnl3-3.2.21-8.el7.x86_64 23/296 \n Updating : sqlite-3.7.17-6.el7_1.1.x86_64 24/296 \n Updating : p11-kit-0.20.7-3.el7.x86_64 25/296 \n Updating : iproute-3.10.0-21.el7.x86_64 26/296 \n Updating : libmount-2.23.2-22.el7_1.1.x86_64 27/296 \n Updating : libgcrypt-1.5.3-12.el7_1.1.x86_64 28/296 \n Updating : systemd-libs-208-20.el7_1.5.x86_64 29/296 \n Updating : libstdc++-4.8.3-9.el7.x86_64 30/296 \n Updating : 1:gmp-6.0.0-11.el7.x86_64 31/296 \n Updating : procps-ng-3.3.10-3.el7.x86_64 32/296 \n Updating : nss-softokn-3.16.2.3-12.el7_1.x86_64 33/296 \n Updating : nss-sysinit-3.19.1-5.el7_1.x86_64 34/296 \n Updating : nss-3.19.1-5.el7_1.x86_64 35/296 \n Updating : libnl3-cli-3.2.21-8.el7.x86_64 36/296 \n Updating : xz-5.1.2-9alpha.el7.x86_64 37/296 \n Updating : kmod-libs-14-10.el7.x86_64 38/296 \n Updating : libxml2-2.9.1-5.el7_1.2.x86_64 39/296 \n Updating : e2fsprogs-libs-1.42.9-7.el7.x86_64 40/296 \n Installing : libref_array-0.1.4-24.el7.x86_64 41/296 \n Updating : lzo-2.06-6.el7_0.2.x86_64 42/296 \n Updating : 2:ethtool-3.15-2.el7.x86_64 43/296 \n Installing : libtalloc-2.1.1-1.el7.x86_64 44/296 \n Installing : libbasicobjects-0.1.1-24.el7.x86_64 45/296 \n Updating : libtasn1-3.8-2.el7.x86_64 46/296 \n Updating : p11-kit-trust-0.20.7-3.el7.x86_64 47/296 \n Updating : ca-certificates-2015.2.4-70.0.el7_1.noarch 48/296 \n Installing : libcollection-0.6.2-24.el7.x86_64 49/296 \n Installing : libtevent-0.9.21-3.el7.x86_64 50/296 \n Installing : libverto-tevent-0.2.5-4.el7.x86_64 51/296 \n Updating : libteam-1.15-1.el7.x86_64 52/296 \n Updating : nss-tools-3.19.1-5.el7_1.x86_64 53/296 \n Updating : nettle-2.7.1-4.el7.x86_64 54/296 \n Updating : pcre-8.32-14.el7.x86_64 55/296 \n Updating : grep-2.20-1.el7.x86_64 56/296 \n Updating : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 57/296 \n Updating : krb5-libs-1.12.2-14.el7.x86_64 58/296 \n Updating : python-libs-2.7.5-18.el7_1.1.x86_64 59/296 \n Updating : python-2.7.5-18.el7_1.1.x86_64 60/296 \n Updating : libtirpc-0.2.4-0.5.el7.x86_64 61/296 \n Installing : python-rsa-3.1.1-5.el7.noarch 62/296 \n Updating : audit-libs-python-2.4.1-5.el7.x86_64 63/296 \n Updating : pygobject3-base-3.8.2-6.el7.x86_64 64/296 \n Updating : python-urlgrabber-3.10-6.el7.noarch 65/296 \n Updating : python-chardet-2.2.1-1.el7_1.noarch 66/296 \n Updating : python-urllib3-1.10.2-2.el7_1.noarch 67/296 \n Updating : python-requests-2.6.0-1.el7_1.noarch 68/296 \n Updating : 1:openssl-1.0.1e-42.el7.9.x86_64 69/296 \n Updating : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 70/296 \n Updating : elfutils-libs-0.160-1.el7.x86_64 71/296 \n Updating : libdb-utils-5.3.21-17.el7_0.1.x86_64 72/296 \n Updating : rpm-4.11.1-25.el7.x86_64 73/296 \n Updating : rpm-libs-4.11.1-25.el7.x86_64 74/296 \n Updating : openldap-2.4.39-6.el7.x86_64 75/296 \n Updating : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 76/296 \n Updating : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 77/296 \n Updating : libuser-0.60-7.el7_1.x86_64 78/296 \n Updating : util-linux-2.23.2-22.el7_1.1.x86_64 79/296 \n Updating : policycoreutils-2.2.5-15.el7.x86_64 80/296 \n Updating : openssh-6.6.1p1-12.el7_1.x86_64 81/296 \n Updating : selinux-policy-3.13.1-23.el7_1.13.noarch 82/296 \n Updating : libnfsidmap-0.25-11.el7.x86_64 83/296 \n Updating : rpm-build-libs-4.11.1-25.el7.x86_64 84/296 \n Updating : rpm-python-4.11.1-25.el7.x86_64 85/296 \n Updating : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 86/296 \n Updating : yum-3.4.3-125.el7.centos.noarch 87/296 \n Updating : grubby-8.28-11.el7.x86_64 88/296 \n Updating : libss-1.42.9-7.el7.x86_64 89/296 \n Updating : binutils-2.23.52.0.1-30.el7_1.2.x86_64 90/296 \n Updating : kmod-14-10.el7.x86_64 91/296 \n Updating : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 92/296 \n Updating : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 93/296 \n Updating : cryptsetup-libs-1.6.6-3.el7.x86_64 94/296 \n Updating : systemd-208-20.el7_1.5.x86_64 95/296 \n Updating : 1:dbus-1.6.12-11.el7.x86_64 96/296 \n Updating : systemd-sysv-208-20.el7_1.5.x86_64 97/296 \n Updating : iputils-20121221-6.el7_1.1.x86_64 98/296 \n Updating : initscripts-9.49.24-1.el7.x86_64 99/296 \n Updating : 12:dhclient-4.2.5-36.el7.centos.x86_64 100/296 \n Updating : rpcbind-0.2.0-26.el7.x86_64 101/296 \n Installing : trousers-0.3.11.2-4.el7_1.x86_64 102/296 \n Updating : gnutls-3.3.8-12.el7_1.1.x86_64 103/296 \n Updating : glib-networking-2.40.0-1.el7.x86_64 104/296 \n Updating : cronie-anacron-1.4.11-13.el7.x86_64 105/296 \n Updating : cronie-1.4.11-13.el7.x86_64 106/296 \n Updating : libcgroup-0.41-8.el7.x86_64 107/296 \n Updating : kpartx-0.4.9-77.el7.x86_64 108/296 \n Updating : dracut-033-241.el7_1.5.x86_64 109/296 \n Updating : dracut-network-033-241.el7_1.5.x86_64 110/296 \n Updating : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 111/296 \n Installing : libpath_utils-0.2.1-24.el7.x86_64 112/296 \n Installing : libini_config-1.1.0-24.el7.x86_64 113/296 \n Installing : gssproxy-0.3.0-10.el7.x86_64 114/296 \n Updating : numactl-libs-2.0.9-5.el7_1.x86_64 115/296 \n Updating : json-c-0.11-4.el7_0.x86_64 116/296 \n Installing : linux-firmware-20140911-0.1.git365e80c.el7.noarch 117/296 \n Installing : kbd-legacy-1.15.5-11.el7.noarch 118/296 \n Updating : kbd-misc-1.15.5-11.el7.noarch 119/296 \n Updating : kbd-1.15.5-11.el7.x86_64 120/296 \n Installing : kernel-3.10.0-229.11.1.el7.x86_64 121/296 \ngrubby fatal error: unable to find a suitable template\n Updating : rsyslog-7.4.7-7.el7_0.x86_64 122/296 \n Updating : 2:irqbalance-1.0.7-2.el7_1.x86_64 123/296 \n Updating : 1:nfs-utils-1.3.0-0.8.el7.x86_64 124/296 \n Updating : kernel-tools-3.10.0-229.11.1.el7.x86_64 125/296 \n Updating : kexec-tools-2.0.7-19.el7_1.2.x86_64 126/296 \n Updating : dracut-config-rescue-033-241.el7_1.5.x86_64 127/296 \n Updating : dracut-config-generic-033-241.el7_1.5.x86_64 128/296 \n Updating : policycoreutils-python-2.2.5-15.el7.x86_64 129/296 \n Updating : libsoup-2.46.0-3.el7.x86_64 130/296 \n Updating : audit-2.4.1-5.el7.x86_64 131/296 \n Updating : dnsmasq-2.66-14.el7_1.x86_64 132/296 \n Updating : 1:wpa_supplicant-2.0-17.el7_1.x86_64 133/296 \n Updating : libgudev1-208-20.el7_1.5.x86_64 134/296 \n Updating : openssh-server-6.6.1p1-12.el7_1.x86_64 135/296 \n Updating : tuned-2.4.1-1.el7.noarch 136/296 \n Updating : 2:microcode_ctl-2.1-10.el7.x86_64 137/296 \n Updating : parted-3.1-20.el7.x86_64 138/296 \n Updating : e2fsprogs-1.42.9-7.el7.x86_64 139/296 \n Updating : yum-utils-1.1.31-29.el7.noarch 140/296 \n Updating : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 141/296 \n Updating : openssh-clients-6.6.1p1-12.el7_1.x86_64 142/296 \n Updating : authconfig-6.2.8-9.el7.x86_64 143/296 \n Updating : sudo-1.8.6p7-13.el7.x86_64 144/296 \n Updating : python-boto-2.38.0-2.el7.noarch 145/296 \n Updating : python-backports-1.0-8.el7.x86_64 146/296 \n Updating : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 147/296 \n Updating : teamd-1.15-1.el7.x86_64 148/296 \n Updating : btrfs-progs-3.16.2-1.el7.x86_64 149/296 \n Updating : xfsprogs-3.2.1-6.el7.x86_64 150/296 \n Updating : libgomp-4.8.3-9.el7.x86_64 151/296 \n Updating : freetype-2.4.11-10.el7_1.1.x86_64 152/296 \n Updating : 14:libpcap-1.5.3-4.el7_1.2.x86_64 153/296 \n Updating : libyaml-0.1.4-11.el7_0.x86_64 154/296 \n Updating : epel-release-7-5.noarch 155/296 \n Cleanup : 1:nfs-utils-1.3.0-0.el7.x86_64 156/296 \n Cleanup : openssh-server-6.4p1-8.el7.x86_64 157/296 \n Cleanup : openssh-clients-6.4p1-8.el7.x86_64 158/296 \n Cleanup : 1:wpa_supplicant-2.0-12.el7.x86_64 159/296 \n Cleanup : kexec-tools-2.0.4-32.el7.centos.x86_64 160/296 \n Cleanup : rpcbind-0.2.0-23.el7.x86_64 161/296 \n Cleanup : btrfs-progs-3.12-4.el7.x86_64 162/296 \n Cleanup : policycoreutils-python-2.2.5-11.el7.x86_64 163/296 \n Cleanup : rsyslog-7.4.7-6.el7.x86_64 164/296 \n Cleanup : openssh-6.4p1-8.el7.x86_64 165/296 \n Cleanup : teamd-1.9-15.el7.x86_64 166/296 \n Cleanup : e2fsprogs-1.42.9-4.el7.x86_64 167/296 \n Cleanup : parted-3.1-17.el7.x86_64 168/296 \n Cleanup : elfutils-libs-0.158-3.el7.x86_64 169/296 \n Cleanup : cronie-anacron-1.4.11-11.el7.x86_64 170/296 \n Cleanup : cronie-1.4.11-11.el7.x86_64 171/296 \n Cleanup : authconfig-6.2.8-8.el7.x86_64 172/296 \n Cleanup : 1:openssl-1.0.1e-34.el7.x86_64 173/296 \n Cleanup : sudo-1.8.6p7-11.el7.x86_64 174/296 \n Cleanup : audit-2.3.3-4.el7.x86_64 175/296 \n Cleanup : 2:irqbalance-1.0.6-5.el7.x86_64 176/296 \n Cleanup : libsoup-2.42.2-3.el7.x86_64 177/296 \n Cleanup : tuned-2.3.0-11.el7.noarch 178/296 \n Cleanup : glib-networking-2.36.2-3.el7.x86_64 179/296 \n Cleanup : gnutls-3.1.18-8.el7.x86_64 180/296 \n Cleanup : 1:mariadb-libs-5.5.35-3.el7.x86_64 181/296 \n Cleanup : dnsmasq-2.66-12.el7.x86_64 182/296 \n Cleanup : xfsprogs-3.2.0-0.10.alpha2.el7.x86_64 183/296 \n Cleanup : kbd-1.15.5-10.el7.x86_64 184/296 \n Cleanup : libgudev1-208-11.el7.x86_64 185/296 \n Cleanup : dracut-network-033-161.el7.x86_64 186/296 \n Cleanup : 12:dhclient-4.2.5-27.el7.centos.x86_64 187/296 \n Cleanup : python-requests-1.1.0-8.el7.noarch 188/296 \n Cleanup : selinux-policy-targeted-3.12.1-153.el7.noarch 189/296 \nwarning: file /etc/selinux/targeted/modules/active/modules/vbetool.pp: remove failed: No such file or directory\nwarning: file /etc/selinux/targeted/modules/active/modules/pkcsslotd.pp: remove failed: No such file or directory\n Cleanup : selinux-policy-3.12.1-153.el7.noarch 190/296 \n Cleanup : python-urllib3-1.5-8.el7.noarch 191/296 \n Cleanup : systemd-sysv-208-11.el7.x86_64 192/296 \n Cleanup : yum-utils-1.1.31-24.el7.noarch 193/296 \n Cleanup : yum-plugin-fastestmirror-1.1.31-24.el7.noarch 194/296 \n Cleanup : yum-3.4.3-118.el7.centos.noarch 195/296 \n Cleanup : dracut-config-rescue-033-161.el7.x86_64 196/296 \n Cleanup : rpm-python-4.11.1-16.el7.x86_64 197/296 \n Cleanup : initscripts-9.49.17-1.el7.x86_64 198/296 \n Cleanup : rpm-build-libs-4.11.1-16.el7.x86_64 199/296 \n Cleanup : 32:bind-libs-lite-9.9.4-14.el7.x86_64 200/296 \n Cleanup : policycoreutils-2.2.5-11.el7.x86_64 201/296 \n Cleanup : rpm-libs-4.11.1-16.el7.x86_64 202/296 \n Cleanup : rpm-4.11.1-16.el7.x86_64 203/296 \n Cleanup : iputils-20121221-6.el7.x86_64 204/296 \n Cleanup : pygobject3-base-3.8.2-4.el7.x86_64 205/296 \n Cleanup : libteam-1.9-15.el7.x86_64 206/296 \n Cleanup : kernel-tools-3.10.0-123.el7.x86_64 207/296 \n Cleanup : iproute-3.10.0-13.el7.x86_64 208/296 \n Cleanup : nettle-2.7.1-2.el7.x86_64 209/296 \n Cleanup : 1:gmp-5.1.1-5.el7.x86_64 210/296 \n Cleanup : audit-libs-python-2.3.3-4.el7.x86_64 211/296 \n Cleanup : libcgroup-0.41-6.el7.x86_64 212/296 \n Cleanup : libtirpc-0.2.4-0.3.el7.x86_64 213/296 \n Cleanup : libnl3-cli-3.2.21-6.el7.x86_64 214/296 \n Cleanup : libdb-utils-5.3.21-17.el7.x86_64 215/296 \n Cleanup : libxml2-2.9.1-5.el7.x86_64 216/296 \n Cleanup : numactl-libs-2.0.9-2.el7.x86_64 217/296 \n Cleanup : e2fsprogs-libs-1.42.9-4.el7.x86_64 218/296 \n Cleanup : libss-1.42.9-4.el7.x86_64 219/296 \n Cleanup : libnfsidmap-0.25-9.el7.x86_64 220/296 \n Cleanup : 2:microcode_ctl-2.1-7.1.el7.x86_64 221/296 \n Cleanup : grubby-8.28-8.el7.x86_64 222/296 \n Cleanup : freetype-2.4.11-9.el7.x86_64 223/296 \n Cleanup : libgomp-4.8.2-16.el7.x86_64 224/296 \n Cleanup : python-urlgrabber-3.10-4.el7.noarch 225/296 \n Cleanup : python-chardet-2.0.1-7.el7.noarch 226/296 \n Cleanup : 12:dhcp-common-4.2.5-27.el7.centos.x86_64 227/296 \n Cleanup : 12:dhcp-libs-4.2.5-27.el7.centos.x86_64 228/296 \n Cleanup : epel-release-7-1.noarch 229/296 \n Cleanup : python-backports-1.0-6.el7.noarch 230/296 \n Cleanup : python-boto-2.25.0-2.el7.centos.noarch 231/296 \n Cleanup : dracut-config-generic-033-161.el7.x86_64 232/296 \n Cleanup : dracut-033-161.el7.x86_64 233/296 \n Cleanup : python-2.7.5-16.el7.x86_64 234/296 \n Cleanup : python-libs-2.7.5-16.el7.x86_64 235/296 \n Cleanup : 1:openssl-libs-1.0.1e-34.el7.x86_64 236/296 \n Cleanup : krb5-libs-1.11.3-49.el7.x86_64 237/296 \n Cleanup : grep-2.16-1.el7.x86_64 238/296 \n Cleanup : pcre-8.32-12.el7.x86_64 239/296 \n Cleanup : procps-ng-3.3.9-6.el7.x86_64 240/296 \n Cleanup : ca-certificates-2013.1.95-71.el7.noarch 241/296 \n Cleanup : p11-kit-trust-0.18.7-4.el7.x86_64 242/296 \n Cleanup : p11-kit-0.18.7-4.el7.x86_64 243/296 \n Cleanup : libstdc++-4.8.2-16.el7.x86_64 244/296 \n Cleanup : kpartx-0.4.9-66.el7.x86_64 245/296 \n Cleanup : cryptsetup-libs-1.6.3-2.el7.x86_64 246/296 \n Cleanup : 7:device-mapper-libs-1.02.84-14.el7.x86_64 247/296 \n Cleanup : 7:device-mapper-1.02.84-14.el7.x86_64 248/296 \n Cleanup : 1:dbus-1.6.12-8.el7.x86_64 249/296 \n Cleanup : systemd-208-11.el7.x86_64 250/296 \n Cleanup : util-linux-2.23.2-16.el7.x86_64 251/296 \n Cleanup : systemd-libs-208-11.el7.x86_64 252/296 \n Cleanup : kmod-14-9.el7.x86_64 253/296 \n Cleanup : xz-5.1.2-8alpha.el7.x86_64 254/296 \n Cleanup : libmount-2.23.2-16.el7.x86_64 255/296 \n Cleanup : libuser-0.60-5.el7.x86_64 256/296 \n Cleanup : openldap-2.4.39-3.el7.x86_64 257/296 \n Cleanup : nss-tools-3.15.4-6.el7.x86_64 258/296 \n Cleanup : nss-sysinit-3.15.4-6.el7.x86_64 259/296 \n Cleanup : nss-3.15.4-6.el7.x86_64 260/296 \n Cleanup : nss-softokn-3.15.4-2.el7.x86_64 261/296 \n Cleanup : pam-1.1.8-9.el7.x86_64 262/296 \n Cleanup : nss-util-3.15.4-2.el7.x86_64 263/296 \n Cleanup : libblkid-2.23.2-16.el7.x86_64 264/296 \n Cleanup : kmod-libs-14-9.el7.x86_64 265/296 \n Cleanup : 2:shadow-utils-4.1.5.1-13.el7.x86_64 266/296 \n Cleanup : glib2-2.36.3-5.el7.x86_64 267/296 \n Cleanup : binutils-2.23.52.0.1-16.el7.x86_64 268/296 \n Cleanup : setup-2.8.71-4.el7.noarch 269/296 \n Cleanup : audit-libs-2.3.3-4.el7.x86_64 270/296 \n Cleanup : xz-libs-5.1.2-8alpha.el7.x86_64 271/296 \n Cleanup : libuuid-2.23.2-16.el7.x86_64 272/296 \n Cleanup : nspr-4.10.2-4.el7.x86_64 273/296 \n Cleanup : libdb-5.3.21-17.el7.x86_64 274/296 \n Cleanup : sqlite-3.7.17-4.el7.x86_64 275/296 \n Cleanup : 1:dbus-libs-1.6.12-8.el7.x86_64 276/296 \n Cleanup : libgcrypt-1.5.3-4.el7.x86_64 277/296 \n Cleanup : libtasn1-3.3-3.el7.x86_64 278/296 \n Cleanup : libcom_err-1.42.9-4.el7.x86_64 279/296 \n Cleanup : libnl3-3.2.21-6.el7.x86_64 280/296 \n Cleanup : kernel-tools-libs-3.10.0-123.el7.x86_64 281/296 \n Cleanup : elfutils-libelf-0.158-3.el7.x86_64 282/296 \n Cleanup : 2:ethtool-3.8-3.el7.x86_64 283/296 \n Cleanup : json-c-0.11-3.el7.x86_64 284/296 \n Cleanup : lzo-2.06-6.el7.x86_64 285/296 \n Cleanup : libyaml-0.1.4-10.el7.x86_64 286/296 \n Cleanup : 14:libpcap-1.5.3-3.el7.x86_64 287/296 \n Cleanup : centos-release-7-0.1406.el7.centos.2.3.x86_64 288/296 \n Cleanup : 32:bind-license-9.9.4-14.el7.noarch 289/296 \n Cleanup : kbd-misc-1.15.5-10.el7.noarch 290/296 \n Cleanup : bash-4.2.45-5.el7.x86_64 291/296 \n Cleanup : glibc-common-2.17-55.el7.x86_64 292/296 \n Cleanup : nss-softokn-freebl-3.15.4-2.el7.x86_64 293/296 \n Cleanup : glibc-2.17-55.el7.x86_64 294/296 \n Cleanup : tzdata-2014b-1.el7.noarch 295/296 \n Cleanup : libgcc-4.8.2-16.el7.x86_64 296/296 \n Verifying : libgudev1-208-20.el7_1.5.x86_64 1/296 \n Verifying : kbd-misc-1.15.5-11.el7.noarch 2/296 \n Verifying : gnutls-3.3.8-12.el7_1.1.x86_64 3/296 \n Verifying : selinux-policy-3.13.1-23.el7_1.13.noarch 4/296 \n Verifying : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 5/296 \n Verifying : elfutils-libs-0.160-1.el7.x86_64 6/296 \n Verifying : libref_array-0.1.4-24.el7.x86_64 7/296 \n Verifying : 14:libpcap-1.5.3-4.el7_1.2.x86_64 8/296 \n Verifying : libsoup-2.46.0-3.el7.x86_64 9/296 \n Verifying : libpath_utils-0.2.1-24.el7.x86_64 10/296 \n Verifying : dracut-config-rescue-033-241.el7_1.5.x86_64 11/296 \n Verifying : nss-3.19.1-5.el7_1.x86_64 12/296 \n Verifying : trousers-0.3.11.2-4.el7_1.x86_64 13/296 \n Verifying : parted-3.1-20.el7.x86_64 14/296 \n Verifying : systemd-208-20.el7_1.5.x86_64 15/296 \n Verifying : openssh-server-6.6.1p1-12.el7_1.x86_64 16/296 \n Verifying : grubby-8.28-11.el7.x86_64 17/296 \n Verifying : e2fsprogs-1.42.9-7.el7.x86_64 18/296 \n Verifying : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 19/296 \n Verifying : gssproxy-0.3.0-10.el7.x86_64 20/296 \n Verifying : python-rsa-3.1.1-5.el7.noarch 21/296 \n Verifying : pcre-8.32-14.el7.x86_64 22/296 \n Verifying : python-2.7.5-18.el7_1.1.x86_64 23/296 \n Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 24/296 \n Verifying : 2:irqbalance-1.0.7-2.el7_1.x86_64 25/296 \n Verifying : iputils-20121221-6.el7_1.1.x86_64 26/296 \n Verifying : kbd-1.15.5-11.el7.x86_64 27/296 \n Verifying : libuser-0.60-7.el7_1.x86_64 28/296 \n Verifying : 1:nfs-utils-1.3.0-0.8.el7.x86_64 29/296 \n Verifying : libnfsidmap-0.25-11.el7.x86_64 30/296 \n Verifying : nss-sysinit-3.19.1-5.el7_1.x86_64 31/296 \n Verifying : python-libs-2.7.5-18.el7_1.1.x86_64 32/296 \n Verifying : libss-1.42.9-7.el7.x86_64 33/296 \n Verifying : libnl3-3.2.21-8.el7.x86_64 34/296 \n Verifying : audit-2.4.1-5.el7.x86_64 35/296 \n Verifying : kbd-legacy-1.15.5-11.el7.noarch 36/296 \n Verifying : libgomp-4.8.3-9.el7.x86_64 37/296 \n Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 38/296 \n Verifying : kernel-3.10.0-229.11.1.el7.x86_64 39/296 \n Verifying : kexec-tools-2.0.7-19.el7_1.2.x86_64 40/296 \n Verifying : setup-2.8.71-5.el7.noarch 41/296 \n Verifying : dracut-config-generic-033-241.el7_1.5.x86_64 42/296 \n Verifying : procps-ng-3.3.10-3.el7.x86_64 43/296 \n Verifying : nss-softokn-3.16.2.3-12.el7_1.x86_64 44/296 \n Verifying : python-boto-2.38.0-2.el7.noarch 45/296 \n Verifying : xfsprogs-3.2.1-6.el7.x86_64 46/296 \n Verifying : 1:dbus-1.6.12-11.el7.x86_64 47/296 \n Verifying : pam-1.1.8-12.el7_1.1.x86_64 48/296 \n Verifying : sudo-1.8.6p7-13.el7.x86_64 49/296 \n Verifying : tuned-2.4.1-1.el7.noarch 50/296 \n Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 51/296 \n Verifying : glib2-2.40.0-4.el7.x86_64 52/296 \n Verifying : 1:gmp-6.0.0-11.el7.x86_64 53/296 \n Verifying : initscripts-9.49.24-1.el7.x86_64 54/296 \n Verifying : nss-tools-3.19.1-5.el7_1.x86_64 55/296 \n Verifying : libcom_err-1.42.9-7.el7.x86_64 56/296 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 57/296 \n Verifying : yum-3.4.3-125.el7.centos.noarch 58/296 \n Verifying : krb5-libs-1.12.2-14.el7.x86_64 59/296 \n Verifying : rsyslog-7.4.7-7.el7_0.x86_64 60/296 \n Verifying : xz-libs-5.1.2-9alpha.el7.x86_64 61/296 \n Verifying : libyaml-0.1.4-11.el7_0.x86_64 62/296 \n Verifying : 1:dbus-libs-1.6.12-11.el7.x86_64 63/296 \n Verifying : dnsmasq-2.66-14.el7_1.x86_64 64/296 \n Verifying : 1:openssl-1.0.1e-42.el7.9.x86_64 65/296 \n Verifying : pygobject3-base-3.8.2-6.el7.x86_64 66/296 \n Verifying : lzo-2.06-6.el7_0.2.x86_64 67/296 \n Verifying : libdb-5.3.21-17.el7_0.1.x86_64 68/296 \n Verifying : linux-firmware-20140911-0.1.git365e80c.el7.noarch 69/296 \n Verifying : 2:microcode_ctl-2.1-10.el7.x86_64 70/296 \n Verifying : xz-5.1.2-9alpha.el7.x86_64 71/296 \n Verifying : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 72/296 \n Verifying : rpcbind-0.2.0-26.el7.x86_64 73/296 \n Verifying : glib-networking-2.40.0-1.el7.x86_64 74/296 \n Verifying : libverto-tevent-0.2.5-4.el7.x86_64 75/296 \n Verifying : elfutils-libelf-0.160-1.el7.x86_64 76/296 \n Verifying : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 77/296 \n Verifying : ca-certificates-2015.2.4-70.0.el7_1.noarch 78/296 \n Verifying : dracut-033-241.el7_1.5.x86_64 79/296 \n Verifying : systemd-libs-208-20.el7_1.5.x86_64 80/296 \n Verifying : authconfig-6.2.8-9.el7.x86_64 81/296 \n Verifying : policycoreutils-2.2.5-15.el7.x86_64 82/296 \n Verifying : libdb-utils-5.3.21-17.el7_0.1.x86_64 83/296 \n Verifying : p11-kit-trust-0.20.7-3.el7.x86_64 84/296 \n Verifying : kmod-libs-14-10.el7.x86_64 85/296 \n Verifying : openssh-6.6.1p1-12.el7_1.x86_64 86/296 \n Verifying : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 87/296 \n Verifying : libnl3-cli-3.2.21-8.el7.x86_64 88/296 \n Verifying : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 89/296 \n Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 90/296 \n Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 91/296 \n Verifying : dracut-network-033-241.el7_1.5.x86_64 92/296 \n Verifying : util-linux-2.23.2-22.el7_1.1.x86_64 93/296 \n Verifying : iproute-3.10.0-21.el7.x86_64 94/296 \n Verifying : rpm-python-4.11.1-25.el7.x86_64 95/296 \n Verifying : binutils-2.23.52.0.1-30.el7_1.2.x86_64 96/296 \n Verifying : bash-4.2.46-12.el7.x86_64 97/296 \n Verifying : numactl-libs-2.0.9-5.el7_1.x86_64 98/296 \n Verifying : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 99/296 \n Verifying : systemd-sysv-208-20.el7_1.5.x86_64 100/296 \n Verifying : freetype-2.4.11-10.el7_1.1.x86_64 101/296 \n Verifying : audit-libs-2.4.1-5.el7.x86_64 102/296 \n Verifying : glibc-common-2.17-78.el7.x86_64 103/296 \n Verifying : rpm-build-libs-4.11.1-25.el7.x86_64 104/296 \n Verifying : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 105/296 \n Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 106/296 \n Verifying : cronie-1.4.11-13.el7.x86_64 107/296 \n Verifying : rpm-4.11.1-25.el7.x86_64 108/296 \n Verifying : openldap-2.4.39-6.el7.x86_64 109/296 \n Verifying : teamd-1.15-1.el7.x86_64 110/296 \n Verifying : libxml2-2.9.1-5.el7_1.2.x86_64 111/296 \n Verifying : glibc-2.17-78.el7.x86_64 112/296 \n Verifying : 2:ethtool-3.15-2.el7.x86_64 113/296 \n Verifying : libcgroup-0.41-8.el7.x86_64 114/296 \n Verifying : btrfs-progs-3.16.2-1.el7.x86_64 115/296 \n Verifying : python-urlgrabber-3.10-6.el7.noarch 116/296 \n Verifying : libtevent-0.9.21-3.el7.x86_64 117/296 \n Verifying : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 118/296 \n Verifying : tzdata-2015f-1.el7.noarch 119/296 \n Verifying : kernel-tools-3.10.0-229.11.1.el7.x86_64 120/296 \n Verifying : 12:dhclient-4.2.5-36.el7.centos.x86_64 121/296 \n Verifying : libmount-2.23.2-22.el7_1.1.x86_64 122/296 \n Verifying : libuuid-2.23.2-22.el7_1.1.x86_64 123/296 \n Verifying : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 124/296 \n Verifying : 32:bind-license-9.9.4-18.el7_1.3.noarch 125/296 \n Verifying : yum-utils-1.1.31-29.el7.noarch 126/296 \n Verifying : nss-util-3.19.1-3.el7_1.x86_64 127/296 \n Verifying : kmod-14-10.el7.x86_64 128/296 \n Verifying : libtirpc-0.2.4-0.5.el7.x86_64 129/296 \n Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 130/296 \n Verifying : libteam-1.15-1.el7.x86_64 131/296 \n Verifying : cronie-anacron-1.4.11-13.el7.x86_64 132/296 \n Verifying : nspr-4.10.8-1.el7_1.x86_64 133/296 \n Verifying : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 134/296 \n Verifying : centos-release-7-1.1503.el7.centos.2.8.x86_64 135/296 \n Verifying : sqlite-3.7.17-6.el7_1.1.x86_64 136/296 \n Verifying : json-c-0.11-4.el7_0.x86_64 137/296 \n Verifying : libtalloc-2.1.1-1.el7.x86_64 138/296 \n Verifying : grep-2.20-1.el7.x86_64 139/296 \n Verifying : libbasicobjects-0.1.1-24.el7.x86_64 140/296 \n Verifying : libgcc-4.8.3-9.el7.x86_64 141/296 \n Verifying : python-backports-1.0-8.el7.x86_64 142/296 \n Verifying : kpartx-0.4.9-77.el7.x86_64 143/296 \n Verifying : libtasn1-3.8-2.el7.x86_64 144/296 \n Verifying : libcollection-0.6.2-24.el7.x86_64 145/296 \n Verifying : p11-kit-0.20.7-3.el7.x86_64 146/296 \n Verifying : libini_config-1.1.0-24.el7.x86_64 147/296 \n Verifying : rpm-libs-4.11.1-25.el7.x86_64 148/296 \n Verifying : python-requests-2.6.0-1.el7_1.noarch 149/296 \n Verifying : libstdc++-4.8.3-9.el7.x86_64 150/296 \n Verifying : python-chardet-2.2.1-1.el7_1.noarch 151/296 \n Verifying : nettle-2.7.1-4.el7.x86_64 152/296 \n Verifying : epel-release-7-5.noarch 153/296 \n Verifying : python-urllib3-1.10.2-2.el7_1.noarch 154/296 \n Verifying : libblkid-2.23.2-22.el7_1.1.x86_64 155/296 \n Verifying : selinux-policy-targeted-3.12.1-153.el7.noarch 156/296 \n Verifying : 2:microcode_ctl-2.1-7.1.el7.x86_64 157/296 \n Verifying : pygobject3-base-3.8.2-4.el7.x86_64 158/296 \n Verifying : openssh-server-6.4p1-8.el7.x86_64 159/296 \n Verifying : grubby-8.28-8.el7.x86_64 160/296 \n Verifying : 1:mariadb-libs-5.5.35-3.el7.x86_64 161/296 \n Verifying : tzdata-2014b-1.el7.noarch 162/296 \n Verifying : xfsprogs-3.2.0-0.10.alpha2.el7.x86_64 163/296 \n Verifying : cronie-anacron-1.4.11-11.el7.x86_64 164/296 \n Verifying : rpm-4.11.1-16.el7.x86_64 165/296 \n Verifying : procps-ng-3.3.9-6.el7.x86_64 166/296 \n Verifying : rpm-python-4.11.1-16.el7.x86_64 167/296 \n Verifying : systemd-sysv-208-11.el7.x86_64 168/296 \n Verifying : python-chardet-2.0.1-7.el7.noarch 169/296 \n Verifying : libgcc-4.8.2-16.el7.x86_64 170/296 \n Verifying : python-libs-2.7.5-16.el7.x86_64 171/296 \n Verifying : kpartx-0.4.9-66.el7.x86_64 172/296 \n Verifying : bash-4.2.45-5.el7.x86_64 173/296 \n Verifying : authconfig-6.2.8-8.el7.x86_64 174/296 \n Verifying : teamd-1.9-15.el7.x86_64 175/296 \n Verifying : python-requests-1.1.0-8.el7.noarch 176/296 \n Verifying : dnsmasq-2.66-12.el7.x86_64 177/296 \n Verifying : dracut-033-161.el7.x86_64 178/296 \n Verifying : 1:wpa_supplicant-2.0-12.el7.x86_64 179/296 \n Verifying : libtasn1-3.3-3.el7.x86_64 180/296 \n Verifying : glibc-2.17-55.el7.x86_64 181/296 \n Verifying : numactl-libs-2.0.9-2.el7.x86_64 182/296 \n Verifying : binutils-2.23.52.0.1-16.el7.x86_64 183/296 \n Verifying : libxml2-2.9.1-5.el7.x86_64 184/296 \n Verifying : grep-2.16-1.el7.x86_64 185/296 \n Verifying : dracut-network-033-161.el7.x86_64 186/296 \n Verifying : libcom_err-1.42.9-4.el7.x86_64 187/296 \n Verifying : 1:dbus-1.6.12-8.el7.x86_64 188/296 \n Verifying : 1:gmp-5.1.1-5.el7.x86_64 189/296 \n Verifying : libblkid-2.23.2-16.el7.x86_64 190/296 \n Verifying : yum-utils-1.1.31-24.el7.noarch 191/296 \n Verifying : elfutils-libs-0.158-3.el7.x86_64 192/296 \n Verifying : dracut-config-generic-033-161.el7.x86_64 193/296 \n Verifying : audit-libs-python-2.3.3-4.el7.x86_64 194/296 \n Verifying : ca-certificates-2013.1.95-71.el7.noarch 195/296 \n Verifying : kmod-14-9.el7.x86_64 196/296 \n Verifying : kexec-tools-2.0.4-32.el7.centos.x86_64 197/296 \n Verifying : audit-2.3.3-4.el7.x86_64 198/296 \n Verifying : pcre-8.32-12.el7.x86_64 199/296 \n Verifying : glibc-common-2.17-55.el7.x86_64 200/296 \n Verifying : gnutls-3.1.18-8.el7.x86_64 201/296 \n Verifying : libdb-5.3.21-17.el7.x86_64 202/296 \n Verifying : rpm-build-libs-4.11.1-16.el7.x86_64 203/296 \n Verifying : nss-util-3.15.4-2.el7.x86_64 204/296 \n Verifying : btrfs-progs-3.12-4.el7.x86_64 205/296 \n Verifying : util-linux-2.23.2-16.el7.x86_64 206/296 \n Verifying : sqlite-3.7.17-4.el7.x86_64 207/296 \n Verifying : 32:bind-libs-lite-9.9.4-14.el7.x86_64 208/296 \n Verifying : p11-kit-0.18.7-4.el7.x86_64 209/296 \n Verifying : iproute-3.10.0-13.el7.x86_64 210/296 \n Verifying : libgcrypt-1.5.3-4.el7.x86_64 211/296 \n Verifying : yum-plugin-fastestmirror-1.1.31-24.el7.noarch 212/296 \n Verifying : rpm-libs-4.11.1-16.el7.x86_64 213/296 \n Verifying : libuuid-2.23.2-16.el7.x86_64 214/296 \n Verifying : dracut-config-rescue-033-161.el7.x86_64 215/296 \n Verifying : nss-tools-3.15.4-6.el7.x86_64 216/296 \n Verifying : 2:irqbalance-1.0.6-5.el7.x86_64 217/296 \n Verifying : initscripts-9.49.17-1.el7.x86_64 218/296 \n Verifying : libdb-utils-5.3.21-17.el7.x86_64 219/296 \n Verifying : 32:bind-license-9.9.4-14.el7.noarch 220/296 \n Verifying : 12:dhcp-libs-4.2.5-27.el7.centos.x86_64 221/296 \n Verifying : json-c-0.11-3.el7.x86_64 222/296 \n Verifying : epel-release-7-1.noarch 223/296 \n Verifying : libss-1.42.9-4.el7.x86_64 224/296 \n Verifying : elfutils-libelf-0.158-3.el7.x86_64 225/296 \n Verifying : libgudev1-208-11.el7.x86_64 226/296 \n Verifying : nspr-4.10.2-4.el7.x86_64 227/296 \n Verifying : glib2-2.36.3-5.el7.x86_64 228/296 \n Verifying : glib-networking-2.36.2-3.el7.x86_64 229/296 \n Verifying : libsoup-2.42.2-3.el7.x86_64 230/296 \n Verifying : nettle-2.7.1-2.el7.x86_64 231/296 \n Verifying : libstdc++-4.8.2-16.el7.x86_64 232/296 \n Verifying : lzo-2.06-6.el7.x86_64 233/296 \n Verifying : kernel-tools-libs-3.10.0-123.el7.x86_64 234/296 \n Verifying : 7:device-mapper-1.02.84-14.el7.x86_64 235/296 \n Verifying : openldap-2.4.39-3.el7.x86_64 236/296 \n Verifying : libnl3-cli-3.2.21-6.el7.x86_64 237/296 \n Verifying : e2fsprogs-1.42.9-4.el7.x86_64 238/296 \n Verifying : rpcbind-0.2.0-23.el7.x86_64 239/296 \n Verifying : audit-libs-2.3.3-4.el7.x86_64 240/296 \n Verifying : 12:dhcp-common-4.2.5-27.el7.centos.x86_64 241/296 \n Verifying : nss-softokn-3.15.4-2.el7.x86_64 242/296 \n Verifying : xz-5.1.2-8alpha.el7.x86_64 243/296 \n Verifying : 2:ethtool-3.8-3.el7.x86_64 244/296 \n Verifying : iputils-20121221-6.el7.x86_64 245/296 \n Verifying : 14:libpcap-1.5.3-3.el7.x86_64 246/296 \n Verifying : python-2.7.5-16.el7.x86_64 247/296 \n Verifying : 2:shadow-utils-4.1.5.1-13.el7.x86_64 248/296 \n Verifying : 7:device-mapper-libs-1.02.84-14.el7.x86_64 249/296 \n Verifying : kernel-tools-3.10.0-123.el7.x86_64 250/296 \n Verifying : cronie-1.4.11-11.el7.x86_64 251/296 \n Verifying : xz-libs-5.1.2-8alpha.el7.x86_64 252/296 \n Verifying : libuser-0.60-5.el7.x86_64 253/296 \n Verifying : selinux-policy-3.12.1-153.el7.noarch 254/296 \n Verifying : python-urlgrabber-3.10-4.el7.noarch 255/296 \n Verifying : 1:dbus-libs-1.6.12-8.el7.x86_64 256/296 \n Verifying : systemd-208-11.el7.x86_64 257/296 \n Verifying : rsyslog-7.4.7-6.el7.x86_64 258/296 \n Verifying : libteam-1.9-15.el7.x86_64 259/296 \n Verifying : 1:openssl-libs-1.0.1e-34.el7.x86_64 260/296 \n Verifying : kbd-misc-1.15.5-10.el7.noarch 261/296 \n Verifying : policycoreutils-2.2.5-11.el7.x86_64 262/296 \n Verifying : python-boto-2.25.0-2.el7.centos.noarch 263/296 \n Verifying : nss-3.15.4-6.el7.x86_64 264/296 \n Verifying : cryptsetup-libs-1.6.3-2.el7.x86_64 265/296 \n Verifying : nss-softokn-freebl-3.15.4-2.el7.x86_64 266/296 \n Verifying : setup-2.8.71-4.el7.noarch 267/296 \n Verifying : policycoreutils-python-2.2.5-11.el7.x86_64 268/296 \n Verifying : kmod-libs-14-9.el7.x86_64 269/296 \n Verifying : nss-sysinit-3.15.4-6.el7.x86_64 270/296 \n Verifying : 1:nfs-utils-1.3.0-0.el7.x86_64 271/296 \n Verifying : libtirpc-0.2.4-0.3.el7.x86_64 272/296 \n Verifying : kbd-1.15.5-10.el7.x86_64 273/296 \n Verifying : libgomp-4.8.2-16.el7.x86_64 274/296 \n Verifying : parted-3.1-17.el7.x86_64 275/296 \n Verifying : python-urllib3-1.5-8.el7.noarch 276/296 \n Verifying : tuned-2.3.0-11.el7.noarch 277/296 \n Verifying : libmount-2.23.2-16.el7.x86_64 278/296 \n Verifying : libyaml-0.1.4-10.el7.x86_64 279/296 \n Verifying : systemd-libs-208-11.el7.x86_64 280/296 \n Verifying : freetype-2.4.11-9.el7.x86_64 281/296 \n Verifying : openssh-clients-6.4p1-8.el7.x86_64 282/296 \n Verifying : yum-3.4.3-118.el7.centos.noarch 283/296 \n Verifying : krb5-libs-1.11.3-49.el7.x86_64 284/296 \n Verifying : python-backports-1.0-6.el7.noarch 285/296 \n Verifying : p11-kit-trust-0.18.7-4.el7.x86_64 286/296 \n Verifying : 12:dhclient-4.2.5-27.el7.centos.x86_64 287/296 \n Verifying : libnfsidmap-0.25-9.el7.x86_64 288/296 \n Verifying : libcgroup-0.41-6.el7.x86_64 289/296 \n Verifying : centos-release-7-0.1406.el7.centos.2.3.x86_64 290/296 \n Verifying : openssh-6.4p1-8.el7.x86_64 291/296 \n Verifying : libnl3-3.2.21-6.el7.x86_64 292/296 \n Verifying : e2fsprogs-libs-1.42.9-4.el7.x86_64 293/296 \n Verifying : sudo-1.8.6p7-11.el7.x86_64 294/296 \n Verifying : pam-1.1.8-9.el7.x86_64 295/296 \n Verifying : 1:openssl-1.0.1e-34.el7.x86_64 296/296 \n\nInstalled:\n kernel.x86_64 0:3.10.0-229.11.1.el7 \n\nDependency Installed:\n gssproxy.x86_64 0:0.3.0-10.el7 \n kbd-legacy.noarch 0:1.15.5-11.el7 \n libbasicobjects.x86_64 0:0.1.1-24.el7 \n libcollection.x86_64 0:0.6.2-24.el7 \n libini_config.x86_64 0:1.1.0-24.el7 \n libpath_utils.x86_64 0:0.2.1-24.el7 \n libref_array.x86_64 0:0.1.4-24.el7 \n libtalloc.x86_64 0:2.1.1-1.el7 \n libtevent.x86_64 0:0.9.21-3.el7 \n libverto-tevent.x86_64 0:0.2.5-4.el7 \n linux-firmware.noarch 0:20140911-0.1.git365e80c.el7 \n python-rsa.noarch 0:3.1.1-5.el7 \n trousers.x86_64 0:0.3.11.2-4.el7_1 \n\nUpdated:\n audit.x86_64 0:2.4.1-5.el7 \n audit-libs.x86_64 0:2.4.1-5.el7 \n audit-libs-python.x86_64 0:2.4.1-5.el7 \n authconfig.x86_64 0:6.2.8-9.el7 \n bash.x86_64 0:4.2.46-12.el7 \n bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 \n bind-license.noarch 32:9.9.4-18.el7_1.3 \n binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 \n btrfs-progs.x86_64 0:3.16.2-1.el7 \n ca-certificates.noarch 0:2015.2.4-70.0.el7_1 \n centos-release.x86_64 0:7-1.1503.el7.centos.2.8 \n cronie.x86_64 0:1.4.11-13.el7 \n cronie-anacron.x86_64 0:1.4.11-13.el7 \n cryptsetup-libs.x86_64 0:1.6.6-3.el7 \n dbus.x86_64 1:1.6.12-11.el7 \n dbus-libs.x86_64 1:1.6.12-11.el7 \n device-mapper.x86_64 7:1.02.93-3.el7_1.1 \n device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 \n dhclient.x86_64 12:4.2.5-36.el7.centos \n dhcp-common.x86_64 12:4.2.5-36.el7.centos \n dhcp-libs.x86_64 12:4.2.5-36.el7.centos \n dnsmasq.x86_64 0:2.66-14.el7_1 \n dracut.x86_64 0:033-241.el7_1.5 \n dracut-config-generic.x86_64 0:033-241.el7_1.5 \n dracut-config-rescue.x86_64 0:033-241.el7_1.5 \n dracut-network.x86_64 0:033-241.el7_1.5 \n e2fsprogs.x86_64 0:1.42.9-7.el7 \n e2fsprogs-libs.x86_64 0:1.42.9-7.el7 \n elfutils-libelf.x86_64 0:0.160-1.el7 \n elfutils-libs.x86_64 0:0.160-1.el7 \n epel-release.noarch 0:7-5 \n ethtool.x86_64 2:3.15-2.el7 \n freetype.x86_64 0:2.4.11-10.el7_1.1 \n glib-networking.x86_64 0:2.40.0-1.el7 \n glib2.x86_64 0:2.40.0-4.el7 \n glibc.x86_64 0:2.17-78.el7 \n glibc-common.x86_64 0:2.17-78.el7 \n gmp.x86_64 1:6.0.0-11.el7 \n gnutls.x86_64 0:3.3.8-12.el7_1.1 \n grep.x86_64 0:2.20-1.el7 \n grubby.x86_64 0:8.28-11.el7 \n initscripts.x86_64 0:9.49.24-1.el7 \n iproute.x86_64 0:3.10.0-21.el7 \n iputils.x86_64 0:20121221-6.el7_1.1 \n irqbalance.x86_64 2:1.0.7-2.el7_1 \n json-c.x86_64 0:0.11-4.el7_0 \n kbd.x86_64 0:1.15.5-11.el7 \n kbd-misc.noarch 0:1.15.5-11.el7 \n kernel-tools.x86_64 0:3.10.0-229.11.1.el7 \n kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 \n kexec-tools.x86_64 0:2.0.7-19.el7_1.2 \n kmod.x86_64 0:14-10.el7 \n kmod-libs.x86_64 0:14-10.el7 \n kpartx.x86_64 0:0.4.9-77.el7 \n krb5-libs.x86_64 0:1.12.2-14.el7 \n libblkid.x86_64 0:2.23.2-22.el7_1.1 \n libcgroup.x86_64 0:0.41-8.el7 \n libcom_err.x86_64 0:1.42.9-7.el7 \n libdb.x86_64 0:5.3.21-17.el7_0.1 \n libdb-utils.x86_64 0:5.3.21-17.el7_0.1 \n libgcc.x86_64 0:4.8.3-9.el7 \n libgcrypt.x86_64 0:1.5.3-12.el7_1.1 \n libgomp.x86_64 0:4.8.3-9.el7 \n libgudev1.x86_64 0:208-20.el7_1.5 \n libmount.x86_64 0:2.23.2-22.el7_1.1 \n libnfsidmap.x86_64 0:0.25-11.el7 \n libnl3.x86_64 0:3.2.21-8.el7 \n libnl3-cli.x86_64 0:3.2.21-8.el7 \n libpcap.x86_64 14:1.5.3-4.el7_1.2 \n libsoup.x86_64 0:2.46.0-3.el7 \n libss.x86_64 0:1.42.9-7.el7 \n libstdc++.x86_64 0:4.8.3-9.el7 \n libtasn1.x86_64 0:3.8-2.el7 \n libteam.x86_64 0:1.15-1.el7 \n libtirpc.x86_64 0:0.2.4-0.5.el7 \n libuser.x86_64 0:0.60-7.el7_1 \n libuuid.x86_64 0:2.23.2-22.el7_1.1 \n libxml2.x86_64 0:2.9.1-5.el7_1.2 \n libyaml.x86_64 0:0.1.4-11.el7_0 \n lzo.x86_64 0:2.06-6.el7_0.2 \n mariadb-libs.x86_64 1:5.5.41-2.el7_0 \n microcode_ctl.x86_64 2:2.1-10.el7 \n nettle.x86_64 0:2.7.1-4.el7 \n nfs-utils.x86_64 1:1.3.0-0.8.el7 \n nspr.x86_64 0:4.10.8-1.el7_1 \n nss.x86_64 0:3.19.1-5.el7_1 \n nss-softokn.x86_64 0:3.16.2.3-12.el7_1 \n nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 \n nss-sysinit.x86_64 0:3.19.1-5.el7_1 \n nss-tools.x86_64 0:3.19.1-5.el7_1 \n nss-util.x86_64 0:3.19.1-3.el7_1 \n numactl-libs.x86_64 0:2.0.9-5.el7_1 \n openldap.x86_64 0:2.4.39-6.el7 \n openssh.x86_64 0:6.6.1p1-12.el7_1 \n openssh-clients.x86_64 0:6.6.1p1-12.el7_1 \n openssh-server.x86_64 0:6.6.1p1-12.el7_1 \n openssl.x86_64 1:1.0.1e-42.el7.9 \n openssl-libs.x86_64 1:1.0.1e-42.el7.9 \n p11-kit.x86_64 0:0.20.7-3.el7 \n p11-kit-trust.x86_64 0:0.20.7-3.el7 \n pam.x86_64 0:1.1.8-12.el7_1.1 \n parted.x86_64 0:3.1-20.el7 \n pcre.x86_64 0:8.32-14.el7 \n policycoreutils.x86_64 0:2.2.5-15.el7 \n policycoreutils-python.x86_64 0:2.2.5-15.el7 \n procps-ng.x86_64 0:3.3.10-3.el7 \n pygobject3-base.x86_64 0:3.8.2-6.el7 \n python.x86_64 0:2.7.5-18.el7_1.1 \n python-backports.x86_64 0:1.0-8.el7 \n python-boto.noarch 0:2.38.0-2.el7 \n python-chardet.noarch 0:2.2.1-1.el7_1 \n python-libs.x86_64 0:2.7.5-18.el7_1.1 \n python-requests.noarch 0:2.6.0-1.el7_1 \n python-urlgrabber.noarch 0:3.10-6.el7 \n python-urllib3.noarch 0:1.10.2-2.el7_1 \n rpcbind.x86_64 0:0.2.0-26.el7 \n rpm.x86_64 0:4.11.1-25.el7 \n rpm-build-libs.x86_64 0:4.11.1-25.el7 \n rpm-libs.x86_64 0:4.11.1-25.el7 \n rpm-python.x86_64 0:4.11.1-25.el7 \n rsyslog.x86_64 0:7.4.7-7.el7_0 \n selinux-policy.noarch 0:3.13.1-23.el7_1.13 \n selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 \n setup.noarch 0:2.8.71-5.el7 \n shadow-utils.x86_64 2:4.1.5.1-18.el7 \n sqlite.x86_64 0:3.7.17-6.el7_1.1 \n sudo.x86_64 0:1.8.6p7-13.el7 \n systemd.x86_64 0:208-20.el7_1.5 \n systemd-libs.x86_64 0:208-20.el7_1.5 \n systemd-sysv.x86_64 0:208-20.el7_1.5 \n teamd.x86_64 0:1.15-1.el7 \n tuned.noarch 0:2.4.1-1.el7 \n tzdata.noarch 0:2015f-1.el7 \n util-linux.x86_64 0:2.23.2-22.el7_1.1 \n wpa_supplicant.x86_64 1:2.0-17.el7_1 \n xfsprogs.x86_64 0:3.2.1-6.el7 \n xz.x86_64 0:5.1.2-9alpha.el7 \n xz-libs.x86_64 0:5.1.2-9alpha.el7 \n yum.noarch 0:3.4.3-125.el7.centos \n yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 \n yum-utils.noarch 0:1.1.31-29.el7 \n\nComplete!\ndib-run-parts Wed Aug 19 23:44:38 UTC 2015 00-up-to-date completed\ndib-run-parts Wed Aug 19 23:44:38 UTC 2015 Running /tmp/in_target.d/install.d/01-package-installs\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/01-package-installs\n+ package-installs -d /tmp/in_target.d/install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\n+ package-installs-v2 --phase install.d /tmp/package-installs.json\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for redhat-common element does not exist.\nMap file for source-repositories element does not exist.\nMap file for source-repositories element does not exist.\nWARNING: map-packages is deprecated. Please use the pkg-map element.\ninstalling traceroute from redhat-common\ninstalling tcpdump from redhat-common\ninstalling which from redhat-common\ninstalling lsof from redhat-common\ninstalling traceroute from redhat-common\ninstalling tcpdump from redhat-common\ninstalling which from redhat-common\ninstalling lsof from redhat-common\ninstalling ccache_package from base\ninstalling ccache_package from base\ninstalling git from source-repositories\ninstalling git from source-repositories\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 01-package-installs completed\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/10-cloud-init\nWARNING: In the future the default setting for manage_etc_hosts will not be overridden by this element.\nWARNING: Set DIB_CLOUD_INIT_ETC_HOSTS to 'localhost' to preserve current behavior.\n0+1 records in\n0+1 records out\n28 bytes (28 B) copied, 6.4764e-05 s, 432 kB/s\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 10-cloud-init completed\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/50-ip-forward\n+ set -o pipefail\n+ cat\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 50-ip-forward completed\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/50-store-build-settings\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 50-store-build-settings completed\ndib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/51-instack-files\nWARNING: map-packages is deprecated. Please use the pkg-map element.\nRunning install-packages install. Package list: net-tools\nyum-utils\ngit\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nPackage net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version\nPackage yum-utils-1.1.31-29.el7.noarch already installed and latest version\nPackage git-1.8.3.1-4.el7.x86_64 already installed and latest version\nNothing to do\n/etc/sudoers: parsed OK\n/etc/sudoers.d/stack: parsed OK\ndib-run-parts Wed Aug 19 23:44:50 UTC 2015 51-instack-files completed\ndib-run-parts Wed Aug 19 23:44:50 UTC 2015 Running /tmp/in_target.d/install.d/62-ssh-key\ndib-run-parts Wed Aug 19 23:44:50 UTC 2015 62-ssh-key completed\ndib-run-parts Wed Aug 19 23:44:50 UTC 2015 Running /tmp/in_target.d/install.d/99-dkms\nRunning install-packages install. Package list: dkms\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: centos.mirror.nac.net\n * updates: centos.aol.com\nResolving Dependencies\n--> Running transaction check\n---> Package dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el7 will be installed\n--> Processing Dependency: kernel-devel for package: dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch\n--> Processing Dependency: gcc for package: dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch\n--> Running transaction check\n---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed\n--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64\n--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64\n---> Package kernel-devel.x86_64 0:3.10.0-229.11.1.el7 will be installed\n--> Running transaction check\n---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed\n---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed\n--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64\n--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64\n---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed\n---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed\n--> Running transaction check\n---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed\n--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64\n--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64\n--> Running transaction check\n---> Package kernel-headers.x86_64 0:3.10.0-229.11.1.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n dkms noarch 2.2.0.3-30.git.7c3e7c5.el7 epel 77 k\nInstalling for dependencies:\n cpp x86_64 4.8.3-9.el7 base 5.9 M\n gcc x86_64 4.8.3-9.el7 base 16 M\n glibc-devel x86_64 2.17-78.el7 base 1.0 M\n glibc-headers x86_64 2.17-78.el7 base 656 k\n kernel-devel x86_64 3.10.0-229.11.1.el7 updates 9.9 M\n kernel-headers x86_64 3.10.0-229.11.1.el7 updates 2.3 M\n libmpc x86_64 1.0.1-3.el7 base 51 k\n mpfr x86_64 3.1.1-4.el7 base 203 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+8 Dependent packages)\n\nTotal download size: 36 M\nInstalled size: 91 M\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\n--------------------------------------------------------------------------------\nTotal 10 MB/s | 36 MB 00:03 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mpfr-3.1.1-4.el7.x86_64 1/9 \n Installing : libmpc-1.0.1-3.el7.x86_64 2/9 \n Installing : cpp-4.8.3-9.el7.x86_64 3/9 \n Installing : kernel-headers-3.10.0-229.11.1.el7.x86_64 4/9 \n Installing : glibc-headers-2.17-78.el7.x86_64 5/9 \n Installing : glibc-devel-2.17-78.el7.x86_64 6/9 \n Installing : gcc-4.8.3-9.el7.x86_64 7/9 \n Installing : kernel-devel-3.10.0-229.11.1.el7.x86_64 8/9 \n Installing : dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch 9/9 \n Verifying : gcc-4.8.3-9.el7.x86_64 1/9 \n Verifying : glibc-devel-2.17-78.el7.x86_64 2/9 \n Verifying : mpfr-3.1.1-4.el7.x86_64 3/9 \n Verifying : cpp-4.8.3-9.el7.x86_64 4/9 \n Verifying : kernel-devel-3.10.0-229.11.1.el7.x86_64 5/9 \n Verifying : libmpc-1.0.1-3.el7.x86_64 6/9 \n Verifying : kernel-headers-3.10.0-229.11.1.el7.x86_64 7/9 \n Verifying : dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch 8/9 \n Verifying : glibc-headers-2.17-78.el7.x86_64 9/9 \n\nInstalled:\n dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el7 \n\nDependency Installed:\n cpp.x86_64 0:4.8.3-9.el7 \n gcc.x86_64 0:4.8.3-9.el7 \n glibc-devel.x86_64 0:2.17-78.el7 \n glibc-headers.x86_64 0:2.17-78.el7 \n kernel-devel.x86_64 0:3.10.0-229.11.1.el7 \n kernel-headers.x86_64 0:3.10.0-229.11.1.el7 \n libmpc.x86_64 0:1.0.1-3.el7 \n mpfr.x86_64 0:3.1.1-4.el7 \n\nComplete!\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 99-dkms completed\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/install.d/99-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/99-package-uninstalls\n+ package-uninstalls -d /tmp/in_target.d/install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\n+ package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json\nNothing to uninstall\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 99-package-uninstalls completed\n----------------------- PROFILING -----------------------\n\nTarget: install.d\n\nScript Seconds\n--------------------------------------- ----------\n\n00-baseline-environment 5.064\n00-up-to-date 100.119\n01-package-installs 8.224\n10-cloud-init 0.006\n50-ip-forward 0.004\n50-store-build-settings 0.005\n51-instack-files 3.799\n62-ssh-key 0.007\n99-dkms 19.854\n99-package-uninstalls 0.047\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/00-package-installs\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/post-install.d/00-package-installs\n+ package-installs -d /tmp/in_target.d/post-install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/post-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/post-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/post-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\n+ package-installs-v2 --phase post-install.d /tmp/package-installs.json\nNothing to install\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 00-package-installs completed\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/05-fstab-rootfs-label\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 05-fstab-rootfs-label completed\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf\nNOZEROCONF=yes\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 06-network-config-nonzeroconf completed\ndib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/90-remove-cloud-init\nLoaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package cloud-init.x86_64 0:0.7.5-10.el7.centos.1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n cloud-init x86_64 0.7.5-10.el7.centos.1 installed 1.4 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 1.4 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : cloud-init-0.7.5-10.el7.centos.1.x86_64 1/1 \n Verifying : cloud-init-0.7.5-10.el7.centos.1.x86_64 1/1 \n\nRemoved:\n cloud-init.x86_64 0:0.7.5-10.el7.centos.1 \n\nComplete!\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 90-remove-cloud-init completed\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/90-set-hostname\n+ set -o pipefail\n+ echo instack.localdomain\n+ echo '127.0.0.1 instack instack.localdomain'\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 90-set-hostname completed\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/99-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/post-install.d/99-package-uninstalls\n+ package-uninstalls -d /tmp/in_target.d/post-install.d\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/post-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/post-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/post-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\n+ package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json\nNothing to uninstall\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 99-package-uninstalls completed\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/99-reset-yum-conf\n+ set -eu\n+ set -o pipefail\n+ sed -i s/keepcache=1/keepcache=0/ /etc/yum.conf\n+ sed -i 's/cachedir=\\/tmp\\/yum/cachedir=\\/var\\/cache\\/yum/' /etc/yum.conf\ndib-run-parts Wed Aug 19 23:45:11 UTC 2015 99-reset-yum-conf completed\n----------------------- PROFILING -----------------------\n\nTarget: post-install.d\n\nScript Seconds\n--------------------------------------- ----------\n\n00-package-installs 0.040\n05-fstab-rootfs-label 0.004\n06-network-config-nonzeroconf 0.004\n90-remove-cloud-init 0.842\n90-set-hostname 0.003\n99-package-uninstalls 0.047\n99-reset-yum-conf 0.006\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:45:12 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/block-device.d/10-partition\nChecking that no-one is using this disk right now ...\nBLKRRPART: Invalid argument\nOK\nsfdisk: Disk /dev/loop0: cannot get geometry\n\nsfdisk: /dev/loop0: unrecognized partition table type\n\nsfdisk: No partitions found\n\nBLKRRPART: Invalid argument\nIf you created or changed a DOS partition, /dev/foo7, say, then use dd(1)\nto zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1\n(See fdisk(8).)\ndib-run-parts Wed Aug 19 23:45:12 UTC 2015 10-partition completed\n\nDisk /dev/loop0: 3916 cylinders, 255 heads, 63 sectors/track\nOld situation:\nNew situation:\nUnits: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0\n\n Device Boot Start End #cyls #blocks Id System\n/dev/loop0p1 * 1 3915 3915 31447237+ 83 Linux\n/dev/loop0p2 0 - 0 0 0 Empty\n/dev/loop0p3 0 - 0 0 0 Empty\n/dev/loop0p4 0 - 0 0 0 Empty\nSuccessfully wrote the new partition table\n\nRe-reading the partition table ...\n\nIMAGE_BLOCK_DEVICE=/dev/loop0p1\n----------------------- PROFILING -----------------------\n\nTarget: block-device.d\n\nScript Seconds\n--------------------------------------- ----------\n\n10-partition 0.214\n\n--------------------- END PROFILING ---------------------\nmke2fs 1.42.9 (28-Dec-2013)\nDiscarding device blocks: 4096/7861809\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b \b\b\b\b\b\b\b\b\b\b\b\b\b\b\bdone \nFilesystem label=cloudimg-rootfs\nOS type: Linux\nBlock size=4096 (log=2)\nFragment size=4096 (log=2)\nStride=0 blocks, Stripe width=0 blocks\n1966080 inodes, 7861809 blocks\n393090 blocks (5.00%) reserved for the super user\nFirst data block=0\nMaximum filesystem blocks=2155872256\n240 block groups\n32768 blocks per group, 32768 fragments per group\n8192 inodes per group\nSuperblock backups stored on blocks: \n\t32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, \n\t4096000\n\nAllocating group tables: 0/240\b\b\b\b\b\b\b \b\b\b\b\b\b\bdone \nWriting inode tables: 0/240\b\b\b\b\b\b\b \b\b\b\b\b\b\bdone \nCreating journal (32768 blocks): done\nWriting superblocks and filesystem accounting information: 0/240\b\b\b\b\b\b\b \b\b\b\b\b\b\bdone\n\ntune2fs 1.42.9 (28-Dec-2013)\ndib-run-parts Wed Aug 19 23:45:17 UTC 2015 Running /tmp/in_target.d/finalise.d/01-clean-old-kernels\nWARNING: map-packages is deprecated. Please use the pkg-map element.\nRunning install-packages install. Package list: yum-utils\nLoaded plugins: fastestmirror\nDetermining fastest mirrors\n * base: centos.aol.com\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n * extras: mirrors.advancedhosters.com\n * updates: centos.aol.com\nPackage yum-utils-1.1.31-29.el7.noarch already installed and latest version\nNothing to do\nLoaded plugins: fastestmirror\n--> Running transaction check\n---> Package kernel.x86_64 0:3.10.0-123.el7 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n kernel x86_64 3.10.0-123.el7 installed 127 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 127 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\ngrubby fatal error: unable to find a suitable template\ngrubby: doing this would leave no kernel entries. Not writing out new config.\n Erasing : kernel-3.10.0-123.el7.x86_64 1/1 \nwarning: file /lib/modules/3.10.0-123.el7.x86_64/updates: remove failed: No such file or directory\nwarning: file /lib/modules/3.10.0-123.el7.x86_64/modules.softdep: remove failed: No such file or directory\nwarning: file /lib/modules/3.10.0-123.el7.x86_64/modules.devname: remove failed: No such file or directory\n Verifying : kernel-3.10.0-123.el7.x86_64 1/1 \n\nRemoved:\n kernel.x86_64 0:3.10.0-123.el7 \n\nComplete!\ndib-run-parts Wed Aug 19 23:45:30 UTC 2015 01-clean-old-kernels completed\ndib-run-parts Wed Aug 19 23:45:30 UTC 2015 Running /tmp/in_target.d/finalise.d/11-selinux-fixfiles-restore\n+ set -eu\n+ set -o pipefail\n++ which setfiles\n+ SETFILES=/usr/sbin/setfiles\n+ '[' -e /etc/selinux/targeted/contexts/files/file_contexts -a -x /usr/sbin/setfiles ']'\n+ setfiles /etc/selinux/targeted/contexts/files/file_contexts /\ndib-run-parts Wed Aug 19 23:45:43 UTC 2015 11-selinux-fixfiles-restore completed\ndib-run-parts Wed Aug 19 23:45:43 UTC 2015 Running /tmp/in_target.d/finalise.d/50-remove-bogus-udev-links\n+ set -eu\n+ set -o pipefail\n+ '[' centos7 = opensuse ']'\ndib-run-parts Wed Aug 19 23:45:43 UTC 2015 50-remove-bogus-udev-links completed\ndib-run-parts Wed Aug 19 23:45:43 UTC 2015 Running /tmp/in_target.d/finalise.d/51-bootloader\n+ set -eu\n+ set -o pipefail\n+ '[' -n /dev/loop0p1 ']'\n+ PART_DEV=/dev/loop0p1\n+ [[ amd64 =~ ppc ]]\n++ echo /dev/loop0p1\n++ sed -e s#p1##\n++ sed -e s#mapper/##\n+ BOOT_DEV=/dev/loop0\n+ DIB_EXTLINUX=0\n+ '[' 0 '!=' 0 ']'\n+ install_grub2\n+ '[' -f /tmp/grub/install ']'\n+ source /tmp/grub/install\n++ rpm -i /tmp/grub/grub2-2.02-0.16.el7.centos.x86_64.rpm\n++ which grub-install\nwhich: no grub-install in (/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n+ GRUBNAME=\n+ echo 'trying grub2-install'\ntrying grub2-install\n+ '[' -z '' ']'\n++ which grub2-install\n+ GRUBNAME=/usr/sbin/grub2-install\n+ '[' -z /usr/sbin/grub2-install ']'\n++ /usr/sbin/grub2-install --version\n++ grep 0.97\n++ wc -l\n+ '[' 0 -ne 0 ']'\n+ echo 'Installing GRUB2...'\nInstalling GRUB2...\n+ GRUB_OPTS=\n+ [[ ! '' == *--target* ]]\n++ /usr/sbin/grub2-install --version\n+ [[ /usr/sbin/grub2-install (GRUB) 2.02~beta2 =~ 2\\. ]]\n+ '[' -d /sys/firmware/efi ']'\n+ [[ amd64 =~ ppc ]]\n+ /usr/sbin/grub2-install '--modules=biosdisk part_msdos' /dev/loop0\nInstalling for i386-pc platform.\nInstallation finished. No error reported.\n+ '[' -d /boot/grub2 ']'\n+ GRUB_CFG=/boot/grub2/grub.cfg\n+ echo 'GRUB_TERMINAL=\"serial console\"'\n+ echo GRUB_GFXPAYLOAD_LINUX=text\n+ echo 'GRUB_CMDLINE_LINUX_DEFAULT=\"console=tty0 console=ttyS0,115200 no_timer_check\"'\n+ echo 'GRUB_SERIAL_COMMAND=\"serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1\"'\n+ GRUB_MKCONFIG='grub2-mkconfig -o /boot/grub2/grub.cfg'\n+ DISTRO_NAME=centos7\n+ case $DISTRO_NAME in\n+ echo 'GRUB_CMDLINE_LINUX=\"nofb nomodeset vga=normal\"'\n+ PROBER_DISABLED=\n+ grep -qe '^\\s*GRUB_DISABLE_OS_PROBER=true' /etc/default/grub\n+ PROBER_DISABLED=true\n+ echo GRUB_DISABLE_OS_PROBER=true\n+ grub2-mkconfig -o /boot/grub2/grub.cfg\nGenerating grub configuration file ...\nFound linux image: /boot/vmlinuz-3.10.0-229.11.1.el7.x86_64\nFound initrd image: /boot/initramfs-3.10.0-229.11.1.el7.x86_64.img\nFound linux image: /boot/vmlinuz-0-rescue-d5497cbfdff506505fe50cc3a7a46898\nFound initrd image: /boot/initramfs-0-rescue-d5497cbfdff506505fe50cc3a7a46898.img\ndone\n+ '[' -n true ']'\n+ sed -i '$d' /etc/default/grub\n+ DIB_RELEASE=\n+ '[' '' = precise ']'\n+ '[' '' = wheezy ']'\n+ sed -i s%/dev/loop0p1%LABEL=cloudimg-rootfs% /boot/grub2/grub.cfg\n+ sed -i 's%search --no-floppy --fs-uuid --set=root .*$%search --no-floppy --set=root --label cloudimg-rootfs%' /boot/grub2/grub.cfg\n+ sed -i 's%root=UUID=[A-Za-z0-9\\-]*%root=LABEL=cloudimg-rootfs%' /boot/grub2/grub.cfg\n+ '[' centos7 = fedora ']'\n+ '[' -d /sys/firmware/efi ']'\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 51-bootloader completed\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/in_target.d/finalise.d/99-cleanup-tmp-grub\n+ set -eu\n+ set -o pipefail\n+ rm -rf /tmp/grub\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 99-cleanup-tmp-grub completed\n----------------------- PROFILING -----------------------\n\nTarget: finalise.d\n\nScript Seconds\n--------------------------------------- ----------\n\n01-clean-old-kernels 12.557\n11-selinux-fixfiles-restore 13.437\n50-remove-bogus-udev-links 0.003\n51-bootloader 0.902\n99-cleanup-tmp-grub 0.004\n\n--------------------- END PROFILING ---------------------\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/01-ccache\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 01-ccache completed\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/01-copy-manifests-dir\n+ set -eu\n+ set -o pipefail\n+ '[' -d /tmp/image.mULXQ1cD/mnt//etc/dib-manifests ']'\n+ '[' -e /tmp/image.mULXQ1cD/mnt/etc/dib_arguments ']'\n+ sudo mv /tmp/image.mULXQ1cD/mnt/etc/dib_arguments /tmp/image.mULXQ1cD/mnt//etc/dib-manifests\n+ '[' -e /tmp/image.mULXQ1cD/mnt/etc/dib_environment ']'\n+ sudo mv /tmp/image.mULXQ1cD/mnt/etc/dib_environment /tmp/image.mULXQ1cD/mnt//etc/dib-manifests\n+ mkdir -p instack.d/\n+ cp --no-preserve=ownership -rv /tmp/image.mULXQ1cD/mnt//etc/dib-manifests instack.d/\n‘/tmp/image.mULXQ1cD/mnt//etc/dib-manifests’ -> ‘instack.d/dib-manifests’\n‘/tmp/image.mULXQ1cD/mnt//etc/dib-manifests/dib_arguments’ -> ‘instack.d/dib-manifests/dib_arguments’\n‘/tmp/image.mULXQ1cD/mnt//etc/dib-manifests/dib_environment’ -> ‘instack.d/dib-manifests/dib_environment’\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 01-copy-manifests-dir completed\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/51-bootloader\n+ set -eu\n+ set -o pipefail\n+ '[' -n /tmp/image.mULXQ1cD/mnt ']'\n+ source /usr/bin/../share/diskimage-builder/lib/img-functions\n+ '[' -d /tmp/image.mULXQ1cD/mnt/boot/extlinux ']'\n+ '[' -d /tmp/image.mULXQ1cD/mnt/boot/syslinux ']'\n+ exit 0\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 51-bootloader completed\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/99-remove-yum-repo-conf\n+ set -eu\n+ set -o pipefail\n+ '[' -z '' ']'\n+ echo 'DIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up'\nDIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up\n+ exit 0\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 99-remove-yum-repo-conf completed\ndib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/99-tidy-logs\n+ set -eu\n+ set -o pipefail\n+ sudo find /tmp/image.mULXQ1cD/mnt/var/log -type f -exec cp /dev/null '{}' ';'\n+ sudo find /tmp/image.mULXQ1cD/mnt/root -name '*.log' -type f -delete\ndib-run-parts Wed Aug 19 23:45:45 UTC 2015 99-tidy-logs completed\n----------------------- PROFILING -----------------------\n\nTarget: cleanup.d\n\nScript Seconds\n--------------------------------------- ----------\n\n01-ccache 0.010\n01-copy-manifests-dir 0.021\n51-bootloader 0.004\n99-remove-yum-repo-conf 0.003\n99-tidy-logs 0.045\n\n--------------------- END PROFILING ---------------------\n/dev/loop0: [0036]:138263 (/tmp/image.FqJM2DiS/image.raw)\nConverting image using qemu-img convert\nImage file instack.qcow2 created...\n+ sudo cp instack.qcow2 /var/lib/libvirt/images/instack.qcow2\n+ export UNDERCLOUD_NODE_ARCH=x86_64\n+ UNDERCLOUD_NODE_ARCH=x86_64\n+ export UNDERCLOUD_NODE_MEM=4096\n+ UNDERCLOUD_NODE_MEM=4096\n+ export UNDERCLOUD_NODE_CPU=1\n+ UNDERCLOUD_NODE_CPU=1\n+ sudo tripleo configure-vm --name instack --image /var/lib/libvirt/images/instack.qcow2 --baremetal-interface brbm --seed --libvirt-nic-driver virtio --arch x86_64 --memory 4194304 --cpus 1\nCreated machine instack with UUID bf755046-0ced-4f41-b729-8b7c7b79cbee\n+ sudo virsh start instack\nDomain instack started\n\n+ timeout_seconds=180\n+ elapsed_seconds=0\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=\n+ '[' -n '' ']'\n+ sleep 3\n+ (( elapsed_seconds += 3 ))\n+ '[' 3 -ge 180 ']'\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=\n+ '[' -n '' ']'\n+ sleep 3\n+ (( elapsed_seconds += 3 ))\n+ '[' 6 -ge 180 ']'\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=\n+ '[' -n '' ']'\n+ sleep 3\n+ (( elapsed_seconds += 3 ))\n+ '[' 9 -ge 180 ']'\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=\n+ '[' -n '' ']'\n+ sleep 3\n+ (( elapsed_seconds += 3 ))\n+ '[' 12 -ge 180 ']'\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=\n+ '[' -n '' ']'\n+ sleep 3\n+ (( elapsed_seconds += 3 ))\n+ '[' 15 -ge 180 ']'\n+ true\n++ cat /var/lib/libvirt/dnsmasq/default.leases\n++ awk '{print $3;}'\n+++ tripleo get-vm-mac instack\n++ grep 52:54:00:81:48:70\n+ IP=192.168.122.98\n+ '[' -n 192.168.122.98 ']'\n+ set +x\ninstack vm IP address is 192.168.122.98\nYou can connect by running:\nssh [email protected]\nAnd then su to the stack user:\nsu - stack", "warnings": []} | |
cmd: | |
source /home/stack/virt-setup-env; instack-virt-setup; | |
start: | |
2015-08-19 23:38:58.279216 | |
end: | |
2015-08-19 23:47:42.040004 | |
delta: | |
0:08:43.760788 | |
stdout: | |
+ export LIBVIRT_DEFAULT_URI=qemu:///system | |
+ LIBVIRT_DEFAULT_URI=qemu:///system | |
+ '[' '!' -d /usr/share/instack-undercloud ']' | |
+ DEVTEST_VARIABLES=/usr/libexec/openstack-tripleo/devtest_variables.sh | |
+ export ANSWERSFILE=/usr/share/instack-undercloud/undercloud.conf.sample | |
+ ANSWERSFILE=/usr/share/instack-undercloud/undercloud.conf.sample | |
+ export ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements | |
+ ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements | |
++ grep -Eqs 'Red Hat Enterprise Linux' /etc/redhat-release | |
++ grep -Eqs CentOS /etc/redhat-release | |
+ export NODE_DIST=centos7 | |
+ NODE_DIST=centos7 | |
+ source /usr/libexec/openstack-tripleo/devtest_variables.sh | |
++ export LIBVIRT_DEFAULT_URI=qemu:///system | |
++ LIBVIRT_DEFAULT_URI=qemu:///system | |
++ export LIBVIRT_NIC_DRIVER=virtio | |
++ LIBVIRT_NIC_DRIVER=virtio | |
++ export LIBVIRT_VOL_POOL=default | |
++ LIBVIRT_VOL_POOL=default | |
++ export TRIPLEO_ROOT= | |
++ TRIPLEO_ROOT= | |
++ '[' -z '' -a -d /home/stack/.cache/tripleo ']' | |
++ export USE_UNDERCLOUD_UI=1 | |
++ USE_UNDERCLOUD_UI=1 | |
++ export USE_IRONIC=1 | |
++ USE_IRONIC=1 | |
++ '[' 0 -eq 1 ']' | |
++ export 'DIB_COMMON_ELEMENTS=stackuser common-venv use-ephemeral' | |
++ DIB_COMMON_ELEMENTS='stackuser common-venv use-ephemeral' | |
++ '[' 1 -eq 0 ']' | |
++ export DEPLOY_IMAGE_ELEMENT=deploy-ironic | |
++ DEPLOY_IMAGE_ELEMENT=deploy-ironic | |
++ export DEPLOY_NAME=deploy-ramdisk-ironic | |
++ DEPLOY_NAME=deploy-ramdisk-ironic | |
++ export SEED_DIB_EXTRA_ARGS=rabbitmq-server | |
++ SEED_DIB_EXTRA_ARGS=rabbitmq-server | |
++ export UNDERCLOUD_DIB_EXTRA_ARGS=rabbitmq-server | |
++ UNDERCLOUD_DIB_EXTRA_ARGS=rabbitmq-server | |
++ export 'OVERCLOUD_CONTROL_DIB_EXTRA_ARGS=rabbitmq-server cinder-tgt' | |
++ OVERCLOUD_CONTROL_DIB_EXTRA_ARGS='rabbitmq-server cinder-tgt' | |
++ export OVERCLOUD_BLOCKSTORAGE_DIB_EXTRA_ARGS=cinder-tgt | |
++ OVERCLOUD_BLOCKSTORAGE_DIB_EXTRA_ARGS=cinder-tgt | |
+++ dirname /usr/libexec/openstack-tripleo/devtest_variables.sh | |
++ source /usr/libexec/openstack-tripleo/set-os-type | |
+++ TRIPLEO_OS_FAMILY=unsupported | |
+++ TRIPLEO_OS_DISTRO=unsupported | |
+++ '[' -f /etc/redhat-release ']' | |
+++ TRIPLEO_OS_FAMILY=redhat | |
++++ grep -Eqs 'Red Hat Enterprise Linux' /etc/redhat-release | |
++++ grep -Eqs CentOS /etc/redhat-release | |
+++ TRIPLEO_OS_DISTRO=centos | |
++++ grep -Eqs Fedora /etc/redhat-release | |
+++ '[' -f /etc/debian_version ']' | |
+++ '[' -f /etc/os-release ']' | |
++++ get_os_release | |
++++ source /etc/os-release | |
+++++ NAME='CentOS Linux' | |
+++++ VERSION='7 (Core)' | |
+++++ ID=centos | |
+++++ ID_LIKE='rhel fedora' | |
+++++ VERSION_ID=7 | |
+++++ PRETTY_NAME='CentOS Linux 7 (Core)' | |
+++++ ANSI_COLOR='0;31' | |
+++++ CPE_NAME=cpe:/o:centos:centos:7 | |
+++++ HOME_URL=https://www.centos.org/ | |
+++++ BUG_REPORT_URL=https://bugs.centos.org/ | |
+++++ CENTOS_MANTISBT_PROJECT=CentOS-7 | |
+++++ CENTOS_MANTISBT_PROJECT_VERSION=7 | |
+++++ REDHAT_SUPPORT_PRODUCT=centos | |
+++++ REDHAT_SUPPORT_PRODUCT_VERSION=7 | |
++++ echo centos | |
+++ '[' centos = opensuse ']' | |
++++ get_os_release | |
++++ source /etc/os-release | |
+++++ NAME='CentOS Linux' | |
+++++ VERSION='7 (Core)' | |
+++++ ID=centos | |
+++++ ID_LIKE='rhel fedora' | |
+++++ VERSION_ID=7 | |
+++++ PRETTY_NAME='CentOS Linux 7 (Core)' | |
+++++ ANSI_COLOR='0;31' | |
+++++ CPE_NAME=cpe:/o:centos:centos:7 | |
+++++ HOME_URL=https://www.centos.org/ | |
+++++ BUG_REPORT_URL=https://bugs.centos.org/ | |
+++++ CENTOS_MANTISBT_PROJECT=CentOS-7 | |
+++++ CENTOS_MANTISBT_PROJECT_VERSION=7 | |
+++++ REDHAT_SUPPORT_PRODUCT=centos | |
+++++ REDHAT_SUPPORT_PRODUCT_VERSION=7 | |
++++ echo centos | |
+++ '[' centos = sles ']' | |
+++ export TRIPLEO_OS_FAMILY | |
+++ export TRIPLEO_OS_DISTRO | |
++ '[' -z centos7 ']' | |
++ export NODE_CNT=15 | |
++ NODE_CNT=15 | |
++ export ROOT_DISK=10 | |
++ ROOT_DISK=10 | |
++ export LIBVIRT_DISK_BUS_TYPE=sata | |
++ LIBVIRT_DISK_BUS_TYPE=sata | |
++ export OVERCLOUD_COMPUTESCALE=1 | |
++ OVERCLOUD_COMPUTESCALE=1 | |
++ export OVERCLOUD_CONTROLSCALE=1 | |
++ OVERCLOUD_CONTROLSCALE=1 | |
++ export OVERCLOUD_BLOCKSTORAGESCALE=0 | |
++ OVERCLOUD_BLOCKSTORAGESCALE=0 | |
++ export ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements | |
++ ELEMENTS_PATH=/usr/share/instack-undercloud:/usr/share/tripleo-image-elements:/usr/share/diskimage-builder/elements | |
++ export TE_DATAFILE=/testenv.json | |
++ TE_DATAFILE=/testenv.json | |
++ [[ centos7 =~ .*(fedora|rhel|centos).* ]] | |
++ export USE_MARIADB=1 | |
++ USE_MARIADB=1 | |
++ export USE_MERGEPY=0 | |
++ USE_MERGEPY=0 | |
+ tripleo install-dependencies | |
Generating public/private rsa key pair. | |
Your identification has been saved in /home/stack/.ssh/id_rsa. | |
Your public key has been saved in /home/stack/.ssh/id_rsa.pub. | |
The key fingerprint is: | |
ed:15:55:0e:bb:9c:b5:7f:26:79:72:09:1c:cd:4a:06 [email protected] | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| E o..| | |
| ..o+ | | |
| .+.oo| | |
| . +oo+.| | |
| S . .++. | | |
| . . ..o| | |
| . +.*| | |
| *.| | |
| | | |
+-----------------+ | |
Adding public key to ~/.ssh/authorized_keys | |
Loaded plugins: fastestmirror, priorities | |
Loading mirror speeds from cached hostfile | |
* epel: mirror.cogentco.com | |
257 packages excluded due to repository priority protections | |
Package python-lxml-3.2.1-4.el7.x86_64 already installed and latest version | |
Package libvirt-python-1.2.8-7.el7_1.1.x86_64 already installed and latest version | |
Package 10:qemu-img-1.5.3-86.el7_1.5.x86_64 already installed and latest version | |
Package python-devel-2.7.5-18.el7_1.1.x86_64 already installed and latest version | |
Package audit-2.4.1-5.el7.x86_64 already installed and latest version | |
Package PyYAML-3.10-11.el7.x86_64 already installed and latest version | |
Package redhat-lsb-core-4.1-27.el7.centos.1.x86_64 already installed and latest version | |
Package jq-1.3-2.el7.x86_64 already installed and latest version | |
Package openssh-server-6.6.1p1-12.el7_1.x86_64 already installed and latest version | |
Package which-2.20-7.el7.x86_64 already installed and latest version | |
Package glusterfs-api-3.6.0.29-2.el7.x86_64 already installed and latest version | |
Package python-netaddr-0.7.12-1.el7.noarch already installed and latest version | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed | |
--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64 | |
---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed | |
--> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(warnings) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(vars) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(strict) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(lib) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-4.el7.x86_64 | |
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64 | |
---> Package libffi-devel.x86_64 0:3.0.13-11.el7 will be installed | |
---> Package libvirt.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: libvirt-daemon-driver-storage = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-secret = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-qemu = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-nwfilter = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-nodedev = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-network = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-lxc = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-driver-interface = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-config-nwfilter = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon-config-network = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libvirt-daemon = 1.2.8-16.el7_1.3 for package: libvirt-1.2.8-16.el7_1.3.x86_64 | |
---> Package libxslt-devel.x86_64 0:1.1.28-5.el7 will be installed | |
--> Processing Dependency: pkgconfig(libxml-2.0) for package: libxslt-devel-1.1.28-5.el7.x86_64 | |
--> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-5.el7.x86_64 | |
---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed | |
---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.9 will be installed | |
--> Processing Dependency: zlib-devel(x86-64) for package: 1:openssl-devel-1.0.1e-42.el7.9.x86_64 | |
--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-42.el7.9.x86_64 | |
---> Package openvswitch.x86_64 0:2.3.1-2.el7 will be installed | |
---> Package python-pip.noarch 0:7.1.0-1.el7 will be installed | |
---> Package python-virtualenv.noarch 0:1.10.1-2.el7 will be installed | |
---> Package qemu-kvm.x86_64 10:1.5.3-86.el7_1.5 will be installed | |
--> Processing Dependency: qemu-kvm-common = 10:1.5.3-86.el7_1.5 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: seabios-bin >= 1.7.2.2-5 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libseccomp >= 1.0.0 for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: sgabios-bin for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: seavgabios-bin for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: ipxe-roms-qemu for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libspice-server.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libseccomp.so.2()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: librdmacm.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libpulse.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Processing Dependency: libibverbs.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 | |
--> Running transaction check | |
---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed | |
---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed | |
--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64 | |
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64 | |
---> Package ipxe-roms-qemu.noarch 0:20130517-6.gitc4bce43.el7 will be installed | |
---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed | |
--> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64 | |
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64 | |
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.12.2-14.el7.x86_64 | |
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64 | |
---> Package libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1 will be installed | |
--> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 | |
---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed | |
---> Package libibverbs.x86_64 0:1.1.8-5.el7 will be installed | |
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed | |
---> Package librdmacm.x86_64 0:1.0.19.1-1.el7 will be installed | |
---> Package libseccomp.x86_64 0:2.1.1-2.el7 will be installed | |
---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed | |
---> Package libvirt-daemon.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: numad for package: libvirt-daemon-1.2.8-16.el7_1.3.x86_64 | |
---> Package libvirt-daemon-config-network.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
---> Package libvirt-daemon-config-nwfilter.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
---> Package libvirt-daemon-driver-interface.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: netcf-libs >= 0.2.2 for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64 | |
---> Package libvirt-daemon-driver-lxc.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: libfuse.so.2()(64bit) for package: libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 | |
---> Package libvirt-daemon-driver-network.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: radvd for package: libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 | |
---> Package libvirt-daemon-driver-nodedev.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
---> Package libvirt-daemon-driver-nwfilter.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
---> Package libvirt-daemon-driver-qemu.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: lzop for package: libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 | |
---> Package libvirt-daemon-driver-secret.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
---> Package libvirt-daemon-driver-storage.x86_64 0:1.2.8-16.el7_1.3 will be installed | |
--> Processing Dependency: nfs-utils for package: libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 | |
--> Processing Dependency: iscsi-initiator-utils for package: libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 | |
---> Package libxml2-devel.x86_64 0:2.9.1-5.el7_1.2 will be installed | |
--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-5.el7_1.2.x86_64 | |
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed | |
---> Package perl.x86_64 4:5.16.3-285.el7 will be installed | |
--> Processing Dependency: perl-libs = 4:5.16.3-285.el7 for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-285.el7.x86_64 | |
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-285.el7.x86_64 | |
---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed | |
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed | |
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed | |
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed | |
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed | |
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch | |
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch | |
---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed | |
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed | |
---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed | |
---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed | |
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
--> Processing Dependency: libXtst.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
--> Processing Dependency: libSM.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
--> Processing Dependency: libICE.so.6()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 | |
---> Package qemu-kvm-common.x86_64 10:1.5.3-86.el7_1.5 will be installed | |
---> Package seabios-bin.noarch 0:1.7.5-8.el7 will be installed | |
---> Package seavgabios-bin.noarch 0:1.7.5-8.el7 will be installed | |
---> Package sgabios-bin.noarch 1:0.20110622svn-4.el7 will be installed | |
---> Package spice-server.x86_64 0:0.12.4-9.el7 will be installed | |
--> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.12.4-9.el7.x86_64 | |
---> Package usbredir.x86_64 0:0.6-7.el7 will be installed | |
---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed | |
--> Running transaction check | |
---> Package celt051.x86_64 0:0.5.1.3-8.el7 will be installed | |
--> Processing Dependency: libogg.so.0()(64bit) for package: celt051-0.5.1.3-8.el7.x86_64 | |
---> Package fuse-libs.x86_64 0:2.9.2-5.el7 will be installed | |
---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed | |
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64 | |
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64 | |
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 will be installed | |
--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-29.el7 for package: iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 | |
---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed | |
---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed | |
---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed | |
---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed | |
---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed | |
---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed | |
---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed | |
---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed | |
--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64 | |
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64 | |
--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.2.2-6.el7.x86_64 | |
---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed | |
--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 | |
--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 | |
--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 | |
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 | |
---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed | |
---> Package lzop.x86_64 0:1.03-10.el7 will be installed | |
---> Package netcf-libs.x86_64 0:0.2.6-3.el7 will be installed | |
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0)(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64 | |
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0)(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64 | |
--> Processing Dependency: bridge-utils for package: netcf-libs-0.2.6-3.el7.x86_64 | |
--> Processing Dependency: libaugeas.so.0()(64bit) for package: netcf-libs-0.2.6-3.el7.x86_64 | |
---> Package nfs-utils.x86_64 1:1.3.0-0.8.el7 will be installed | |
--> Processing Dependency: libtirpc >= 0.2.3-1 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: gssproxy >= 0.3.0-0 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: rpcbind for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
--> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
---> Package numad.x86_64 0:0.5-14.20140620git.el7 will be installed | |
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed | |
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed | |
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed | |
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch | |
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch | |
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed | |
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch | |
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch | |
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed | |
---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed | |
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed | |
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed | |
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed | |
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed | |
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed | |
---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed | |
---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed | |
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed | |
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed | |
---> Package radvd.x86_64 0:1.9.2-7.el7 will be installed | |
---> Package xz-devel.x86_64 0:5.1.2-9alpha.el7 will be installed | |
--> Running transaction check | |
---> Package augeas-libs.x86_64 0:1.1.0-17.el7 will be installed | |
---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed | |
---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed | |
---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed | |
---> Package gssproxy.x86_64 0:0.3.0-10.el7 will be installed | |
--> Processing Dependency: libverto-tevent for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 will be installed | |
---> Package kernel-headers.x86_64 0:3.10.0-229.11.1.el7 will be installed | |
---> Package keyutils.x86_64 0:1.5.8-3.el7 will be installed | |
---> Package libnfsidmap.x86_64 0:0.25-11.el7 will be installed | |
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed | |
---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed | |
---> Package libtirpc.x86_64 0:0.2.4-0.5.el7 will be installed | |
---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed | |
---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed | |
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed | |
---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed | |
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed | |
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch | |
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch | |
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed | |
---> Package quota.x86_64 1:4.01-11.el7 will be installed | |
--> Processing Dependency: quota-nls = 1:4.01-11.el7 for package: 1:quota-4.01-11.el7.x86_64 | |
--> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-11.el7.x86_64 | |
---> Package rpcbind.x86_64 0:0.2.0-26.el7 will be installed | |
--> Running transaction check | |
---> Package libbasicobjects.x86_64 0:0.1.1-24.el7 will be installed | |
---> Package libcollection.x86_64 0:0.6.2-24.el7 will be installed | |
---> Package libini_config.x86_64 0:1.1.0-24.el7 will be installed | |
--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.1.0-24.el7.x86_64 | |
--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.1.0-24.el7.x86_64 | |
---> Package libref_array.x86_64 0:0.1.4-24.el7 will be installed | |
---> Package libverto-tevent.x86_64 0:0.2.5-4.el7 will be installed | |
--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtevent.so.0()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtalloc.so.2()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed | |
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed | |
---> Package quota-nls.noarch 1:4.01-11.el7 will be installed | |
---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed | |
--> Running transaction check | |
---> Package libpath_utils.x86_64 0:0.2.1-24.el7 will be installed | |
---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed | |
---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository | |
Size | |
================================================================================ | |
Installing: | |
gcc x86_64 4.8.3-9.el7 base 16 M | |
git x86_64 1.8.3.1-4.el7 base 4.3 M | |
libffi-devel x86_64 3.0.13-11.el7 base 22 k | |
libvirt x86_64 1.2.8-16.el7_1.3 updates 97 k | |
libxslt-devel x86_64 1.1.28-5.el7 base 309 k | |
net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k | |
openssl-devel x86_64 1:1.0.1e-42.el7.9 updates 1.2 M | |
openvswitch x86_64 2.3.1-2.el7 openstack-kilo | |
1.8 M | |
python-pip noarch 7.1.0-1.el7 epel 1.5 M | |
python-virtualenv noarch 1.10.1-2.el7 base 1.2 M | |
qemu-kvm x86_64 10:1.5.3-86.el7_1.5 updates 1.8 M | |
Installing for dependencies: | |
augeas-libs x86_64 1.1.0-17.el7 base 332 k | |
bridge-utils x86_64 1.5-9.el7 base 32 k | |
celt051 x86_64 0.5.1.3-8.el7 base 53 k | |
cpp x86_64 4.8.3-9.el7 base 5.9 M | |
flac-libs x86_64 1.3.0-5.el7_1 updates 169 k | |
fuse-libs x86_64 2.9.2-5.el7 base 93 k | |
glibc-devel x86_64 2.17-78.el7 base 1.0 M | |
glibc-headers x86_64 2.17-78.el7 base 656 k | |
gsm x86_64 1.0.13-11.el7 base 30 k | |
gssproxy x86_64 0.3.0-10.el7 base 81 k | |
ipxe-roms-qemu noarch 20130517-6.gitc4bce43.el7 base 559 k | |
iscsi-initiator-utils x86_64 6.2.0.873-29.el7 base 413 k | |
iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-29.el7 base 81 k | |
kernel-headers x86_64 3.10.0-229.11.1.el7 updates 2.3 M | |
keyutils x86_64 1.5.8-3.el7 base 54 k | |
keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k | |
krb5-devel x86_64 1.12.2-14.el7 base 640 k | |
libICE x86_64 1.0.8-7.el7 base 63 k | |
libSM x86_64 1.2.1-7.el7 base 38 k | |
libXtst x86_64 1.2.2-2.1.el7 base 20 k | |
libasyncns x86_64 0.8-7.el7 base 26 k | |
libbasicobjects x86_64 0.1.1-24.el7 base 24 k | |
libcollection x86_64 0.6.2-24.el7 base 40 k | |
libcom_err-devel x86_64 1.42.9-7.el7 base 30 k | |
libgcrypt-devel x86_64 1.5.3-12.el7_1.1 updates 129 k | |
libgnome-keyring x86_64 3.8.0-3.el7 base 109 k | |
libgpg-error-devel x86_64 1.12-3.el7 base 16 k | |
libibverbs x86_64 1.1.8-5.el7 base 55 k | |
libini_config x86_64 1.1.0-24.el7 base 50 k | |
libmpc x86_64 1.0.1-3.el7 base 51 k | |
libnfsidmap x86_64 0.25-11.el7 base 46 k | |
libogg x86_64 2:1.3.0-7.el7 base 24 k | |
libpath_utils x86_64 0.2.1-24.el7 base 27 k | |
librdmacm x86_64 1.0.19.1-1.el7 base 63 k | |
libref_array x86_64 0.1.4-24.el7 base 26 k | |
libseccomp x86_64 2.1.1-2.el7 base 40 k | |
libselinux-devel x86_64 2.2.2-6.el7 base 174 k | |
libsepol-devel x86_64 2.1.9-3.el7 base 71 k | |
libsndfile x86_64 1.0.25-9.el7 base 149 k | |
libtalloc x86_64 2.1.1-1.el7 base 30 k | |
libtevent x86_64 0.9.21-3.el7 base 31 k | |
libtirpc x86_64 0.2.4-0.5.el7 base 85 k | |
libusbx x86_64 1.0.15-4.el7 base 50 k | |
libverto-devel x86_64 0.2.5-4.el7 base 12 k | |
libverto-tevent x86_64 0.2.5-4.el7 base 9.0 k | |
libvirt-daemon x86_64 1.2.8-16.el7_1.3 updates 541 k | |
libvirt-daemon-config-network x86_64 1.2.8-16.el7_1.3 updates 97 k | |
libvirt-daemon-config-nwfilter x86_64 1.2.8-16.el7_1.3 updates 100 k | |
libvirt-daemon-driver-interface x86_64 1.2.8-16.el7_1.3 updates 140 k | |
libvirt-daemon-driver-lxc x86_64 1.2.8-16.el7_1.3 updates 680 k | |
libvirt-daemon-driver-network x86_64 1.2.8-16.el7_1.3 updates 269 k | |
libvirt-daemon-driver-nodedev x86_64 1.2.8-16.el7_1.3 updates 139 k | |
libvirt-daemon-driver-nwfilter x86_64 1.2.8-16.el7_1.3 updates 163 k | |
libvirt-daemon-driver-qemu x86_64 1.2.8-16.el7_1.3 updates 511 k | |
libvirt-daemon-driver-secret x86_64 1.2.8-16.el7_1.3 updates 133 k | |
libvirt-daemon-driver-storage x86_64 1.2.8-16.el7_1.3 updates 291 k | |
libvorbis x86_64 1:1.3.3-8.el7 base 204 k | |
libxml2-devel x86_64 2.9.1-5.el7_1.2 updates 1.0 M | |
lzop x86_64 1.03-10.el7 base 54 k | |
mpfr x86_64 3.1.1-4.el7 base 203 k | |
netcf-libs x86_64 0.2.6-3.el7 base 69 k | |
nfs-utils x86_64 1:1.3.0-0.8.el7 base 362 k | |
numad x86_64 0.5-14.20140620git.el7 base 34 k | |
pcre-devel x86_64 8.32-14.el7 base 477 k | |
perl x86_64 4:5.16.3-285.el7 base 8.0 M | |
perl-Carp noarch 1.26-244.el7 base 19 k | |
perl-Encode x86_64 2.51-7.el7 base 1.5 M | |
perl-Error noarch 1:0.17020-2.el7 base 32 k | |
perl-Exporter noarch 5.68-3.el7 base 28 k | |
perl-File-Path noarch 2.09-2.el7 base 26 k | |
perl-File-Temp noarch 0.23.01-3.el7 base 56 k | |
perl-Filter x86_64 1.49-3.el7 base 76 k | |
perl-Getopt-Long noarch 2.40-2.el7 base 56 k | |
perl-Git noarch 1.8.3.1-4.el7 base 52 k | |
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k | |
perl-PathTools x86_64 3.40-5.el7 base 82 k | |
perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k | |
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k | |
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k | |
perl-Pod-Usage noarch 1.63-3.el7 base 27 k | |
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k | |
perl-Socket x86_64 2.010-3.el7 base 49 k | |
perl-Storable x86_64 2.45-3.el7 base 77 k | |
perl-TermReadKey x86_64 2.30-20.el7 base 31 k | |
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k | |
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k | |
perl-Time-Local noarch 1.2300-2.el7 base 24 k | |
perl-constant noarch 1.27-2.el7 base 19 k | |
perl-libs x86_64 4:5.16.3-285.el7 base 687 k | |
perl-macros x86_64 4:5.16.3-285.el7 base 42 k | |
perl-parent noarch 1:0.225-244.el7 base 12 k | |
perl-podlators noarch 2.5.1-3.el7 base 112 k | |
perl-threads x86_64 1.87-4.el7 base 49 k | |
perl-threads-shared x86_64 1.43-6.el7 base 39 k | |
pulseaudio-libs x86_64 3.0-30.el7 base 556 k | |
qemu-kvm-common x86_64 10:1.5.3-86.el7_1.5 updates 368 k | |
quota x86_64 1:4.01-11.el7 base 176 k | |
quota-nls noarch 1:4.01-11.el7 base 89 k | |
radvd x86_64 1.9.2-7.el7 base 85 k | |
rpcbind x86_64 0.2.0-26.el7 base 55 k | |
seabios-bin noarch 1.7.5-8.el7 base 73 k | |
seavgabios-bin noarch 1.7.5-8.el7 base 31 k | |
sgabios-bin noarch 1:0.20110622svn-4.el7 base 7.1 k | |
spice-server x86_64 0.12.4-9.el7 base 378 k | |
tcp_wrappers x86_64 7.6-77.el7 base 78 k | |
usbredir x86_64 0.6-7.el7 base 44 k | |
xz-devel x86_64 5.1.2-9alpha.el7 base 44 k | |
zlib-devel x86_64 1.2.7-13.el7 base 49 k | |
Transaction Summary | |
================================================================================ | |
Install 11 Packages (+108 Dependent packages) | |
Total download size: 61 M | |
Installed size: 182 M | |
Downloading packages: | |
-------------------------------------------------------------------------------- | |
Total 7.0 MB/s | 61 MB 00:08 | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : 2:libogg-1.3.0-7.el7.x86_64 1/119 | |
Installing : mpfr-3.1.1-4.el7.x86_64 2/119 | |
Installing : libmpc-1.0.1-3.el7.x86_64 3/119 | |
Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 4/119 | |
Installing : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 5/119 | |
Installing : libICE-1.0.8-7.el7.x86_64 6/119 | |
Installing : libbasicobjects-0.1.1-24.el7.x86_64 7/119 | |
Installing : libcollection-0.6.2-24.el7.x86_64 8/119 | |
Installing : libtalloc-2.1.1-1.el7.x86_64 9/119 | |
Installing : zlib-devel-1.2.7-13.el7.x86_64 10/119 | |
Installing : libref_array-0.1.4-24.el7.x86_64 11/119 | |
Installing : libibverbs-1.1.8-5.el7.x86_64 12/119 | |
Installing : libtirpc-0.2.4-0.5.el7.x86_64 13/119 | |
Installing : libusbx-1.0.15-4.el7.x86_64 14/119 | |
Installing : usbredir-0.6-7.el7.x86_64 15/119 | |
Installing : rpcbind-0.2.0-26.el7.x86_64 16/119 | |
Installing : librdmacm-1.0.19.1-1.el7.x86_64 17/119 | |
Installing : libtevent-0.9.21-3.el7.x86_64 18/119 | |
Installing : libverto-tevent-0.2.5-4.el7.x86_64 19/119 | |
Installing : libSM-1.2.1-7.el7.x86_64 20/119 | |
Installing : cpp-4.8.3-9.el7.x86_64 21/119 | |
Installing : 1:libvorbis-1.3.3-8.el7.x86_64 22/119 | |
Installing : celt051-0.5.1.3-8.el7.x86_64 23/119 | |
Installing : spice-server-0.12.4-9.el7.x86_64 24/119 | |
Installing : flac-libs-1.3.0-5.el7_1.x86_64 25/119 | |
Installing : 1:perl-parent-0.225-244.el7.noarch 26/119 | |
Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 27/119 | |
Installing : perl-podlators-2.5.1-3.el7.noarch 28/119 | |
Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 29/119 | |
Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 30/119 | |
Installing : perl-Text-ParseWords-3.29-4.el7.noarch 31/119 | |
Installing : perl-Encode-2.51-7.el7.x86_64 32/119 | |
Installing : perl-Pod-Usage-1.63-3.el7.noarch 33/119 | |
Installing : 4:perl-macros-5.16.3-285.el7.x86_64 34/119 | |
Installing : 4:perl-libs-5.16.3-285.el7.x86_64 35/119 | |
Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/119 | |
Installing : perl-threads-1.87-4.el7.x86_64 37/119 | |
Installing : perl-Storable-2.45-3.el7.x86_64 38/119 | |
Installing : perl-Carp-1.26-244.el7.noarch 39/119 | |
Installing : perl-Filter-1.49-3.el7.x86_64 40/119 | |
Installing : perl-Exporter-5.68-3.el7.noarch 41/119 | |
Installing : perl-constant-1.27-2.el7.noarch 42/119 | |
Installing : perl-Time-Local-1.2300-2.el7.noarch 43/119 | |
Installing : perl-Socket-2.010-3.el7.x86_64 44/119 | |
Installing : perl-threads-shared-1.43-6.el7.x86_64 45/119 | |
Installing : perl-File-Temp-0.23.01-3.el7.noarch 46/119 | |
Installing : perl-File-Path-2.09-2.el7.noarch 47/119 | |
Installing : perl-PathTools-3.40-5.el7.x86_64 48/119 | |
Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 49/119 | |
Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 50/119 | |
Installing : perl-Getopt-Long-2.40-2.el7.noarch 51/119 | |
Installing : 4:perl-5.16.3-285.el7.x86_64 52/119 | |
Installing : 1:perl-Error-0.17020-2.el7.noarch 53/119 | |
Installing : perl-TermReadKey-2.30-20.el7.x86_64 54/119 | |
Installing : xz-devel-5.1.2-9alpha.el7.x86_64 55/119 | |
Installing : libxml2-devel-2.9.1-5.el7_1.2.x86_64 56/119 | |
Installing : libasyncns-0.8-7.el7.x86_64 57/119 | |
Installing : pcre-devel-8.32-14.el7.x86_64 58/119 | |
Installing : augeas-libs-1.1.0-17.el7.x86_64 59/119 | |
Installing : tcp_wrappers-7.6-77.el7.x86_64 60/119 | |
Installing : libgnome-keyring-3.8.0-3.el7.x86_64 61/119 | |
Installing : perl-Git-1.8.3.1-4.el7.noarch 62/119 | |
Installing : git-1.8.3.1-4.el7.x86_64 63/119 | |
Installing : libsepol-devel-2.1.9-3.el7.x86_64 64/119 | |
Installing : libselinux-devel-2.2.2-6.el7.x86_64 65/119 | |
Installing : lzop-1.03-10.el7.x86_64 66/119 | |
Installing : 1:sgabios-bin-0.20110622svn-4.el7.noarch 67/119 | |
Installing : ipxe-roms-qemu-20130517-6.gitc4bce43.el7.noarch 68/119 | |
Installing : libnfsidmap-0.25-11.el7.x86_64 69/119 | |
Installing : seavgabios-bin-1.7.5-8.el7.noarch 70/119 | |
Installing : keyutils-1.5.8-3.el7.x86_64 71/119 | |
Installing : 1:quota-nls-4.01-11.el7.noarch 72/119 | |
Installing : 1:quota-4.01-11.el7.x86_64 73/119 | |
Installing : bridge-utils-1.5-9.el7.x86_64 74/119 | |
Installing : netcf-libs-0.2.6-3.el7.x86_64 75/119 | |
Installing : gsm-1.0.13-11.el7.x86_64 76/119 | |
Installing : libsndfile-1.0.25-9.el7.x86_64 77/119 | |
Installing : 10:qemu-kvm-common-1.5.3-86.el7_1.5.x86_64 78/119 | |
Installing : fuse-libs-2.9.2-5.el7.x86_64 79/119 | |
Installing : seabios-bin-1.7.5-8.el7.noarch 80/119 | |
Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 81/119 | |
Installing : libcom_err-devel-1.42.9-7.el7.x86_64 82/119 | |
Installing : libgpg-error-devel-1.12-3.el7.x86_64 83/119 | |
Installing : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 84/119 | |
Installing : kernel-headers-3.10.0-229.11.1.el7.x86_64 85/119 | |
Installing : glibc-headers-2.17-78.el7.x86_64 86/119 | |
Installing : glibc-devel-2.17-78.el7.x86_64 87/119 | |
Installing : libseccomp-2.1.1-2.el7.x86_64 88/119 | |
Installing : libverto-devel-0.2.5-4.el7.x86_64 89/119 | |
Installing : krb5-devel-1.12.2-14.el7.x86_64 90/119 | |
Installing : radvd-1.9.2-7.el7.x86_64 91/119 | |
Installing : libpath_utils-0.2.1-24.el7.x86_64 92/119 | |
Installing : libini_config-1.1.0-24.el7.x86_64 93/119 | |
Installing : gssproxy-0.3.0-10.el7.x86_64 94/119 | |
Installing : 1:nfs-utils-1.3.0-0.8.el7.x86_64 95/119 | |
Installing : numad-0.5-14.20140620git.el7.x86_64 96/119 | |
Installing : libvirt-daemon-1.2.8-16.el7_1.3.x86_64 97/119 | |
Installing : libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 98/119 | |
Installing : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.3.x86_64 99/119 | |
Installing : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64 100/119 | |
Installing : libvirt-daemon-config-network-1.2.8-16.el7_1.3.x86_64 101/119 | |
Installing : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 102/119 | |
Installing : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 103/119 | |
Installing : libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_6 104/119 | |
Installing : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.3.x86_64 105/119 | |
Installing : libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 106/119 | |
Installing : libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64 107/119 | |
Installing : libXtst-1.2.2-2.1.el7.x86_64 108/119 | |
Installing : pulseaudio-libs-3.0-30.el7.x86_64 109/119 | |
Installing : 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 110/119 | |
Installing : libvirt-1.2.8-16.el7_1.3.x86_64 111/119 | |
Installing : 1:openssl-devel-1.0.1e-42.el7.9.x86_64 112/119 | |
Installing : gcc-4.8.3-9.el7.x86_64 113/119 | |
Installing : libxslt-devel-1.1.28-5.el7.x86_64 114/119 | |
Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 115/119 | |
Installing : python-pip-7.1.0-1.el7.noarch 116/119 | |
Installing : openvswitch-2.3.1-2.el7.x86_64 117/119 | |
Installing : python-virtualenv-1.10.1-2.el7.noarch 118/119 | |
Installing : libffi-devel-3.0.13-11.el7.x86_64 119/119 | |
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/119 | |
Verifying : libusbx-1.0.15-4.el7.x86_64 2/119 | |
Verifying : libxslt-devel-1.1.28-5.el7.x86_64 3/119 | |
Verifying : libXtst-1.2.2-2.1.el7.x86_64 4/119 | |
Verifying : numad-0.5-14.20140620git.el7.x86_64 5/119 | |
Verifying : libpath_utils-0.2.1-24.el7.x86_64 6/119 | |
Verifying : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64 7/119 | |
Verifying : radvd-1.9.2-7.el7.x86_64 8/119 | |
Verifying : spice-server-0.12.4-9.el7.x86_64 9/119 | |
Verifying : libverto-devel-0.2.5-4.el7.x86_64 10/119 | |
Verifying : perl-TermReadKey-2.30-20.el7.x86_64 11/119 | |
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 12/119 | |
Verifying : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 13/119 | |
Verifying : glibc-devel-2.17-78.el7.x86_64 14/119 | |
Verifying : libselinux-devel-2.2.2-6.el7.x86_64 15/119 | |
Verifying : libtirpc-0.2.4-0.5.el7.x86_64 16/119 | |
Verifying : libseccomp-2.1.1-2.el7.x86_64 17/119 | |
Verifying : libSM-1.2.1-7.el7.x86_64 18/119 | |
Verifying : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 19/119 | |
Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 20/119 | |
Verifying : libibverbs-1.1.8-5.el7.x86_64 21/119 | |
Verifying : kernel-headers-3.10.0-229.11.1.el7.x86_64 22/119 | |
Verifying : glibc-headers-2.17-78.el7.x86_64 23/119 | |
Verifying : 1:nfs-utils-1.3.0-0.8.el7.x86_64 24/119 | |
Verifying : 4:perl-5.16.3-285.el7.x86_64 25/119 | |
Verifying : perl-File-Path-2.09-2.el7.noarch 26/119 | |
Verifying : libgpg-error-devel-1.12-3.el7.x86_64 27/119 | |
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 28/119 | |
Verifying : libffi-devel-3.0.13-11.el7.x86_64 29/119 | |
Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 30/119 | |
Verifying : usbredir-0.6-7.el7.x86_64 31/119 | |
Verifying : libvirt-daemon-config-network-1.2.8-16.el7_1.3.x86_64 32/119 | |
Verifying : libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_6 33/119 | |
Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 34/119 | |
Verifying : python-virtualenv-1.10.1-2.el7.noarch 35/119 | |
Verifying : krb5-devel-1.12.2-14.el7.x86_64 36/119 | |
Verifying : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.3.x86_64 37/119 | |
Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 38/119 | |
Verifying : mpfr-3.1.1-4.el7.x86_64 39/119 | |
Verifying : libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 40/119 | |
Verifying : openvswitch-2.3.1-2.el7.x86_64 41/119 | |
Verifying : gssproxy-0.3.0-10.el7.x86_64 42/119 | |
Verifying : seabios-bin-1.7.5-8.el7.noarch 43/119 | |
Verifying : 1:openssl-devel-1.0.1e-42.el7.9.x86_64 44/119 | |
Verifying : fuse-libs-2.9.2-5.el7.x86_64 45/119 | |
Verifying : 10:qemu-kvm-common-1.5.3-86.el7_1.5.x86_64 46/119 | |
Verifying : gsm-1.0.13-11.el7.x86_64 47/119 | |
Verifying : bridge-utils-1.5-9.el7.x86_64 48/119 | |
Verifying : 2:libogg-1.3.0-7.el7.x86_64 49/119 | |
Verifying : libtevent-0.9.21-3.el7.x86_64 50/119 | |
Verifying : libmpc-1.0.1-3.el7.x86_64 51/119 | |
Verifying : 1:quota-nls-4.01-11.el7.noarch 52/119 | |
Verifying : libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64 53/119 | |
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 54/119 | |
Verifying : perl-Encode-2.51-7.el7.x86_64 55/119 | |
Verifying : pulseaudio-libs-3.0-30.el7.x86_64 56/119 | |
Verifying : perl-threads-1.87-4.el7.x86_64 57/119 | |
Verifying : keyutils-1.5.8-3.el7.x86_64 58/119 | |
Verifying : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.3.x86_64 59/119 | |
Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 60/119 | |
Verifying : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.3.x86_64 61/119 | |
Verifying : seavgabios-bin-1.7.5-8.el7.noarch 62/119 | |
Verifying : perl-Git-1.8.3.1-4.el7.noarch 63/119 | |
Verifying : perl-threads-shared-1.43-6.el7.x86_64 64/119 | |
Verifying : perl-Storable-2.45-3.el7.x86_64 65/119 | |
Verifying : libref_array-0.1.4-24.el7.x86_64 66/119 | |
Verifying : libnfsidmap-0.25-11.el7.x86_64 67/119 | |
Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 68/119 | |
Verifying : ipxe-roms-qemu-20130517-6.gitc4bce43.el7.noarch 69/119 | |
Verifying : rpcbind-0.2.0-26.el7.x86_64 70/119 | |
Verifying : 1:sgabios-bin-0.20110622svn-4.el7.noarch 71/119 | |
Verifying : libverto-tevent-0.2.5-4.el7.x86_64 72/119 | |
Verifying : lzop-1.03-10.el7.x86_64 73/119 | |
Verifying : 1:perl-parent-0.225-244.el7.noarch 74/119 | |
Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 75/119 | |
Verifying : librdmacm-1.0.19.1-1.el7.x86_64 76/119 | |
Verifying : libsepol-devel-2.1.9-3.el7.x86_64 77/119 | |
Verifying : perl-Carp-1.26-244.el7.noarch 78/119 | |
Verifying : zlib-devel-1.2.7-13.el7.x86_64 79/119 | |
Verifying : python-pip-7.1.0-1.el7.noarch 80/119 | |
Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 81/119 | |
Verifying : netcf-libs-0.2.6-3.el7.x86_64 82/119 | |
Verifying : perl-podlators-2.5.1-3.el7.noarch 83/119 | |
Verifying : 10:qemu-kvm-1.5.3-86.el7_1.5.x86_64 84/119 | |
Verifying : celt051-0.5.1.3-8.el7.x86_64 85/119 | |
Verifying : perl-PathTools-3.40-5.el7.x86_64 86/119 | |
Verifying : tcp_wrappers-7.6-77.el7.x86_64 87/119 | |
Verifying : perl-Filter-1.49-3.el7.x86_64 88/119 | |
Verifying : libsndfile-1.0.25-9.el7.x86_64 89/119 | |
Verifying : augeas-libs-1.1.0-17.el7.x86_64 90/119 | |
Verifying : libtalloc-2.1.1-1.el7.x86_64 91/119 | |
Verifying : pcre-devel-8.32-14.el7.x86_64 92/119 | |
Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 93/119 | |
Verifying : perl-Exporter-5.68-3.el7.noarch 94/119 | |
Verifying : perl-constant-1.27-2.el7.noarch 95/119 | |
Verifying : libvirt-1.2.8-16.el7_1.3.x86_64 96/119 | |
Verifying : libcollection-0.6.2-24.el7.x86_64 97/119 | |
Verifying : libvirt-daemon-1.2.8-16.el7_1.3.x86_64 98/119 | |
Verifying : libasyncns-0.8-7.el7.x86_64 99/119 | |
Verifying : libxml2-devel-2.9.1-5.el7_1.2.x86_64 100/119 | |
Verifying : cpp-4.8.3-9.el7.x86_64 101/119 | |
Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 102/119 | |
Verifying : perl-Time-Local-1.2300-2.el7.noarch 103/119 | |
Verifying : git-1.8.3.1-4.el7.x86_64 104/119 | |
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 105/119 | |
Verifying : 1:quota-4.01-11.el7.x86_64 106/119 | |
Verifying : perl-Socket-2.010-3.el7.x86_64 107/119 | |
Verifying : libbasicobjects-0.1.1-24.el7.x86_64 108/119 | |
Verifying : flac-libs-1.3.0-5.el7_1.x86_64 109/119 | |
Verifying : libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 110/119 | |
Verifying : 1:perl-Error-0.17020-2.el7.noarch 111/119 | |
Verifying : libICE-1.0.8-7.el7.x86_64 112/119 | |
Verifying : xz-devel-5.1.2-9alpha.el7.x86_64 113/119 | |
Verifying : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 114/119 | |
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 115/119 | |
Verifying : libini_config-1.1.0-24.el7.x86_64 116/119 | |
Verifying : gcc-4.8.3-9.el7.x86_64 117/119 | |
Verifying : perl-Getopt-Long-2.40-2.el7.noarch 118/119 | |
Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 119/119 | |
Installed: | |
gcc.x86_64 0:4.8.3-9.el7 | |
git.x86_64 0:1.8.3.1-4.el7 | |
libffi-devel.x86_64 0:3.0.13-11.el7 | |
libvirt.x86_64 0:1.2.8-16.el7_1.3 | |
libxslt-devel.x86_64 0:1.1.28-5.el7 | |
net-tools.x86_64 0:2.0-0.17.20131004git.el7 | |
openssl-devel.x86_64 1:1.0.1e-42.el7.9 | |
openvswitch.x86_64 0:2.3.1-2.el7 | |
python-pip.noarch 0:7.1.0-1.el7 | |
python-virtualenv.noarch 0:1.10.1-2.el7 | |
qemu-kvm.x86_64 10:1.5.3-86.el7_1.5 | |
Dependency Installed: | |
augeas-libs.x86_64 0:1.1.0-17.el7 | |
bridge-utils.x86_64 0:1.5-9.el7 | |
celt051.x86_64 0:0.5.1.3-8.el7 | |
cpp.x86_64 0:4.8.3-9.el7 | |
flac-libs.x86_64 0:1.3.0-5.el7_1 | |
fuse-libs.x86_64 0:2.9.2-5.el7 | |
glibc-devel.x86_64 0:2.17-78.el7 | |
glibc-headers.x86_64 0:2.17-78.el7 | |
gsm.x86_64 0:1.0.13-11.el7 | |
gssproxy.x86_64 0:0.3.0-10.el7 | |
ipxe-roms-qemu.noarch 0:20130517-6.gitc4bce43.el7 | |
iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 | |
iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 | |
kernel-headers.x86_64 0:3.10.0-229.11.1.el7 | |
keyutils.x86_64 0:1.5.8-3.el7 | |
keyutils-libs-devel.x86_64 0:1.5.8-3.el7 | |
krb5-devel.x86_64 0:1.12.2-14.el7 | |
libICE.x86_64 0:1.0.8-7.el7 | |
libSM.x86_64 0:1.2.1-7.el7 | |
libXtst.x86_64 0:1.2.2-2.1.el7 | |
libasyncns.x86_64 0:0.8-7.el7 | |
libbasicobjects.x86_64 0:0.1.1-24.el7 | |
libcollection.x86_64 0:0.6.2-24.el7 | |
libcom_err-devel.x86_64 0:1.42.9-7.el7 | |
libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1 | |
libgnome-keyring.x86_64 0:3.8.0-3.el7 | |
libgpg-error-devel.x86_64 0:1.12-3.el7 | |
libibverbs.x86_64 0:1.1.8-5.el7 | |
libini_config.x86_64 0:1.1.0-24.el7 | |
libmpc.x86_64 0:1.0.1-3.el7 | |
libnfsidmap.x86_64 0:0.25-11.el7 | |
libogg.x86_64 2:1.3.0-7.el7 | |
libpath_utils.x86_64 0:0.2.1-24.el7 | |
librdmacm.x86_64 0:1.0.19.1-1.el7 | |
libref_array.x86_64 0:0.1.4-24.el7 | |
libseccomp.x86_64 0:2.1.1-2.el7 | |
libselinux-devel.x86_64 0:2.2.2-6.el7 | |
libsepol-devel.x86_64 0:2.1.9-3.el7 | |
libsndfile.x86_64 0:1.0.25-9.el7 | |
libtalloc.x86_64 0:2.1.1-1.el7 | |
libtevent.x86_64 0:0.9.21-3.el7 | |
libtirpc.x86_64 0:0.2.4-0.5.el7 | |
libusbx.x86_64 0:1.0.15-4.el7 | |
libverto-devel.x86_64 0:0.2.5-4.el7 | |
libverto-tevent.x86_64 0:0.2.5-4.el7 | |
libvirt-daemon.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-config-network.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-config-nwfilter.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-interface.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-lxc.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-network.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-nodedev.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-nwfilter.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-qemu.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-secret.x86_64 0:1.2.8-16.el7_1.3 | |
libvirt-daemon-driver-storage.x86_64 0:1.2.8-16.el7_1.3 | |
libvorbis.x86_64 1:1.3.3-8.el7 | |
libxml2-devel.x86_64 0:2.9.1-5.el7_1.2 | |
lzop.x86_64 0:1.03-10.el7 | |
mpfr.x86_64 0:3.1.1-4.el7 | |
netcf-libs.x86_64 0:0.2.6-3.el7 | |
nfs-utils.x86_64 1:1.3.0-0.8.el7 | |
numad.x86_64 0:0.5-14.20140620git.el7 | |
pcre-devel.x86_64 0:8.32-14.el7 | |
perl.x86_64 4:5.16.3-285.el7 | |
perl-Carp.noarch 0:1.26-244.el7 | |
perl-Encode.x86_64 0:2.51-7.el7 | |
perl-Error.noarch 1:0.17020-2.el7 | |
perl-Exporter.noarch 0:5.68-3.el7 | |
perl-File-Path.noarch 0:2.09-2.el7 | |
perl-File-Temp.noarch 0:0.23.01-3.el7 | |
perl-Filter.x86_64 0:1.49-3.el7 | |
perl-Getopt-Long.noarch 0:2.40-2.el7 | |
perl-Git.noarch 0:1.8.3.1-4.el7 | |
perl-HTTP-Tiny.noarch 0:0.033-3.el7 | |
perl-PathTools.x86_64 0:3.40-5.el7 | |
perl-Pod-Escapes.noarch 1:1.04-285.el7 | |
perl-Pod-Perldoc.noarch 0:3.20-4.el7 | |
perl-Pod-Simple.noarch 1:3.28-4.el7 | |
perl-Pod-Usage.noarch 0:1.63-3.el7 | |
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 | |
perl-Socket.x86_64 0:2.010-3.el7 | |
perl-Storable.x86_64 0:2.45-3.el7 | |
perl-TermReadKey.x86_64 0:2.30-20.el7 | |
perl-Text-ParseWords.noarch 0:3.29-4.el7 | |
perl-Time-HiRes.x86_64 4:1.9725-3.el7 | |
perl-Time-Local.noarch 0:1.2300-2.el7 | |
perl-constant.noarch 0:1.27-2.el7 | |
perl-libs.x86_64 4:5.16.3-285.el7 | |
perl-macros.x86_64 4:5.16.3-285.el7 | |
perl-parent.noarch 1:0.225-244.el7 | |
perl-podlators.noarch 0:2.5.1-3.el7 | |
perl-threads.x86_64 0:1.87-4.el7 | |
perl-threads-shared.x86_64 0:1.43-6.el7 | |
pulseaudio-libs.x86_64 0:3.0-30.el7 | |
qemu-kvm-common.x86_64 10:1.5.3-86.el7_1.5 | |
quota.x86_64 1:4.01-11.el7 | |
quota-nls.noarch 1:4.01-11.el7 | |
radvd.x86_64 0:1.9.2-7.el7 | |
rpcbind.x86_64 0:0.2.0-26.el7 | |
seabios-bin.noarch 0:1.7.5-8.el7 | |
seavgabios-bin.noarch 0:1.7.5-8.el7 | |
sgabios-bin.noarch 1:0.20110622svn-4.el7 | |
spice-server.x86_64 0:0.12.4-9.el7 | |
tcp_wrappers.x86_64 0:7.6-77.el7 | |
usbredir.x86_64 0:0.6-7.el7 | |
xz-devel.x86_64 0:5.1.2-9alpha.el7 | |
zlib-devel.x86_64 0:1.2.7-13.el7 | |
Complete! | |
Redirecting to /bin/systemctl restart libvirtd.service | |
Redirecting to /bin/systemctl restart openvswitch.service | |
Note: Forwarding request to 'systemctl enable openvswitch.service'. | |
ln -s '/usr/lib/systemd/system/openvswitch.service' '/etc/systemd/system/multi-user.target.wants/openvswitch.service' | |
+ LIBVIRTD_GROUP=libvirtd | |
+ getent group libvirtd | |
+ sudo groupadd libvirtd | |
+ grep LIBVIRT_DEFAULT_URI /home/stack/.bashrc | |
+ echo 'export LIBVIRT_DEFAULT_URI="qemu:///system"' | |
+ id | |
+ grep -qw libvirtd | |
+ echo 'adding stack to group libvirtd' | |
adding stack to group libvirtd | |
+ sudo usermod -a -G libvirtd stack | |
+ '[' redhat = redhat ']' | |
+ libvirtd_file=/etc/libvirt/libvirtd.conf | |
+ sudo grep -q '^unix_sock_group' /etc/libvirt/libvirtd.conf | |
+ sudo sed -i 's/^#unix_sock_group.*/unix_sock_group = "libvirtd"/g' /etc/libvirt/libvirtd.conf | |
+ sudo sed -i 's/^#auth_unix_rw.*/auth_unix_rw = "none"/g' /etc/libvirt/libvirtd.conf | |
+ sudo sed -i 's/^#unix_sock_rw_perms.*/unix_sock_rw_perms = "0770"/g' /etc/libvirt/libvirtd.conf | |
+ sudo service libvirtd restart | |
Redirecting to /bin/systemctl restart libvirtd.service | |
+ export UNDERCLOUD_VM_NAME=instack | |
+ UNDERCLOUD_VM_NAME=instack | |
+ export UNDERCLOUD_BRIDGE=brbm | |
+ UNDERCLOUD_BRIDGE=brbm | |
+ export REG_MACHINE_NAME=instack | |
+ REG_MACHINE_NAME=instack | |
+ sudo virsh list --all --name | |
+ grep -q '^instack$' | |
+ export NODE_COUNT=3 | |
+ NODE_COUNT=3 | |
+ export NODE_CNT=3 | |
+ NODE_CNT=3 | |
+ export NODE_ARCH=x86_64 | |
+ NODE_ARCH=x86_64 | |
+ export NODE_MEM=4096 | |
+ NODE_MEM=4096 | |
+ export NODE_CPU=1 | |
+ NODE_CPU=1 | |
+ ip link show | |
+ grep ' virbr0:' | |
/usr/bin/instack-virt-setup: line 97: ip: command not found | |
+ export TE_DATAFILE=instackenv.json | |
+ TE_DATAFILE=instackenv.json | |
+ eval 'sudo -H -E tripleo devtest_testenv.sh instackenv.json' | |
++ sudo -H -E tripleo devtest_testenv.sh instackenv.json | |
+ template_dir=/usr/share/tripleo/templates | |
++ dirname /usr/libexec/openstack-tripleo/setup-network | |
+ BASE=/usr/libexec/openstack-tripleo/../ | |
+ BRIDGE_SUFFIX=-n | |
+ BRIDGE_NAMES=brbm | |
+ VLAN_TRUNK_IDS= | |
++ basename /usr/libexec/openstack-tripleo/setup-network | |
+ SCRIPT_NAME=setup-network | |
++ getopt -o h,n:,b: -l vlan-trunk-ids: -n setup-network -- -n '' -b brbm --vlan-trunk-ids '' | |
+ TEMP=' -n '\'''\'' -b '\''brbm'\'' --vlan-trunk-ids '\'''\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -n '\'''\'' -b '\''brbm'\'' --vlan-trunk-ids '\'''\'' --' | |
++ set -- -n '' -b brbm --vlan-trunk-ids '' -- | |
+ true | |
+ case "$1" in | |
+ BRIDGE_SUFFIX= | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ BRIDGE_NAMES=brbm | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ VLAN_TRUNK_IDS= | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
++ vlan_trunks '' | |
++ local IDS= | |
++ '[' -z '' ']' | |
++ return 0 | |
+ VLAN_TRUNK_DATA= | |
+ for NAME in '$BRIDGE_NAMES' | |
+ create_bridge brbm '' | |
+ local BRIDGE_NAME=brbm | |
+ local VLAN_TRUNK_DATA= | |
+ sudo ovs-vsctl list-br | |
+ grep 'brbm$' | |
+ sudo ovs-vsctl add-br brbm | |
+ virsh net-list --persistent | |
+ grep 'brbm ' | |
+ virsh net-list --inactive --persistent | |
+ grep 'brbm ' | |
+ virsh net-define /dev/fd/63 | |
++ sed -e s/%NETWORK_NAME%/brbm/ -e s/%VLAN_TRUNK_DATA%// /usr/share/tripleo/templates/net.xml | |
Network brbm defined from /dev/fd/63 | |
+ virsh net-autostart brbm | |
Network brbm marked as autostarted | |
+ virsh net-start brbm | |
Network brbm started | |
++ sudo virsh net-list --all --persistent | |
++ grep default | |
++ awk 'BEGIN{OFS=":";} {print $2,$3}' | |
+ default_net=active:yes | |
+ state=active | |
+ autostart=yes | |
+ '[' active '!=' active ']' | |
+ '[' yes '!=' yes ']' | |
seed VM not running | |
seed VM not defined | |
Created machine seed with UUID 34291e7f-a14a-4f7e-9e90-06699be586f1 | |
Seed VM created with MAC 52:54:00:29:db:41 | |
Generating public/private rsa key pair. | |
Your identification has been saved in /root/.ssh/id_rsa_virt_power. | |
Your public key has been saved in /root/.ssh/id_rsa_virt_power.pub. | |
The key fingerprint is: | |
ff:ed:59:3e:9c:9e:e6:e2:30:46:4d:2c:63:2b:c6:98 virtual-power-key | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| | | |
| . | | |
| + o | | |
| + . * | | |
| ES+ o . | | |
| ..o | | |
| .+ . o| | |
| ..oo O.| | |
| ooO+o| | |
+-----------------+ | |
Pool default defined | |
Pool default marked as autostarted | |
Pool default started | |
Vol baremetalbrbm_0.qcow2 created | |
chattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_0.qcow2 | |
Created machine baremetalbrbm_0 with UUID 1a81e3c9-8dc3-4eb2-b2a4-34d4ef611f3d | |
Vol baremetalbrbm_1.qcow2 created | |
chattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_1.qcow2 | |
Created machine baremetalbrbm_1 with UUID 74c3a11e-a736-4b61-86cf-6a5d15e876c8 | |
Vol baremetalbrbm_2.qcow2 created | |
chattr: Operation not supported while setting flags on /var/lib/libvirt/images/baremetalbrbm_2.qcow2 | |
Created machine baremetalbrbm_2 with UUID b6098609-4881-4ce5-9221-9aa0b91b32cd | |
+ sudo mv /root/.ssh/id_rsa_virt_power /home/stack/.ssh/ | |
+ sudo mv /root/.ssh/id_rsa_virt_power.pub /home/stack/.ssh/ | |
+ sudo chown -R stack: /home/stack/.ssh | |
+ sudo virsh undefine --remove-all-storage seed | |
Domain seed has been undefined | |
Volume 'sda'(/var/lib/libvirt/images/seed.qcow2) removed. | |
+ VM_LAST_NUMBER=2 | |
++ seq 0 VM_LAST_NUMBER | |
seq: invalid floating point argument: VM_LAST_NUMBER | |
Try 'seq --help' for more information. | |
+ export UNDERCLOUD_OS=fedora-20 | |
+ UNDERCLOUD_OS=fedora-20 | |
+ export UNDERCLOUD_INSTALL=1 | |
+ UNDERCLOUD_INSTALL=1 | |
+ '[' 1 = 1 ']' | |
+ cp /usr/share/instack-undercloud/undercloud.conf.sample /tmp/instack.answers | |
+ disk-image-create --image-size 30 -a amd64 centos7 instack-vm -o instack | |
Building elements: base centos7 instack-vm | |
Expanded element dependencies to: epel instack-vm rpm-distro install-types redhat-common dib-run-parts vm manifests centos7 dib-init-system base pkg-map cache-url local-config yum source-repositories package-installs | |
Building in /tmp/image.mULXQ1cD | |
dib-run-parts Wed Aug 19 23:41:19 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/01-ccache | |
dib-run-parts Wed Aug 19 23:41:19 UTC 2015 01-ccache completed | |
dib-run-parts Wed Aug 19 23:41:19 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/10-centos7-cloud-image | |
Getting /home/stack/.cache/image-create/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2.tgz.lock: Wed Aug 19 23:41:19 UTC 2015 | |
Repacking base image as tarball. | |
Working in /tmp/tmp.BjXhcfBmXO | |
/dev/loop0 | |
Extracting base root image from /home/stack/.cache/image-create/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2.tgz | |
loop deleted : /dev/loop0 | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 10-centos7-cloud-image completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/50-yum-cache | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-yum-cache completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/root.d/90-base-dib-run-parts | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 90-base-dib-run-parts completed | |
----------------------- PROFILING ----------------------- | |
Target: root.d | |
Script Seconds | |
--------------------------------------- ---------- | |
01-ccache 0.020 | |
10-centos7-cloud-image 68.799 | |
50-yum-cache 0.019 | |
90-base-dib-run-parts 0.015 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/10-create-pkg-map-dir | |
+ set -eu | |
+ set -o pipefail | |
+ sudo mkdir -p /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/ | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/epel/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/epel/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/epel/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/epel/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/instack-vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/instack-vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/instack-vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/instack-vm/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/rpm-distro/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/rpm-distro/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/rpm-distro/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/rpm-distro/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/install-types/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/install-types/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/install-types/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/install-types/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/redhat-common/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/redhat-common/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/redhat-common/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/redhat-common/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/dib-run-parts/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/dib-run-parts/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/dib-run-parts/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/dib-run-parts/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/vm/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/vm/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/manifests/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/manifests/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/manifests/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/manifests/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/centos7/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/centos7/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/centos7/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/centos7/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/dib-init-system/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/dib-init-system/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/dib-init-system/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/dib-init-system/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/base/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/base/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/base/pkg-map ']' | |
+ sudo cp /usr/share/diskimage-builder/elements/base/pkg-map /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/base | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/base/pkg-map ']' | |
+ sudo cp /usr/bin/../share/diskimage-builder/elements/base/pkg-map /tmp/image.mULXQ1cD/mnt/usr/share/pkg-map/base | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/pkg-map/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/pkg-map/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/pkg-map/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/pkg-map/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/cache-url/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/cache-url/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/cache-url/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/cache-url/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/local-config/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/local-config/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/local-config/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/local-config/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/yum/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/yum/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/yum/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/yum/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/source-repositories/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/source-repositories/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/source-repositories/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/source-repositories/pkg-map ']' | |
+ for ELEMENT in '$IMAGE_ELEMENT' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/instack-undercloud/package-installs/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/tripleo-image-elements/package-installs/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/share/diskimage-builder/elements/package-installs/pkg-map ']' | |
+ for DIR in '${ELEMENTS_PATH//:/ }' | |
+ '[' -f /usr/bin/../share/diskimage-builder/elements/package-installs/pkg-map ']' | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 10-create-pkg-map-dir completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/20-manifest-dir | |
+ set -eu | |
+ set -o pipefail | |
+ sudo mkdir -p /tmp/image.mULXQ1cD/mnt//etc/dib-manifests | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 20-manifest-dir completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/50-add-instack-files | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-add-instack-files completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/50-store-build-settings | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 50-store-build-settings completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/62-ssh-key | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 62-ssh-key completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/98-source-repositories | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 98-source-repositories completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-enable-install-types | |
+ set -eu | |
+ set -o pipefail | |
+ declare -a SPECIFIED_ELEMS | |
+ SPECIFIED_ELEMS[0]= | |
+ PREFIX=DIB_INSTALLTYPE_ | |
++ env | |
++ grep '^DIB_INSTALLTYPE_' | |
++ cut -d= -f1 | |
++ echo '' | |
+ INSTALL_TYPE_VARS= | |
++ find /tmp/image.mULXQ1cD/hooks/install.d -maxdepth 1 -name '*-source-install' -type d | |
+ default_install_type_dirs= | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-enable-install-types completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-squash-package-install | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-squash-package-install completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/extra-data.d/99-yum-repo-conf | |
+ set -eu | |
+ set -o pipefail | |
+ '[' -z '' ']' | |
+ echo 'DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in' | |
DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in | |
+ exit 0 | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 99-yum-repo-conf completed | |
----------------------- PROFILING ----------------------- | |
Target: extra-data.d | |
Script Seconds | |
--------------------------------------- ---------- | |
10-create-pkg-map-dir 0.028 | |
20-manifest-dir 0.010 | |
50-add-instack-files 0.008 | |
50-store-build-settings 0.003 | |
62-ssh-key 0.004 | |
98-source-repositories 0.010 | |
99-enable-install-types 0.007 | |
99-squash-package-install 0.079 | |
99-yum-repo-conf 0.003 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-fix-requiretty | |
/etc/sudoers: parsed OK | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 00-fix-requiretty completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 00-usr-local-bin-secure-path completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-override-yum-arch | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 01-override-yum-arch completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-install-bin | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 01-yum-install-bin completed | |
dib-run-parts Wed Aug 19 23:42:28 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-keepcache | |
dib-run-parts Wed Aug 19 23:42:29 UTC 2015 01-yum-keepcache completed | |
dib-run-parts Wed Aug 19 23:42:29 UTC 2015 Running /tmp/in_target.d/pre-install.d/01-yum-repos | |
dib-run-parts Wed Aug 19 23:42:29 UTC 2015 01-yum-repos completed | |
dib-run-parts Wed Aug 19 23:42:29 UTC 2015 Running /tmp/in_target.d/pre-install.d/02-package-installs | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/pre-install.d/02-package-installs | |
+ package-installs -d /tmp/in_target.d/pre-install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-installs | |
+ SCRIPTNAME=package-installs | |
++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/pre-install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/pre-install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/pre-install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' | |
+ '[' -n '' ']' | |
+ package-installs-v2 --phase pre-install.d /tmp/package-installs.json | |
Map file for epel element does not exist. | |
Map file for epel element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
warning: /tmp/yum/x86_64/7/base/packages/at-3.1.13-17.el7_0.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY | |
Importing GPG key 0xF4A80EB5: | |
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>" | |
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 | |
Package : centos-release-7-0.1406.el7.centos.2.3.x86_64 (installed) | |
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
installing wget from epel | |
installing wget from epel | |
installing redhat-lsb-core from redhat-common | |
installing gettext from redhat-common | |
installing grub2-tools from redhat-common | |
installing system-logos from redhat-common | |
installing os-prober from redhat-common | |
installing redhat-lsb-core from redhat-common | |
installing gettext from redhat-common | |
installing grub2-tools from redhat-common | |
installing system-logos from redhat-common | |
installing os-prober from redhat-common | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 02-package-installs completed | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/02-proxy-settings | |
+ set -eu | |
+ set -o pipefail | |
+ have_apt= | |
+ have_yum= | |
+ have_zypper= | |
+ http_proxy= | |
+ https_proxy= | |
+ '[' -d /etc/apt ']' | |
+ '[' -e /etc/yum.conf ']' | |
+ have_yum=1 | |
+ '[' -d /etc/zypp ']' | |
+ '[' -n '' ']' | |
+ '[' -n '' ']' | |
+ no_proxy= | |
+ no_proxy=192.0.2.1 | |
+ '[' -n 192.0.2.1 ']' | |
+ '[' -d '~stack' ']' | |
+ '[' -n '' ']' | |
+ '[' -n '' ']' | |
+ '[' -n '' -o -n '' -o -n 192.0.2.1 ']' | |
+ '[' -n '' ']' | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 02-proxy-settings completed | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/03-baseline-tools | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 03-baseline-tools completed | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/04-dib-init-system | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 04-dib-init-system completed | |
dib-run-parts Wed Aug 19 23:42:43 UTC 2015 Running /tmp/in_target.d/pre-install.d/05-rpm-epel-release | |
package epel-release is not installed | |
Loaded plugins: fastestmirror | |
Examining /var/tmp/yum-root-ZKGrKI/epel-release-7-1.noarch.rpm: epel-release-7-1.noarch | |
Marking /var/tmp/yum-root-ZKGrKI/epel-release-7-1.noarch.rpm to be installed | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
No package epel-release-7-2.noarch.rpm available. | |
No package epel-release-7-5.noarch.rpm available. | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package epel-release.noarch 0:7-1 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
epel-release noarch 7-1 /epel-release-7-1.noarch 22 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total size: 22 k | |
Installed size: 22 k | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : epel-release-7-1.noarch 1/1 | |
Verifying : epel-release-7-1.noarch 1/1 | |
Installed: | |
epel-release.noarch 0:7-1 | |
Complete! | |
dib-run-parts Wed Aug 19 23:42:47 UTC 2015 05-rpm-epel-release completed | |
dib-run-parts Wed Aug 19 23:42:47 UTC 2015 Running /tmp/in_target.d/pre-install.d/15-remove-grub | |
which: no grub-install in (/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) | |
trying grub2-install | |
Loaded plugins: fastestmirror | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package grub2.x86_64 1:2.02-0.16.el7.centos will be erased | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Removing: | |
grub2 x86_64 1:2.02-0.16.el7.centos @base 7.1 M | |
Transaction Summary | |
================================================================================ | |
Remove 1 Package | |
Installed size: 7.1 M | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Erasing : 1:grub2-2.02-0.16.el7.centos.x86_64 1/1 | |
Verifying : 1:grub2-2.02-0.16.el7.centos.x86_64 1/1 | |
Removed: | |
grub2.x86_64 1:2.02-0.16.el7.centos | |
Complete! | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
Running install-packages install. Package list: grub2 | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package grub2.x86_64 1:2.02-0.16.el7.centos will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
grub2 x86_64 1:2.02-0.16.el7.centos base 1.5 M | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total download size: 1.5 M | |
Installed size: 7.1 M | |
Background downloading packages, then exiting: | |
exiting because "Download Only" specified | |
dib-run-parts Wed Aug 19 23:42:53 UTC 2015 15-remove-grub completed | |
dib-run-parts Wed Aug 19 23:42:53 UTC 2015 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/pre-install.d/99-package-uninstalls | |
+ package-uninstalls -d /tmp/in_target.d/pre-install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-uninstalls | |
+ SCRIPTNAME=package-uninstalls | |
++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/pre-install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/pre-install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/pre-install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' | |
+ install-packages -e | |
+ package-installs-v2 --phase pre-install.d --uninstall /tmp/package-installs.json | |
Nothing to uninstall | |
dib-run-parts Wed Aug 19 23:42:53 UTC 2015 99-package-uninstalls completed | |
----------------------- PROFILING ----------------------- | |
Target: pre-install.d | |
Script Seconds | |
--------------------------------------- ---------- | |
00-fix-requiretty 0.007 | |
00-usr-local-bin-secure-path 0.004 | |
01-override-yum-arch 0.003 | |
01-yum-install-bin 0.006 | |
01-yum-keepcache 0.005 | |
01-yum-repos 0.004 | |
02-package-installs 14.701 | |
02-proxy-settings 0.003 | |
03-baseline-tools 0.003 | |
04-dib-init-system 0.005 | |
05-rpm-epel-release 3.429 | |
15-remove-grub 6.234 | |
99-package-uninstalls 0.047 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:42:53 UTC 2015 Running /tmp/in_target.d/install.d/00-baseline-environment | |
Running install-packages install. Package list: iscsi-initiator-utils | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 will be installed | |
--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-29.el7 for package: iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 | |
--> Running transaction check | |
---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository | |
Size | |
================================================================================ | |
Installing: | |
iscsi-initiator-utils x86_64 6.2.0.873-29.el7 base 413 k | |
Installing for dependencies: | |
iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-29.el7 base 81 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package (+1 Dependent package) | |
Total download size: 494 k | |
Installed size: 2.5 M | |
Downloading packages: | |
-------------------------------------------------------------------------------- | |
Total 1.4 MB/s | 494 kB 00:00 | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 1/2 | |
Installing : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 2/2 | |
Verifying : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 1/2 | |
Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 2/2 | |
Installed: | |
iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 | |
Dependency Installed: | |
iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 | |
Complete! | |
dib-run-parts Wed Aug 19 23:42:58 UTC 2015 00-baseline-environment completed | |
dib-run-parts Wed Aug 19 23:42:58 UTC 2015 Running /tmp/in_target.d/install.d/00-up-to-date | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package audit.x86_64 0:2.3.3-4.el7 will be updated | |
---> Package audit.x86_64 0:2.4.1-5.el7 will be an update | |
---> Package audit-libs.x86_64 0:2.3.3-4.el7 will be updated | |
---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be an update | |
---> Package audit-libs-python.x86_64 0:2.3.3-4.el7 will be updated | |
---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be an update | |
---> Package authconfig.x86_64 0:6.2.8-8.el7 will be updated | |
---> Package authconfig.x86_64 0:6.2.8-9.el7 will be an update | |
---> Package bash.x86_64 0:4.2.45-5.el7 will be updated | |
---> Package bash.x86_64 0:4.2.46-12.el7 will be an update | |
---> Package bind-libs-lite.x86_64 32:9.9.4-14.el7 will be updated | |
---> Package bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 will be an update | |
---> Package bind-license.noarch 32:9.9.4-14.el7 will be updated | |
---> Package bind-license.noarch 32:9.9.4-18.el7_1.3 will be an update | |
---> Package binutils.x86_64 0:2.23.52.0.1-16.el7 will be updated | |
---> Package binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 will be an update | |
---> Package btrfs-progs.x86_64 0:3.12-4.el7 will be updated | |
---> Package btrfs-progs.x86_64 0:3.16.2-1.el7 will be an update | |
---> Package ca-certificates.noarch 0:2013.1.95-71.el7 will be updated | |
---> Package ca-certificates.noarch 0:2015.2.4-70.0.el7_1 will be an update | |
---> Package centos-release.x86_64 0:7-0.1406.el7.centos.2.3 will be updated | |
---> Package centos-release.x86_64 0:7-1.1503.el7.centos.2.8 will be an update | |
---> Package cronie.x86_64 0:1.4.11-11.el7 will be updated | |
---> Package cronie.x86_64 0:1.4.11-13.el7 will be an update | |
---> Package cronie-anacron.x86_64 0:1.4.11-11.el7 will be updated | |
---> Package cronie-anacron.x86_64 0:1.4.11-13.el7 will be an update | |
---> Package cryptsetup-libs.x86_64 0:1.6.3-2.el7 will be updated | |
---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be an update | |
---> Package dbus.x86_64 1:1.6.12-8.el7 will be updated | |
---> Package dbus.x86_64 1:1.6.12-11.el7 will be an update | |
---> Package dbus-libs.x86_64 1:1.6.12-8.el7 will be updated | |
---> Package dbus-libs.x86_64 1:1.6.12-11.el7 will be an update | |
---> Package device-mapper.x86_64 7:1.02.84-14.el7 will be updated | |
---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be an update | |
---> Package device-mapper-libs.x86_64 7:1.02.84-14.el7 will be updated | |
---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be an update | |
---> Package dhclient.x86_64 12:4.2.5-27.el7.centos will be updated | |
---> Package dhclient.x86_64 12:4.2.5-36.el7.centos will be an update | |
---> Package dhcp-common.x86_64 12:4.2.5-27.el7.centos will be updated | |
---> Package dhcp-common.x86_64 12:4.2.5-36.el7.centos will be an update | |
---> Package dhcp-libs.x86_64 12:4.2.5-27.el7.centos will be updated | |
---> Package dhcp-libs.x86_64 12:4.2.5-36.el7.centos will be an update | |
---> Package dnsmasq.x86_64 0:2.66-12.el7 will be updated | |
---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be an update | |
---> Package dracut.x86_64 0:033-161.el7 will be updated | |
---> Package dracut.x86_64 0:033-241.el7_1.5 will be an update | |
---> Package dracut-config-generic.x86_64 0:033-161.el7 will be updated | |
---> Package dracut-config-generic.x86_64 0:033-241.el7_1.5 will be an update | |
---> Package dracut-config-rescue.x86_64 0:033-161.el7 will be updated | |
---> Package dracut-config-rescue.x86_64 0:033-241.el7_1.5 will be an update | |
---> Package dracut-network.x86_64 0:033-161.el7 will be updated | |
---> Package dracut-network.x86_64 0:033-241.el7_1.5 will be an update | |
---> Package e2fsprogs.x86_64 0:1.42.9-4.el7 will be updated | |
---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be an update | |
---> Package e2fsprogs-libs.x86_64 0:1.42.9-4.el7 will be updated | |
---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be an update | |
---> Package elfutils-libelf.x86_64 0:0.158-3.el7 will be updated | |
---> Package elfutils-libelf.x86_64 0:0.160-1.el7 will be an update | |
---> Package elfutils-libs.x86_64 0:0.158-3.el7 will be updated | |
---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be an update | |
---> Package epel-release.noarch 0:7-1 will be updated | |
---> Package epel-release.noarch 0:7-5 will be an update | |
---> Package ethtool.x86_64 2:3.8-3.el7 will be updated | |
---> Package ethtool.x86_64 2:3.15-2.el7 will be an update | |
---> Package freetype.x86_64 0:2.4.11-9.el7 will be updated | |
---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be an update | |
---> Package glib-networking.x86_64 0:2.36.2-3.el7 will be updated | |
---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be an update | |
---> Package glib2.x86_64 0:2.36.3-5.el7 will be updated | |
---> Package glib2.x86_64 0:2.40.0-4.el7 will be an update | |
---> Package glibc.x86_64 0:2.17-55.el7 will be updated | |
---> Package glibc.x86_64 0:2.17-78.el7 will be an update | |
---> Package glibc-common.x86_64 0:2.17-55.el7 will be updated | |
---> Package glibc-common.x86_64 0:2.17-78.el7 will be an update | |
---> Package gmp.x86_64 1:5.1.1-5.el7 will be updated | |
---> Package gmp.x86_64 1:6.0.0-11.el7 will be an update | |
---> Package gnutls.x86_64 0:3.1.18-8.el7 will be updated | |
---> Package gnutls.x86_64 0:3.3.8-12.el7_1.1 will be an update | |
--> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7_1.1.x86_64 | |
---> Package grep.x86_64 0:2.16-1.el7 will be updated | |
---> Package grep.x86_64 0:2.20-1.el7 will be an update | |
---> Package grubby.x86_64 0:8.28-8.el7 will be updated | |
---> Package grubby.x86_64 0:8.28-11.el7 will be an update | |
---> Package initscripts.x86_64 0:9.49.17-1.el7 will be updated | |
---> Package initscripts.x86_64 0:9.49.24-1.el7 will be an update | |
---> Package iproute.x86_64 0:3.10.0-13.el7 will be updated | |
---> Package iproute.x86_64 0:3.10.0-21.el7 will be an update | |
---> Package iputils.x86_64 0:20121221-6.el7 will be updated | |
---> Package iputils.x86_64 0:20121221-6.el7_1.1 will be an update | |
---> Package irqbalance.x86_64 2:1.0.6-5.el7 will be updated | |
---> Package irqbalance.x86_64 2:1.0.7-2.el7_1 will be an update | |
---> Package json-c.x86_64 0:0.11-3.el7 will be updated | |
---> Package json-c.x86_64 0:0.11-4.el7_0 will be an update | |
---> Package kbd.x86_64 0:1.15.5-10.el7 will be updated | |
---> Package kbd.x86_64 0:1.15.5-11.el7 will be an update | |
--> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64 | |
---> Package kbd-misc.noarch 0:1.15.5-10.el7 will be updated | |
---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be an update | |
---> Package kernel.x86_64 0:3.10.0-229.11.1.el7 will be installed | |
--> Processing Dependency: linux-firmware >= 20140911 for package: kernel-3.10.0-229.11.1.el7.x86_64 | |
---> Package kernel-tools.x86_64 0:3.10.0-123.el7 will be updated | |
---> Package kernel-tools.x86_64 0:3.10.0-229.11.1.el7 will be an update | |
---> Package kernel-tools-libs.x86_64 0:3.10.0-123.el7 will be updated | |
---> Package kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 will be an update | |
---> Package kexec-tools.x86_64 0:2.0.4-32.el7.centos will be updated | |
---> Package kexec-tools.x86_64 0:2.0.7-19.el7_1.2 will be an update | |
---> Package kmod.x86_64 0:14-9.el7 will be updated | |
---> Package kmod.x86_64 0:14-10.el7 will be an update | |
---> Package kmod-libs.x86_64 0:14-9.el7 will be updated | |
---> Package kmod-libs.x86_64 0:14-10.el7 will be an update | |
---> Package kpartx.x86_64 0:0.4.9-66.el7 will be updated | |
---> Package kpartx.x86_64 0:0.4.9-77.el7 will be an update | |
---> Package krb5-libs.x86_64 0:1.11.3-49.el7 will be updated | |
---> Package krb5-libs.x86_64 0:1.12.2-14.el7 will be an update | |
---> Package libblkid.x86_64 0:2.23.2-16.el7 will be updated | |
---> Package libblkid.x86_64 0:2.23.2-22.el7_1.1 will be an update | |
---> Package libcgroup.x86_64 0:0.41-6.el7 will be updated | |
---> Package libcgroup.x86_64 0:0.41-8.el7 will be an update | |
---> Package libcom_err.x86_64 0:1.42.9-4.el7 will be updated | |
---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be an update | |
---> Package libdb.x86_64 0:5.3.21-17.el7 will be updated | |
---> Package libdb.x86_64 0:5.3.21-17.el7_0.1 will be an update | |
---> Package libdb-utils.x86_64 0:5.3.21-17.el7 will be updated | |
---> Package libdb-utils.x86_64 0:5.3.21-17.el7_0.1 will be an update | |
---> Package libgcc.x86_64 0:4.8.2-16.el7 will be updated | |
---> Package libgcc.x86_64 0:4.8.3-9.el7 will be an update | |
---> Package libgcrypt.x86_64 0:1.5.3-4.el7 will be updated | |
---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be an update | |
---> Package libgomp.x86_64 0:4.8.2-16.el7 will be updated | |
---> Package libgomp.x86_64 0:4.8.3-9.el7 will be an update | |
---> Package libgudev1.x86_64 0:208-11.el7 will be updated | |
---> Package libgudev1.x86_64 0:208-20.el7_1.5 will be an update | |
---> Package libmount.x86_64 0:2.23.2-16.el7 will be updated | |
---> Package libmount.x86_64 0:2.23.2-22.el7_1.1 will be an update | |
---> Package libnfsidmap.x86_64 0:0.25-9.el7 will be updated | |
---> Package libnfsidmap.x86_64 0:0.25-11.el7 will be an update | |
---> Package libnl3.x86_64 0:3.2.21-6.el7 will be updated | |
---> Package libnl3.x86_64 0:3.2.21-8.el7 will be an update | |
---> Package libnl3-cli.x86_64 0:3.2.21-6.el7 will be updated | |
---> Package libnl3-cli.x86_64 0:3.2.21-8.el7 will be an update | |
---> Package libpcap.x86_64 14:1.5.3-3.el7 will be updated | |
---> Package libpcap.x86_64 14:1.5.3-4.el7_1.2 will be an update | |
---> Package libsoup.x86_64 0:2.42.2-3.el7 will be updated | |
---> Package libsoup.x86_64 0:2.46.0-3.el7 will be an update | |
---> Package libss.x86_64 0:1.42.9-4.el7 will be updated | |
---> Package libss.x86_64 0:1.42.9-7.el7 will be an update | |
---> Package libstdc++.x86_64 0:4.8.2-16.el7 will be updated | |
---> Package libstdc++.x86_64 0:4.8.3-9.el7 will be an update | |
---> Package libtasn1.x86_64 0:3.3-3.el7 will be updated | |
---> Package libtasn1.x86_64 0:3.8-2.el7 will be an update | |
---> Package libteam.x86_64 0:1.9-15.el7 will be updated | |
---> Package libteam.x86_64 0:1.15-1.el7 will be an update | |
---> Package libtirpc.x86_64 0:0.2.4-0.3.el7 will be updated | |
---> Package libtirpc.x86_64 0:0.2.4-0.5.el7 will be an update | |
---> Package libuser.x86_64 0:0.60-5.el7 will be updated | |
---> Package libuser.x86_64 0:0.60-7.el7_1 will be an update | |
---> Package libuuid.x86_64 0:2.23.2-16.el7 will be updated | |
---> Package libuuid.x86_64 0:2.23.2-22.el7_1.1 will be an update | |
---> Package libxml2.x86_64 0:2.9.1-5.el7 will be updated | |
---> Package libxml2.x86_64 0:2.9.1-5.el7_1.2 will be an update | |
---> Package libyaml.x86_64 0:0.1.4-10.el7 will be updated | |
---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be an update | |
---> Package lzo.x86_64 0:2.06-6.el7 will be updated | |
---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be an update | |
---> Package mariadb-libs.x86_64 1:5.5.35-3.el7 will be updated | |
---> Package mariadb-libs.x86_64 1:5.5.41-2.el7_0 will be an update | |
---> Package microcode_ctl.x86_64 2:2.1-7.1.el7 will be updated | |
---> Package microcode_ctl.x86_64 2:2.1-10.el7 will be an update | |
---> Package nettle.x86_64 0:2.7.1-2.el7 will be updated | |
---> Package nettle.x86_64 0:2.7.1-4.el7 will be an update | |
---> Package nfs-utils.x86_64 1:1.3.0-0.el7 will be updated | |
---> Package nfs-utils.x86_64 1:1.3.0-0.8.el7 will be an update | |
--> Processing Dependency: gssproxy >= 0.3.0-0 for package: 1:nfs-utils-1.3.0-0.8.el7.x86_64 | |
---> Package nspr.x86_64 0:4.10.2-4.el7 will be updated | |
---> Package nspr.x86_64 0:4.10.8-1.el7_1 will be an update | |
---> Package nss.x86_64 0:3.15.4-6.el7 will be updated | |
---> Package nss.x86_64 0:3.19.1-5.el7_1 will be an update | |
---> Package nss-softokn.x86_64 0:3.15.4-2.el7 will be updated | |
---> Package nss-softokn.x86_64 0:3.16.2.3-12.el7_1 will be an update | |
---> Package nss-softokn-freebl.x86_64 0:3.15.4-2.el7 will be updated | |
---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 will be an update | |
---> Package nss-sysinit.x86_64 0:3.15.4-6.el7 will be updated | |
---> Package nss-sysinit.x86_64 0:3.19.1-5.el7_1 will be an update | |
---> Package nss-tools.x86_64 0:3.15.4-6.el7 will be updated | |
---> Package nss-tools.x86_64 0:3.19.1-5.el7_1 will be an update | |
---> Package nss-util.x86_64 0:3.15.4-2.el7 will be updated | |
---> Package nss-util.x86_64 0:3.19.1-3.el7_1 will be an update | |
---> Package numactl-libs.x86_64 0:2.0.9-2.el7 will be updated | |
---> Package numactl-libs.x86_64 0:2.0.9-5.el7_1 will be an update | |
---> Package openldap.x86_64 0:2.4.39-3.el7 will be updated | |
---> Package openldap.x86_64 0:2.4.39-6.el7 will be an update | |
---> Package openssh.x86_64 0:6.4p1-8.el7 will be updated | |
---> Package openssh.x86_64 0:6.6.1p1-12.el7_1 will be an update | |
---> Package openssh-clients.x86_64 0:6.4p1-8.el7 will be updated | |
---> Package openssh-clients.x86_64 0:6.6.1p1-12.el7_1 will be an update | |
---> Package openssh-server.x86_64 0:6.4p1-8.el7 will be updated | |
---> Package openssh-server.x86_64 0:6.6.1p1-12.el7_1 will be an update | |
---> Package openssl.x86_64 1:1.0.1e-34.el7 will be updated | |
---> Package openssl.x86_64 1:1.0.1e-42.el7.9 will be an update | |
---> Package openssl-libs.x86_64 1:1.0.1e-34.el7 will be updated | |
---> Package openssl-libs.x86_64 1:1.0.1e-42.el7.9 will be an update | |
---> Package p11-kit.x86_64 0:0.18.7-4.el7 will be updated | |
---> Package p11-kit.x86_64 0:0.20.7-3.el7 will be an update | |
---> Package p11-kit-trust.x86_64 0:0.18.7-4.el7 will be updated | |
---> Package p11-kit-trust.x86_64 0:0.20.7-3.el7 will be an update | |
---> Package pam.x86_64 0:1.1.8-9.el7 will be updated | |
---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be an update | |
---> Package parted.x86_64 0:3.1-17.el7 will be updated | |
---> Package parted.x86_64 0:3.1-20.el7 will be an update | |
---> Package pcre.x86_64 0:8.32-12.el7 will be updated | |
---> Package pcre.x86_64 0:8.32-14.el7 will be an update | |
---> Package policycoreutils.x86_64 0:2.2.5-11.el7 will be updated | |
---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be an update | |
---> Package policycoreutils-python.x86_64 0:2.2.5-11.el7 will be updated | |
---> Package policycoreutils-python.x86_64 0:2.2.5-15.el7 will be an update | |
---> Package procps-ng.x86_64 0:3.3.9-6.el7 will be updated | |
---> Package procps-ng.x86_64 0:3.3.10-3.el7 will be an update | |
---> Package pygobject3-base.x86_64 0:3.8.2-4.el7 will be updated | |
---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be an update | |
---> Package python.x86_64 0:2.7.5-16.el7 will be updated | |
---> Package python.x86_64 0:2.7.5-18.el7_1.1 will be an update | |
---> Package python-backports.noarch 0:1.0-6.el7 will be updated | |
---> Package python-backports.x86_64 0:1.0-8.el7 will be an update | |
---> Package python-boto.noarch 0:2.25.0-2.el7.centos will be updated | |
---> Package python-boto.noarch 0:2.38.0-2.el7 will be an update | |
--> Processing Dependency: python-rsa for package: python-boto-2.38.0-2.el7.noarch | |
---> Package python-chardet.noarch 0:2.0.1-7.el7 will be updated | |
---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be an update | |
---> Package python-libs.x86_64 0:2.7.5-16.el7 will be updated | |
---> Package python-libs.x86_64 0:2.7.5-18.el7_1.1 will be an update | |
---> Package python-requests.noarch 0:1.1.0-8.el7 will be updated | |
---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be an update | |
---> Package python-urlgrabber.noarch 0:3.10-4.el7 will be updated | |
---> Package python-urlgrabber.noarch 0:3.10-6.el7 will be an update | |
---> Package python-urllib3.noarch 0:1.5-8.el7 will be updated | |
---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be an update | |
---> Package rpcbind.x86_64 0:0.2.0-23.el7 will be updated | |
---> Package rpcbind.x86_64 0:0.2.0-26.el7 will be an update | |
---> Package rpm.x86_64 0:4.11.1-16.el7 will be updated | |
---> Package rpm.x86_64 0:4.11.1-25.el7 will be an update | |
---> Package rpm-build-libs.x86_64 0:4.11.1-16.el7 will be updated | |
---> Package rpm-build-libs.x86_64 0:4.11.1-25.el7 will be an update | |
---> Package rpm-libs.x86_64 0:4.11.1-16.el7 will be updated | |
---> Package rpm-libs.x86_64 0:4.11.1-25.el7 will be an update | |
---> Package rpm-python.x86_64 0:4.11.1-16.el7 will be updated | |
---> Package rpm-python.x86_64 0:4.11.1-25.el7 will be an update | |
---> Package rsyslog.x86_64 0:7.4.7-6.el7 will be updated | |
---> Package rsyslog.x86_64 0:7.4.7-7.el7_0 will be an update | |
---> Package selinux-policy.noarch 0:3.12.1-153.el7 will be updated | |
---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.13 will be an update | |
---> Package selinux-policy-targeted.noarch 0:3.12.1-153.el7 will be updated | |
---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 will be an update | |
---> Package setup.noarch 0:2.8.71-4.el7 will be updated | |
---> Package setup.noarch 0:2.8.71-5.el7 will be an update | |
---> Package shadow-utils.x86_64 2:4.1.5.1-13.el7 will be updated | |
---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be an update | |
---> Package sqlite.x86_64 0:3.7.17-4.el7 will be updated | |
---> Package sqlite.x86_64 0:3.7.17-6.el7_1.1 will be an update | |
---> Package sudo.x86_64 0:1.8.6p7-11.el7 will be updated | |
---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be an update | |
---> Package systemd.x86_64 0:208-11.el7 will be updated | |
---> Package systemd.x86_64 0:208-20.el7_1.5 will be an update | |
---> Package systemd-libs.x86_64 0:208-11.el7 will be updated | |
---> Package systemd-libs.x86_64 0:208-20.el7_1.5 will be an update | |
---> Package systemd-sysv.x86_64 0:208-11.el7 will be updated | |
---> Package systemd-sysv.x86_64 0:208-20.el7_1.5 will be an update | |
---> Package teamd.x86_64 0:1.9-15.el7 will be updated | |
---> Package teamd.x86_64 0:1.15-1.el7 will be an update | |
---> Package tuned.noarch 0:2.3.0-11.el7 will be updated | |
---> Package tuned.noarch 0:2.4.1-1.el7 will be an update | |
---> Package tzdata.noarch 0:2014b-1.el7 will be updated | |
---> Package tzdata.noarch 0:2015f-1.el7 will be an update | |
---> Package util-linux.x86_64 0:2.23.2-16.el7 will be updated | |
---> Package util-linux.x86_64 0:2.23.2-22.el7_1.1 will be an update | |
---> Package wpa_supplicant.x86_64 1:2.0-12.el7 will be updated | |
---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be an update | |
---> Package xfsprogs.x86_64 0:3.2.0-0.10.alpha2.el7 will be updated | |
---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be an update | |
---> Package xz.x86_64 0:5.1.2-8alpha.el7 will be updated | |
---> Package xz.x86_64 0:5.1.2-9alpha.el7 will be an update | |
---> Package xz-libs.x86_64 0:5.1.2-8alpha.el7 will be updated | |
---> Package xz-libs.x86_64 0:5.1.2-9alpha.el7 will be an update | |
---> Package yum.noarch 0:3.4.3-118.el7.centos will be updated | |
---> Package yum.noarch 0:3.4.3-125.el7.centos will be an update | |
---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-24.el7 will be updated | |
---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 will be an update | |
---> Package yum-utils.noarch 0:1.1.31-24.el7 will be updated | |
---> Package yum-utils.noarch 0:1.1.31-29.el7 will be an update | |
--> Running transaction check | |
---> Package gssproxy.x86_64 0:0.3.0-10.el7 will be installed | |
--> Processing Dependency: libverto-tevent for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.3.0-10.el7.x86_64 | |
---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed | |
---> Package linux-firmware.noarch 0:20140911-0.1.git365e80c.el7 will be installed | |
---> Package python-rsa.noarch 0:3.1.1-5.el7 will be installed | |
---> Package trousers.x86_64 0:0.3.11.2-4.el7_1 will be installed | |
--> Running transaction check | |
---> Package libbasicobjects.x86_64 0:0.1.1-24.el7 will be installed | |
---> Package libcollection.x86_64 0:0.6.2-24.el7 will be installed | |
---> Package libini_config.x86_64 0:1.1.0-24.el7 will be installed | |
--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.1.0-24.el7.x86_64 | |
--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.1.0-24.el7.x86_64 | |
---> Package libref_array.x86_64 0:0.1.4-24.el7 will be installed | |
---> Package libverto-tevent.x86_64 0:0.2.5-4.el7 will be installed | |
--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtevent.so.0()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Processing Dependency: libtalloc.so.2()(64bit) for package: libverto-tevent-0.2.5-4.el7.x86_64 | |
--> Running transaction check | |
---> Package libpath_utils.x86_64 0:0.2.1-24.el7 will be installed | |
---> Package libtalloc.x86_64 0:2.1.1-1.el7 will be installed | |
---> Package libtevent.x86_64 0:0.9.21-3.el7 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository | |
Size | |
================================================================================ | |
Installing: | |
kernel x86_64 3.10.0-229.11.1.el7 updates 31 M | |
Updating: | |
audit x86_64 2.4.1-5.el7 base 234 k | |
audit-libs x86_64 2.4.1-5.el7 base 80 k | |
audit-libs-python x86_64 2.4.1-5.el7 base 69 k | |
authconfig x86_64 6.2.8-9.el7 base 400 k | |
bash x86_64 4.2.46-12.el7 base 1.0 M | |
bind-libs-lite x86_64 32:9.9.4-18.el7_1.3 updates 712 k | |
bind-license noarch 32:9.9.4-18.el7_1.3 updates 80 k | |
binutils x86_64 2.23.52.0.1-30.el7_1.2 updates 5.0 M | |
btrfs-progs x86_64 3.16.2-1.el7 base 484 k | |
ca-certificates noarch 2015.2.4-70.0.el7_1 updates 441 k | |
centos-release x86_64 7-1.1503.el7.centos.2.8 base 22 k | |
cronie x86_64 1.4.11-13.el7 base 89 k | |
cronie-anacron x86_64 1.4.11-13.el7 base 34 k | |
cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k | |
dbus x86_64 1:1.6.12-11.el7 base 306 k | |
dbus-libs x86_64 1:1.6.12-11.el7 base 150 k | |
device-mapper x86_64 7:1.02.93-3.el7_1.1 updates 209 k | |
device-mapper-libs x86_64 7:1.02.93-3.el7_1.1 updates 259 k | |
dhclient x86_64 12:4.2.5-36.el7.centos base 278 k | |
dhcp-common x86_64 12:4.2.5-36.el7.centos base 171 k | |
dhcp-libs x86_64 12:4.2.5-36.el7.centos base 127 k | |
dnsmasq x86_64 2.66-14.el7_1 updates 229 k | |
dracut x86_64 033-241.el7_1.5 updates 301 k | |
dracut-config-generic x86_64 033-241.el7_1.5 updates 43 k | |
dracut-config-rescue x86_64 033-241.el7_1.5 updates 45 k | |
dracut-network x86_64 033-241.el7_1.5 updates 82 k | |
e2fsprogs x86_64 1.42.9-7.el7 base 697 k | |
e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k | |
elfutils-libelf x86_64 0.160-1.el7 base 198 k | |
elfutils-libs x86_64 0.160-1.el7 base 249 k | |
epel-release noarch 7-5 epel 14 k | |
ethtool x86_64 2:3.15-2.el7 base 113 k | |
freetype x86_64 2.4.11-10.el7_1.1 updates 391 k | |
glib-networking x86_64 2.40.0-1.el7 base 122 k | |
glib2 x86_64 2.40.0-4.el7 base 2.2 M | |
glibc x86_64 2.17-78.el7 base 3.6 M | |
glibc-common x86_64 2.17-78.el7 base 11 M | |
gmp x86_64 1:6.0.0-11.el7 base 280 k | |
gnutls x86_64 3.3.8-12.el7_1.1 updates 662 k | |
grep x86_64 2.20-1.el7 base 343 k | |
grubby x86_64 8.28-11.el7 base 62 k | |
initscripts x86_64 9.49.24-1.el7 base 427 k | |
iproute x86_64 3.10.0-21.el7 base 503 k | |
iputils x86_64 20121221-6.el7_1.1 updates 152 k | |
irqbalance x86_64 2:1.0.7-2.el7_1 updates 43 k | |
json-c x86_64 0.11-4.el7_0 base 31 k | |
kbd x86_64 1.15.5-11.el7 base 345 k | |
kbd-misc noarch 1.15.5-11.el7 base 1.3 M | |
kernel-tools x86_64 3.10.0-229.11.1.el7 updates 1.5 M | |
kernel-tools-libs x86_64 3.10.0-229.11.1.el7 updates 1.4 M | |
kexec-tools x86_64 2.0.7-19.el7_1.2 updates 297 k | |
kmod x86_64 14-10.el7 base 78 k | |
kmod-libs x86_64 14-10.el7 base 46 k | |
kpartx x86_64 0.4.9-77.el7 base 55 k | |
krb5-libs x86_64 1.12.2-14.el7 base 826 k | |
libblkid x86_64 2.23.2-22.el7_1.1 updates 165 k | |
libcgroup x86_64 0.41-8.el7 base 64 k | |
libcom_err x86_64 1.42.9-7.el7 base 40 k | |
libdb x86_64 5.3.21-17.el7_0.1 base 718 k | |
libdb-utils x86_64 5.3.21-17.el7_0.1 base 101 k | |
libgcc x86_64 4.8.3-9.el7 base 92 k | |
libgcrypt x86_64 1.5.3-12.el7_1.1 updates 263 k | |
libgomp x86_64 4.8.3-9.el7 base 127 k | |
libgudev1 x86_64 208-20.el7_1.5 updates 56 k | |
libmount x86_64 2.23.2-22.el7_1.1 updates 167 k | |
libnfsidmap x86_64 0.25-11.el7 base 46 k | |
libnl3 x86_64 3.2.21-8.el7 base 196 k | |
libnl3-cli x86_64 3.2.21-8.el7 base 78 k | |
libpcap x86_64 14:1.5.3-4.el7_1.2 updates 137 k | |
libsoup x86_64 2.46.0-3.el7 base 339 k | |
libss x86_64 1.42.9-7.el7 base 45 k | |
libstdc++ x86_64 4.8.3-9.el7 base 294 k | |
libtasn1 x86_64 3.8-2.el7 base 319 k | |
libteam x86_64 1.15-1.el7 base 45 k | |
libtirpc x86_64 0.2.4-0.5.el7 base 85 k | |
libuser x86_64 0.60-7.el7_1 updates 398 k | |
libuuid x86_64 2.23.2-22.el7_1.1 updates 73 k | |
libxml2 x86_64 2.9.1-5.el7_1.2 updates 664 k | |
libyaml x86_64 0.1.4-11.el7_0 base 55 k | |
lzo x86_64 2.06-6.el7_0.2 base 59 k | |
mariadb-libs x86_64 1:5.5.41-2.el7_0 base 754 k | |
microcode_ctl x86_64 2:2.1-10.el7 base 520 k | |
nettle x86_64 2.7.1-4.el7 base 327 k | |
nfs-utils x86_64 1:1.3.0-0.8.el7 base 362 k | |
nspr x86_64 4.10.8-1.el7_1 updates 126 k | |
nss x86_64 3.19.1-5.el7_1 updates 850 k | |
nss-softokn x86_64 3.16.2.3-12.el7_1 updates 304 k | |
nss-softokn-freebl x86_64 3.16.2.3-12.el7_1 updates 203 k | |
nss-sysinit x86_64 3.19.1-5.el7_1 updates 52 k | |
nss-tools x86_64 3.19.1-5.el7_1 updates 480 k | |
nss-util x86_64 3.19.1-3.el7_1 updates 70 k | |
numactl-libs x86_64 2.0.9-5.el7_1 updates 29 k | |
openldap x86_64 2.4.39-6.el7 base 344 k | |
openssh x86_64 6.6.1p1-12.el7_1 updates 431 k | |
openssh-clients x86_64 6.6.1p1-12.el7_1 updates 634 k | |
openssh-server x86_64 6.6.1p1-12.el7_1 updates 432 k | |
openssl x86_64 1:1.0.1e-42.el7.9 updates 711 k | |
openssl-libs x86_64 1:1.0.1e-42.el7.9 updates 949 k | |
p11-kit x86_64 0.20.7-3.el7 base 107 k | |
p11-kit-trust x86_64 0.20.7-3.el7 base 126 k | |
pam x86_64 1.1.8-12.el7_1.1 updates 714 k | |
parted x86_64 3.1-20.el7 base 605 k | |
pcre x86_64 8.32-14.el7 base 418 k | |
policycoreutils x86_64 2.2.5-15.el7 base 802 k | |
policycoreutils-python x86_64 2.2.5-15.el7 base 434 k | |
procps-ng x86_64 3.3.10-3.el7 base 286 k | |
pygobject3-base x86_64 3.8.2-6.el7 base 295 k | |
python x86_64 2.7.5-18.el7_1.1 updates 86 k | |
python-backports x86_64 1.0-8.el7 base 5.8 k | |
python-boto noarch 2.38.0-2.el7 epel 1.7 M | |
python-chardet noarch 2.2.1-1.el7_1 updates 227 k | |
python-libs x86_64 2.7.5-18.el7_1.1 updates 5.6 M | |
python-requests noarch 2.6.0-1.el7_1 updates 94 k | |
python-urlgrabber noarch 3.10-6.el7 base 107 k | |
python-urllib3 noarch 1.10.2-2.el7_1 updates 100 k | |
rpcbind x86_64 0.2.0-26.el7 base 55 k | |
rpm x86_64 4.11.1-25.el7 base 1.1 M | |
rpm-build-libs x86_64 4.11.1-25.el7 base 101 k | |
rpm-libs x86_64 4.11.1-25.el7 base 269 k | |
rpm-python x86_64 4.11.1-25.el7 base 76 k | |
rsyslog x86_64 7.4.7-7.el7_0 base 556 k | |
selinux-policy noarch 3.13.1-23.el7_1.13 updates 358 k | |
selinux-policy-targeted noarch 3.13.1-23.el7_1.13 updates 3.9 M | |
setup noarch 2.8.71-5.el7 base 164 k | |
shadow-utils x86_64 2:4.1.5.1-18.el7 base 1.1 M | |
sqlite x86_64 3.7.17-6.el7_1.1 updates 394 k | |
sudo x86_64 1.8.6p7-13.el7 base 718 k | |
systemd x86_64 208-20.el7_1.5 updates 2.6 M | |
systemd-libs x86_64 208-20.el7_1.5 updates 161 k | |
systemd-sysv x86_64 208-20.el7_1.5 updates 44 k | |
teamd x86_64 1.15-1.el7 base 108 k | |
tuned noarch 2.4.1-1.el7 base 159 k | |
tzdata noarch 2015f-1.el7 updates 432 k | |
util-linux x86_64 2.23.2-22.el7_1.1 updates 1.9 M | |
wpa_supplicant x86_64 1:2.0-17.el7_1 updates 803 k | |
xfsprogs x86_64 3.2.1-6.el7 base 858 k | |
xz x86_64 5.1.2-9alpha.el7 base 200 k | |
xz-libs x86_64 5.1.2-9alpha.el7 base 102 k | |
yum noarch 3.4.3-125.el7.centos base 1.2 M | |
yum-plugin-fastestmirror noarch 1.1.31-29.el7 base 29 k | |
yum-utils noarch 1.1.31-29.el7 base 112 k | |
Installing for dependencies: | |
gssproxy x86_64 0.3.0-10.el7 base 81 k | |
kbd-legacy noarch 1.15.5-11.el7 base 465 k | |
libbasicobjects x86_64 0.1.1-24.el7 base 24 k | |
libcollection x86_64 0.6.2-24.el7 base 40 k | |
libini_config x86_64 1.1.0-24.el7 base 50 k | |
libpath_utils x86_64 0.2.1-24.el7 base 27 k | |
libref_array x86_64 0.1.4-24.el7 base 26 k | |
libtalloc x86_64 2.1.1-1.el7 base 30 k | |
libtevent x86_64 0.9.21-3.el7 base 31 k | |
libverto-tevent x86_64 0.2.5-4.el7 base 9.0 k | |
linux-firmware noarch 20140911-0.1.git365e80c.el7 base 17 M | |
python-rsa noarch 3.1.1-5.el7 epel 59 k | |
trousers x86_64 0.3.11.2-4.el7_1 updates 286 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package (+13 Dependent packages) | |
Upgrade 141 Packages | |
Total download size: 128 M | |
Downloading packages: | |
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. | |
warning: /tmp/yum/x86_64/7/epel/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY | |
Public key for epel-release-7-5.noarch.rpm is not installed | |
-------------------------------------------------------------------------------- | |
Total 8.7 MB/s | 128 MB 00:14 | |
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 | |
Importing GPG key 0x352C64E5: | |
Userid : "Fedora EPEL (7) <[email protected]>" | |
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 | |
Package : epel-release-7-1.noarch (@/epel-release-7-1.noarch) | |
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Updating : libgcc-4.8.3-9.el7.x86_64 1/296 | |
Updating : centos-release-7-1.1503.el7.centos.2.8.x86_64 2/296 | |
warning: /etc/yum/vars/infra created as /etc/yum/vars/infra.rpmnew | |
Updating : setup-2.8.71-5.el7.noarch 3/296 | |
warning: /etc/shadow created as /etc/shadow.rpmnew | |
Updating : 32:bind-license-9.9.4-18.el7_1.3.noarch 4/296 | |
Updating : tzdata-2015f-1.el7.noarch 5/296 | |
Updating : glibc-common-2.17-78.el7.x86_64 6/296 | |
Updating : glibc-2.17-78.el7.x86_64 7/296 | |
Updating : bash-4.2.46-12.el7.x86_64 8/296 | |
Updating : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 9/296 | |
Updating : libcom_err-1.42.9-7.el7.x86_64 10/296 | |
Updating : audit-libs-2.4.1-5.el7.x86_64 11/296 | |
Updating : xz-libs-5.1.2-9alpha.el7.x86_64 12/296 | |
Updating : libuuid-2.23.2-22.el7_1.1.x86_64 13/296 | |
Updating : libblkid-2.23.2-22.el7_1.1.x86_64 14/296 | |
Updating : 2:shadow-utils-4.1.5.1-18.el7.x86_64 15/296 | |
Updating : libdb-5.3.21-17.el7_0.1.x86_64 16/296 | |
Updating : pam-1.1.8-12.el7_1.1.x86_64 17/296 | |
Updating : glib2-2.40.0-4.el7.x86_64 18/296 | |
Updating : 1:dbus-libs-1.6.12-11.el7.x86_64 19/296 | |
Updating : elfutils-libelf-0.160-1.el7.x86_64 20/296 | |
Updating : nspr-4.10.8-1.el7_1.x86_64 21/296 | |
Updating : nss-util-3.19.1-3.el7_1.x86_64 22/296 | |
Updating : libnl3-3.2.21-8.el7.x86_64 23/296 | |
Updating : sqlite-3.7.17-6.el7_1.1.x86_64 24/296 | |
Updating : p11-kit-0.20.7-3.el7.x86_64 25/296 | |
Updating : iproute-3.10.0-21.el7.x86_64 26/296 | |
Updating : libmount-2.23.2-22.el7_1.1.x86_64 27/296 | |
Updating : libgcrypt-1.5.3-12.el7_1.1.x86_64 28/296 | |
Updating : systemd-libs-208-20.el7_1.5.x86_64 29/296 | |
Updating : libstdc++-4.8.3-9.el7.x86_64 30/296 | |
Updating : 1:gmp-6.0.0-11.el7.x86_64 31/296 | |
Updating : procps-ng-3.3.10-3.el7.x86_64 32/296 | |
Updating : nss-softokn-3.16.2.3-12.el7_1.x86_64 33/296 | |
Updating : nss-sysinit-3.19.1-5.el7_1.x86_64 34/296 | |
Updating : nss-3.19.1-5.el7_1.x86_64 35/296 | |
Updating : libnl3-cli-3.2.21-8.el7.x86_64 36/296 | |
Updating : xz-5.1.2-9alpha.el7.x86_64 37/296 | |
Updating : kmod-libs-14-10.el7.x86_64 38/296 | |
Updating : libxml2-2.9.1-5.el7_1.2.x86_64 39/296 | |
Updating : e2fsprogs-libs-1.42.9-7.el7.x86_64 40/296 | |
Installing : libref_array-0.1.4-24.el7.x86_64 41/296 | |
Updating : lzo-2.06-6.el7_0.2.x86_64 42/296 | |
Updating : 2:ethtool-3.15-2.el7.x86_64 43/296 | |
Installing : libtalloc-2.1.1-1.el7.x86_64 44/296 | |
Installing : libbasicobjects-0.1.1-24.el7.x86_64 45/296 | |
Updating : libtasn1-3.8-2.el7.x86_64 46/296 | |
Updating : p11-kit-trust-0.20.7-3.el7.x86_64 47/296 | |
Updating : ca-certificates-2015.2.4-70.0.el7_1.noarch 48/296 | |
Installing : libcollection-0.6.2-24.el7.x86_64 49/296 | |
Installing : libtevent-0.9.21-3.el7.x86_64 50/296 | |
Installing : libverto-tevent-0.2.5-4.el7.x86_64 51/296 | |
Updating : libteam-1.15-1.el7.x86_64 52/296 | |
Updating : nss-tools-3.19.1-5.el7_1.x86_64 53/296 | |
Updating : nettle-2.7.1-4.el7.x86_64 54/296 | |
Updating : pcre-8.32-14.el7.x86_64 55/296 | |
Updating : grep-2.20-1.el7.x86_64 56/296 | |
Updating : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 57/296 | |
Updating : krb5-libs-1.12.2-14.el7.x86_64 58/296 | |
Updating : python-libs-2.7.5-18.el7_1.1.x86_64 59/296 | |
Updating : python-2.7.5-18.el7_1.1.x86_64 60/296 | |
Updating : libtirpc-0.2.4-0.5.el7.x86_64 61/296 | |
Installing : python-rsa-3.1.1-5.el7.noarch 62/296 | |
Updating : audit-libs-python-2.4.1-5.el7.x86_64 63/296 | |
Updating : pygobject3-base-3.8.2-6.el7.x86_64 64/296 | |
Updating : python-urlgrabber-3.10-6.el7.noarch 65/296 | |
Updating : python-chardet-2.2.1-1.el7_1.noarch 66/296 | |
Updating : python-urllib3-1.10.2-2.el7_1.noarch 67/296 | |
Updating : python-requests-2.6.0-1.el7_1.noarch 68/296 | |
Updating : 1:openssl-1.0.1e-42.el7.9.x86_64 69/296 | |
Updating : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 70/296 | |
Updating : elfutils-libs-0.160-1.el7.x86_64 71/296 | |
Updating : libdb-utils-5.3.21-17.el7_0.1.x86_64 72/296 | |
Updating : rpm-4.11.1-25.el7.x86_64 73/296 | |
Updating : rpm-libs-4.11.1-25.el7.x86_64 74/296 | |
Updating : openldap-2.4.39-6.el7.x86_64 75/296 | |
Updating : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 76/296 | |
Updating : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 77/296 | |
Updating : libuser-0.60-7.el7_1.x86_64 78/296 | |
Updating : util-linux-2.23.2-22.el7_1.1.x86_64 79/296 | |
Updating : policycoreutils-2.2.5-15.el7.x86_64 80/296 | |
Updating : openssh-6.6.1p1-12.el7_1.x86_64 81/296 | |
Updating : selinux-policy-3.13.1-23.el7_1.13.noarch 82/296 | |
Updating : libnfsidmap-0.25-11.el7.x86_64 83/296 | |
Updating : rpm-build-libs-4.11.1-25.el7.x86_64 84/296 | |
Updating : rpm-python-4.11.1-25.el7.x86_64 85/296 | |
Updating : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 86/296 | |
Updating : yum-3.4.3-125.el7.centos.noarch 87/296 | |
Updating : grubby-8.28-11.el7.x86_64 88/296 | |
Updating : libss-1.42.9-7.el7.x86_64 89/296 | |
Updating : binutils-2.23.52.0.1-30.el7_1.2.x86_64 90/296 | |
Updating : kmod-14-10.el7.x86_64 91/296 | |
Updating : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 92/296 | |
Updating : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 93/296 | |
Updating : cryptsetup-libs-1.6.6-3.el7.x86_64 94/296 | |
Updating : systemd-208-20.el7_1.5.x86_64 95/296 | |
Updating : 1:dbus-1.6.12-11.el7.x86_64 96/296 | |
Updating : systemd-sysv-208-20.el7_1.5.x86_64 97/296 | |
Updating : iputils-20121221-6.el7_1.1.x86_64 98/296 | |
Updating : initscripts-9.49.24-1.el7.x86_64 99/296 | |
Updating : 12:dhclient-4.2.5-36.el7.centos.x86_64 100/296 | |
Updating : rpcbind-0.2.0-26.el7.x86_64 101/296 | |
Installing : trousers-0.3.11.2-4.el7_1.x86_64 102/296 | |
Updating : gnutls-3.3.8-12.el7_1.1.x86_64 103/296 | |
Updating : glib-networking-2.40.0-1.el7.x86_64 104/296 | |
Updating : cronie-anacron-1.4.11-13.el7.x86_64 105/296 | |
Updating : cronie-1.4.11-13.el7.x86_64 106/296 | |
Updating : libcgroup-0.41-8.el7.x86_64 107/296 | |
Updating : kpartx-0.4.9-77.el7.x86_64 108/296 | |
Updating : dracut-033-241.el7_1.5.x86_64 109/296 | |
Updating : dracut-network-033-241.el7_1.5.x86_64 110/296 | |
Updating : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 111/296 | |
Installing : libpath_utils-0.2.1-24.el7.x86_64 112/296 | |
Installing : libini_config-1.1.0-24.el7.x86_64 113/296 | |
Installing : gssproxy-0.3.0-10.el7.x86_64 114/296 | |
Updating : numactl-libs-2.0.9-5.el7_1.x86_64 115/296 | |
Updating : json-c-0.11-4.el7_0.x86_64 116/296 | |
Installing : linux-firmware-20140911-0.1.git365e80c.el7.noarch 117/296 | |
Installing : kbd-legacy-1.15.5-11.el7.noarch 118/296 | |
Updating : kbd-misc-1.15.5-11.el7.noarch 119/296 | |
Updating : kbd-1.15.5-11.el7.x86_64 120/296 | |
Installing : kernel-3.10.0-229.11.1.el7.x86_64 121/296 | |
grubby fatal error: unable to find a suitable template | |
Updating : rsyslog-7.4.7-7.el7_0.x86_64 122/296 | |
Updating : 2:irqbalance-1.0.7-2.el7_1.x86_64 123/296 | |
Updating : 1:nfs-utils-1.3.0-0.8.el7.x86_64 124/296 | |
Updating : kernel-tools-3.10.0-229.11.1.el7.x86_64 125/296 | |
Updating : kexec-tools-2.0.7-19.el7_1.2.x86_64 126/296 | |
Updating : dracut-config-rescue-033-241.el7_1.5.x86_64 127/296 | |
Updating : dracut-config-generic-033-241.el7_1.5.x86_64 128/296 | |
Updating : policycoreutils-python-2.2.5-15.el7.x86_64 129/296 | |
Updating : libsoup-2.46.0-3.el7.x86_64 130/296 | |
Updating : audit-2.4.1-5.el7.x86_64 131/296 | |
Updating : dnsmasq-2.66-14.el7_1.x86_64 132/296 | |
Updating : 1:wpa_supplicant-2.0-17.el7_1.x86_64 133/296 | |
Updating : libgudev1-208-20.el7_1.5.x86_64 134/296 | |
Updating : openssh-server-6.6.1p1-12.el7_1.x86_64 135/296 | |
Updating : tuned-2.4.1-1.el7.noarch 136/296 | |
Updating : 2:microcode_ctl-2.1-10.el7.x86_64 137/296 | |
Updating : parted-3.1-20.el7.x86_64 138/296 | |
Updating : e2fsprogs-1.42.9-7.el7.x86_64 139/296 | |
Updating : yum-utils-1.1.31-29.el7.noarch 140/296 | |
Updating : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 141/296 | |
Updating : openssh-clients-6.6.1p1-12.el7_1.x86_64 142/296 | |
Updating : authconfig-6.2.8-9.el7.x86_64 143/296 | |
Updating : sudo-1.8.6p7-13.el7.x86_64 144/296 | |
Updating : python-boto-2.38.0-2.el7.noarch 145/296 | |
Updating : python-backports-1.0-8.el7.x86_64 146/296 | |
Updating : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 147/296 | |
Updating : teamd-1.15-1.el7.x86_64 148/296 | |
Updating : btrfs-progs-3.16.2-1.el7.x86_64 149/296 | |
Updating : xfsprogs-3.2.1-6.el7.x86_64 150/296 | |
Updating : libgomp-4.8.3-9.el7.x86_64 151/296 | |
Updating : freetype-2.4.11-10.el7_1.1.x86_64 152/296 | |
Updating : 14:libpcap-1.5.3-4.el7_1.2.x86_64 153/296 | |
Updating : libyaml-0.1.4-11.el7_0.x86_64 154/296 | |
Updating : epel-release-7-5.noarch 155/296 | |
Cleanup : 1:nfs-utils-1.3.0-0.el7.x86_64 156/296 | |
Cleanup : openssh-server-6.4p1-8.el7.x86_64 157/296 | |
Cleanup : openssh-clients-6.4p1-8.el7.x86_64 158/296 | |
Cleanup : 1:wpa_supplicant-2.0-12.el7.x86_64 159/296 | |
Cleanup : kexec-tools-2.0.4-32.el7.centos.x86_64 160/296 | |
Cleanup : rpcbind-0.2.0-23.el7.x86_64 161/296 | |
Cleanup : btrfs-progs-3.12-4.el7.x86_64 162/296 | |
Cleanup : policycoreutils-python-2.2.5-11.el7.x86_64 163/296 | |
Cleanup : rsyslog-7.4.7-6.el7.x86_64 164/296 | |
Cleanup : openssh-6.4p1-8.el7.x86_64 165/296 | |
Cleanup : teamd-1.9-15.el7.x86_64 166/296 | |
Cleanup : e2fsprogs-1.42.9-4.el7.x86_64 167/296 | |
Cleanup : parted-3.1-17.el7.x86_64 168/296 | |
Cleanup : elfutils-libs-0.158-3.el7.x86_64 169/296 | |
Cleanup : cronie-anacron-1.4.11-11.el7.x86_64 170/296 | |
Cleanup : cronie-1.4.11-11.el7.x86_64 171/296 | |
Cleanup : authconfig-6.2.8-8.el7.x86_64 172/296 | |
Cleanup : 1:openssl-1.0.1e-34.el7.x86_64 173/296 | |
Cleanup : sudo-1.8.6p7-11.el7.x86_64 174/296 | |
Cleanup : audit-2.3.3-4.el7.x86_64 175/296 | |
Cleanup : 2:irqbalance-1.0.6-5.el7.x86_64 176/296 | |
Cleanup : libsoup-2.42.2-3.el7.x86_64 177/296 | |
Cleanup : tuned-2.3.0-11.el7.noarch 178/296 | |
Cleanup : glib-networking-2.36.2-3.el7.x86_64 179/296 | |
Cleanup : gnutls-3.1.18-8.el7.x86_64 180/296 | |
Cleanup : 1:mariadb-libs-5.5.35-3.el7.x86_64 181/296 | |
Cleanup : dnsmasq-2.66-12.el7.x86_64 182/296 | |
Cleanup : xfsprogs-3.2.0-0.10.alpha2.el7.x86_64 183/296 | |
Cleanup : kbd-1.15.5-10.el7.x86_64 184/296 | |
Cleanup : libgudev1-208-11.el7.x86_64 185/296 | |
Cleanup : dracut-network-033-161.el7.x86_64 186/296 | |
Cleanup : 12:dhclient-4.2.5-27.el7.centos.x86_64 187/296 | |
Cleanup : python-requests-1.1.0-8.el7.noarch 188/296 | |
Cleanup : selinux-policy-targeted-3.12.1-153.el7.noarch 189/296 | |
warning: file /etc/selinux/targeted/modules/active/modules/vbetool.pp: remove failed: No such file or directory | |
warning: file /etc/selinux/targeted/modules/active/modules/pkcsslotd.pp: remove failed: No such file or directory | |
Cleanup : selinux-policy-3.12.1-153.el7.noarch 190/296 | |
Cleanup : python-urllib3-1.5-8.el7.noarch 191/296 | |
Cleanup : systemd-sysv-208-11.el7.x86_64 192/296 | |
Cleanup : yum-utils-1.1.31-24.el7.noarch 193/296 | |
Cleanup : yum-plugin-fastestmirror-1.1.31-24.el7.noarch 194/296 | |
Cleanup : yum-3.4.3-118.el7.centos.noarch 195/296 | |
Cleanup : dracut-config-rescue-033-161.el7.x86_64 196/296 | |
Cleanup : rpm-python-4.11.1-16.el7.x86_64 197/296 | |
Cleanup : initscripts-9.49.17-1.el7.x86_64 198/296 | |
Cleanup : rpm-build-libs-4.11.1-16.el7.x86_64 199/296 | |
Cleanup : 32:bind-libs-lite-9.9.4-14.el7.x86_64 200/296 | |
Cleanup : policycoreutils-2.2.5-11.el7.x86_64 201/296 | |
Cleanup : rpm-libs-4.11.1-16.el7.x86_64 202/296 | |
Cleanup : rpm-4.11.1-16.el7.x86_64 203/296 | |
Cleanup : iputils-20121221-6.el7.x86_64 204/296 | |
Cleanup : pygobject3-base-3.8.2-4.el7.x86_64 205/296 | |
Cleanup : libteam-1.9-15.el7.x86_64 206/296 | |
Cleanup : kernel-tools-3.10.0-123.el7.x86_64 207/296 | |
Cleanup : iproute-3.10.0-13.el7.x86_64 208/296 | |
Cleanup : nettle-2.7.1-2.el7.x86_64 209/296 | |
Cleanup : 1:gmp-5.1.1-5.el7.x86_64 210/296 | |
Cleanup : audit-libs-python-2.3.3-4.el7.x86_64 211/296 | |
Cleanup : libcgroup-0.41-6.el7.x86_64 212/296 | |
Cleanup : libtirpc-0.2.4-0.3.el7.x86_64 213/296 | |
Cleanup : libnl3-cli-3.2.21-6.el7.x86_64 214/296 | |
Cleanup : libdb-utils-5.3.21-17.el7.x86_64 215/296 | |
Cleanup : libxml2-2.9.1-5.el7.x86_64 216/296 | |
Cleanup : numactl-libs-2.0.9-2.el7.x86_64 217/296 | |
Cleanup : e2fsprogs-libs-1.42.9-4.el7.x86_64 218/296 | |
Cleanup : libss-1.42.9-4.el7.x86_64 219/296 | |
Cleanup : libnfsidmap-0.25-9.el7.x86_64 220/296 | |
Cleanup : 2:microcode_ctl-2.1-7.1.el7.x86_64 221/296 | |
Cleanup : grubby-8.28-8.el7.x86_64 222/296 | |
Cleanup : freetype-2.4.11-9.el7.x86_64 223/296 | |
Cleanup : libgomp-4.8.2-16.el7.x86_64 224/296 | |
Cleanup : python-urlgrabber-3.10-4.el7.noarch 225/296 | |
Cleanup : python-chardet-2.0.1-7.el7.noarch 226/296 | |
Cleanup : 12:dhcp-common-4.2.5-27.el7.centos.x86_64 227/296 | |
Cleanup : 12:dhcp-libs-4.2.5-27.el7.centos.x86_64 228/296 | |
Cleanup : epel-release-7-1.noarch 229/296 | |
Cleanup : python-backports-1.0-6.el7.noarch 230/296 | |
Cleanup : python-boto-2.25.0-2.el7.centos.noarch 231/296 | |
Cleanup : dracut-config-generic-033-161.el7.x86_64 232/296 | |
Cleanup : dracut-033-161.el7.x86_64 233/296 | |
Cleanup : python-2.7.5-16.el7.x86_64 234/296 | |
Cleanup : python-libs-2.7.5-16.el7.x86_64 235/296 | |
Cleanup : 1:openssl-libs-1.0.1e-34.el7.x86_64 236/296 | |
Cleanup : krb5-libs-1.11.3-49.el7.x86_64 237/296 | |
Cleanup : grep-2.16-1.el7.x86_64 238/296 | |
Cleanup : pcre-8.32-12.el7.x86_64 239/296 | |
Cleanup : procps-ng-3.3.9-6.el7.x86_64 240/296 | |
Cleanup : ca-certificates-2013.1.95-71.el7.noarch 241/296 | |
Cleanup : p11-kit-trust-0.18.7-4.el7.x86_64 242/296 | |
Cleanup : p11-kit-0.18.7-4.el7.x86_64 243/296 | |
Cleanup : libstdc++-4.8.2-16.el7.x86_64 244/296 | |
Cleanup : kpartx-0.4.9-66.el7.x86_64 245/296 | |
Cleanup : cryptsetup-libs-1.6.3-2.el7.x86_64 246/296 | |
Cleanup : 7:device-mapper-libs-1.02.84-14.el7.x86_64 247/296 | |
Cleanup : 7:device-mapper-1.02.84-14.el7.x86_64 248/296 | |
Cleanup : 1:dbus-1.6.12-8.el7.x86_64 249/296 | |
Cleanup : systemd-208-11.el7.x86_64 250/296 | |
Cleanup : util-linux-2.23.2-16.el7.x86_64 251/296 | |
Cleanup : systemd-libs-208-11.el7.x86_64 252/296 | |
Cleanup : kmod-14-9.el7.x86_64 253/296 | |
Cleanup : xz-5.1.2-8alpha.el7.x86_64 254/296 | |
Cleanup : libmount-2.23.2-16.el7.x86_64 255/296 | |
Cleanup : libuser-0.60-5.el7.x86_64 256/296 | |
Cleanup : openldap-2.4.39-3.el7.x86_64 257/296 | |
Cleanup : nss-tools-3.15.4-6.el7.x86_64 258/296 | |
Cleanup : nss-sysinit-3.15.4-6.el7.x86_64 259/296 | |
Cleanup : nss-3.15.4-6.el7.x86_64 260/296 | |
Cleanup : nss-softokn-3.15.4-2.el7.x86_64 261/296 | |
Cleanup : pam-1.1.8-9.el7.x86_64 262/296 | |
Cleanup : nss-util-3.15.4-2.el7.x86_64 263/296 | |
Cleanup : libblkid-2.23.2-16.el7.x86_64 264/296 | |
Cleanup : kmod-libs-14-9.el7.x86_64 265/296 | |
Cleanup : 2:shadow-utils-4.1.5.1-13.el7.x86_64 266/296 | |
Cleanup : glib2-2.36.3-5.el7.x86_64 267/296 | |
Cleanup : binutils-2.23.52.0.1-16.el7.x86_64 268/296 | |
Cleanup : setup-2.8.71-4.el7.noarch 269/296 | |
Cleanup : audit-libs-2.3.3-4.el7.x86_64 270/296 | |
Cleanup : xz-libs-5.1.2-8alpha.el7.x86_64 271/296 | |
Cleanup : libuuid-2.23.2-16.el7.x86_64 272/296 | |
Cleanup : nspr-4.10.2-4.el7.x86_64 273/296 | |
Cleanup : libdb-5.3.21-17.el7.x86_64 274/296 | |
Cleanup : sqlite-3.7.17-4.el7.x86_64 275/296 | |
Cleanup : 1:dbus-libs-1.6.12-8.el7.x86_64 276/296 | |
Cleanup : libgcrypt-1.5.3-4.el7.x86_64 277/296 | |
Cleanup : libtasn1-3.3-3.el7.x86_64 278/296 | |
Cleanup : libcom_err-1.42.9-4.el7.x86_64 279/296 | |
Cleanup : libnl3-3.2.21-6.el7.x86_64 280/296 | |
Cleanup : kernel-tools-libs-3.10.0-123.el7.x86_64 281/296 | |
Cleanup : elfutils-libelf-0.158-3.el7.x86_64 282/296 | |
Cleanup : 2:ethtool-3.8-3.el7.x86_64 283/296 | |
Cleanup : json-c-0.11-3.el7.x86_64 284/296 | |
Cleanup : lzo-2.06-6.el7.x86_64 285/296 | |
Cleanup : libyaml-0.1.4-10.el7.x86_64 286/296 | |
Cleanup : 14:libpcap-1.5.3-3.el7.x86_64 287/296 | |
Cleanup : centos-release-7-0.1406.el7.centos.2.3.x86_64 288/296 | |
Cleanup : 32:bind-license-9.9.4-14.el7.noarch 289/296 | |
Cleanup : kbd-misc-1.15.5-10.el7.noarch 290/296 | |
Cleanup : bash-4.2.45-5.el7.x86_64 291/296 | |
Cleanup : glibc-common-2.17-55.el7.x86_64 292/296 | |
Cleanup : nss-softokn-freebl-3.15.4-2.el7.x86_64 293/296 | |
Cleanup : glibc-2.17-55.el7.x86_64 294/296 | |
Cleanup : tzdata-2014b-1.el7.noarch 295/296 | |
Cleanup : libgcc-4.8.2-16.el7.x86_64 296/296 | |
Verifying : libgudev1-208-20.el7_1.5.x86_64 1/296 | |
Verifying : kbd-misc-1.15.5-11.el7.noarch 2/296 | |
Verifying : gnutls-3.3.8-12.el7_1.1.x86_64 3/296 | |
Verifying : selinux-policy-3.13.1-23.el7_1.13.noarch 4/296 | |
Verifying : kernel-tools-libs-3.10.0-229.11.1.el7.x86_64 5/296 | |
Verifying : elfutils-libs-0.160-1.el7.x86_64 6/296 | |
Verifying : libref_array-0.1.4-24.el7.x86_64 7/296 | |
Verifying : 14:libpcap-1.5.3-4.el7_1.2.x86_64 8/296 | |
Verifying : libsoup-2.46.0-3.el7.x86_64 9/296 | |
Verifying : libpath_utils-0.2.1-24.el7.x86_64 10/296 | |
Verifying : dracut-config-rescue-033-241.el7_1.5.x86_64 11/296 | |
Verifying : nss-3.19.1-5.el7_1.x86_64 12/296 | |
Verifying : trousers-0.3.11.2-4.el7_1.x86_64 13/296 | |
Verifying : parted-3.1-20.el7.x86_64 14/296 | |
Verifying : systemd-208-20.el7_1.5.x86_64 15/296 | |
Verifying : openssh-server-6.6.1p1-12.el7_1.x86_64 16/296 | |
Verifying : grubby-8.28-11.el7.x86_64 17/296 | |
Verifying : e2fsprogs-1.42.9-7.el7.x86_64 18/296 | |
Verifying : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 19/296 | |
Verifying : gssproxy-0.3.0-10.el7.x86_64 20/296 | |
Verifying : python-rsa-3.1.1-5.el7.noarch 21/296 | |
Verifying : pcre-8.32-14.el7.x86_64 22/296 | |
Verifying : python-2.7.5-18.el7_1.1.x86_64 23/296 | |
Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 24/296 | |
Verifying : 2:irqbalance-1.0.7-2.el7_1.x86_64 25/296 | |
Verifying : iputils-20121221-6.el7_1.1.x86_64 26/296 | |
Verifying : kbd-1.15.5-11.el7.x86_64 27/296 | |
Verifying : libuser-0.60-7.el7_1.x86_64 28/296 | |
Verifying : 1:nfs-utils-1.3.0-0.8.el7.x86_64 29/296 | |
Verifying : libnfsidmap-0.25-11.el7.x86_64 30/296 | |
Verifying : nss-sysinit-3.19.1-5.el7_1.x86_64 31/296 | |
Verifying : python-libs-2.7.5-18.el7_1.1.x86_64 32/296 | |
Verifying : libss-1.42.9-7.el7.x86_64 33/296 | |
Verifying : libnl3-3.2.21-8.el7.x86_64 34/296 | |
Verifying : audit-2.4.1-5.el7.x86_64 35/296 | |
Verifying : kbd-legacy-1.15.5-11.el7.noarch 36/296 | |
Verifying : libgomp-4.8.3-9.el7.x86_64 37/296 | |
Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 38/296 | |
Verifying : kernel-3.10.0-229.11.1.el7.x86_64 39/296 | |
Verifying : kexec-tools-2.0.7-19.el7_1.2.x86_64 40/296 | |
Verifying : setup-2.8.71-5.el7.noarch 41/296 | |
Verifying : dracut-config-generic-033-241.el7_1.5.x86_64 42/296 | |
Verifying : procps-ng-3.3.10-3.el7.x86_64 43/296 | |
Verifying : nss-softokn-3.16.2.3-12.el7_1.x86_64 44/296 | |
Verifying : python-boto-2.38.0-2.el7.noarch 45/296 | |
Verifying : xfsprogs-3.2.1-6.el7.x86_64 46/296 | |
Verifying : 1:dbus-1.6.12-11.el7.x86_64 47/296 | |
Verifying : pam-1.1.8-12.el7_1.1.x86_64 48/296 | |
Verifying : sudo-1.8.6p7-13.el7.x86_64 49/296 | |
Verifying : tuned-2.4.1-1.el7.noarch 50/296 | |
Verifying : openssh-clients-6.6.1p1-12.el7_1.x86_64 51/296 | |
Verifying : glib2-2.40.0-4.el7.x86_64 52/296 | |
Verifying : 1:gmp-6.0.0-11.el7.x86_64 53/296 | |
Verifying : initscripts-9.49.24-1.el7.x86_64 54/296 | |
Verifying : nss-tools-3.19.1-5.el7_1.x86_64 55/296 | |
Verifying : libcom_err-1.42.9-7.el7.x86_64 56/296 | |
Verifying : audit-libs-python-2.4.1-5.el7.x86_64 57/296 | |
Verifying : yum-3.4.3-125.el7.centos.noarch 58/296 | |
Verifying : krb5-libs-1.12.2-14.el7.x86_64 59/296 | |
Verifying : rsyslog-7.4.7-7.el7_0.x86_64 60/296 | |
Verifying : xz-libs-5.1.2-9alpha.el7.x86_64 61/296 | |
Verifying : libyaml-0.1.4-11.el7_0.x86_64 62/296 | |
Verifying : 1:dbus-libs-1.6.12-11.el7.x86_64 63/296 | |
Verifying : dnsmasq-2.66-14.el7_1.x86_64 64/296 | |
Verifying : 1:openssl-1.0.1e-42.el7.9.x86_64 65/296 | |
Verifying : pygobject3-base-3.8.2-6.el7.x86_64 66/296 | |
Verifying : lzo-2.06-6.el7_0.2.x86_64 67/296 | |
Verifying : libdb-5.3.21-17.el7_0.1.x86_64 68/296 | |
Verifying : linux-firmware-20140911-0.1.git365e80c.el7.noarch 69/296 | |
Verifying : 2:microcode_ctl-2.1-10.el7.x86_64 70/296 | |
Verifying : xz-5.1.2-9alpha.el7.x86_64 71/296 | |
Verifying : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 72/296 | |
Verifying : rpcbind-0.2.0-26.el7.x86_64 73/296 | |
Verifying : glib-networking-2.40.0-1.el7.x86_64 74/296 | |
Verifying : libverto-tevent-0.2.5-4.el7.x86_64 75/296 | |
Verifying : elfutils-libelf-0.160-1.el7.x86_64 76/296 | |
Verifying : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 77/296 | |
Verifying : ca-certificates-2015.2.4-70.0.el7_1.noarch 78/296 | |
Verifying : dracut-033-241.el7_1.5.x86_64 79/296 | |
Verifying : systemd-libs-208-20.el7_1.5.x86_64 80/296 | |
Verifying : authconfig-6.2.8-9.el7.x86_64 81/296 | |
Verifying : policycoreutils-2.2.5-15.el7.x86_64 82/296 | |
Verifying : libdb-utils-5.3.21-17.el7_0.1.x86_64 83/296 | |
Verifying : p11-kit-trust-0.20.7-3.el7.x86_64 84/296 | |
Verifying : kmod-libs-14-10.el7.x86_64 85/296 | |
Verifying : openssh-6.6.1p1-12.el7_1.x86_64 86/296 | |
Verifying : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 87/296 | |
Verifying : libnl3-cli-3.2.21-8.el7.x86_64 88/296 | |
Verifying : 32:bind-libs-lite-9.9.4-18.el7_1.3.x86_64 89/296 | |
Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 90/296 | |
Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 91/296 | |
Verifying : dracut-network-033-241.el7_1.5.x86_64 92/296 | |
Verifying : util-linux-2.23.2-22.el7_1.1.x86_64 93/296 | |
Verifying : iproute-3.10.0-21.el7.x86_64 94/296 | |
Verifying : rpm-python-4.11.1-25.el7.x86_64 95/296 | |
Verifying : binutils-2.23.52.0.1-30.el7_1.2.x86_64 96/296 | |
Verifying : bash-4.2.46-12.el7.x86_64 97/296 | |
Verifying : numactl-libs-2.0.9-5.el7_1.x86_64 98/296 | |
Verifying : 1:openssl-libs-1.0.1e-42.el7.9.x86_64 99/296 | |
Verifying : systemd-sysv-208-20.el7_1.5.x86_64 100/296 | |
Verifying : freetype-2.4.11-10.el7_1.1.x86_64 101/296 | |
Verifying : audit-libs-2.4.1-5.el7.x86_64 102/296 | |
Verifying : glibc-common-2.17-78.el7.x86_64 103/296 | |
Verifying : rpm-build-libs-4.11.1-25.el7.x86_64 104/296 | |
Verifying : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 105/296 | |
Verifying : policycoreutils-python-2.2.5-15.el7.x86_64 106/296 | |
Verifying : cronie-1.4.11-13.el7.x86_64 107/296 | |
Verifying : rpm-4.11.1-25.el7.x86_64 108/296 | |
Verifying : openldap-2.4.39-6.el7.x86_64 109/296 | |
Verifying : teamd-1.15-1.el7.x86_64 110/296 | |
Verifying : libxml2-2.9.1-5.el7_1.2.x86_64 111/296 | |
Verifying : glibc-2.17-78.el7.x86_64 112/296 | |
Verifying : 2:ethtool-3.15-2.el7.x86_64 113/296 | |
Verifying : libcgroup-0.41-8.el7.x86_64 114/296 | |
Verifying : btrfs-progs-3.16.2-1.el7.x86_64 115/296 | |
Verifying : python-urlgrabber-3.10-6.el7.noarch 116/296 | |
Verifying : libtevent-0.9.21-3.el7.x86_64 117/296 | |
Verifying : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 118/296 | |
Verifying : tzdata-2015f-1.el7.noarch 119/296 | |
Verifying : kernel-tools-3.10.0-229.11.1.el7.x86_64 120/296 | |
Verifying : 12:dhclient-4.2.5-36.el7.centos.x86_64 121/296 | |
Verifying : libmount-2.23.2-22.el7_1.1.x86_64 122/296 | |
Verifying : libuuid-2.23.2-22.el7_1.1.x86_64 123/296 | |
Verifying : nss-softokn-freebl-3.16.2.3-12.el7_1.x86_64 124/296 | |
Verifying : 32:bind-license-9.9.4-18.el7_1.3.noarch 125/296 | |
Verifying : yum-utils-1.1.31-29.el7.noarch 126/296 | |
Verifying : nss-util-3.19.1-3.el7_1.x86_64 127/296 | |
Verifying : kmod-14-10.el7.x86_64 128/296 | |
Verifying : libtirpc-0.2.4-0.5.el7.x86_64 129/296 | |
Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 130/296 | |
Verifying : libteam-1.15-1.el7.x86_64 131/296 | |
Verifying : cronie-anacron-1.4.11-13.el7.x86_64 132/296 | |
Verifying : nspr-4.10.8-1.el7_1.x86_64 133/296 | |
Verifying : selinux-policy-targeted-3.13.1-23.el7_1.13.noarch 134/296 | |
Verifying : centos-release-7-1.1503.el7.centos.2.8.x86_64 135/296 | |
Verifying : sqlite-3.7.17-6.el7_1.1.x86_64 136/296 | |
Verifying : json-c-0.11-4.el7_0.x86_64 137/296 | |
Verifying : libtalloc-2.1.1-1.el7.x86_64 138/296 | |
Verifying : grep-2.20-1.el7.x86_64 139/296 | |
Verifying : libbasicobjects-0.1.1-24.el7.x86_64 140/296 | |
Verifying : libgcc-4.8.3-9.el7.x86_64 141/296 | |
Verifying : python-backports-1.0-8.el7.x86_64 142/296 | |
Verifying : kpartx-0.4.9-77.el7.x86_64 143/296 | |
Verifying : libtasn1-3.8-2.el7.x86_64 144/296 | |
Verifying : libcollection-0.6.2-24.el7.x86_64 145/296 | |
Verifying : p11-kit-0.20.7-3.el7.x86_64 146/296 | |
Verifying : libini_config-1.1.0-24.el7.x86_64 147/296 | |
Verifying : rpm-libs-4.11.1-25.el7.x86_64 148/296 | |
Verifying : python-requests-2.6.0-1.el7_1.noarch 149/296 | |
Verifying : libstdc++-4.8.3-9.el7.x86_64 150/296 | |
Verifying : python-chardet-2.2.1-1.el7_1.noarch 151/296 | |
Verifying : nettle-2.7.1-4.el7.x86_64 152/296 | |
Verifying : epel-release-7-5.noarch 153/296 | |
Verifying : python-urllib3-1.10.2-2.el7_1.noarch 154/296 | |
Verifying : libblkid-2.23.2-22.el7_1.1.x86_64 155/296 | |
Verifying : selinux-policy-targeted-3.12.1-153.el7.noarch 156/296 | |
Verifying : 2:microcode_ctl-2.1-7.1.el7.x86_64 157/296 | |
Verifying : pygobject3-base-3.8.2-4.el7.x86_64 158/296 | |
Verifying : openssh-server-6.4p1-8.el7.x86_64 159/296 | |
Verifying : grubby-8.28-8.el7.x86_64 160/296 | |
Verifying : 1:mariadb-libs-5.5.35-3.el7.x86_64 161/296 | |
Verifying : tzdata-2014b-1.el7.noarch 162/296 | |
Verifying : xfsprogs-3.2.0-0.10.alpha2.el7.x86_64 163/296 | |
Verifying : cronie-anacron-1.4.11-11.el7.x86_64 164/296 | |
Verifying : rpm-4.11.1-16.el7.x86_64 165/296 | |
Verifying : procps-ng-3.3.9-6.el7.x86_64 166/296 | |
Verifying : rpm-python-4.11.1-16.el7.x86_64 167/296 | |
Verifying : systemd-sysv-208-11.el7.x86_64 168/296 | |
Verifying : python-chardet-2.0.1-7.el7.noarch 169/296 | |
Verifying : libgcc-4.8.2-16.el7.x86_64 170/296 | |
Verifying : python-libs-2.7.5-16.el7.x86_64 171/296 | |
Verifying : kpartx-0.4.9-66.el7.x86_64 172/296 | |
Verifying : bash-4.2.45-5.el7.x86_64 173/296 | |
Verifying : authconfig-6.2.8-8.el7.x86_64 174/296 | |
Verifying : teamd-1.9-15.el7.x86_64 175/296 | |
Verifying : python-requests-1.1.0-8.el7.noarch 176/296 | |
Verifying : dnsmasq-2.66-12.el7.x86_64 177/296 | |
Verifying : dracut-033-161.el7.x86_64 178/296 | |
Verifying : 1:wpa_supplicant-2.0-12.el7.x86_64 179/296 | |
Verifying : libtasn1-3.3-3.el7.x86_64 180/296 | |
Verifying : glibc-2.17-55.el7.x86_64 181/296 | |
Verifying : numactl-libs-2.0.9-2.el7.x86_64 182/296 | |
Verifying : binutils-2.23.52.0.1-16.el7.x86_64 183/296 | |
Verifying : libxml2-2.9.1-5.el7.x86_64 184/296 | |
Verifying : grep-2.16-1.el7.x86_64 185/296 | |
Verifying : dracut-network-033-161.el7.x86_64 186/296 | |
Verifying : libcom_err-1.42.9-4.el7.x86_64 187/296 | |
Verifying : 1:dbus-1.6.12-8.el7.x86_64 188/296 | |
Verifying : 1:gmp-5.1.1-5.el7.x86_64 189/296 | |
Verifying : libblkid-2.23.2-16.el7.x86_64 190/296 | |
Verifying : yum-utils-1.1.31-24.el7.noarch 191/296 | |
Verifying : elfutils-libs-0.158-3.el7.x86_64 192/296 | |
Verifying : dracut-config-generic-033-161.el7.x86_64 193/296 | |
Verifying : audit-libs-python-2.3.3-4.el7.x86_64 194/296 | |
Verifying : ca-certificates-2013.1.95-71.el7.noarch 195/296 | |
Verifying : kmod-14-9.el7.x86_64 196/296 | |
Verifying : kexec-tools-2.0.4-32.el7.centos.x86_64 197/296 | |
Verifying : audit-2.3.3-4.el7.x86_64 198/296 | |
Verifying : pcre-8.32-12.el7.x86_64 199/296 | |
Verifying : glibc-common-2.17-55.el7.x86_64 200/296 | |
Verifying : gnutls-3.1.18-8.el7.x86_64 201/296 | |
Verifying : libdb-5.3.21-17.el7.x86_64 202/296 | |
Verifying : rpm-build-libs-4.11.1-16.el7.x86_64 203/296 | |
Verifying : nss-util-3.15.4-2.el7.x86_64 204/296 | |
Verifying : btrfs-progs-3.12-4.el7.x86_64 205/296 | |
Verifying : util-linux-2.23.2-16.el7.x86_64 206/296 | |
Verifying : sqlite-3.7.17-4.el7.x86_64 207/296 | |
Verifying : 32:bind-libs-lite-9.9.4-14.el7.x86_64 208/296 | |
Verifying : p11-kit-0.18.7-4.el7.x86_64 209/296 | |
Verifying : iproute-3.10.0-13.el7.x86_64 210/296 | |
Verifying : libgcrypt-1.5.3-4.el7.x86_64 211/296 | |
Verifying : yum-plugin-fastestmirror-1.1.31-24.el7.noarch 212/296 | |
Verifying : rpm-libs-4.11.1-16.el7.x86_64 213/296 | |
Verifying : libuuid-2.23.2-16.el7.x86_64 214/296 | |
Verifying : dracut-config-rescue-033-161.el7.x86_64 215/296 | |
Verifying : nss-tools-3.15.4-6.el7.x86_64 216/296 | |
Verifying : 2:irqbalance-1.0.6-5.el7.x86_64 217/296 | |
Verifying : initscripts-9.49.17-1.el7.x86_64 218/296 | |
Verifying : libdb-utils-5.3.21-17.el7.x86_64 219/296 | |
Verifying : 32:bind-license-9.9.4-14.el7.noarch 220/296 | |
Verifying : 12:dhcp-libs-4.2.5-27.el7.centos.x86_64 221/296 | |
Verifying : json-c-0.11-3.el7.x86_64 222/296 | |
Verifying : epel-release-7-1.noarch 223/296 | |
Verifying : libss-1.42.9-4.el7.x86_64 224/296 | |
Verifying : elfutils-libelf-0.158-3.el7.x86_64 225/296 | |
Verifying : libgudev1-208-11.el7.x86_64 226/296 | |
Verifying : nspr-4.10.2-4.el7.x86_64 227/296 | |
Verifying : glib2-2.36.3-5.el7.x86_64 228/296 | |
Verifying : glib-networking-2.36.2-3.el7.x86_64 229/296 | |
Verifying : libsoup-2.42.2-3.el7.x86_64 230/296 | |
Verifying : nettle-2.7.1-2.el7.x86_64 231/296 | |
Verifying : libstdc++-4.8.2-16.el7.x86_64 232/296 | |
Verifying : lzo-2.06-6.el7.x86_64 233/296 | |
Verifying : kernel-tools-libs-3.10.0-123.el7.x86_64 234/296 | |
Verifying : 7:device-mapper-1.02.84-14.el7.x86_64 235/296 | |
Verifying : openldap-2.4.39-3.el7.x86_64 236/296 | |
Verifying : libnl3-cli-3.2.21-6.el7.x86_64 237/296 | |
Verifying : e2fsprogs-1.42.9-4.el7.x86_64 238/296 | |
Verifying : rpcbind-0.2.0-23.el7.x86_64 239/296 | |
Verifying : audit-libs-2.3.3-4.el7.x86_64 240/296 | |
Verifying : 12:dhcp-common-4.2.5-27.el7.centos.x86_64 241/296 | |
Verifying : nss-softokn-3.15.4-2.el7.x86_64 242/296 | |
Verifying : xz-5.1.2-8alpha.el7.x86_64 243/296 | |
Verifying : 2:ethtool-3.8-3.el7.x86_64 244/296 | |
Verifying : iputils-20121221-6.el7.x86_64 245/296 | |
Verifying : 14:libpcap-1.5.3-3.el7.x86_64 246/296 | |
Verifying : python-2.7.5-16.el7.x86_64 247/296 | |
Verifying : 2:shadow-utils-4.1.5.1-13.el7.x86_64 248/296 | |
Verifying : 7:device-mapper-libs-1.02.84-14.el7.x86_64 249/296 | |
Verifying : kernel-tools-3.10.0-123.el7.x86_64 250/296 | |
Verifying : cronie-1.4.11-11.el7.x86_64 251/296 | |
Verifying : xz-libs-5.1.2-8alpha.el7.x86_64 252/296 | |
Verifying : libuser-0.60-5.el7.x86_64 253/296 | |
Verifying : selinux-policy-3.12.1-153.el7.noarch 254/296 | |
Verifying : python-urlgrabber-3.10-4.el7.noarch 255/296 | |
Verifying : 1:dbus-libs-1.6.12-8.el7.x86_64 256/296 | |
Verifying : systemd-208-11.el7.x86_64 257/296 | |
Verifying : rsyslog-7.4.7-6.el7.x86_64 258/296 | |
Verifying : libteam-1.9-15.el7.x86_64 259/296 | |
Verifying : 1:openssl-libs-1.0.1e-34.el7.x86_64 260/296 | |
Verifying : kbd-misc-1.15.5-10.el7.noarch 261/296 | |
Verifying : policycoreutils-2.2.5-11.el7.x86_64 262/296 | |
Verifying : python-boto-2.25.0-2.el7.centos.noarch 263/296 | |
Verifying : nss-3.15.4-6.el7.x86_64 264/296 | |
Verifying : cryptsetup-libs-1.6.3-2.el7.x86_64 265/296 | |
Verifying : nss-softokn-freebl-3.15.4-2.el7.x86_64 266/296 | |
Verifying : setup-2.8.71-4.el7.noarch 267/296 | |
Verifying : policycoreutils-python-2.2.5-11.el7.x86_64 268/296 | |
Verifying : kmod-libs-14-9.el7.x86_64 269/296 | |
Verifying : nss-sysinit-3.15.4-6.el7.x86_64 270/296 | |
Verifying : 1:nfs-utils-1.3.0-0.el7.x86_64 271/296 | |
Verifying : libtirpc-0.2.4-0.3.el7.x86_64 272/296 | |
Verifying : kbd-1.15.5-10.el7.x86_64 273/296 | |
Verifying : libgomp-4.8.2-16.el7.x86_64 274/296 | |
Verifying : parted-3.1-17.el7.x86_64 275/296 | |
Verifying : python-urllib3-1.5-8.el7.noarch 276/296 | |
Verifying : tuned-2.3.0-11.el7.noarch 277/296 | |
Verifying : libmount-2.23.2-16.el7.x86_64 278/296 | |
Verifying : libyaml-0.1.4-10.el7.x86_64 279/296 | |
Verifying : systemd-libs-208-11.el7.x86_64 280/296 | |
Verifying : freetype-2.4.11-9.el7.x86_64 281/296 | |
Verifying : openssh-clients-6.4p1-8.el7.x86_64 282/296 | |
Verifying : yum-3.4.3-118.el7.centos.noarch 283/296 | |
Verifying : krb5-libs-1.11.3-49.el7.x86_64 284/296 | |
Verifying : python-backports-1.0-6.el7.noarch 285/296 | |
Verifying : p11-kit-trust-0.18.7-4.el7.x86_64 286/296 | |
Verifying : 12:dhclient-4.2.5-27.el7.centos.x86_64 287/296 | |
Verifying : libnfsidmap-0.25-9.el7.x86_64 288/296 | |
Verifying : libcgroup-0.41-6.el7.x86_64 289/296 | |
Verifying : centos-release-7-0.1406.el7.centos.2.3.x86_64 290/296 | |
Verifying : openssh-6.4p1-8.el7.x86_64 291/296 | |
Verifying : libnl3-3.2.21-6.el7.x86_64 292/296 | |
Verifying : e2fsprogs-libs-1.42.9-4.el7.x86_64 293/296 | |
Verifying : sudo-1.8.6p7-11.el7.x86_64 294/296 | |
Verifying : pam-1.1.8-9.el7.x86_64 295/296 | |
Verifying : 1:openssl-1.0.1e-34.el7.x86_64 296/296 | |
Installed: | |
kernel.x86_64 0:3.10.0-229.11.1.el7 | |
Dependency Installed: | |
gssproxy.x86_64 0:0.3.0-10.el7 | |
kbd-legacy.noarch 0:1.15.5-11.el7 | |
libbasicobjects.x86_64 0:0.1.1-24.el7 | |
libcollection.x86_64 0:0.6.2-24.el7 | |
libini_config.x86_64 0:1.1.0-24.el7 | |
libpath_utils.x86_64 0:0.2.1-24.el7 | |
libref_array.x86_64 0:0.1.4-24.el7 | |
libtalloc.x86_64 0:2.1.1-1.el7 | |
libtevent.x86_64 0:0.9.21-3.el7 | |
libverto-tevent.x86_64 0:0.2.5-4.el7 | |
linux-firmware.noarch 0:20140911-0.1.git365e80c.el7 | |
python-rsa.noarch 0:3.1.1-5.el7 | |
trousers.x86_64 0:0.3.11.2-4.el7_1 | |
Updated: | |
audit.x86_64 0:2.4.1-5.el7 | |
audit-libs.x86_64 0:2.4.1-5.el7 | |
audit-libs-python.x86_64 0:2.4.1-5.el7 | |
authconfig.x86_64 0:6.2.8-9.el7 | |
bash.x86_64 0:4.2.46-12.el7 | |
bind-libs-lite.x86_64 32:9.9.4-18.el7_1.3 | |
bind-license.noarch 32:9.9.4-18.el7_1.3 | |
binutils.x86_64 0:2.23.52.0.1-30.el7_1.2 | |
btrfs-progs.x86_64 0:3.16.2-1.el7 | |
ca-certificates.noarch 0:2015.2.4-70.0.el7_1 | |
centos-release.x86_64 0:7-1.1503.el7.centos.2.8 | |
cronie.x86_64 0:1.4.11-13.el7 | |
cronie-anacron.x86_64 0:1.4.11-13.el7 | |
cryptsetup-libs.x86_64 0:1.6.6-3.el7 | |
dbus.x86_64 1:1.6.12-11.el7 | |
dbus-libs.x86_64 1:1.6.12-11.el7 | |
device-mapper.x86_64 7:1.02.93-3.el7_1.1 | |
device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 | |
dhclient.x86_64 12:4.2.5-36.el7.centos | |
dhcp-common.x86_64 12:4.2.5-36.el7.centos | |
dhcp-libs.x86_64 12:4.2.5-36.el7.centos | |
dnsmasq.x86_64 0:2.66-14.el7_1 | |
dracut.x86_64 0:033-241.el7_1.5 | |
dracut-config-generic.x86_64 0:033-241.el7_1.5 | |
dracut-config-rescue.x86_64 0:033-241.el7_1.5 | |
dracut-network.x86_64 0:033-241.el7_1.5 | |
e2fsprogs.x86_64 0:1.42.9-7.el7 | |
e2fsprogs-libs.x86_64 0:1.42.9-7.el7 | |
elfutils-libelf.x86_64 0:0.160-1.el7 | |
elfutils-libs.x86_64 0:0.160-1.el7 | |
epel-release.noarch 0:7-5 | |
ethtool.x86_64 2:3.15-2.el7 | |
freetype.x86_64 0:2.4.11-10.el7_1.1 | |
glib-networking.x86_64 0:2.40.0-1.el7 | |
glib2.x86_64 0:2.40.0-4.el7 | |
glibc.x86_64 0:2.17-78.el7 | |
glibc-common.x86_64 0:2.17-78.el7 | |
gmp.x86_64 1:6.0.0-11.el7 | |
gnutls.x86_64 0:3.3.8-12.el7_1.1 | |
grep.x86_64 0:2.20-1.el7 | |
grubby.x86_64 0:8.28-11.el7 | |
initscripts.x86_64 0:9.49.24-1.el7 | |
iproute.x86_64 0:3.10.0-21.el7 | |
iputils.x86_64 0:20121221-6.el7_1.1 | |
irqbalance.x86_64 2:1.0.7-2.el7_1 | |
json-c.x86_64 0:0.11-4.el7_0 | |
kbd.x86_64 0:1.15.5-11.el7 | |
kbd-misc.noarch 0:1.15.5-11.el7 | |
kernel-tools.x86_64 0:3.10.0-229.11.1.el7 | |
kernel-tools-libs.x86_64 0:3.10.0-229.11.1.el7 | |
kexec-tools.x86_64 0:2.0.7-19.el7_1.2 | |
kmod.x86_64 0:14-10.el7 | |
kmod-libs.x86_64 0:14-10.el7 | |
kpartx.x86_64 0:0.4.9-77.el7 | |
krb5-libs.x86_64 0:1.12.2-14.el7 | |
libblkid.x86_64 0:2.23.2-22.el7_1.1 | |
libcgroup.x86_64 0:0.41-8.el7 | |
libcom_err.x86_64 0:1.42.9-7.el7 | |
libdb.x86_64 0:5.3.21-17.el7_0.1 | |
libdb-utils.x86_64 0:5.3.21-17.el7_0.1 | |
libgcc.x86_64 0:4.8.3-9.el7 | |
libgcrypt.x86_64 0:1.5.3-12.el7_1.1 | |
libgomp.x86_64 0:4.8.3-9.el7 | |
libgudev1.x86_64 0:208-20.el7_1.5 | |
libmount.x86_64 0:2.23.2-22.el7_1.1 | |
libnfsidmap.x86_64 0:0.25-11.el7 | |
libnl3.x86_64 0:3.2.21-8.el7 | |
libnl3-cli.x86_64 0:3.2.21-8.el7 | |
libpcap.x86_64 14:1.5.3-4.el7_1.2 | |
libsoup.x86_64 0:2.46.0-3.el7 | |
libss.x86_64 0:1.42.9-7.el7 | |
libstdc++.x86_64 0:4.8.3-9.el7 | |
libtasn1.x86_64 0:3.8-2.el7 | |
libteam.x86_64 0:1.15-1.el7 | |
libtirpc.x86_64 0:0.2.4-0.5.el7 | |
libuser.x86_64 0:0.60-7.el7_1 | |
libuuid.x86_64 0:2.23.2-22.el7_1.1 | |
libxml2.x86_64 0:2.9.1-5.el7_1.2 | |
libyaml.x86_64 0:0.1.4-11.el7_0 | |
lzo.x86_64 0:2.06-6.el7_0.2 | |
mariadb-libs.x86_64 1:5.5.41-2.el7_0 | |
microcode_ctl.x86_64 2:2.1-10.el7 | |
nettle.x86_64 0:2.7.1-4.el7 | |
nfs-utils.x86_64 1:1.3.0-0.8.el7 | |
nspr.x86_64 0:4.10.8-1.el7_1 | |
nss.x86_64 0:3.19.1-5.el7_1 | |
nss-softokn.x86_64 0:3.16.2.3-12.el7_1 | |
nss-softokn-freebl.x86_64 0:3.16.2.3-12.el7_1 | |
nss-sysinit.x86_64 0:3.19.1-5.el7_1 | |
nss-tools.x86_64 0:3.19.1-5.el7_1 | |
nss-util.x86_64 0:3.19.1-3.el7_1 | |
numactl-libs.x86_64 0:2.0.9-5.el7_1 | |
openldap.x86_64 0:2.4.39-6.el7 | |
openssh.x86_64 0:6.6.1p1-12.el7_1 | |
openssh-clients.x86_64 0:6.6.1p1-12.el7_1 | |
openssh-server.x86_64 0:6.6.1p1-12.el7_1 | |
openssl.x86_64 1:1.0.1e-42.el7.9 | |
openssl-libs.x86_64 1:1.0.1e-42.el7.9 | |
p11-kit.x86_64 0:0.20.7-3.el7 | |
p11-kit-trust.x86_64 0:0.20.7-3.el7 | |
pam.x86_64 0:1.1.8-12.el7_1.1 | |
parted.x86_64 0:3.1-20.el7 | |
pcre.x86_64 0:8.32-14.el7 | |
policycoreutils.x86_64 0:2.2.5-15.el7 | |
policycoreutils-python.x86_64 0:2.2.5-15.el7 | |
procps-ng.x86_64 0:3.3.10-3.el7 | |
pygobject3-base.x86_64 0:3.8.2-6.el7 | |
python.x86_64 0:2.7.5-18.el7_1.1 | |
python-backports.x86_64 0:1.0-8.el7 | |
python-boto.noarch 0:2.38.0-2.el7 | |
python-chardet.noarch 0:2.2.1-1.el7_1 | |
python-libs.x86_64 0:2.7.5-18.el7_1.1 | |
python-requests.noarch 0:2.6.0-1.el7_1 | |
python-urlgrabber.noarch 0:3.10-6.el7 | |
python-urllib3.noarch 0:1.10.2-2.el7_1 | |
rpcbind.x86_64 0:0.2.0-26.el7 | |
rpm.x86_64 0:4.11.1-25.el7 | |
rpm-build-libs.x86_64 0:4.11.1-25.el7 | |
rpm-libs.x86_64 0:4.11.1-25.el7 | |
rpm-python.x86_64 0:4.11.1-25.el7 | |
rsyslog.x86_64 0:7.4.7-7.el7_0 | |
selinux-policy.noarch 0:3.13.1-23.el7_1.13 | |
selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.13 | |
setup.noarch 0:2.8.71-5.el7 | |
shadow-utils.x86_64 2:4.1.5.1-18.el7 | |
sqlite.x86_64 0:3.7.17-6.el7_1.1 | |
sudo.x86_64 0:1.8.6p7-13.el7 | |
systemd.x86_64 0:208-20.el7_1.5 | |
systemd-libs.x86_64 0:208-20.el7_1.5 | |
systemd-sysv.x86_64 0:208-20.el7_1.5 | |
teamd.x86_64 0:1.15-1.el7 | |
tuned.noarch 0:2.4.1-1.el7 | |
tzdata.noarch 0:2015f-1.el7 | |
util-linux.x86_64 0:2.23.2-22.el7_1.1 | |
wpa_supplicant.x86_64 1:2.0-17.el7_1 | |
xfsprogs.x86_64 0:3.2.1-6.el7 | |
xz.x86_64 0:5.1.2-9alpha.el7 | |
xz-libs.x86_64 0:5.1.2-9alpha.el7 | |
yum.noarch 0:3.4.3-125.el7.centos | |
yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 | |
yum-utils.noarch 0:1.1.31-29.el7 | |
Complete! | |
dib-run-parts Wed Aug 19 23:44:38 UTC 2015 00-up-to-date completed | |
dib-run-parts Wed Aug 19 23:44:38 UTC 2015 Running /tmp/in_target.d/install.d/01-package-installs | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/install.d/01-package-installs | |
+ package-installs -d /tmp/in_target.d/install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-installs | |
+ SCRIPTNAME=package-installs | |
++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' | |
+ '[' -n '' ']' | |
+ package-installs-v2 --phase install.d /tmp/package-installs.json | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for redhat-common element does not exist. | |
Map file for source-repositories element does not exist. | |
Map file for source-repositories element does not exist. | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
installing traceroute from redhat-common | |
installing tcpdump from redhat-common | |
installing which from redhat-common | |
installing lsof from redhat-common | |
installing traceroute from redhat-common | |
installing tcpdump from redhat-common | |
installing which from redhat-common | |
installing lsof from redhat-common | |
installing ccache_package from base | |
installing ccache_package from base | |
installing git from source-repositories | |
installing git from source-repositories | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 01-package-installs completed | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/10-cloud-init | |
WARNING: In the future the default setting for manage_etc_hosts will not be overridden by this element. | |
WARNING: Set DIB_CLOUD_INIT_ETC_HOSTS to 'localhost' to preserve current behavior. | |
0+1 records in | |
0+1 records out | |
28 bytes (28 B) copied, 6.4764e-05 s, 432 kB/s | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 10-cloud-init completed | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/50-ip-forward | |
+ set -o pipefail | |
+ cat | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 50-ip-forward completed | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/50-store-build-settings | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 50-store-build-settings completed | |
dib-run-parts Wed Aug 19 23:44:47 UTC 2015 Running /tmp/in_target.d/install.d/51-instack-files | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
Running install-packages install. Package list: net-tools | |
yum-utils | |
git | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version | |
Package yum-utils-1.1.31-29.el7.noarch already installed and latest version | |
Package git-1.8.3.1-4.el7.x86_64 already installed and latest version | |
Nothing to do | |
/etc/sudoers: parsed OK | |
/etc/sudoers.d/stack: parsed OK | |
dib-run-parts Wed Aug 19 23:44:50 UTC 2015 51-instack-files completed | |
dib-run-parts Wed Aug 19 23:44:50 UTC 2015 Running /tmp/in_target.d/install.d/62-ssh-key | |
dib-run-parts Wed Aug 19 23:44:50 UTC 2015 62-ssh-key completed | |
dib-run-parts Wed Aug 19 23:44:50 UTC 2015 Running /tmp/in_target.d/install.d/99-dkms | |
Running install-packages install. Package list: dkms | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: centos.mirror.nac.net | |
* updates: centos.aol.com | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el7 will be installed | |
--> Processing Dependency: kernel-devel for package: dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch | |
--> Processing Dependency: gcc for package: dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch | |
--> Running transaction check | |
---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed | |
--> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64 | |
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64 | |
---> Package kernel-devel.x86_64 0:3.10.0-229.11.1.el7 will be installed | |
--> Running transaction check | |
---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed | |
---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed | |
--> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64 | |
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64 | |
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed | |
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed | |
--> Running transaction check | |
---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed | |
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64 | |
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64 | |
--> Running transaction check | |
---> Package kernel-headers.x86_64 0:3.10.0-229.11.1.el7 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
dkms noarch 2.2.0.3-30.git.7c3e7c5.el7 epel 77 k | |
Installing for dependencies: | |
cpp x86_64 4.8.3-9.el7 base 5.9 M | |
gcc x86_64 4.8.3-9.el7 base 16 M | |
glibc-devel x86_64 2.17-78.el7 base 1.0 M | |
glibc-headers x86_64 2.17-78.el7 base 656 k | |
kernel-devel x86_64 3.10.0-229.11.1.el7 updates 9.9 M | |
kernel-headers x86_64 3.10.0-229.11.1.el7 updates 2.3 M | |
libmpc x86_64 1.0.1-3.el7 base 51 k | |
mpfr x86_64 3.1.1-4.el7 base 203 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package (+8 Dependent packages) | |
Total download size: 36 M | |
Installed size: 91 M | |
Downloading packages: | |
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. | |
-------------------------------------------------------------------------------- | |
Total 10 MB/s | 36 MB 00:03 | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : mpfr-3.1.1-4.el7.x86_64 1/9 | |
Installing : libmpc-1.0.1-3.el7.x86_64 2/9 | |
Installing : cpp-4.8.3-9.el7.x86_64 3/9 | |
Installing : kernel-headers-3.10.0-229.11.1.el7.x86_64 4/9 | |
Installing : glibc-headers-2.17-78.el7.x86_64 5/9 | |
Installing : glibc-devel-2.17-78.el7.x86_64 6/9 | |
Installing : gcc-4.8.3-9.el7.x86_64 7/9 | |
Installing : kernel-devel-3.10.0-229.11.1.el7.x86_64 8/9 | |
Installing : dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch 9/9 | |
Verifying : gcc-4.8.3-9.el7.x86_64 1/9 | |
Verifying : glibc-devel-2.17-78.el7.x86_64 2/9 | |
Verifying : mpfr-3.1.1-4.el7.x86_64 3/9 | |
Verifying : cpp-4.8.3-9.el7.x86_64 4/9 | |
Verifying : kernel-devel-3.10.0-229.11.1.el7.x86_64 5/9 | |
Verifying : libmpc-1.0.1-3.el7.x86_64 6/9 | |
Verifying : kernel-headers-3.10.0-229.11.1.el7.x86_64 7/9 | |
Verifying : dkms-2.2.0.3-30.git.7c3e7c5.el7.noarch 8/9 | |
Verifying : glibc-headers-2.17-78.el7.x86_64 9/9 | |
Installed: | |
dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el7 | |
Dependency Installed: | |
cpp.x86_64 0:4.8.3-9.el7 | |
gcc.x86_64 0:4.8.3-9.el7 | |
glibc-devel.x86_64 0:2.17-78.el7 | |
glibc-headers.x86_64 0:2.17-78.el7 | |
kernel-devel.x86_64 0:3.10.0-229.11.1.el7 | |
kernel-headers.x86_64 0:3.10.0-229.11.1.el7 | |
libmpc.x86_64 0:1.0.1-3.el7 | |
mpfr.x86_64 0:3.1.1-4.el7 | |
Complete! | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 99-dkms completed | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/install.d/99-package-uninstalls | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/install.d/99-package-uninstalls | |
+ package-uninstalls -d /tmp/in_target.d/install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-uninstalls | |
+ SCRIPTNAME=package-uninstalls | |
++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' | |
+ install-packages -e | |
+ package-installs-v2 --phase install.d --uninstall /tmp/package-installs.json | |
Nothing to uninstall | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 99-package-uninstalls completed | |
----------------------- PROFILING ----------------------- | |
Target: install.d | |
Script Seconds | |
--------------------------------------- ---------- | |
00-baseline-environment 5.064 | |
00-up-to-date 100.119 | |
01-package-installs 8.224 | |
10-cloud-init 0.006 | |
50-ip-forward 0.004 | |
50-store-build-settings 0.005 | |
51-instack-files 3.799 | |
62-ssh-key 0.007 | |
99-dkms 19.854 | |
99-package-uninstalls 0.047 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/00-package-installs | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/post-install.d/00-package-installs | |
+ package-installs -d /tmp/in_target.d/post-install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-installs | |
+ SCRIPTNAME=package-installs | |
++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/post-install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/post-install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/post-install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' | |
+ '[' -n '' ']' | |
+ package-installs-v2 --phase post-install.d /tmp/package-installs.json | |
Nothing to install | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 00-package-installs completed | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/05-fstab-rootfs-label | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 05-fstab-rootfs-label completed | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf | |
NOZEROCONF=yes | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 06-network-config-nonzeroconf completed | |
dib-run-parts Wed Aug 19 23:45:10 UTC 2015 Running /tmp/in_target.d/post-install.d/90-remove-cloud-init | |
Loaded plugins: fastestmirror | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package cloud-init.x86_64 0:0.7.5-10.el7.centos.1 will be erased | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Removing: | |
cloud-init x86_64 0.7.5-10.el7.centos.1 installed 1.4 M | |
Transaction Summary | |
================================================================================ | |
Remove 1 Package | |
Installed size: 1.4 M | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Erasing : cloud-init-0.7.5-10.el7.centos.1.x86_64 1/1 | |
Verifying : cloud-init-0.7.5-10.el7.centos.1.x86_64 1/1 | |
Removed: | |
cloud-init.x86_64 0:0.7.5-10.el7.centos.1 | |
Complete! | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 90-remove-cloud-init completed | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/90-set-hostname | |
+ set -o pipefail | |
+ echo instack.localdomain | |
+ echo '127.0.0.1 instack instack.localdomain' | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 90-set-hostname completed | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/99-package-uninstalls | |
+ set -eu | |
+ set -o pipefail | |
++ dirname /tmp/in_target.d/post-install.d/99-package-uninstalls | |
+ package-uninstalls -d /tmp/in_target.d/post-install.d | |
+ set -eu | |
+ set -o pipefail | |
++ basename /usr/local/bin/package-uninstalls | |
+ SCRIPTNAME=package-uninstalls | |
++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d | |
+ TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --' | |
+ '[' 0 '!=' 0 ']' | |
+ eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --' | |
++ set -- -d /tmp/in_target.d/post-install.d -- | |
+ WORKDIR= | |
+ true | |
+ case "$1" in | |
+ WORKDIR=/tmp/in_target.d/post-install.d | |
+ shift 2 | |
+ true | |
+ case "$1" in | |
+ shift | |
+ break | |
+ '[' -z /tmp/in_target.d/post-install.d ']' | |
+ PACKAGES= | |
++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*' | |
+ install-packages -e | |
+ package-installs-v2 --phase post-install.d --uninstall /tmp/package-installs.json | |
Nothing to uninstall | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 99-package-uninstalls completed | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 Running /tmp/in_target.d/post-install.d/99-reset-yum-conf | |
+ set -eu | |
+ set -o pipefail | |
+ sed -i s/keepcache=1/keepcache=0/ /etc/yum.conf | |
+ sed -i 's/cachedir=\/tmp\/yum/cachedir=\/var\/cache\/yum/' /etc/yum.conf | |
dib-run-parts Wed Aug 19 23:45:11 UTC 2015 99-reset-yum-conf completed | |
----------------------- PROFILING ----------------------- | |
Target: post-install.d | |
Script Seconds | |
--------------------------------------- ---------- | |
00-package-installs 0.040 | |
05-fstab-rootfs-label 0.004 | |
06-network-config-nonzeroconf 0.004 | |
90-remove-cloud-init 0.842 | |
90-set-hostname 0.003 | |
99-package-uninstalls 0.047 | |
99-reset-yum-conf 0.006 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:45:12 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/block-device.d/10-partition | |
Checking that no-one is using this disk right now ... | |
BLKRRPART: Invalid argument | |
OK | |
sfdisk: Disk /dev/loop0: cannot get geometry | |
sfdisk: /dev/loop0: unrecognized partition table type | |
sfdisk: No partitions found | |
BLKRRPART: Invalid argument | |
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1) | |
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1 | |
(See fdisk(8).) | |
dib-run-parts Wed Aug 19 23:45:12 UTC 2015 10-partition completed | |
Disk /dev/loop0: 3916 cylinders, 255 heads, 63 sectors/track | |
Old situation: | |
New situation: | |
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0 | |
Device Boot Start End #cyls #blocks Id System | |
/dev/loop0p1 * 1 3915 3915 31447237+ 83 Linux | |
/dev/loop0p2 0 - 0 0 0 Empty | |
/dev/loop0p3 0 - 0 0 0 Empty | |
/dev/loop0p4 0 - 0 0 0 Empty | |
Successfully wrote the new partition table | |
Re-reading the partition table ... | |
IMAGE_BLOCK_DEVICE=/dev/loop0p1 | |
----------------------- PROFILING ----------------------- | |
Target: block-device.d | |
Script Seconds | |
--------------------------------------- ---------- | |
10-partition 0.214 | |
--------------------- END PROFILING --------------------- | |
mke2fs 1.42.9 (28-Dec-2013) | |
Discarding device blocks: done | |
Filesystem label=cloudimg-rootfs | |
OS type: Linux | |
Block size=4096 (log=2) | |
Fragment size=4096 (log=2) | |
Stride=0 blocks, Stripe width=0 blocks | |
1966080 inodes, 7861809 blocks | |
393090 blocks (5.00%) reserved for the super user | |
First data block=0 | |
Maximum filesystem blocks=2155872256 | |
240 block groups | |
32768 blocks per group, 32768 fragments per group | |
8192 inodes per group | |
Superblock backups stored on blocks: | |
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, | |
4096000 | |
Allocating group tables: done | |
Writing inode tables: done | |
Creating journal (32768 blocks): done | |
Writing superblocks and filesystem accounting information: done | |
tune2fs 1.42.9 (28-Dec-2013) | |
dib-run-parts Wed Aug 19 23:45:17 UTC 2015 Running /tmp/in_target.d/finalise.d/01-clean-old-kernels | |
WARNING: map-packages is deprecated. Please use the pkg-map element. | |
Running install-packages install. Package list: yum-utils | |
Loaded plugins: fastestmirror | |
Determining fastest mirrors | |
* base: centos.aol.com | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
* extras: mirrors.advancedhosters.com | |
* updates: centos.aol.com | |
Package yum-utils-1.1.31-29.el7.noarch already installed and latest version | |
Nothing to do | |
Loaded plugins: fastestmirror | |
--> Running transaction check | |
---> Package kernel.x86_64 0:3.10.0-123.el7 will be erased | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Removing: | |
kernel x86_64 3.10.0-123.el7 installed 127 M | |
Transaction Summary | |
================================================================================ | |
Remove 1 Package | |
Installed size: 127 M | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
grubby fatal error: unable to find a suitable template | |
grubby: doing this would leave no kernel entries. Not writing out new config. | |
Erasing : kernel-3.10.0-123.el7.x86_64 1/1 | |
warning: file /lib/modules/3.10.0-123.el7.x86_64/updates: remove failed: No such file or directory | |
warning: file /lib/modules/3.10.0-123.el7.x86_64/modules.softdep: remove failed: No such file or directory | |
warning: file /lib/modules/3.10.0-123.el7.x86_64/modules.devname: remove failed: No such file or directory | |
Verifying : kernel-3.10.0-123.el7.x86_64 1/1 | |
Removed: | |
kernel.x86_64 0:3.10.0-123.el7 | |
Complete! | |
dib-run-parts Wed Aug 19 23:45:30 UTC 2015 01-clean-old-kernels completed | |
dib-run-parts Wed Aug 19 23:45:30 UTC 2015 Running /tmp/in_target.d/finalise.d/11-selinux-fixfiles-restore | |
+ set -eu | |
+ set -o pipefail | |
++ which setfiles | |
+ SETFILES=/usr/sbin/setfiles | |
+ '[' -e /etc/selinux/targeted/contexts/files/file_contexts -a -x /usr/sbin/setfiles ']' | |
+ setfiles /etc/selinux/targeted/contexts/files/file_contexts / | |
dib-run-parts Wed Aug 19 23:45:43 UTC 2015 11-selinux-fixfiles-restore completed | |
dib-run-parts Wed Aug 19 23:45:43 UTC 2015 Running /tmp/in_target.d/finalise.d/50-remove-bogus-udev-links | |
+ set -eu | |
+ set -o pipefail | |
+ '[' centos7 = opensuse ']' | |
dib-run-parts Wed Aug 19 23:45:43 UTC 2015 50-remove-bogus-udev-links completed | |
dib-run-parts Wed Aug 19 23:45:43 UTC 2015 Running /tmp/in_target.d/finalise.d/51-bootloader | |
+ set -eu | |
+ set -o pipefail | |
+ '[' -n /dev/loop0p1 ']' | |
+ PART_DEV=/dev/loop0p1 | |
+ [[ amd64 =~ ppc ]] | |
++ echo /dev/loop0p1 | |
++ sed -e s#p1## | |
++ sed -e s#mapper/## | |
+ BOOT_DEV=/dev/loop0 | |
+ DIB_EXTLINUX=0 | |
+ '[' 0 '!=' 0 ']' | |
+ install_grub2 | |
+ '[' -f /tmp/grub/install ']' | |
+ source /tmp/grub/install | |
++ rpm -i /tmp/grub/grub2-2.02-0.16.el7.centos.x86_64.rpm | |
++ which grub-install | |
which: no grub-install in (/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) | |
+ GRUBNAME= | |
+ echo 'trying grub2-install' | |
trying grub2-install | |
+ '[' -z '' ']' | |
++ which grub2-install | |
+ GRUBNAME=/usr/sbin/grub2-install | |
+ '[' -z /usr/sbin/grub2-install ']' | |
++ /usr/sbin/grub2-install --version | |
++ grep 0.97 | |
++ wc -l | |
+ '[' 0 -ne 0 ']' | |
+ echo 'Installing GRUB2...' | |
Installing GRUB2... | |
+ GRUB_OPTS= | |
+ [[ ! '' == *--target* ]] | |
++ /usr/sbin/grub2-install --version | |
+ [[ /usr/sbin/grub2-install (GRUB) 2.02~beta2 =~ 2\. ]] | |
+ '[' -d /sys/firmware/efi ']' | |
+ [[ amd64 =~ ppc ]] | |
+ /usr/sbin/grub2-install '--modules=biosdisk part_msdos' /dev/loop0 | |
Installing for i386-pc platform. | |
Installation finished. No error reported. | |
+ '[' -d /boot/grub2 ']' | |
+ GRUB_CFG=/boot/grub2/grub.cfg | |
+ echo 'GRUB_TERMINAL="serial console"' | |
+ echo GRUB_GFXPAYLOAD_LINUX=text | |
+ echo 'GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200 no_timer_check"' | |
+ echo 'GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"' | |
+ GRUB_MKCONFIG='grub2-mkconfig -o /boot/grub2/grub.cfg' | |
+ DISTRO_NAME=centos7 | |
+ case $DISTRO_NAME in | |
+ echo 'GRUB_CMDLINE_LINUX="nofb nomodeset vga=normal"' | |
+ PROBER_DISABLED= | |
+ grep -qe '^\s*GRUB_DISABLE_OS_PROBER=true' /etc/default/grub | |
+ PROBER_DISABLED=true | |
+ echo GRUB_DISABLE_OS_PROBER=true | |
+ grub2-mkconfig -o /boot/grub2/grub.cfg | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-3.10.0-229.11.1.el7.x86_64 | |
Found initrd image: /boot/initramfs-3.10.0-229.11.1.el7.x86_64.img | |
Found linux image: /boot/vmlinuz-0-rescue-d5497cbfdff506505fe50cc3a7a46898 | |
Found initrd image: /boot/initramfs-0-rescue-d5497cbfdff506505fe50cc3a7a46898.img | |
done | |
+ '[' -n true ']' | |
+ sed -i '$d' /etc/default/grub | |
+ DIB_RELEASE= | |
+ '[' '' = precise ']' | |
+ '[' '' = wheezy ']' | |
+ sed -i s%/dev/loop0p1%LABEL=cloudimg-rootfs% /boot/grub2/grub.cfg | |
+ sed -i 's%search --no-floppy --fs-uuid --set=root .*$%search --no-floppy --set=root --label cloudimg-rootfs%' /boot/grub2/grub.cfg | |
+ sed -i 's%root=UUID=[A-Za-z0-9\-]*%root=LABEL=cloudimg-rootfs%' /boot/grub2/grub.cfg | |
+ '[' centos7 = fedora ']' | |
+ '[' -d /sys/firmware/efi ']' | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 51-bootloader completed | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/in_target.d/finalise.d/99-cleanup-tmp-grub | |
+ set -eu | |
+ set -o pipefail | |
+ rm -rf /tmp/grub | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 99-cleanup-tmp-grub completed | |
----------------------- PROFILING ----------------------- | |
Target: finalise.d | |
Script Seconds | |
--------------------------------------- ---------- | |
01-clean-old-kernels 12.557 | |
11-selinux-fixfiles-restore 13.437 | |
50-remove-bogus-udev-links 0.003 | |
51-bootloader 0.902 | |
99-cleanup-tmp-grub 0.004 | |
--------------------- END PROFILING --------------------- | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/01-ccache | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 01-ccache completed | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/01-copy-manifests-dir | |
+ set -eu | |
+ set -o pipefail | |
+ '[' -d /tmp/image.mULXQ1cD/mnt//etc/dib-manifests ']' | |
+ '[' -e /tmp/image.mULXQ1cD/mnt/etc/dib_arguments ']' | |
+ sudo mv /tmp/image.mULXQ1cD/mnt/etc/dib_arguments /tmp/image.mULXQ1cD/mnt//etc/dib-manifests | |
+ '[' -e /tmp/image.mULXQ1cD/mnt/etc/dib_environment ']' | |
+ sudo mv /tmp/image.mULXQ1cD/mnt/etc/dib_environment /tmp/image.mULXQ1cD/mnt//etc/dib-manifests | |
+ mkdir -p instack.d/ | |
+ cp --no-preserve=ownership -rv /tmp/image.mULXQ1cD/mnt//etc/dib-manifests instack.d/ | |
?/tmp/image.mULXQ1cD/mnt//etc/dib-manifests? -> ?instack.d/dib-manifests? | |
?/tmp/image.mULXQ1cD/mnt//etc/dib-manifests/dib_arguments? -> ?instack.d/dib-manifests/dib_arguments? | |
?/tmp/image.mULXQ1cD/mnt//etc/dib-manifests/dib_environment? -> ?instack.d/dib-manifests/dib_environment? | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 01-copy-manifests-dir completed | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/51-bootloader | |
+ set -eu | |
+ set -o pipefail | |
+ '[' -n /tmp/image.mULXQ1cD/mnt ']' | |
+ source /usr/bin/../share/diskimage-builder/lib/img-functions | |
+ '[' -d /tmp/image.mULXQ1cD/mnt/boot/extlinux ']' | |
+ '[' -d /tmp/image.mULXQ1cD/mnt/boot/syslinux ']' | |
+ exit 0 | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 51-bootloader completed | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/99-remove-yum-repo-conf | |
+ set -eu | |
+ set -o pipefail | |
+ '[' -z '' ']' | |
+ echo 'DIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up' | |
DIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up | |
+ exit 0 | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 99-remove-yum-repo-conf completed | |
dib-run-parts Wed Aug 19 23:45:44 UTC 2015 Running /tmp/image.mULXQ1cD/hooks/cleanup.d/99-tidy-logs | |
+ set -eu | |
+ set -o pipefail | |
+ sudo find /tmp/image.mULXQ1cD/mnt/var/log -type f -exec cp /dev/null '{}' ';' | |
+ sudo find /tmp/image.mULXQ1cD/mnt/root -name '*.log' -type f -delete | |
dib-run-parts Wed Aug 19 23:45:45 UTC 2015 99-tidy-logs completed | |
----------------------- PROFILING ----------------------- | |
Target: cleanup.d | |
Script Seconds | |
--------------------------------------- ---------- | |
01-ccache 0.010 | |
01-copy-manifests-dir 0.021 | |
51-bootloader 0.004 | |
99-remove-yum-repo-conf 0.003 | |
99-tidy-logs 0.045 | |
--------------------- END PROFILING --------------------- | |
/dev/loop0: [0036]:138263 (/tmp/image.FqJM2DiS/image.raw) | |
Converting image using qemu-img convert | |
Image file instack.qcow2 created... | |
+ sudo cp instack.qcow2 /var/lib/libvirt/images/instack.qcow2 | |
+ export UNDERCLOUD_NODE_ARCH=x86_64 | |
+ UNDERCLOUD_NODE_ARCH=x86_64 | |
+ export UNDERCLOUD_NODE_MEM=4096 | |
+ UNDERCLOUD_NODE_MEM=4096 | |
+ export UNDERCLOUD_NODE_CPU=1 | |
+ UNDERCLOUD_NODE_CPU=1 | |
+ sudo tripleo configure-vm --name instack --image /var/lib/libvirt/images/instack.qcow2 --baremetal-interface brbm --seed --libvirt-nic-driver virtio --arch x86_64 --memory 4194304 --cpus 1 | |
Created machine instack with UUID bf755046-0ced-4f41-b729-8b7c7b79cbee | |
+ sudo virsh start instack | |
Domain instack started | |
+ timeout_seconds=180 | |
+ elapsed_seconds=0 | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP= | |
+ '[' -n '' ']' | |
+ sleep 3 | |
+ (( elapsed_seconds += 3 )) | |
+ '[' 3 -ge 180 ']' | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP= | |
+ '[' -n '' ']' | |
+ sleep 3 | |
+ (( elapsed_seconds += 3 )) | |
+ '[' 6 -ge 180 ']' | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP= | |
+ '[' -n '' ']' | |
+ sleep 3 | |
+ (( elapsed_seconds += 3 )) | |
+ '[' 9 -ge 180 ']' | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP= | |
+ '[' -n '' ']' | |
+ sleep 3 | |
+ (( elapsed_seconds += 3 )) | |
+ '[' 12 -ge 180 ']' | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP= | |
+ '[' -n '' ']' | |
+ sleep 3 | |
+ (( elapsed_seconds += 3 )) | |
+ '[' 15 -ge 180 ']' | |
+ true | |
++ cat /var/lib/libvirt/dnsmasq/default.leases | |
++ awk '{print $3;}' | |
+++ tripleo get-vm-mac instack | |
++ grep 52:54:00:81:48:70 | |
+ IP=192.168.122.98 | |
+ '[' -n 192.168.122.98 ']' | |
+ set +x | |
instack vm IP address is 192.168.122.98 | |
You can connect by running: | |
ssh [email protected] | |
And then su to the stack user: | |
su - stack | |
stderr: | |
+ mkdir -p /home/stack/.instack | |
+ LOGFILE=/home/stack/.instack/virt-setup.log | |
+ exec | |
++ tee /home/stack/.instack/virt-setup.log | |
+ exec | |
TASK: [update libvirtd unix_sock_group] *************************************** | |
[[ previous task time: 0:08:47.177387 = 527.18s / 1516.22s ]] | |
<whayutin-centos> REMOTE_MODULE lineinfile dest=/etc/libvirt/libvirtd.conf regexp=^unix_sock_group line='unix_sock_group = "stack"' | |
changed: [host0] => {"backup": "", "changed": true, "msg": "line replaced"} | |
msg: | |
line replaced | |
TASK: [restart libvirtd] ****************************************************** | |
[[ previous task time: 0:00:03.190024 = 3.19s / 1519.41s ]] | |
<whayutin-centos> REMOTE_MODULE service name=libvirtd state=restarted | |
changed: [host0] => {"changed": true, "name": "libvirtd", "state": "started"} | |
TASK: [inspect virsh capabilities] ******************************************** | |
[[ previous task time: 0:00:03.800342 = 3.80s / 1523.22s ]] | |
skipping: [host0] | |
TASK: [remove libvirt qemu capabilities cache] ******************************** | |
[[ previous task time: 0:00:00.015937 = 0.02s / 1523.23s ]] | |
skipping: [host0] | |
TASK: [restart libvirtd] ****************************************************** | |
[[ previous task time: 0:00:00.014618 = 0.01s / 1523.25s ]] | |
skipping: [host0] | |
TASK: [inspect virsh capabilities] ******************************************** | |
[[ previous task time: 0:00:00.015316 = 0.02s / 1523.26s ]] | |
skipping: [host0] | |
TASK: [stop virbr0] *********************************************************** | |
[[ previous task time: 0:00:00.014984 = 0.01s / 1523.28s ]] | |
skipping: [host0] | |
TASK: [delete libvirt bridge virbr0] ****************************************** | |
[[ previous task time: 0:00:00.015885 = 0.02s / 1523.29s ]] | |
skipping: [host0] | |
TASK: [start default libvirt network] ***************************************** | |
[[ previous task time: 0:00:00.014827 = 0.01s / 1523.31s ]] | |
skipping: [host0] | |
TASK: [retry run instack-virt-setup] ****************************************** | |
[[ previous task time: 0:00:00.015761 = 0.02s / 1523.32s ]] | |
skipping: [host0] | |
TASK: [print out all the VMs] ************************************************* | |
[[ previous task time: 0:00:00.014817 = 0.01s / 1523.34s ]] | |
<whayutin-centos> REMOTE_MODULE command sudo virsh list --all #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "sudo virsh list --all", "delta": "0:00:00.033243", "end": "2015-08-19 23:47:52.631553", "rc": 0, "start": "2015-08-19 23:47:52.598310", "stderr": "", "stdout": " Id Name State\n----------------------------------------------------\n 2 instack running\n - baremetalbrbm_0 shut off\n - baremetalbrbm_1 shut off\n - baremetalbrbm_2 shut off", "warnings": []} | |
cmd: | |
sudo virsh list --all | |
start: | |
2015-08-19 23:47:52.598310 | |
end: | |
2015-08-19 23:47:52.631553 | |
delta: | |
0:00:00.033243 | |
stdout: | |
Id Name State | |
---------------------------------------------------- | |
2 instack running | |
- baremetalbrbm_0 shut off | |
- baremetalbrbm_1 shut off | |
- baremetalbrbm_2 shut off | |
stderr: | |
TASK: [get undercloud vm ip address] ****************************************** | |
[[ previous task time: 0:00:03.201082 = 3.20s / 1526.54s ]] | |
<whayutin-centos> REMOTE_MODULE command cat /var/lib/libvirt/dnsmasq/default.leases | grep $(tripleo get-vm-mac instack) | awk '{print $3;}' #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "cat /var/lib/libvirt/dnsmasq/default.leases | grep $(tripleo get-vm-mac instack) | awk '{print $3;}'", "delta": "0:00:00.077116", "end": "2015-08-19 23:47:55.859044", "rc": 0, "start": "2015-08-19 23:47:55.781928", "stderr": "", "stdout": "192.168.122.98", "warnings": []} | |
cmd: | |
cat /var/lib/libvirt/dnsmasq/default.leases | grep $(tripleo get-vm-mac instack) | awk '{print $3;}' | |
start: | |
2015-08-19 23:47:55.781928 | |
end: | |
2015-08-19 23:47:55.859044 | |
delta: | |
0:00:00.077116 | |
stdout: | |
192.168.122.98 | |
stderr: | |
TASK: [set_fact for undercloud ip] ******************************************** | |
[[ previous task time: 0:00:03.322777 = 3.32s / 1529.86s ]] | |
ok: [host0] => {"ansible_facts": {"undercloud_ip": "192.168.122.98"}} | |
TASK: [wait until ssh is available on undercloud node] ************************ | |
[[ previous task time: 0:00:00.011437 = 0.01s / 1529.87s ]] | |
<whayutin-centos> REMOTE_MODULE wait_for host=192.168.122.98 state=started port=22 delay=15 timeout=300 | |
ok: [host0] => {"changed": false, "elapsed": 15, "path": null, "port": 22, "search_regex": null, "state": "started"} | |
TASK: [add undercloud host] *************************************************** | |
[[ previous task time: 0:00:18.298246 = 18.30s / 1548.17s ]] | |
creating host via 'add_host': hostname=undercloud | |
added host to group via add_host module: undercloud | |
ok: [host0] => {"new_groups": ["undercloud"], "new_host": "undercloud"} | |
TASK: [setup ssh config] ****************************************************** | |
[[ previous task time: 0:00:00.017042 = 0.02s / 1548.19s ]] | |
changed: [host0] => {"changed": true, "checksum": "6356ad2b16397f829a5426eacb7f6f553252bc2e", "dest": "/home/stack/ssh.config.ansible", "gid": 1000, "group": "stack", "md5sum": "dc257cfbf3484d710c737d4cf6777cba", "mode": "0755", "owner": "stack", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 741, "src": "/home/stack/.ansible/tmp/ansible-tmp-1440028094.33-53476798789852/source", "state": "file", "uid": 1000} | |
TASK: [print PWD] ************************************************************* | |
[[ previous task time: 0:00:05.933927 = 5.93s / 1554.12s ]] | |
ok: [host0] => { | |
"ansible_env.PWD": "/home/stack" | |
} | |
TASK: [copy ssh_config back to the slave] ************************************* | |
[[ previous task time: 0:00:00.015535 = 0.02s / 1554.14s ]] | |
changed: [host0] => {"changed": true, "checksum": "6356ad2b16397f829a5426eacb7f6f553252bc2e", "dest": "/home/whayutin/git/RDO-CI/khaleesi/ssh.config.ansible", "md5sum": "dc257cfbf3484d710c737d4cf6777cba", "remote_checksum": "6356ad2b16397f829a5426eacb7f6f553252bc2e", "remote_md5sum": null} | |
TASK: [copy id_rsa key back to the slave] ************************************* | |
[[ previous task time: 0:00:02.701244 = 2.70s / 1556.84s ]] | |
changed: [host0] => {"changed": true, "checksum": "939e7565570c105f8dd7bc1bb0cffdffdb124922", "dest": "/home/whayutin/git/RDO-CI/khaleesi/id_rsa_virt_host", "md5sum": "8dbeecc217024a6339823c750ea672dc", "remote_checksum": "939e7565570c105f8dd7bc1bb0cffdffdb124922", "remote_md5sum": null} | |
TASK: [copy undercloud root user authorized_keys to stack user] *************** | |
[[ previous task time: 0:00:02.715999 = 2.72s / 1559.55s ]] | |
<whayutin-centos> REMOTE_MODULE command ssh -F ssh.config.ansible undercloud-from-virthost "cp /root/.ssh/authorized_keys /home/stack/.ssh/" #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "ssh -F ssh.config.ansible undercloud-from-virthost \"cp /root/.ssh/authorized_keys /home/stack/.ssh/\"", "delta": "0:00:00.323490", "end": "2015-08-19 23:48:29.187657", "rc": 0, "start": "2015-08-19 23:48:28.864167", "stderr": "Warning: Permanently added '192.168.122.98' (ECDSA) to the list of known hosts.", "stdout": "", "warnings": []} | |
cmd: | |
ssh -F ssh.config.ansible undercloud-from-virthost "cp /root/.ssh/authorized_keys /home/stack/.ssh/" | |
start: | |
2015-08-19 23:48:28.864167 | |
end: | |
2015-08-19 23:48:29.187657 | |
delta: | |
0:00:00.323490 | |
stdout: | |
stderr: | |
Warning: Permanently added '192.168.122.98' (ECDSA) to the list of known hosts. | |
TASK: [chown authorized_keys for stack user] ********************************** | |
[[ previous task time: 0:00:03.650961 = 3.65s / 1563.21s ]] | |
<whayutin-centos> REMOTE_MODULE command ssh -F ssh.config.ansible undercloud-from-virthost "chown stack:stack /home/stack/.ssh/authorized_keys" #USE_SHELL | |
changed: [host0] => {"changed": true, "cmd": "ssh -F ssh.config.ansible undercloud-from-virthost \"chown stack:stack /home/stack/.ssh/authorized_keys\"", "delta": "0:00:00.236341", "end": "2015-08-19 23:48:32.701989", "rc": 0, "start": "2015-08-19 23:48:32.465648", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
ssh -F ssh.config.ansible undercloud-from-virthost "chown stack:stack /home/stack/.ssh/authorized_keys" | |
start: | |
2015-08-19 23:48:32.465648 | |
end: | |
2015-08-19 23:48:32.701989 | |
delta: | |
0:00:00.236341 | |
stdout: | |
stderr: | |
PLAY [regenerate the inventory file after adding hosts] *********************** | |
[[ previous play time: 0:15:19.703529 = 919.70s / 1566.68s ]] | |
GATHERING FACTS *************************************************************** | |
<localhost> REMOTE_MODULE setup | |
ok: [localhost] | |
TASK: [create inventory from template] **************************************** | |
[[ previous task time: 0:00:04.722378 = 4.72s / 1567.93s ]] | |
changed: [localhost] => {"changed": true, "checksum": "813d72fcc6d4e71838a80e3f26876fc817d19fc6", "dest": "/home/whayutin/git/RDO-CI/khaleesi/qdjo1-whayutin-rdo-rmgr-hosts", "gid": 1000, "group": "whayutin", "md5sum": "d4b425a2da7523c25a2735ee489db059", "mode": "0664", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 411, "src": "/home/whayutin/.ansible/tmp/ansible-tmp-1440028114.07-103619134414381/source", "state": "file", "uid": 1000} | |
TASK: [symlink inventory to a static name] ************************************ | |
[[ previous task time: 0:00:00.096293 = 0.10s / 1568.02s ]] | |
<localhost> REMOTE_MODULE file state=link src=/home/whayutin/git/RDO-CI/khaleesi/qdjo1-whayutin-rdo-rmgr-hosts dest=/home/whayutin/git/RDO-CI/khaleesi/hosts | |
changed: [localhost] => {"changed": true, "dest": "/home/whayutin/git/RDO-CI/khaleesi/hosts", "gid": 1000, "group": "whayutin", "mode": "0777", "owner": "whayutin", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 64, "src": "/home/whayutin/git/RDO-CI/khaleesi/qdjo1-whayutin-rdo-rmgr-hosts", "state": "link", "uid": 1000} | |
PLAY [copy and install the gating rpm to the undercloud] ********************** | |
[[ previous play time: 0:00:01.418501 = 1.42s / 1568.10s ]] | |
skipping: no hosts matched | |
PLAY [copy and install the gating rpm to the undercloud] ********************** | |
[[ previous play time: 0:00:00.000921 = 0.00s / 1568.10s ]] | |
skipping: no hosts matched | |
PLAY [copy the guest image to the undercloud] ********************************* | |
[[ previous play time: 0:00:00.000359 = 0.00s / 1568.10s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
ok: [host0] | |
TASK: [upload the guest-image on the undercloud] ****************************** | |
[[ previous task time: 0:00:03.989518 = 3.99s / 1572.01s ]] | |
<whayutin-centos> REMOTE_MODULE command scp -F ssh.config.ansible /home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 undercloud-from-virthost:/home/stack/ | |
changed: [host0] => {"changed": true, "cmd": ["scp", "-F", "ssh.config.ansible", "/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2", "undercloud-from-virthost:/home/stack/"], "delta": "0:00:06.422761", "end": "2015-08-19 23:48:47.902743", "rc": 0, "start": "2015-08-19 23:48:41.479982", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
[u'scp', u'-F', u'ssh.config.ansible', u'/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2', u'undercloud-from-virthost:/home/stack/'] | |
start: | |
2015-08-19 23:48:41.479982 | |
end: | |
2015-08-19 23:48:47.902743 | |
delta: | |
0:00:06.422761 | |
stdout: | |
stderr: | |
PLAY [test host connection] *************************************************** | |
[[ previous play time: 0:00:14.273080 = 14.27s / 1582.38s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
<undercloud> REMOTE_MODULE setup | |
ok: [host0] | |
ok: [undercloud] | |
TASK: [test ssh] ************************************************************** | |
[[ previous task time: 0:00:17.897784 = 17.90s / 1589.91s ]] | |
<whayutin-centos> REMOTE_MODULE command hostname | |
<undercloud> REMOTE_MODULE command hostname | |
changed: [host0] => {"changed": true, "cmd": ["hostname"], "delta": "0:00:00.004252", "end": "2015-08-19 23:48:59.177677", "rc": 0, "start": "2015-08-19 23:48:59.173425", "stderr": "", "stdout": "localhost.localdomain", "warnings": []} | |
cmd: | |
[u'hostname'] | |
start: | |
2015-08-19 23:48:59.173425 | |
end: | |
2015-08-19 23:48:59.177677 | |
delta: | |
0:00:00.004252 | |
stdout: | |
localhost.localdomain | |
stderr: | |
changed: [undercloud] => {"changed": true, "cmd": ["hostname"], "delta": "0:00:00.011877", "end": "2015-08-19 23:49:00.392241", "rc": 0, "start": "2015-08-19 23:49:00.380364", "stderr": "", "stdout": "instack.localdomain", "warnings": []} | |
cmd: | |
[u'hostname'] | |
start: | |
2015-08-19 23:49:00.380364 | |
end: | |
2015-08-19 23:49:00.392241 | |
delta: | |
0:00:00.011877 | |
stdout: | |
instack.localdomain | |
stderr: | |
TASK: [check distro] ********************************************************** | |
[[ previous task time: 0:00:05.186537 = 5.19s / 1595.10s ]] | |
<whayutin-centos> REMOTE_MODULE command cat /etc/redhat-release | |
<undercloud> REMOTE_MODULE command cat /etc/redhat-release | |
changed: [host0] => {"changed": true, "cmd": ["cat", "/etc/redhat-release"], "delta": "0:00:00.004435", "end": "2015-08-19 23:49:04.375965", "rc": 0, "start": "2015-08-19 23:49:04.371530", "stderr": "", "stdout": "CentOS Linux release 7.1.1503 (Core) ", "warnings": []} | |
cmd: | |
[u'cat', u'/etc/redhat-release'] | |
start: | |
2015-08-19 23:49:04.371530 | |
end: | |
2015-08-19 23:49:04.375965 | |
delta: | |
0:00:00.004435 | |
stdout: | |
CentOS Linux release 7.1.1503 (Core) | |
stderr: | |
changed: [undercloud] => {"changed": true, "cmd": ["cat", "/etc/redhat-release"], "delta": "0:00:00.012606", "end": "2015-08-19 23:49:05.621521", "rc": 0, "start": "2015-08-19 23:49:05.608915", "stderr": "", "stdout": "CentOS Linux release 7.1.1503 (Core) ", "warnings": []} | |
cmd: | |
[u'cat', u'/etc/redhat-release'] | |
start: | |
2015-08-19 23:49:05.608915 | |
end: | |
2015-08-19 23:49:05.621521 | |
delta: | |
0:00:00.012606 | |
stdout: | |
CentOS Linux release 7.1.1503 (Core) | |
stderr: | |
TASK: [set fact stack user home] ********************************************** | |
[[ previous task time: 0:00:05.288720 = 5.29s / 1600.39s ]] | |
ok: [host0] => {"ansible_facts": {"instack_user_home": "/home/stack"}} | |
ok: [undercloud] => {"ansible_facts": {"instack_user_home": "/home/stack"}} | |
PLAY [Group by distribution for workarounds-prep] ***************************** | |
[[ previous play time: 0:00:18.038550 = 18.04s / 1600.42s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
<undercloud> REMOTE_MODULE setup | |
ok: [host0] | |
ok: [undercloud] | |
TASK: [group_by key={{ ansible_distribution }}] ******************************* | |
[[ previous task time: 0:00:06.912557 = 6.91s / 1607.30s ]] | |
created 'group_by' ActionModule: key=CentOS | |
changed: [host0] => {"changed": true, "groups": {"CentOS": ["host0", "undercloud"]}} | |
PLAY [Group by distribution-version for workarounds-prep] ********************* | |
[[ previous play time: 0:00:06.901019 = 6.90s / 1607.32s ]] | |
TASK: [group_by key={{ ansible_distribution }}-{{ ansible_distribution_major_version|int }}] *** | |
[[ previous task time: 0:00:00.018589 = 0.02s / 1607.32s ]] | |
created 'group_by' ActionModule: key=CentOS-7 | |
changed: [host0] => {"changed": true, "groups": {"CentOS-7": ["host0", "undercloud"]}} | |
PLAY [Group hosts by product rdo,rhos] **************************************** | |
[[ previous play time: 0:00:00.019772 = 0.02s / 1607.34s ]] | |
TASK: [group_by key={{ product.name }}] *************************************** | |
[[ previous task time: 0:00:00.019431 = 0.02s / 1607.34s ]] | |
created 'group_by' ActionModule: key=rdo | |
changed: [host0] => {"changed": true, "groups": {"rdo": ["host0", "undercloud"]}} | |
PLAY [Group hosts by product version for juno, icehouse, havana] ************** | |
[[ previous play time: 0:00:00.022879 = 0.02s / 1607.36s ]] | |
TASK: [group_by key={{ product.full_version }}] ******************************* | |
[[ previous task time: 0:00:00.022916 = 0.02s / 1607.36s ]] | |
created 'group_by' ActionModule: key=kilo | |
changed: [host0] => {"changed": true, "groups": {"kilo": ["host0", "undercloud"]}} | |
PLAY [Group hosts by virthost and baremetal environments] ********************* | |
[[ previous play time: 0:00:00.022060 = 0.02s / 1607.38s ]] | |
TASK: [group_by key={{ installer.env.type }}] ********************************* | |
[[ previous task time: 0:00:00.022182 = 0.02s / 1607.38s ]] | |
created 'group_by' ActionModule: key=virthost | |
changed: [host0] => {"changed": true, "groups": {"virthost": ["host0", "undercloud"]}} | |
PLAY [Setup openstack repos] ************************************************** | |
[[ previous play time: 0:00:00.023379 = 0.02s / 1607.40s ]] | |
GATHERING FACTS *************************************************************** | |
<undercloud> REMOTE_MODULE setup | |
ok: [undercloud] | |
TASK: [clean release rpms] **************************************************** | |
[[ previous task time: 0:00:05.871161 = 5.87s / 1613.25s ]] | |
<undercloud> REMOTE_MODULE yum name=rdo-release*,epel-release,rhos-release state=absent | |
changed: [undercloud] => (item=rdo-release*,epel-release,rhos-release) => {"changed": true, "item": "rdo-release*,epel-release,rhos-release", "msg": "Warning: RPMDB altered outside of yum.\n", "rc": 0, "results": ["rdo-release* is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package epel-release.noarch 0:7-5 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n epel-release noarch 7-5 @epel 24 k\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 24 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : epel-release-7-5.noarch 1/1 \n Verifying : epel-release-7-5.noarch 1/1 \n\nRemoved:\n epel-release.noarch 0:7-5 \n\nComplete!\n", "rhos-release is not installed"]} | |
msg: | |
Warning: RPMDB altered outside of yum. | |
TASK: [Install release tool on machine] *************************************** | |
[[ previous task time: 0:00:09.984320 = 9.98s / 1623.24s ]] | |
<undercloud> REMOTE_MODULE command yum localinstall -y https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "localinstall", "-y", "https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm"], "delta": "0:00:01.794442", "end": "2015-08-19 23:49:35.191221", "rc": 0, "start": "2015-08-19 23:49:33.396779", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nExamining /var/tmp/yum-root-ZKGrKI/rdo-release-kilo.rpm: rdo-release-kilo-1.noarch\nMarking /var/tmp/yum-root-ZKGrKI/rdo-release-kilo.rpm to be installed\nResolving Dependencies\n--> Running transaction check\n---> Package rdo-release.noarch 0:kilo-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n rdo-release noarch kilo-1 /rdo-release-kilo 4.2 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 4.2 k\nInstalled size: 4.2 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : rdo-release-kilo-1.noarch 1/1 \n Verifying : rdo-release-kilo-1.noarch 1/1 \n\nInstalled:\n rdo-release.noarch 0:kilo-1 \n\nComplete!", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'localinstall', u'-y', u'https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.rpm'] | |
start: | |
2015-08-19 23:49:33.396779 | |
end: | |
2015-08-19 23:49:35.191221 | |
delta: | |
0:00:01.794442 | |
stdout: | |
Loaded plugins: fastestmirror | |
Examining /var/tmp/yum-root-ZKGrKI/rdo-release-kilo.rpm: rdo-release-kilo-1.noarch | |
Marking /var/tmp/yum-root-ZKGrKI/rdo-release-kilo.rpm to be installed | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package rdo-release.noarch 0:kilo-1 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
rdo-release noarch kilo-1 /rdo-release-kilo 4.2 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total size: 4.2 k | |
Installed size: 4.2 k | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : rdo-release-kilo-1.noarch 1/1 | |
Verifying : rdo-release-kilo-1.noarch 1/1 | |
Installed: | |
rdo-release.noarch 0:kilo-1 | |
Complete! | |
stderr: | |
TASK: [Install extra release tool on machine] ********************************* | |
[[ previous task time: 0:00:06.784439 = 6.78s / 1630.02s ]] | |
skipping: [undercloud] | |
TASK: [Execute rhos-release for rdo-manager (rdo)] **************************** | |
[[ previous task time: 0:00:00.008646 = 0.01s / 1630.03s ]] | |
skipping: [undercloud] | |
TASK: [Install epel release] ************************************************** | |
[[ previous task time: 0:00:00.008881 = 0.01s / 1630.04s ]] | |
<undercloud> REMOTE_MODULE command yum localinstall -y http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "localinstall", "-y", "http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm"], "delta": "0:00:01.018146", "end": "2015-08-19 23:49:41.225169", "rc": 0, "start": "2015-08-19 23:49:40.207023", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nExamining /var/tmp/yum-root-ZKGrKI/epel-release-7-5.noarch.rpm: epel-release-7-5.noarch\nMarking /var/tmp/yum-root-ZKGrKI/epel-release-7-5.noarch.rpm to be installed\nResolving Dependencies\n--> Running transaction check\n---> Package epel-release.noarch 0:7-5 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n epel-release noarch 7-5 /epel-release-7-5.noarch 24 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 24 k\nInstalled size: 24 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : epel-release-7-5.noarch 1/1 \n Verifying : epel-release-7-5.noarch 1/1 \n\nInstalled:\n epel-release.noarch 0:7-5 \n\nComplete!", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'localinstall', u'-y', u'http://mirror.umd.edu/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm'] | |
start: | |
2015-08-19 23:49:40.207023 | |
end: | |
2015-08-19 23:49:41.225169 | |
delta: | |
0:00:01.018146 | |
stdout: | |
Loaded plugins: fastestmirror | |
Examining /var/tmp/yum-root-ZKGrKI/epel-release-7-5.noarch.rpm: epel-release-7-5.noarch | |
Marking /var/tmp/yum-root-ZKGrKI/epel-release-7-5.noarch.rpm to be installed | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package epel-release.noarch 0:7-5 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package Arch Version Repository Size | |
================================================================================ | |
Installing: | |
epel-release noarch 7-5 /epel-release-7-5.noarch 24 k | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total size: 24 k | |
Installed size: 24 k | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Installing : epel-release-7-5.noarch 1/1 | |
Verifying : epel-release-7-5.noarch 1/1 | |
Installed: | |
epel-release.noarch 0:7-5 | |
Complete! | |
stderr: | |
TASK: [yum clean all] ********************************************************* | |
[[ previous task time: 0:00:05.932858 = 5.93s / 1635.97s ]] | |
<undercloud> REMOTE_MODULE command yum clean all | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "clean", "all"], "delta": "0:00:00.277377", "end": "2015-08-19 23:49:46.412739", "rc": 0, "start": "2015-08-19 23:49:46.135362", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nCleaning repos: base centos7 epel extras openstack-kilo updates\nCleaning up everything\nCleaning up list of fastest mirrors", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'clean', u'all'] | |
start: | |
2015-08-19 23:49:46.135362 | |
end: | |
2015-08-19 23:49:46.412739 | |
delta: | |
0:00:00.277377 | |
stdout: | |
Loaded plugins: fastestmirror | |
Cleaning repos: base centos7 epel extras openstack-kilo updates | |
Cleaning up everything | |
Cleaning up list of fastest mirrors | |
stderr: | |
PLAY [RHEL RDO prep] ********************************************************** | |
[[ previous play time: 0:00:33.881740 = 33.88s / 1641.29s ]] | |
skipping: no hosts matched | |
PLAY [CentOS RDO prep] ******************************************************** | |
[[ previous play time: 0:00:00.000639 = 0.00s / 1641.29s ]] | |
GATHERING FACTS *************************************************************** | |
<undercloud> REMOTE_MODULE setup | |
ok: [undercloud] | |
TASK: [common | Set local time to UTC] **************************************** | |
[[ previous task time: 0:00:11.411836 = 11.41s / 1647.38s ]] | |
<undercloud> REMOTE_MODULE command unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime #USE_SHELL | |
changed: [undercloud] => {"changed": true, "cmd": "unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime", "delta": "0:00:00.020930", "end": "2015-08-19 23:49:57.578396", "rc": 0, "start": "2015-08-19 23:49:57.557466", "stderr": "", "stdout": "", "warnings": []} | |
cmd: | |
unlink /etc/localtime; ln -s /usr/share/zoneinfo/UTC /etc/localtime | |
start: | |
2015-08-19 23:49:57.557466 | |
end: | |
2015-08-19 23:49:57.578396 | |
delta: | |
0:00:00.020930 | |
stdout: | |
stderr: | |
TASK: [linux | remove beaker yum repositories] ******************************** | |
[[ previous task time: 0:00:04.949591 = 4.95s / 1652.33s ]] | |
skipping: [undercloud] | |
TASK: [linux/centos | Ensure centos-release] ********************************** | |
[[ previous task time: 0:00:00.008299 = 0.01s / 1652.34s ]] | |
<undercloud> REMOTE_MODULE yum name=centos-release state=present | |
ok: [undercloud] => {"changed": false, "msg": "", "rc": 0, "results": ["centos-release-7-1.1503.el7.centos.2.8.x86_64 providing centos-release is already installed"]} | |
msg: | |
TASK: [linux/centos | Create the CentOS Repositories] ************************* | |
[[ previous task time: 0:00:05.631102 = 5.63s / 1657.97s ]] | |
changed: [undercloud] => {"changed": true, "checksum": "f09db5c7476f43b22fceb6bfda622758036d7a56", "dest": "/etc/yum.repos.d/CentOS-Base.repo", "gid": 0, "group": "root", "md5sum": "13c75b6ae5c6f1c4ee4a1e4c363dc30d", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:system_conf_t:s0", "size": 2004, "src": "/root/.ansible/tmp/ansible-tmp-1440028204.12-140306325716584/source", "state": "file", "uid": 0} | |
TASK: [linux/centos | Create the EPEL Repository] ***************************** | |
[[ previous task time: 0:00:10.486277 = 10.49s / 1668.46s ]] | |
changed: [undercloud] => {"changed": true, "checksum": "398dc5bcacb5e0e6ed0d9a57685e0841e61d9d4c", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "md5sum": "d6ffe67ebbeb51db2489bd908bb5401b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1440028214.6-4793364346124/source", "state": "file", "uid": 0} | |
TASK: [product/rdo/rhel | disable gpgcheck for rdo for every non production repo] *** | |
[[ previous task time: 0:00:07.731346 = 7.73s / 1676.19s ]] | |
<undercloud> REMOTE_MODULE lineinfile dest=/etc/yum.repos.d/rdo-release.repo regexp=^gpgcheck=1 line=gpgcheck=0 | |
changed: [undercloud] => {"backup": "", "changed": true, "msg": "line replaced"} | |
msg: | |
line replaced | |
TASK: [product/rdo/rhel | Create the upstream delorean repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:05.050948 = 5.05s / 1681.24s ]] | |
skipping: [undercloud] | |
TASK: [product/rdo/rhel | Create the pinned upstream delorean repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:00.009490 = 0.01s / 1681.25s ]] | |
<undercloud> REMOTE_MODULE get_url url="http://209.132.178.14/centos7-kilo//current-passed-ci/delorean-kilo.repo" dest=/etc/yum.repos.d/rdo-trunk-release.repo mode=0644 | |
changed: [undercloud] => {"changed": true, "checksum": "db741bc1ef71978fe303df8c7b0cb048cc120b0e", "dest": "/etc/yum.repos.d/rdo-trunk-release.repo", "gid": 0, "group": "root", "md5sum": "82df588d4e958700c95c938c1ce4747c", "mode": "0644", "msg": "OK (229 bytes)", "owner": "root", "secontext": "unconfined_u:object_r:system_conf_t:s0", "sha256sum": "", "size": 229, "src": "/tmp/tmpj8fRUx", "state": "file", "uid": 0, "url": "http://209.132.178.14/centos7-kilo//current-passed-ci/delorean-kilo.repo"} | |
msg: | |
OK (229 bytes) | |
TASK: [product/rdo/rhel | Create the upstream delorean mgt repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:05.344031 = 5.34s / 1686.60s ]] | |
skipping: [undercloud] | |
TASK: [product/rdo/rhel | Create the pinned upstream delorean mgt repositories for EPEL RDO] *** | |
[[ previous task time: 0:00:00.011822 = 0.01s / 1686.61s ]] | |
<undercloud> REMOTE_MODULE get_url url="http://trunk-mgt.rdoproject.org/centos-kilo/"/"current-passed-ci"/delorean-rdo-management.repo dest=/etc/yum.repos.d/rdo-mgt-trunk-release.repo mode=0644 | |
changed: [undercloud] => {"changed": true, "checksum": "67e0959bc87de0b268adf32339612efb744b68b0", "dest": "/etc/yum.repos.d/rdo-mgt-trunk-release.repo", "gid": 0, "group": "root", "md5sum": "882aedb37710c05959f77242cb9c9f48", "mode": "0644", "msg": "OK (275 bytes)", "owner": "root", "secontext": "unconfined_u:object_r:system_conf_t:s0", "sha256sum": "", "size": 275, "src": "/tmp/tmpqvBok_", "state": "file", "uid": 0, "url": "http://trunk-mgt.rdoproject.org/centos-kilo//current-passed-ci/delorean-rdo-management.repo"} | |
msg: | |
OK (275 bytes) | |
TASK: [product/rdo/rhel | update yum priority of rdo trunk repo] ************** | |
[[ previous task time: 0:00:05.316477 = 5.32s / 1691.92s ]] | |
<undercloud> REMOTE_MODULE command sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo #USE_SHELL | |
changed: [undercloud] => {"changed": true, "cmd": "sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo", "delta": "0:00:00.015969", "end": "2015-08-19 23:50:42.118599", "rc": 0, "start": "2015-08-19 23:50:42.102630", "stderr": "", "stdout": "", "warnings": ["Consider using template or lineinfile module rather than running sed"]} | |
cmd: | |
sed -i 's/priority=1/priority=10/' /etc/yum.repos.d/rdo-trunk-release.repo | |
start: | |
2015-08-19 23:50:42.102630 | |
end: | |
2015-08-19 23:50:42.118599 | |
delta: | |
0:00:00.015969 | |
stdout: | |
stderr: | |
TASK: [product/rdo/rhel | List available yum repositories] ******************** | |
[[ previous task time: 0:00:04.900823 = 4.90s / 1696.82s ]] | |
<undercloud> REMOTE_MODULE command yum -d 9 repolist | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "-d", "9", "repolist"], "delta": "0:00:13.237271", "end": "2015-08-19 23:51:01.056725", "rc": 0, "start": "2015-08-19 23:50:47.819454", "stderr": "", "stdout": "Loading \"fastestmirror\" plugin\nConfig time: 0.012\nYum version: 3.4.3\nUsing older repomd.xml\n Latest: Mon Aug 17 17:04:02 2015\n Using: Tue Aug 18 14:51:56 2015\nDetermining fastest mirrors\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\nSetting up Package Sacks\npkgsack time: 0.013\nRepo-id : base/7/x86_64\nRepo-name : CentOS-7 - Base\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:48 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : centos7/x86_64\nRepo-name : centos7\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-mirrors : http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo\nRepo-baseurl : http://centos.aol.com/7.1.1503/os/x86_64/ (9 more)\nRepo-expire : 604,800 second(s) (last: Wed Aug 19 23:50:48 2015)\nRepo-filename: /etc/yum.repos.d/centos7-latest.repo\n\nRepo-id : delorean-kilo\nRepo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4\nRepo-revision: 1439957825\nRepo-updated : Wed Aug 19 04:17:13 2015\nRepo-pkgs : 167\nRepo-size : 35 M\nRepo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015)\nRepo-excluded: 54\nRepo-filename: /etc/yum.repos.d/rdo-trunk-release.repo\n\nRepo-id : delorean-rdo-management\nRepo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78\nRepo-revision: 1439943421\nRepo-updated : Wed Aug 19 00:17:02 2015\nRepo-pkgs : 66\nRepo-size : 17 M\nRepo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015)\nRepo-excluded: 29\nRepo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo\n\nRepo-id : epel/7/x86_64\nRepo-name : Extra Packages for Enterprise Linux - x86_64\nRepo-revision: 1439909367\nRepo-tags : binary-x86_64\nRepo-updated : Tue Aug 18 14:51:56 2015\nRepo-pkgs : 8,457\nRepo-size : 6.6 G\nRepo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64\n Updated : Mon Aug 17 17:04:02 2015\nRepo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)\nRepo-filename: /etc/yum.repos.d/epel.repo\n\nRepo-id : extras/7/x86_64\nRepo-name : CentOS-7 - Extras\nRepo-revision: 1439484001\nRepo-updated : Thu Aug 13 16:40:15 2015\nRepo-pkgs : 180\nRepo-size : 742 M\nRepo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : openstack-kilo\nRepo-name : OpenStack Kilo Repository\nRepo-revision: 1439311218\nRepo-updated : Tue Aug 11 16:40:22 2015\nRepo-pkgs : 785\nRepo-size : 486 M\nRepo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)\nRepo-excluded: 38\nRepo-filename: /etc/yum.repos.d/rdo-release.repo\n\nRepo-id : updates/7/x86_64\nRepo-name : CentOS-7 - Updates\nRepo-revision: 1439912958\nRepo-updated : Tue Aug 18 15:50:30 2015\nRepo-pkgs : 1,225\nRepo-size : 3.4 G\nRepo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nrepolist: 28,184", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'-d', u'9', u'repolist'] | |
start: | |
2015-08-19 23:50:47.819454 | |
end: | |
2015-08-19 23:51:01.056725 | |
delta: | |
0:00:13.237271 | |
stdout: | |
Loading "fastestmirror" plugin | |
Config time: 0.012 | |
Yum version: 3.4.3 | |
Using older repomd.xml | |
Latest: Mon Aug 17 17:04:02 2015 | |
Using: Tue Aug 18 14:51:56 2015 | |
Determining fastest mirrors | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
Setting up Package Sacks | |
pkgsack time: 0.013 | |
Repo-id : base/7/x86_64 | |
Repo-name : CentOS-7 - Base | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:48 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : centos7/x86_64 | |
Repo-name : centos7 | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-mirrors : http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo | |
Repo-baseurl : http://centos.aol.com/7.1.1503/os/x86_64/ (9 more) | |
Repo-expire : 604,800 second(s) (last: Wed Aug 19 23:50:48 2015) | |
Repo-filename: /etc/yum.repos.d/centos7-latest.repo | |
Repo-id : delorean-kilo | |
Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4 | |
Repo-revision: 1439957825 | |
Repo-updated : Wed Aug 19 04:17:13 2015 | |
Repo-pkgs : 167 | |
Repo-size : 35 M | |
Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015) | |
Repo-excluded: 54 | |
Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo | |
Repo-id : delorean-rdo-management | |
Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78 | |
Repo-revision: 1439943421 | |
Repo-updated : Wed Aug 19 00:17:02 2015 | |
Repo-pkgs : 66 | |
Repo-size : 17 M | |
Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015) | |
Repo-excluded: 29 | |
Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo | |
Repo-id : epel/7/x86_64 | |
Repo-name : Extra Packages for Enterprise Linux - x86_64 | |
Repo-revision: 1439909367 | |
Repo-tags : binary-x86_64 | |
Repo-updated : Tue Aug 18 14:51:56 2015 | |
Repo-pkgs : 8,457 | |
Repo-size : 6.6 G | |
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 | |
Updated : Mon Aug 17 17:04:02 2015 | |
Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more) | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015) | |
Repo-filename: /etc/yum.repos.d/epel.repo | |
Repo-id : extras/7/x86_64 | |
Repo-name : CentOS-7 - Extras | |
Repo-revision: 1439484001 | |
Repo-updated : Thu Aug 13 16:40:15 2015 | |
Repo-pkgs : 180 | |
Repo-size : 742 M | |
Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : openstack-kilo | |
Repo-name : OpenStack Kilo Repository | |
Repo-revision: 1439311218 | |
Repo-updated : Tue Aug 11 16:40:22 2015 | |
Repo-pkgs : 785 | |
Repo-size : 486 M | |
Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015) | |
Repo-excluded: 38 | |
Repo-filename: /etc/yum.repos.d/rdo-release.repo | |
Repo-id : updates/7/x86_64 | |
Repo-name : CentOS-7 - Updates | |
Repo-revision: 1439912958 | |
Repo-updated : Tue Aug 18 15:50:30 2015 | |
Repo-pkgs : 1,225 | |
Repo-size : 3.4 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
repolist: 28,184 | |
stderr: | |
TASK: [product/rdo/rhel | Print repolist] ************************************* | |
[[ previous task time: 0:00:19.027133 = 19.03s / 1715.85s ]] | |
ok: [undercloud] => { | |
"result.stdout_lines": [ | |
"Loading \"fastestmirror\" plugin", | |
"Config time: 0.012", | |
"Yum version: 3.4.3", | |
"Using older repomd.xml", | |
" Latest: Mon Aug 17 17:04:02 2015", | |
" Using: Tue Aug 18 14:51:56 2015", | |
"Determining fastest mirrors", | |
" * centos7: centos.aol.com", | |
" * epel: mirror.cogentco.com", | |
"Setting up Package Sacks", | |
"pkgsack time: 0.013", | |
"Repo-id : base/7/x86_64", | |
"Repo-name : CentOS-7 - Base", | |
"Repo-revision: 1427842153", | |
"Repo-updated : Tue Mar 31 22:50:46 2015", | |
"Repo-pkgs : 8,652", | |
"Repo-size : 6.3 G", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:48 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"Repo-id : centos7/x86_64", | |
"Repo-name : centos7", | |
"Repo-revision: 1427842153", | |
"Repo-updated : Tue Mar 31 22:50:46 2015", | |
"Repo-pkgs : 8,652", | |
"Repo-size : 6.3 G", | |
"Repo-mirrors : http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo", | |
"Repo-baseurl : http://centos.aol.com/7.1.1503/os/x86_64/ (9 more)", | |
"Repo-expire : 604,800 second(s) (last: Wed Aug 19 23:50:48 2015)", | |
"Repo-filename: /etc/yum.repos.d/centos7-latest.repo", | |
"", | |
"Repo-id : delorean-kilo", | |
"Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4", | |
"Repo-revision: 1439957825", | |
"Repo-updated : Wed Aug 19 04:17:13 2015", | |
"Repo-pkgs : 167", | |
"Repo-size : 35 M", | |
"Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015)", | |
"Repo-excluded: 54", | |
"Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo", | |
"", | |
"Repo-id : delorean-rdo-management", | |
"Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78", | |
"Repo-revision: 1439943421", | |
"Repo-updated : Wed Aug 19 00:17:02 2015", | |
"Repo-pkgs : 66", | |
"Repo-size : 17 M", | |
"Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:49 2015)", | |
"Repo-excluded: 29", | |
"Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo", | |
"", | |
"Repo-id : epel/7/x86_64", | |
"Repo-name : Extra Packages for Enterprise Linux - x86_64", | |
"Repo-revision: 1439909367", | |
"Repo-tags : binary-x86_64", | |
"Repo-updated : Tue Aug 18 14:51:56 2015", | |
"Repo-pkgs : 8,457", | |
"Repo-size : 6.6 G", | |
"Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64", | |
" Updated : Mon Aug 17 17:04:02 2015", | |
"Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)", | |
"Repo-filename: /etc/yum.repos.d/epel.repo", | |
"", | |
"Repo-id : extras/7/x86_64", | |
"Repo-name : CentOS-7 - Extras", | |
"Repo-revision: 1439484001", | |
"Repo-updated : Thu Aug 13 16:40:15 2015", | |
"Repo-pkgs : 180", | |
"Repo-size : 742 M", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"Repo-id : openstack-kilo", | |
"Repo-name : OpenStack Kilo Repository", | |
"Repo-revision: 1439311218", | |
"Repo-updated : Tue Aug 11 16:40:22 2015", | |
"Repo-pkgs : 785", | |
"Repo-size : 486 M", | |
"Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)", | |
"Repo-excluded: 38", | |
"Repo-filename: /etc/yum.repos.d/rdo-release.repo", | |
"", | |
"Repo-id : updates/7/x86_64", | |
"Repo-name : CentOS-7 - Updates", | |
"Repo-revision: 1439912958", | |
"Repo-updated : Tue Aug 18 15:50:30 2015", | |
"Repo-pkgs : 1,225", | |
"Repo-size : 3.4 G", | |
"Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/", | |
"Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:50:51 2015)", | |
"Repo-filename: /etc/yum.repos.d/CentOS-Base.repo", | |
"", | |
"repolist: 28,184" | |
] | |
} | |
NOTIFIED: [common-handlers | Yum clean all] *********************************** | |
[[ previous task time: 0:00:00.017732 = 0.02s / 1715.87s ]] | |
<undercloud> REMOTE_MODULE command yum clean all | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "clean", "all"], "delta": "0:00:00.293502", "end": "2015-08-19 23:51:06.331040", "rc": 0, "start": "2015-08-19 23:51:06.037538", "stderr": "", "stdout": "Loaded plugins: fastestmirror\nCleaning repos: base centos7 delorean-kilo delorean-rdo-management epel extras\n : openstack-kilo updates\nCleaning up everything\nCleaning up list of fastest mirrors", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'clean', u'all'] | |
start: | |
2015-08-19 23:51:06.037538 | |
end: | |
2015-08-19 23:51:06.331040 | |
delta: | |
0:00:00.293502 | |
stdout: | |
Loaded plugins: fastestmirror | |
Cleaning repos: base centos7 delorean-kilo delorean-rdo-management epel extras | |
: openstack-kilo updates | |
Cleaning up everything | |
Cleaning up list of fastest mirrors | |
stderr: | |
PLAY [Linux common prep (Collect performance data, etc.)] ********************* | |
[[ previous play time: 0:01:19.777709 = 79.78s / 1721.06s ]] | |
GATHERING FACTS *************************************************************** | |
<undercloud> REMOTE_MODULE setup | |
ok: [undercloud] | |
TASK: [linux/ntp | be sure ntp is installed] ********************************** | |
[[ previous task time: 0:00:11.344448 = 11.34s / 1727.21s ]] | |
<undercloud> REMOTE_MODULE yum name=ntp state=present | |
changed: [undercloud] => {"attempts": 0, "changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\nResolving Dependencies\n--> Running transaction check\n---> Package ntp.x86_64 0:4.2.6p5-19.el7.centos.1 will be installed\n--> Processing Dependency: ntpdate = 4.2.6p5-19.el7.centos.1 for package: ntp-4.2.6p5-19.el7.centos.1.x86_64\n--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-19.el7.centos.1.x86_64\n--> Running transaction check\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package ntpdate.x86_64 0:4.2.6p5-19.el7.centos.1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n ntp x86_64 4.2.6p5-19.el7.centos.1 updates 540 k\nInstalling for dependencies:\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n ntpdate x86_64 4.2.6p5-19.el7.centos.1 updates 82 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+2 Dependent packages)\n\nTotal download size: 689 k\nInstalled size: 1.6 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 914 kB/s | 689 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : autogen-libopts-5.18-5.el7.x86_64 1/3 \n Installing : ntpdate-4.2.6p5-19.el7.centos.1.x86_64 2/3 \n Installing : ntp-4.2.6p5-19.el7.centos.1.x86_64 3/3 \n Verifying : ntp-4.2.6p5-19.el7.centos.1.x86_64 1/3 \n Verifying : ntpdate-4.2.6p5-19.el7.centos.1.x86_64 2/3 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 3/3 \n\nInstalled:\n ntp.x86_64 0:4.2.6p5-19.el7.centos.1 \n\nDependency Installed:\n autogen-libopts.x86_64 0:5.18-5.el7 ntpdate.x86_64 0:4.2.6p5-19.el7.centos.1 \n\nComplete!\n"]} | |
msg: | |
TASK: [linux/ntp | be sure ntp is configured] ********************************* | |
[[ previous task time: 0:00:24.203870 = 24.20s / 1751.42s ]] | |
changed: [undercloud] => {"changed": true, "checksum": "a9f0c10d878f63f7943a48b7b226a8d49ce3264b", "dest": "/etc/ntp.conf", "gid": 0, "group": "root", "md5sum": "cb61fc9fec9f934a26cf23c1c55b6f1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:net_conf_t:s0", "size": 1868, "src": "/root/.ansible/tmp/ansible-tmp-1440028297.56-217675534945479/source", "state": "file", "uid": 0} | |
TASK: [linux/ntp | be sure ntpd is running and enabled] *********************** | |
[[ previous task time: 0:00:07.968640 = 7.97s / 1759.39s ]] | |
<undercloud> REMOTE_MODULE service name=ntpd state=running enabled=yes | |
changed: [undercloud] => {"changed": true, "enabled": true, "name": "ntpd", "state": "started"} | |
TASK: [linux-common | Ensure common dependencies] ***************************** | |
[[ previous task time: 0:00:05.450003 = 5.45s / 1764.84s ]] | |
<undercloud> REMOTE_MODULE yum name=yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync state=latest | |
changed: [undercloud] => (item=yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync) => {"changed": true, "item": "yum-utils,yum-plugin-priorities,iptables,libselinux-python,psmisc,redhat-lsb-core,rsync", "msg": "", "rc": 0, "results": ["All packages providing yum-utils are up to date", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\nResolving Dependencies\n--> Running transaction check\n---> Package yum-plugin-priorities.noarch 0:1.1.31-29.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n yum-plugin-priorities noarch 1.1.31-29.el7 base 24 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 24 k\nInstalled size: 28 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : yum-plugin-priorities-1.1.31-29.el7.noarch 1/1 \n Verifying : yum-plugin-priorities-1.1.31-29.el7.noarch 1/1 \n\nInstalled:\n yum-plugin-priorities.noarch 0:1.1.31-29.el7 \n\nComplete!\n", "All packages providing iptables are up to date", "All packages providing libselinux-python are up to date", "All packages providing psmisc are up to date", "All packages providing redhat-lsb-core are up to date", "All packages providing rsync are up to date"]} | |
msg: | |
TASK: [linux-common | restart the network if env requires] ******************** | |
[[ previous task time: 0:00:58.092647 = 58.09s / 1822.93s ]] | |
<undercloud> REMOTE_MODULE service name=network state=restarted | |
changed: [undercloud] => {"changed": true, "name": "network", "state": "started"} | |
TASK: [linux-common | disable NetworkManager] ********************************* | |
[[ previous task time: 0:00:09.207987 = 9.21s / 1832.14s ]] | |
<undercloud> REMOTE_MODULE service name=NetworkManager state=stopped enabled=no | |
failed: [undercloud] => {"failed": true, "parsed": false} | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "cannot detect command to enable service NetworkManager, typo or init system potentially unknown", "failed": true} | |
Warning: Permanently added '10.13.57.227' (ECDSA) to the list of known hosts. | |
Killed by signal 1. | |
...ignoring | |
msg: | |
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": "initctl version", "rc": 2} | |
{"msg": "cannot detect command to enable service NetworkManager, typo or init system potentially unknown", "failed": true} | |
Warning: Permanently added '10.13.57.227' (ECDSA) to the list of known hosts. | |
Killed by signal 1. | |
TASK: [linux-common | kill all the network managers] ************************** | |
[[ previous task time: 0:00:05.214364 = 5.21s / 1837.35s ]] | |
<undercloud> REMOTE_MODULE command pkill -9 NetworkManager #USE_SHELL | |
failed: [undercloud] => {"changed": true, "cmd": "pkill -9 NetworkManager", "delta": "0:00:00.024840", "end": "2015-08-19 23:53:09.205280", "rc": 1, "start": "2015-08-19 23:53:09.180440", "warnings": []} | |
...ignoring | |
cmd: | |
pkill -9 NetworkManager | |
start: | |
2015-08-19 23:53:09.180440 | |
end: | |
2015-08-19 23:53:09.205280 | |
delta: | |
0:00:00.024840 | |
stdout: | |
stderr: | |
TASK: [linux-common | restart the network] ************************************ | |
[[ previous task time: 0:00:05.957518 = 5.96s / 1843.31s ]] | |
<undercloud> REMOTE_MODULE service name=network state=restarted | |
changed: [undercloud] => {"changed": true, "name": "network", "state": "started"} | |
TASK: [linux-common | remove cloud-init] ************************************** | |
[[ previous task time: 0:00:09.494524 = 9.49s / 1852.80s ]] | |
<undercloud> REMOTE_MODULE yum name=cloud-init,NetworkManager state=absent | |
ok: [undercloud] => (item=cloud-init,NetworkManager) => {"changed": false, "item": "cloud-init,NetworkManager", "msg": "", "rc": 0, "results": ["cloud-init is not installed", "NetworkManager is not installed"]} | |
msg: | |
TASK: [linux-common | collect performance data, uname] ************************ | |
[[ previous task time: 0:00:06.846367 = 6.85s / 1859.65s ]] | |
<undercloud> REMOTE_MODULE command uname -a | |
changed: [undercloud] => {"changed": true, "cmd": ["uname", "-a"], "delta": "0:00:00.011565", "end": "2015-08-19 23:53:30.542810", "rc": 0, "start": "2015-08-19 23:53:30.531245", "stderr": "", "stdout": "Linux instack.localdomain 3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6 01:06:18 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux", "warnings": []} | |
cmd: | |
[u'uname', u'-a'] | |
start: | |
2015-08-19 23:53:30.531245 | |
end: | |
2015-08-19 23:53:30.542810 | |
delta: | |
0:00:00.011565 | |
stdout: | |
Linux instack.localdomain 3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6 01:06:18 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | |
stderr: | |
TASK: [linux-common | collect performance data, memory] *********************** | |
[[ previous task time: 0:00:04.844161 = 4.84s / 1864.49s ]] | |
<undercloud> REMOTE_MODULE command free -m | |
changed: [undercloud] => {"changed": true, "cmd": ["free", "-m"], "delta": "0:00:00.015140", "end": "2015-08-19 23:53:35.595934", "rc": 0, "start": "2015-08-19 23:53:35.580794", "stderr": "", "stdout": " total used free shared buff/cache available\nMem: 3952 79 3206 16 666 3651\nSwap: 0 0 0", "warnings": []} | |
cmd: | |
[u'free', u'-m'] | |
start: | |
2015-08-19 23:53:35.580794 | |
end: | |
2015-08-19 23:53:35.595934 | |
delta: | |
0:00:00.015140 | |
stdout: | |
total used free shared buff/cache available | |
Mem: 3952 79 3206 16 666 3651 | |
Swap: 0 0 0 | |
stderr: | |
TASK: [linux-common | collect performance data, vmstat] *********************** | |
[[ previous task time: 0:00:05.053169 = 5.05s / 1869.55s ]] | |
<undercloud> REMOTE_MODULE command vmstat | |
changed: [undercloud] => {"changed": true, "cmd": ["vmstat"], "delta": "0:00:00.013750", "end": "2015-08-19 23:53:40.454461", "rc": 0, "start": "2015-08-19 23:53:40.440711", "stderr": "", "stdout": "procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----\n r b swpd free buff cache si so bi bo in cs us sy id wa st\n 2 0 0 3283972 15268 667324 0 0 404 1307 592 489 23 11 66 0 0", "warnings": []} | |
cmd: | |
[u'vmstat'] | |
start: | |
2015-08-19 23:53:40.440711 | |
end: | |
2015-08-19 23:53:40.454461 | |
delta: | |
0:00:00.013750 | |
stdout: | |
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- | |
r b swpd free buff cache si so bi bo in cs us sy id wa st | |
2 0 0 3283972 15268 667324 0 0 404 1307 592 489 23 11 66 0 0 | |
stderr: | |
NOTIFIED: [linux/ntp | restart ntpd] ****************************************** | |
[[ previous task time: 0:00:04.858997 = 4.86s / 1874.41s ]] | |
<undercloud> REMOTE_MODULE service name=ntpd state=restarted | |
changed: [undercloud] => {"changed": true, "name": "ntpd", "state": "started"} | |
PLAY [Update packages on the host] ******************************************** | |
[[ previous play time: 0:02:39.249942 = 159.25s / 1880.31s ]] | |
GATHERING FACTS *************************************************************** | |
<undercloud> REMOTE_MODULE setup | |
ok: [undercloud] | |
TASK: [repolist] ************************************************************** | |
[[ previous task time: 0:00:11.927637 = 11.93s / 1886.33s ]] | |
<undercloud> REMOTE_MODULE command yum -d 7 repolist | |
changed: [undercloud] => {"changed": true, "cmd": ["yum", "-d", "7", "repolist"], "delta": "0:00:03.043762", "end": "2015-08-19 23:54:00.316761", "rc": 0, "start": "2015-08-19 23:53:57.272999", "stderr": "", "stdout": "Loading \"fastestmirror\" plugin\nLoading \"priorities\" plugin\nRunning \"config\" handler for \"priorities\" plugin\nConfig time: 0.013\nRunning \"init\" handler for \"fastestmirror\" plugin\nYum version: 3.4.3\nCOMMAND: yum -d 7 repolist \nInstallroot: /\nRunning \"postreposetup\" handler for \"fastestmirror\" plugin\nLoading mirror speeds from cached hostfile\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\nSetting up Package Sacks\nRunning \"exclude\" handler for \"priorities\" plugin\n --> openstack-ceilometer-alarm-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-common-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-api-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-cells-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-cert-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-common-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-compute-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-conductor-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-console-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-doc-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-network-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-novncproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-objectstore-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-scheduler-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-serialproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:openstack-nova-spicehtml5proxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometer-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometerclient-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ceilometerclient-doc-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-heatclient-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-heatclient-doc-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-ironicclient-0.5.2-dev4.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-novaclient-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority)\n --> 1:python-novaclient-doc-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-openstackclient-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-openstackclient-doc-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority)\n --> python-oslo-rootwrap-1.0.0-1.el7.noarch from epel excluded (priority)\n --> python-taskflow-0.3.21-1.el7.noarch from epel excluded (priority)\n --> python-oslo-sphinx-1.1-1.el7.noarch from epel excluded (priority)\n --> python-stevedore-0.14-1.el7.noarch from epel excluded (priority)\n --> python-proliantutils-2.1.0-1.el7.noarch from epel excluded (priority)\n --> python-taskflow-doc-0.3.21-1.el7.noarch from epel excluded (priority)\n --> ahc-tools-0.2.0-1.el7.noarch from epel excluded (priority)\n --> python-osprofiler-0.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-osprofiler-doc-0.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> diskimage-builder-0.1.42-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-alarm-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-alarm-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-api-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-central-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-collector-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-common-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-compute-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-ipmi-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-notification-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-polling-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-ceilometer-polling-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-doc-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-cinder-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-theme-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-dashboard-theme-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-central-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-mdns-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-pool-manager-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-designate-sink-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-glance-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cfn-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-api-cloudwatch-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-heat-engine-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-doc-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-keystone-doc-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-bigswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-brocade-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-cisco-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-embrane-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ibm-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-linuxbridge-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-mellanox-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-metaplugin-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-metering-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-midonet-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ml2-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-nec-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-nuage-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ofagent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-oneconvergence-nvsd-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-opencontrail-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-openvswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-ovsvapp-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-plumgrid-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-sriov-nic-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-vmware-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-cells-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-cert-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-compute-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-console-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-network-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-novncproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-objectstore-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-scheduler-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-serialproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-nova-spicehtml5proxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-doc-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-packstack-puppet-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.6-2.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.9-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-puppet-modules-2015.1.9-4.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-account-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-container-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-doc-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-object-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-swift-proxy-2.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-guestagent-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> openstack-trove-taskmanager-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> os-cloud-config-0.2.6-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometer-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometer-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometerclient-1.0.13-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ceilometerclient-doc-1.0.13-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-1.2.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-doc-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-cinderclient-doc-1.2.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designate-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designate-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-designateclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-doc-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-horizon-doc-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-openstack-auth-1.2.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-django-openstack-auth-1.2.0-4.el7.noarch from openstack-kilo excluded (priority)\n --> python-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-glance-store-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-glanceclient-0.17.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-glanceclient-doc-0.17.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-hardware-0.14-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-hardware-doc-0.14-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-0.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-doc-0.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-heatclient-doc-0.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-ironicclient-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-keystoneclient-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-keystoneclient-doc-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystonemiddleware-1.5.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-keystonemiddleware-doc-1.5.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-fwaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-lbaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutron-vpnaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutronclient-2.3.11-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-neutronclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-novaclient-2.23.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 1:python-novaclient-doc-2.23.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-openstackclient-1.0.3-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-openstackclient-doc-1.0.3-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-concurrency-1.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-concurrency-doc-1.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> 2:python-oslo-config-1.9.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> 2:python-oslo-config-doc-1.9.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-context-0.2.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-context-doc-0.2.0-5.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-db-1.7.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-db-doc-1.7.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-i18n-1.5.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-i18n-doc-1.5.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-log-1.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-log-doc-1.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-1.8.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-1.8.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-doc-1.8.2-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-messaging-doc-1.8.3-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-middleware-1.0.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-middleware-doc-1.0.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-policy-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-policy-doc-0.3.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-rootwrap-1.6.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-serialization-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-serialization-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-sphinx-2.5.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-utils-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-utils-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-versionedobjects-0.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-versionedobjects-doc-0.1.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-vmware-0.11.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-oslo-vmware-doc-0.11.1-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-pycadf-0.8.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-pysaml2-3.0.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-saharaclient-0.8.0-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-stevedore-1.3.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-swiftclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-swiftclient-doc-2.4.0-1.el7.noarch from openstack-kilo excluded (priority)\n --> python-taskflow-0.7.1-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-taskflow-doc-0.7.1-2.el7.noarch from openstack-kilo excluded (priority)\n --> python-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority)\n --> python-troveclient-1.0.9-1.el7.noarch from openstack-kilo excluded (priority)\n257 packages excluded due to repository priority protections\npkgsack time: 1.703\nRepo-id : base/7/x86_64\nRepo-name : CentOS-7 - Base\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:19 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : centos7/x86_64\nRepo-name : centos7\nRepo-revision: 1427842153\nRepo-updated : Tue Mar 31 22:50:46 2015\nRepo-pkgs : 8,652\nRepo-size : 6.3 G\nRepo-mirrors : http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo\nRepo-baseurl : http://centos.aol.com/7.1.1503/os/x86_64/ (9 more)\nRepo-expire : 604,800 second(s) (last: Wed Aug 19 23:51:19 2015)\nRepo-filename: /etc/yum.repos.d/centos7-latest.repo\n\nRepo-id : delorean-kilo\nRepo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4\nRepo-revision: 1439957825\nRepo-updated : Wed Aug 19 04:17:13 2015\nRepo-pkgs : 128\nRepo-size : 27 M\nRepo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:19 2015)\nRepo-excluded: 93\nRepo-filename: /etc/yum.repos.d/rdo-trunk-release.repo\n\nRepo-id : delorean-rdo-management\nRepo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78\nRepo-revision: 1439943421\nRepo-updated : Wed Aug 19 00:17:02 2015\nRepo-pkgs : 66\nRepo-size : 17 M\nRepo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:20 2015)\nRepo-excluded: 29\nRepo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo\n\nRepo-id : epel/7/x86_64\nRepo-name : Extra Packages for Enterprise Linux - x86_64\nRepo-revision: 1439909367\nRepo-tags : binary-x86_64\nRepo-updated : Tue Aug 18 14:51:56 2015\nRepo-pkgs : 8,450\nRepo-size : 6.6 G\nRepo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64\n Updated : Mon Aug 17 17:04:02 2015\nRepo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more)\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015)\nRepo-excluded: 7\nRepo-filename: /etc/yum.repos.d/epel.repo\n\nRepo-id : extras/7/x86_64\nRepo-name : CentOS-7 - Extras\nRepo-revision: 1439484001\nRepo-updated : Thu Aug 13 16:40:15 2015\nRepo-pkgs : 180\nRepo-size : 742 M\nRepo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nRepo-id : openstack-kilo\nRepo-name : OpenStack Kilo Repository\nRepo-revision: 1439311218\nRepo-updated : Tue Aug 11 16:40:22 2015\nRepo-pkgs : 574\nRepo-size : 430 M\nRepo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015)\nRepo-excluded: 249\nRepo-filename: /etc/yum.repos.d/rdo-release.repo\n\nRepo-id : updates/7/x86_64\nRepo-name : CentOS-7 - Updates\nRepo-revision: 1439912958\nRepo-updated : Tue Aug 18 15:50:30 2015\nRepo-pkgs : 1,225\nRepo-size : 3.4 G\nRepo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/\nRepo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015)\nRepo-filename: /etc/yum.repos.d/CentOS-Base.repo\n\nrepolist: 27,927", "warnings": ["Consider using yum module rather than running yum"]} | |
cmd: | |
[u'yum', u'-d', u'7', u'repolist'] | |
start: | |
2015-08-19 23:53:57.272999 | |
end: | |
2015-08-19 23:54:00.316761 | |
delta: | |
0:00:03.043762 | |
stdout: | |
Loading "fastestmirror" plugin | |
Loading "priorities" plugin | |
Running "config" handler for "priorities" plugin | |
Config time: 0.013 | |
Running "init" handler for "fastestmirror" plugin | |
Yum version: 3.4.3 | |
COMMAND: yum -d 7 repolist | |
Installroot: / | |
Running "postreposetup" handler for "fastestmirror" plugin | |
Loading mirror speeds from cached hostfile | |
* centos7: centos.aol.com | |
* epel: mirror.cogentco.com | |
Setting up Package Sacks | |
Running "exclude" handler for "priorities" plugin | |
--> openstack-ceilometer-alarm-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.2-dev12.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-api-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-cells-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-cert-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-common-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-compute-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-conductor-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-console-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-doc-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-network-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-novncproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-objectstore-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-scheduler-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-serialproxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:openstack-nova-spicehtml5proxy-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometer-2015.1.2-dev5.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometerclient-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ceilometerclient-doc-1.0.15-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-heatclient-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-heatclient-doc-0.4.1-dev2.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-ironicclient-0.5.2-dev4.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-nova-2015.1.2-dev15.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-novaclient-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> 1:python-novaclient-doc-2.23.2-dev1.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-openstackclient-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-openstackclient-doc-1.0.4-0.99.20150617.1324git.el7.centos.noarch from delorean-kilo excluded (priority) | |
--> python-oslo-rootwrap-1.0.0-1.el7.noarch from epel excluded (priority) | |
--> python-taskflow-0.3.21-1.el7.noarch from epel excluded (priority) | |
--> python-oslo-sphinx-1.1-1.el7.noarch from epel excluded (priority) | |
--> python-stevedore-0.14-1.el7.noarch from epel excluded (priority) | |
--> python-proliantutils-2.1.0-1.el7.noarch from epel excluded (priority) | |
--> python-taskflow-doc-0.3.21-1.el7.noarch from epel excluded (priority) | |
--> ahc-tools-0.2.0-1.el7.noarch from epel excluded (priority) | |
--> python-osprofiler-0.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-osprofiler-doc-0.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> diskimage-builder-0.1.42-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-alarm-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-alarm-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-api-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-central-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-collector-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-common-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-compute-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-ipmi-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-notification-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-polling-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-ceilometer-polling-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-doc-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-cinder-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-theme-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-dashboard-theme-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-central-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-mdns-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-pool-manager-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-designate-sink-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-glance-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cfn-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-api-cloudwatch-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-heat-engine-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-doc-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-keystone-doc-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-bigswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-brocade-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-cisco-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-common-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-embrane-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ibm-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-linuxbridge-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-mellanox-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-metaplugin-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-metering-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-midonet-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ml2-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-nec-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-nuage-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ofagent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-oneconvergence-nvsd-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-opencontrail-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-openvswitch-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-ovsvapp-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-plumgrid-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-sriov-nic-agent-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-vmware-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-cells-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-cert-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-compute-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-console-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-doc-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-network-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-novncproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-objectstore-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-scheduler-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-serialproxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-nova-spicehtml5proxy-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-doc-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.1.dev1537.gba5183c.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.10.dev1608.g6447ff7.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-packstack-puppet-2015.1-0.8.dev1589.g1d6372f.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.6-2.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.9-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-puppet-modules-2015.1.9-4.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-account-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-container-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-doc-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-object-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-swift-proxy-2.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-api-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-common-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-conductor-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-guestagent-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> openstack-trove-taskmanager-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> os-cloud-config-0.2.6-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometer-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometer-2015.1.0-6.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometerclient-1.0.13-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ceilometerclient-doc-1.0.13-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinder-2015.1.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinder-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-1.2.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-doc-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-cinderclient-doc-1.2.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designate-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designate-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-designateclient-1.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-doc-2015.1.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-horizon-doc-2015.1.0-7.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-openstack-auth-1.2.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-django-openstack-auth-1.2.0-4.el7.noarch from openstack-kilo excluded (priority) | |
--> python-glance-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-glance-store-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-glanceclient-0.17.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-glanceclient-doc-0.17.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-hardware-0.14-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-hardware-doc-0.14-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-0.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-doc-0.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-heatclient-doc-0.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-ironicclient-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystone-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystone-2015.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-keystoneclient-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-keystoneclient-doc-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystonemiddleware-1.5.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-keystonemiddleware-doc-1.5.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-fwaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-fwaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-lbaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-lbaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-tests-2015.1.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-vpnaas-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutron-vpnaas-tests-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutronclient-2.3.11-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-neutronclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-nova-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-novaclient-2.23.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 1:python-novaclient-doc-2.23.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-openstackclient-1.0.3-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-openstackclient-doc-1.0.3-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-concurrency-1.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-concurrency-doc-1.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 2:python-oslo-config-1.9.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> 2:python-oslo-config-doc-1.9.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-context-0.2.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-context-doc-0.2.0-5.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-db-1.7.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-db-doc-1.7.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-i18n-1.5.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-i18n-doc-1.5.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-log-1.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-log-doc-1.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-1.8.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-1.8.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-doc-1.8.2-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-messaging-doc-1.8.3-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-middleware-1.0.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-middleware-doc-1.0.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-policy-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-policy-doc-0.3.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-rootwrap-1.6.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-serialization-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-serialization-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-sphinx-2.5.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-utils-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-utils-doc-1.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-versionedobjects-0.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-versionedobjects-doc-0.1.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-vmware-0.11.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-oslo-vmware-doc-0.11.1-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-pycadf-0.8.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-pysaml2-3.0.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-saharaclient-0.8.0-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-stevedore-1.3.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-swiftclient-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-swiftclient-doc-2.4.0-1.el7.noarch from openstack-kilo excluded (priority) | |
--> python-taskflow-0.7.1-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-taskflow-doc-0.7.1-2.el7.noarch from openstack-kilo excluded (priority) | |
--> python-trove-2015.1.0-3.el7.noarch from openstack-kilo excluded (priority) | |
--> python-troveclient-1.0.9-1.el7.noarch from openstack-kilo excluded (priority) | |
257 packages excluded due to repository priority protections | |
pkgsack time: 1.703 | |
Repo-id : base/7/x86_64 | |
Repo-name : CentOS-7 - Base | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/os/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:19 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : centos7/x86_64 | |
Repo-name : centos7 | |
Repo-revision: 1427842153 | |
Repo-updated : Tue Mar 31 22:50:46 2015 | |
Repo-pkgs : 8,652 | |
Repo-size : 6.3 G | |
Repo-mirrors : http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo | |
Repo-baseurl : http://centos.aol.com/7.1.1503/os/x86_64/ (9 more) | |
Repo-expire : 604,800 second(s) (last: Wed Aug 19 23:51:19 2015) | |
Repo-filename: /etc/yum.repos.d/centos7-latest.repo | |
Repo-id : delorean-kilo | |
Repo-name : delorean-kilo-openstack-cinder-18d4b209ba66273aaddd7bf9639157fc35528ee4 | |
Repo-revision: 1439957825 | |
Repo-updated : Wed Aug 19 04:17:13 2015 | |
Repo-pkgs : 128 | |
Repo-size : 27 M | |
Repo-baseurl : http://trunk.rdoproject.org/centos7-kilo/18/d4/18d4b209ba66273aaddd7bf9639157fc35528ee4_ce71bc99/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:19 2015) | |
Repo-excluded: 93 | |
Repo-filename: /etc/yum.repos.d/rdo-trunk-release.repo | |
Repo-id : delorean-rdo-management | |
Repo-name : delorean-rdo-management-openstack-instack-undercloud-1ca26f3d422b6f172dbf96f4ae2e150a5278bb78 | |
Repo-revision: 1439943421 | |
Repo-updated : Wed Aug 19 00:17:02 2015 | |
Repo-pkgs : 66 | |
Repo-size : 17 M | |
Repo-baseurl : http://trunk-mgt.rdoproject.org/centos-kilo/1c/a2/1ca26f3d422b6f172dbf96f4ae2e150a5278bb78_1b8315e1_1439943373/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:20 2015) | |
Repo-excluded: 29 | |
Repo-filename: /etc/yum.repos.d/rdo-mgt-trunk-release.repo | |
Repo-id : epel/7/x86_64 | |
Repo-name : Extra Packages for Enterprise Linux - x86_64 | |
Repo-revision: 1439909367 | |
Repo-tags : binary-x86_64 | |
Repo-updated : Tue Aug 18 14:51:56 2015 | |
Repo-pkgs : 8,450 | |
Repo-size : 6.6 G | |
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64 | |
Updated : Mon Aug 17 17:04:02 2015 | |
Repo-baseurl : http://mirror.cogentco.com/pub/linux/epel/7/x86_64/ (27 more) | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015) | |
Repo-excluded: 7 | |
Repo-filename: /etc/yum.repos.d/epel.repo | |
Repo-id : extras/7/x86_64 | |
Repo-name : CentOS-7 - Extras | |
Repo-revision: 1439484001 | |
Repo-updated : Thu Aug 13 16:40:15 2015 | |
Repo-pkgs : 180 | |
Repo-size : 742 M | |
Repo-baseurl : http://mirror.centos.org/centos/7/extras/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
Repo-id : openstack-kilo | |
Repo-name : OpenStack Kilo Repository | |
Repo-revision: 1439311218 | |
Repo-updated : Tue Aug 11 16:40:22 2015 | |
Repo-pkgs : 574 | |
Repo-size : 430 M | |
Repo-baseurl : http://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015) | |
Repo-excluded: 249 | |
Repo-filename: /etc/yum.repos.d/rdo-release.repo | |
Repo-id : updates/7/x86_64 | |
Repo-name : CentOS-7 - Updates | |
Repo-revision: 1439912958 | |
Repo-updated : Tue Aug 18 15:50:30 2015 | |
Repo-pkgs : 1,225 | |
Repo-size : 3.4 G | |
Repo-baseurl : http://mirror.centos.org/centos/7/updates/x86_64/ | |
Repo-expire : 21,600 second(s) (last: Wed Aug 19 23:51:21 2015) | |
Repo-filename: /etc/yum.repos.d/CentOS-Base.repo | |
repolist: 27,927 | |
stderr: | |
TASK: [update all packages] *************************************************** | |
[[ previous task time: 0:00:07.993884 = 7.99s / 1894.33s ]] | |
<undercloud> REMOTE_MODULE yum name=* state=latest | |
changed: [undercloud] => {"changed": true, "msg": "", "rc": 0, "results": ["Loaded plugins: fastestmirror, priorities\nLoading mirror speeds from cached hostfile\n * centos7: centos.aol.com\n * epel: mirror.cogentco.com\n257 packages excluded due to repository priority protections\nResolving Dependencies\n--> Running transaction check\n---> Package python-jsonpointer.noarch 0:1.0-2.el7.centos will be updated\n---> Package python-jsonpointer.noarch 0:1.0-3.el7 will be an update\n---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be updated\n---> Package python-requests.noarch 0:2.7.0-1.el7 will be an update\n---> Package python-six.noarch 0:1.3.0-4.el7 will be updated\n---> Package python-six.noarch 0:1.9.0-1.el7 will be an update\n---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be updated\n---> Package python-urllib3.noarch 0:1.10.4-1.20150503gita91975b.el7 will be an update\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nUpdating:\n python-jsonpointer noarch 1.0-3.el7 openstack-kilo 9.3 k\n python-requests noarch 2.7.0-1.el7 openstack-kilo 95 k\n python-six noarch 1.9.0-1.el7 openstack-kilo 30 k\n python-urllib3 noarch 1.10.4-1.20150503gita91975b.el7 openstack-kilo 113 k\n\nTransaction Summary\n================================================================================\nUpgrade 4 Packages\n\nTotal download size: 247 k\nDownloading packages:\nDelta RPMs disabled because /usr/bin/applydeltarpm not installed.\n--------------------------------------------------------------------------------\nTotal 240 kB/s | 247 kB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : python-six-1.9.0-1.el7.noarch 1/8 \n Updating : python-urllib3-1.10.4-1.20150503gita91975b.el7.noarch 2/8 \n Updating : python-requests-2.7.0-1.el7.noarch 3/8 \n Updating : python-jsonpointer-1.0-3.el7.noarch 4/8 \n Cleanup : python-requests-2.6.0-1.el7_1.noarch 5/8 \n Cleanup : python-urllib3-1.10.2-2.el7_1.noarch 6/8 \n Cleanup : python-six-1.3.0-4.el7.noarch 7/8 \n Cleanup : python-jsonpointer-1.0-2.el7.centos.noarch 8/8 \n Verifying : python-urllib3-1.10.4-1.20150503gita91975b.el7.noarch 1/8 \n Verifying : python-jsonpointer-1.0-3.el7.noarch 2/8 \n Verifying : python-requests-2.7.0-1.el7.noarch 3/8 \n Verifying : python-six-1.9.0-1.el7.noarch 4/8 \n Verifying : python-requests-2.6.0-1.el7_1.noarch 5/8 \n Verifying : python-jsonpointer-1.0-2.el7.centos.noarch 6/8 \n Verifying : python-urllib3-1.10.2-2.el7_1.noarch 7/8 \n Verifying : python-six-1.3.0-4.el7.noarch 8/8 \n\nUpdated:\n python-jsonpointer.noarch 0:1.0-3.el7 \n python-requests.noarch 0:2.7.0-1.el7 \n python-six.noarch 0:1.9.0-1.el7 \n python-urllib3.noarch 0:1.10.4-1.20150503gita91975b.el7 \n\nComplete!\n"]} | |
msg: | |
TASK: [Find if a new kernel was installed] ************************************ | |
[[ previous task time: 0:00:14.432870 = 14.43s / 1908.76s ]] | |
skipping: [undercloud] | |
TASK: [reboot host] *********************************************************** | |
[[ previous task time: 0:00:00.013259 = 0.01s / 1908.77s ]] | |
skipping: [undercloud] | |
PLAY [Group all hosts in gate if we are gating] ******************************* | |
[[ previous play time: 0:00:28.462769 = 28.46s / 1908.78s ]] | |
GATHERING FACTS *************************************************************** | |
<whayutin-centos> REMOTE_MODULE setup | |
<localhost> REMOTE_MODULE setup | |
<undercloud> REMOTE_MODULE setup | |
ok: [localhost] | |
ok: [host0] | |
ok: [undercloud] | |
TASK: [group_by key=gate-install-instack-undercloud] ************************** | |
[[ previous task time: 0:00:07.964296 = 7.96s / 1916.74s ]] | |
skipping: [localhost] | |
TASK: [group_by key=gate-install-oscplugin] *********************************** | |
[[ previous task time: 0:00:00.008582 = 0.01s / 1916.75s ]] | |
skipping: [localhost] | |
PLAY [Install the custom instack-undercloud rpm when gating] ****************** | |
[[ previous play time: 0:00:07.977939 = 7.98s / 1916.76s ]] | |
skipping: no hosts matched | |
PLAY [Install the custom oscplugin rpm when gating] *************************** | |
[[ previous play time: 0:00:00.000911 = 0.00s / 1916.76s ]] | |
skipping: no hosts matched | |
PLAY [install the undercloud packages and get the guest image] **************** | |
[[ previous play time: 0:00:00.000617 = 0.00s / 1916.76s ]] | |
GATHERING FACTS *************************************************************** | |
<undercloud> REMOTE_MODULE setup | |
ok: [undercloud] | |
TASK: [get the guest-image] *************************************************** | |
[[ previous task time: 0:00:06.228475 = 6.23s / 1922.98s ]] | |
<undercloud> REMOTE_MODULE get_url url="http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2" dest=/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2 | |
ok: [undercloud] => {"changed": false, "dest": "/home/stack/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2", "gid": 0, "group": "root", "mode": "0644", "msg": "file already exists", "owner": "root", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 343368704, "state": "file", "uid": 0, "url": "http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.qcow2"} | |
msg: | |
file already exists | |
TASK: [install python-rdomanager-oscplugin] *********************************** | |
[[ previous task time: 0:00:05.087729 = 5.09s / 1928.06s ]] | |
<undercloud> REMOTE_MODULE yum name=python-rdomanager-oscplugin state=present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment