newton rdo test day - dianaclarke/openstack-notes GitHub Wiki

Newton RC Test Day

  • Fedora 23
$ sudo dnf -y install https://rdoproject.org/repos/openstack-newton/rdo-release-newton.rpm

$ cat /etc/environment 
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

$ sudo systemctl disable firewalld
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.

$ sudo systemctl stop firewalld

$ sudo systemctl disable NetworkManager
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.

$ sudo systemctl stop NetworkManager

$ sudo systemctl enable network
network.service is not a native service, redirecting to systemd-sysv-install
Executing /usr/lib/systemd/systemd-sysv-install enable network

$ sudo systemctl start network
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

$ systemctl -l status network.service
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: failed (Result: exit-code) since Wed 2016-09-28 16:04:56 EDT; 30s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 18915 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

Sep 28 16:04:56 localhost.localdomain network[18915]: it work better with this distribution.
Sep 28 16:04:56 localhost.localdomain network[18915]: Please report for this software via the Red Hat Bugzilla site:
Sep 28 16:04:56 localhost.localdomain network[18915]: http://bugzilla.redhat.com
Sep 28 16:04:56 localhost.localdomain network[18915]: exiting.
Sep 28 16:04:56 localhost.localdomain network[18915]: failed.
Sep 28 16:04:56 localhost.localdomain network[18915]: [FAILED]
Sep 28 16:04:56 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited status=1
Sep 28 16:04:56 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Sep 28 16:04:56 localhost.localdomain systemd[1]: network.service: Unit entered failed state.
Sep 28 16:04:56 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.

$ sudo systemctl start sshd.service

$ sudo dnf install -y https://www.rdoproject.org/repos/rdo-release.rpm

$ sudo dnf update -y

$ sudo dnf install -y openstack-packstack

$ time packstack --allinone
ERROR:root:Failed to load plugin from file prescript_000.py
ERROR:root:Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 885, in loadPlugins
    moduleobj = __import__(moduleToLoad)
  File "/usr/lib/python2.7/site-packages/packstack/plugins/prescript_000.py", line 36, in <module>
    from packstack.modules.ospluginutils import appendManifestFile
  File "/usr/lib/python2.7/site-packages/packstack/modules/ospluginutils.py", line 17, in <module>
    from OpenSSL import crypto
ImportError: No module named OpenSSL

ERROR:root:Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 950, in main
    loadPlugins()
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 893, in loadPlugins
    raise Exception("Failed to load plugin from file %s" % item)
Exception: Failed to load plugin from file prescript_000.py


ERROR : Failed to load plugin from file prescript_000.py
Traceback (most recent call last):
  File "/usr/bin/packstack", line 15, in <module>
    run_setup.main()
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 1020, in main
    print(output_messages.ERR_CHECK_LOG_FILE_FOR_MORE_INFO % (logFile))
UnboundLocalError: local variable 'logFile' referenced before assignment

real	0m0.282s
user	0m0.219s
sys	0m0.062s
  • Fedora 24
$ sudo dnf -y install https://rdoproject.org/repos/openstack-newton/rdo-release-newton.rpm

$ cat /etc/environment 
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

$ sudo systemctl disable firewalld
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

$ sudo systemctl stop firewalld

$ sudo systemctl disable NetworkManager
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.

$ sudo systemctl stop NetworkManager

$ sudo systemctl enable network
network.service is not a native service, redirecting to systemd-sysv-install
Executing /usr/lib/systemd/systemd-sysv-install enable network

$ sudo systemctl start network
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

$ systemctl status network.service
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2016-09-28 16:08:46 EDT; 2min 27s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 11511 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

Sep 28 16:08:46 localhost.localdomain network[11511]: it work better with this distribution.
Sep 28 16:08:46 localhost.localdomain network[11511]: Please report for this software via the Red Hat Bugzill
Sep 28 16:08:46 localhost.localdomain network[11511]:     http://bugzilla.redhat.com
Sep 28 16:08:46 localhost.localdomain network[11511]: exiting.
Sep 28 16:08:46 localhost.localdomain network[11511]:  failed.
Sep 28 16:08:46 localhost.localdomain network[11511]: [FAILED]
Sep 28 16:08:46 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited status
Sep 28 16:08:46 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Sep 28 16:08:46 localhost.localdomain systemd[1]: network.service: Unit entered failed state.
Sep 28 16:08:46 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.

$ sudo dnf install -y https://www.rdoproject.org/repos/rdo-release.rpm

$ sudo dnf update -y

$ sudo dnf install -y openstack-packstack

$ sudo systemctl start sshd.service

fix mode in: /usr/lib/python2.7/site-packages/packstack/puppet/templates/amqp.pp

$ time packstack --allinone

192.168.122.172_mariadb.pp:                       [ ERROR ]           
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.122.172_mariadb.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
You will find full trace in log /var/tmp/packstack/20160928-161956-i7lCZH/manifests/192.168.122.172_mariadb.pp.log
Please check log file /var/tmp/packstack/20160928-161956-i7lCZH/openstack-setup.log for more information
Additional information:
 * A new answerfile was created in: /home/diana/packstack-answers-20160928-161957.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.122.172. To use the command line tools you need to source the file.
 * Copy of keystonerc_admin file has been created for non-root user in /home/diana.
 * To access the OpenStack Dashboard browse to http://192.168.122.172/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.122.172/nagios username: nagiosadmin, password: f854be9652574982

real	4m26.250s
user	0m4.466s
sys	0m1.085s

$ cat /var/tmp/packstack/20160928-161956-i7lCZH/manifests/192.168.122.172_mariadb.pp.log
Notice: Compiled catalog for localhost in environment production in 2.52 seconds
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
Error: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: change from purged to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Dependency Package[mysql-server] has failures: true
Warning: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Client::Install/Package[mysql_client]/ensure: created
Notice: /Stage[main]/Main/Packstack::Firewall[mariadb_192.168.122.172]/Firewall[001 mariadb incoming mariadb_192.168.122.172]/ensure: created
Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Skipping because of failed dependencies
Error: Failed to apply catalog: Execution of '/usr/bin/mysql -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")

First attempt failed

  • Fedora 24
$ sudo dnf -y install https://rdoproject.org/repos/openstack-newton/rdo-release-newton.rpm

Fedora 24 - x86_64 - Updates                     15 MB/s |  16 MB     00:01    
Last metadata expiration check: 0:00:09 ago on Wed Sep 28 16:04:29 2016.
Dependencies resolved.
================================================================================
 Package             Arch           Version          Repository            Size
================================================================================
Installing:
 rdo-release         noarch         newton-2         @commandline         4.9 k

Transaction Summary
================================================================================
Install  1 Package

Total size: 4.9 k
Installed size: 3.0 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : rdo-release-newton-2.noarch                                 1/1 
  Verifying   : rdo-release-newton-2.noarch                                 1/1 

Installed:
  rdo-release.noarch newton-2                                                   

Complete!
$ cat /etc/environment 
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
$ sudo systemctl disable firewalld
Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

$ sudo systemctl stop firewalld

$ sudo systemctl disable NetworkManager
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.

$ sudo systemctl stop NetworkManager

$ sudo systemctl enable network
network.service is not a native service, redirecting to systemd-sysv-install
Executing /usr/lib/systemd/systemd-sysv-install enable network

$ sudo systemctl start network
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
$ sudo dnf install -y https://www.rdoproject.org/repos/rdo-release.rpm

Last metadata expiration check: 0:04:48 ago on Wed Sep 28 16:12:13 2016.
Dependencies resolved.
================================================================================
 Package             Arch           Version          Repository            Size
================================================================================
Downgrading:
 rdo-release         noarch         mitaka-5         @commandline         3.7 k

Transaction Summary
================================================================================
Downgrade  1 Package

Total size: 3.7 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Downgrading : rdo-release-mitaka-5.noarch                                 1/2 
  Erasing     : rdo-release-newton-2.noarch                                 2/2 
  Verifying   : rdo-release-mitaka-5.noarch                                 1/2 
  Verifying   : rdo-release-newton-2.noarch                                 2/2 

Downgraded:
  rdo-release.noarch mitaka-5                                                   

Complete!
$ sudo dnf update -y
OpenStack Mitaka Repository                     2.6 MB/s | 1.8 MB     00:00    
Last metadata expiration check: 0:00:01 ago on Wed Sep 28 16:18:35 2016.
Dependencies resolved.
================================================================================
 Package             Arch   Version                      Repository        Size
================================================================================
Upgrading:
 ipxe-roms-qemu      noarch 20160127-1.git6366fa7a.el7   openstack-mitaka 681 k
 iwl100-firmware     noarch 39.31.5.1-68.fc24            updates          155 k
 iwl1000-firmware    noarch 1:39.31.5.1-68.fc24          updates          218 k
 iwl105-firmware     noarch 18.168.6.1-68.fc24           updates          239 k
 iwl135-firmware     noarch 18.168.6.1-68.fc24           updates          248 k
 iwl2000-firmware    noarch 18.168.6.1-68.fc24           updates          242 k
 iwl2030-firmware    noarch 18.168.6.1-68.fc24           updates          251 k
 iwl3160-firmware    noarch 1:25.30.13.0-68.fc24         updates          1.4 M
 iwl3945-firmware    noarch 15.32.2.9-68.fc24            updates           93 k
 iwl4965-firmware    noarch 228.61.2.24-68.fc24          updates          106 k
 iwl5000-firmware    noarch 8.83.5.1_1-68.fc24           updates          299 k
 iwl5150-firmware    noarch 8.24.2.2-68.fc24             updates          152 k
 iwl6000-firmware    noarch 9.221.4.1-68.fc24            updates          172 k
 iwl6000g2a-firmware noarch 18.168.6.1-68.fc24           updates          315 k
 iwl6000g2b-firmware noarch 18.168.6.1-68.fc24           updates          315 k
 iwl6050-firmware    noarch 41.28.5.1-68.fc24            updates          248 k
 iwl7260-firmware    noarch 1:25.30.13.0-68.fc24         updates          3.9 M
 libertas-usb8388-firmware
                     noarch 2:20160923-68.git42ad5367.fc24
                                                         updates          118 k
 linux-firmware      noarch 20160923-68.git42ad5367.fc24 updates           37 M
 poppler             x86_64 0.41.0-3.fc24                updates          799 k
 poppler-glib        x86_64 0.41.0-3.fc24                updates          141 k
 poppler-utils       x86_64 0.41.0-3.fc24                updates          180 k

Transaction Summary
================================================================================
Upgrade  22 Packages

Total download size: 47 M
Downloading Packages:
(1/22): iwl100-firmware-39.31.5.1-67.fc24_39.31  73 kB/s |  17 kB     00:00    
(2/22): iwl1000-firmware-39.31.5.1-67.fc24_39.3  71 kB/s |  17 kB     00:00    
(3/22): iwl105-firmware-18.168.6.1-67.fc24_18.1  68 kB/s |  17 kB     00:00    
(4/22): iwl135-firmware-18.168.6.1-67.fc24_18.1 392 kB/s |  17 kB     00:00    
(5/22): iwl2000-firmware-18.168.6.1-67.fc24_18. 372 kB/s |  17 kB     00:00    
(6/22): iwl2030-firmware-18.168.6.1-67.fc24_18. 399 kB/s |  17 kB     00:00    
(7/22): iwl3160-firmware-25.30.13.0-67.fc24_25. 429 kB/s |  18 kB     00:00    
(8/22): iwl3945-firmware-15.32.2.9-67.fc24_15.3 407 kB/s |  17 kB     00:00    
(9/22): iwl4965-firmware-228.61.2.24-67.fc24_22 226 kB/s |  17 kB     00:00    
(10/22): iwl5000-firmware-8.83.5.1_1-67.fc24_8. 384 kB/s |  17 kB     00:00    
(11/22): iwl5150-firmware-8.24.2.2-67.fc24_8.24 369 kB/s |  17 kB     00:00    
(12/22): iwl6000-firmware-9.221.4.1-67.fc24_9.2 341 kB/s |  17 kB     00:00    
(13/22): iwl6000g2a-firmware-18.168.6.1-67.fc24 378 kB/s |  17 kB     00:00    
(14/22): iwl6000g2b-firmware-18.168.6.1-67.fc24 367 kB/s |  17 kB     00:00    
[DRPM] iwl100-firmware-39.31.5.1-67.fc24_39.31.5.1-68.fc24.noarch.drpm: done   
(15/22): iwl7260-firmware-25.30.13.0-67.fc24_25 499 kB/s |  20 kB     00:00    
(16/22): iwl6050-firmware-41.28.5.1-67.fc24_41. 379 kB/s |  17 kB     00:00    
(17/22): libertas-usb8388-firmware-20160816-67. 236 kB/s |  17 kB     00:00    
[DRPM] iwl105-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done 
(18/22): poppler-0.41.0-2.fc24_0.41.0-3.fc24.x8 446 kB/s |  42 kB     00:00    
(19/22): poppler-glib-0.41.0-2.fc24_0.41.0-3.fc 343 kB/s |  26 kB     00:00    
(20/22): poppler-utils-0.41.0-3.fc24.x86_64.rpm 1.5 MB/s | 180 kB     00:00    
(21/22): ipxe-roms-qemu-20160127-1.git6366fa7a. 1.2 MB/s | 681 kB     00:00    
(22/22): linux-firmware-20160816-67.git7c3dfc0b 3.8 MB/s | 2.6 MB     00:00    
[DRPM] iwl1000-firmware-39.31.5.1-67.fc24_39.31.5.1-68.fc24.noarch.drpm: done  
[DRPM] iwl135-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done 
[DRPM] iwl2000-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done
[DRPM] iwl2030-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done
[DRPM] iwl4965-firmware-228.61.2.24-67.fc24_228.61.2.24-68.fc24.noarch.drpm: done
[DRPM] iwl3945-firmware-15.32.2.9-67.fc24_15.32.2.9-68.fc24.noarch.drpm: done  
[DRPM] iwl5150-firmware-8.24.2.2-67.fc24_8.24.2.2-68.fc24.noarch.drpm: done    
[DRPM] iwl6000-firmware-9.221.4.1-67.fc24_9.221.4.1-68.fc24.noarch.drpm: done  
[DRPM] iwl5000-firmware-8.83.5.1_1-67.fc24_8.83.5.1_1-68.fc24.noarch.drpm: done
[DRPM] iwl6000g2a-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done
[DRPM] iwl6000g2b-firmware-18.168.6.1-67.fc24_18.168.6.1-68.fc24.noarch.drpm: done
[DRPM] libertas-usb8388-firmware-20160816-67.git7c3dfc0b.fc24_20160923-68.git42ad5367.fc24.noarch.drpm: done                     
[DRPM] iwl6050-firmware-41.28.5.1-67.fc24_41.28.5.1-68.fc24.noarch.drpm: done  
[DRPM] poppler-glib-0.41.0-2.fc24_0.41.0-3.fc24.x86_64.drpm: done              
[DRPM] poppler-0.41.0-2.fc24_0.41.0-3.fc24.x86_64.drpm: done                   
[DRPM] iwl3160-firmware-25.30.13.0-67.fc24_25.30.13.0-68.fc24.noarch.drpm: done
[DRPM] iwl7260-firmware-25.30.13.0-67.fc24_25.30.13.0-68.fc24.noarch.drpm: done
[DRPM] linux-firmware-20160816-67.git7c3dfc0b.fc24_20160923-68.git42ad5367.fc24.noarch.drpm: done          
--------------------------------------------------------------------------------
Total                                           114 kB/s | 3.8 MB     00:34     
Delta RPMs reduced 47.3 MB of updates to 3.8 MB (91.1% saved)
warning: /var/cache/dnf/openstack-mitaka-f501cd7e97882365/packages/ipxe-roms-qemu-20160127-1.git6366fa7a.el7.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID 764429e6: NOKEY
Importing GPG key 0x764429E6:
 Userid     : "CentOS Cloud SIG (http://wiki.centos.org/SpecialInterestGroup/Cloud) <[email protected]>"
 Fingerprint: 736A F511 6D9C 40E2 AF6B 074B F9B9 FEE7 7644 29E6
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Upgrading   : poppler-0.41.0-3.fc24.x86_64                               1/44 
  Upgrading   : poppler-utils-0.41.0-3.fc24.x86_64                         2/44 
  Upgrading   : poppler-glib-0.41.0-3.fc24.x86_64                          3/44 
  Upgrading   : linux-firmware-20160923-68.git42ad5367.fc24.noarch         4/44 
  Upgrading   : libertas-usb8388-firmware-2:20160923-68.git42ad5367.fc2    5/44 
  Upgrading   : iwl7260-firmware-1:25.30.13.0-68.fc24.noarch               6/44 
  Upgrading   : iwl6050-firmware-41.28.5.1-68.fc24.noarch                  7/44 
  Upgrading   : iwl6000g2b-firmware-18.168.6.1-68.fc24.noarch              8/44 
  Upgrading   : iwl6000g2a-firmware-18.168.6.1-68.fc24.noarch              9/44 
  Upgrading   : iwl6000-firmware-9.221.4.1-68.fc24.noarch                 10/44 
  Upgrading   : iwl5150-firmware-8.24.2.2-68.fc24.noarch                  11/44 
  Upgrading   : iwl5000-firmware-8.83.5.1_1-68.fc24.noarch                12/44 
  Upgrading   : iwl4965-firmware-228.61.2.24-68.fc24.noarch               13/44 
  Upgrading   : iwl3945-firmware-15.32.2.9-68.fc24.noarch                 14/44 
  Upgrading   : iwl3160-firmware-1:25.30.13.0-68.fc24.noarch              15/44 
  Upgrading   : iwl2030-firmware-18.168.6.1-68.fc24.noarch                16/44 
  Upgrading   : iwl2000-firmware-18.168.6.1-68.fc24.noarch                17/44 
  Upgrading   : iwl135-firmware-18.168.6.1-68.fc24.noarch                 18/44 
  Upgrading   : iwl105-firmware-18.168.6.1-68.fc24.noarch                 19/44 
  Upgrading   : iwl1000-firmware-1:39.31.5.1-68.fc24.noarch               20/44 
  Upgrading   : iwl100-firmware-39.31.5.1-68.fc24.noarch                  21/44 
  Upgrading   : ipxe-roms-qemu-20160127-1.git6366fa7a.el7.noarch          22/44 
  Cleanup     : linux-firmware-20160816-67.git7c3dfc0b.fc24.noarch        23/44 
  Cleanup     : libertas-usb8388-firmware-2:20160816-67.git7c3dfc0b.fc2   24/44 
  Cleanup     : iwl7260-firmware-1:25.30.13.0-67.fc24.noarch              25/44 
  Cleanup     : iwl6050-firmware-41.28.5.1-67.fc24.noarch                 26/44 
  Cleanup     : iwl6000g2b-firmware-18.168.6.1-67.fc24.noarch             27/44 
  Cleanup     : iwl6000g2a-firmware-18.168.6.1-67.fc24.noarch             28/44 
  Cleanup     : iwl6000-firmware-9.221.4.1-67.fc24.noarch                 29/44 
  Cleanup     : iwl5150-firmware-8.24.2.2-67.fc24.noarch                  30/44 
  Cleanup     : iwl5000-firmware-8.83.5.1_1-67.fc24.noarch                31/44 
  Cleanup     : iwl4965-firmware-228.61.2.24-67.fc24.noarch               32/44 
  Cleanup     : iwl3945-firmware-15.32.2.9-67.fc24.noarch                 33/44 
  Cleanup     : iwl3160-firmware-1:25.30.13.0-67.fc24.noarch              34/44 
  Cleanup     : iwl2030-firmware-18.168.6.1-67.fc24.noarch                35/44 
  Cleanup     : iwl2000-firmware-18.168.6.1-67.fc24.noarch                36/44 
  Cleanup     : iwl135-firmware-18.168.6.1-67.fc24.noarch                 37/44 
  Cleanup     : iwl105-firmware-18.168.6.1-67.fc24.noarch                 38/44 
  Cleanup     : iwl1000-firmware-1:39.31.5.1-67.fc24.noarch               39/44 
  Cleanup     : iwl100-firmware-39.31.5.1-67.fc24.noarch                  40/44 
  Cleanup     : ipxe-roms-qemu-20150821-3.git4e03af8.fc24.noarch          41/44 
  Cleanup     : poppler-glib-0.41.0-2.fc24.x86_64                         42/44 
  Cleanup     : poppler-utils-0.41.0-2.fc24.x86_64                        43/44 
  Cleanup     : poppler-0.41.0-2.fc24.x86_64                              44/44 
  Verifying   : ipxe-roms-qemu-20160127-1.git6366fa7a.el7.noarch           1/44 
  Verifying   : iwl100-firmware-39.31.5.1-68.fc24.noarch                   2/44 
  Verifying   : iwl1000-firmware-1:39.31.5.1-68.fc24.noarch                3/44 
  Verifying   : iwl105-firmware-18.168.6.1-68.fc24.noarch                  4/44 
  Verifying   : iwl135-firmware-18.168.6.1-68.fc24.noarch                  5/44 
  Verifying   : iwl2000-firmware-18.168.6.1-68.fc24.noarch                 6/44 
  Verifying   : iwl2030-firmware-18.168.6.1-68.fc24.noarch                 7/44 
  Verifying   : iwl3160-firmware-1:25.30.13.0-68.fc24.noarch               8/44 
  Verifying   : iwl3945-firmware-15.32.2.9-68.fc24.noarch                  9/44 
  Verifying   : iwl4965-firmware-228.61.2.24-68.fc24.noarch               10/44 
  Verifying   : iwl5000-firmware-8.83.5.1_1-68.fc24.noarch                11/44 
  Verifying   : iwl5150-firmware-8.24.2.2-68.fc24.noarch                  12/44 
  Verifying   : iwl6000-firmware-9.221.4.1-68.fc24.noarch                 13/44 
  Verifying   : iwl6000g2a-firmware-18.168.6.1-68.fc24.noarch             14/44 
  Verifying   : iwl6000g2b-firmware-18.168.6.1-68.fc24.noarch             15/44 
  Verifying   : iwl6050-firmware-41.28.5.1-68.fc24.noarch                 16/44 
  Verifying   : iwl7260-firmware-1:25.30.13.0-68.fc24.noarch              17/44 
  Verifying   : libertas-usb8388-firmware-2:20160923-68.git42ad5367.fc2   18/44 
  Verifying   : linux-firmware-20160923-68.git42ad5367.fc24.noarch        19/44 
  Verifying   : poppler-0.41.0-3.fc24.x86_64                              20/44 
  Verifying   : poppler-utils-0.41.0-3.fc24.x86_64                        21/44 
  Verifying   : poppler-glib-0.41.0-3.fc24.x86_64                         22/44 
  Verifying   : ipxe-roms-qemu-20150821-3.git4e03af8.fc24.noarch          23/44 
  Verifying   : iwl100-firmware-39.31.5.1-67.fc24.noarch                  24/44 
  Verifying   : iwl1000-firmware-1:39.31.5.1-67.fc24.noarch               25/44 
  Verifying   : iwl105-firmware-18.168.6.1-67.fc24.noarch                 26/44 
  Verifying   : iwl135-firmware-18.168.6.1-67.fc24.noarch                 27/44 
  Verifying   : iwl2000-firmware-18.168.6.1-67.fc24.noarch                28/44 
  Verifying   : iwl2030-firmware-18.168.6.1-67.fc24.noarch                29/44 
  Verifying   : iwl3160-firmware-1:25.30.13.0-67.fc24.noarch              30/44 
  Verifying   : iwl3945-firmware-15.32.2.9-67.fc24.noarch                 31/44 
  Verifying   : iwl4965-firmware-228.61.2.24-67.fc24.noarch               32/44 
  Verifying   : iwl5000-firmware-8.83.5.1_1-67.fc24.noarch                33/44 
  Verifying   : iwl5150-firmware-8.24.2.2-67.fc24.noarch                  34/44 
  Verifying   : iwl6000-firmware-9.221.4.1-67.fc24.noarch                 35/44 
  Verifying   : iwl6000g2a-firmware-18.168.6.1-67.fc24.noarch             36/44 
  Verifying   : iwl6000g2b-firmware-18.168.6.1-67.fc24.noarch             37/44 
  Verifying   : iwl6050-firmware-41.28.5.1-67.fc24.noarch                 38/44 
  Verifying   : iwl7260-firmware-1:25.30.13.0-67.fc24.noarch              39/44 
  Verifying   : libertas-usb8388-firmware-2:20160816-67.git7c3dfc0b.fc2   40/44 
  Verifying   : linux-firmware-20160816-67.git7c3dfc0b.fc24.noarch        41/44 
  Verifying   : poppler-0.41.0-2.fc24.x86_64                              42/44 
  Verifying   : poppler-glib-0.41.0-2.fc24.x86_64                         43/44 
  Verifying   : poppler-utils-0.41.0-2.fc24.x86_64                        44/44 

Upgraded:
  ipxe-roms-qemu.noarch 20160127-1.git6366fa7a.el7                              
  iwl100-firmware.noarch 39.31.5.1-68.fc24                                      
  iwl1000-firmware.noarch 1:39.31.5.1-68.fc24                                   
  iwl105-firmware.noarch 18.168.6.1-68.fc24                                     
  iwl135-firmware.noarch 18.168.6.1-68.fc24                                     
  iwl2000-firmware.noarch 18.168.6.1-68.fc24                                    
  iwl2030-firmware.noarch 18.168.6.1-68.fc24                                    
  iwl3160-firmware.noarch 1:25.30.13.0-68.fc24                                  
  iwl3945-firmware.noarch 15.32.2.9-68.fc24                                     
  iwl4965-firmware.noarch 228.61.2.24-68.fc24                                   
  iwl5000-firmware.noarch 8.83.5.1_1-68.fc24                                    
  iwl5150-firmware.noarch 8.24.2.2-68.fc24                                      
  iwl6000-firmware.noarch 9.221.4.1-68.fc24                                     
  iwl6000g2a-firmware.noarch 18.168.6.1-68.fc24                                 
  iwl6000g2b-firmware.noarch 18.168.6.1-68.fc24                                 
  iwl6050-firmware.noarch 41.28.5.1-68.fc24                                     
  iwl7260-firmware.noarch 1:25.30.13.0-68.fc24                                  
  libertas-usb8388-firmware.noarch 2:20160923-68.git42ad5367.fc24               
  linux-firmware.noarch 20160923-68.git42ad5367.fc24                            
  poppler.x86_64 0.41.0-3.fc24                                                  
  poppler-glib.x86_64 0.41.0-3.fc24                                             
  poppler-utils.x86_64 0.41.0-3.fc24                                            

Complete!
$ sudo dnf install -y openstack-packstack
Last metadata expiration check: 0:02:50 ago on Wed Sep 28 16:18:35 2016.
Dependencies resolved.
================================================================================
 Package                    Arch   Version               Repository        Size
================================================================================
Installing:
 PyYAML                     x86_64 3.11-12.fc24          fedora           169 k
 libyaml                    x86_64 0.1.6-8.fc24          fedora            58 k
 openstack-packstack        noarch 8.0.0-1.el7           openstack-mitaka 242 k
 openstack-packstack-puppet noarch 8.0.0-1.el7           openstack-mitaka  17 k
 openstack-puppet-modules   noarch 1:8.0.4-1.el7         openstack-mitaka 3.1 M
 pyOpenSSL                  noarch 16.0.0-1.fc24         fedora            86 k
 python                     x86_64 2.7.12-5.fc24         updates           97 k
 python-docutils            noarch 0.12-0.6.20140510svn7747.fc24
                                                         fedora           1.5 M
 python-enum34              noarch 1.0.4-5.fc24          fedora            57 k
 python-idna                noarch 2.0-3.fc24            fedora            97 k
 python-ipaddress           noarch 1.0.16-2.fc24         fedora            39 k
 python-libs                x86_64 2.7.12-5.fc24         updates          5.8 M
 python-netaddr             noarch 0.7.18-6.fc24         fedora           1.5 M
 python-pillow              x86_64 3.2.0-1.fc24          fedora           575 k
 python-pip                 noarch 8.1.2-1.el7           openstack-mitaka 1.7 M
 python-pycparser           noarch 2.14-6.fc24           updates          109 k
 python-six                 noarch 1.10.0-2.fc24         fedora            34 k
 python2-cffi               x86_64 1.5.2-1.fc24          fedora           219 k
 python2-cryptography       x86_64 1.3.1-1.fc24          fedora           471 k
 python2-ply                noarch 3.8-1.fc24            fedora           106 k
 python2-pyasn1             noarch 0.1.9-6.fc24.1        fedora           105 k
 python2-setuptools         noarch 22.0.5-1.el7          openstack-mitaka 485 k
 ruby                       x86_64 2.3.1-56.fc24         fedora            76 k
 ruby-irb                   noarch 2.3.1-56.fc24         fedora            95 k
 ruby-libs                  x86_64 2.3.1-56.fc24         fedora           2.9 M
 rubygem-bigdecimal         x86_64 1.2.8-56.fc24         fedora            87 k
 rubygem-did_you_mean       x86_64 1.0.0-56.fc24         fedora           219 k
 rubygem-io-console         x86_64 0.4.5-56.fc24         fedora            58 k
 rubygem-json               x86_64 1.8.3-103.fc24        updates           65 k
 rubygem-psych              x86_64 2.0.17-56.fc24        fedora            87 k
 rubygem-rdoc               noarch 4.2.2-2.fc24          updates          449 k
 rubygems                   noarch 2.5.1-56.fc24         fedora           281 k
 rubypick                   noarch 1.1.1-5.fc24          fedora            11 k

Transaction Summary
================================================================================
Install  33 Packages

Total download size: 21 M
Installed size: 83 M
Downloading Packages:
(1/33): PyYAML-3.11-12.fc24.x86_64.rpm          230 kB/s | 169 kB     00:00    
(2/33): openstack-packstack-puppet-8.0.0-1.el7.  52 kB/s |  17 kB     00:00    
(3/33): libyaml-0.1.6-8.fc24.x86_64.rpm         934 kB/s |  58 kB     00:00    
(4/33): python-docutils-0.12-0.6.20140510svn774 1.3 MB/s | 1.5 MB     00:01    
(5/33): openstack-packstack-8.0.0-1.el7.noarch. 205 kB/s | 242 kB     00:01    
(6/33): pyOpenSSL-16.0.0-1.fc24.noarch.rpm      1.7 MB/s |  86 kB     00:00    
(7/33): python2-cryptography-1.3.1-1.fc24.x86_6 1.9 MB/s | 471 kB     00:00    
(8/33): python-netaddr-0.7.18-6.fc24.noarch.rpm 583 kB/s | 1.5 MB     00:02    
(9/33): python2-setuptools-22.0.5-1.el7.noarch. 209 kB/s | 485 kB     00:02    
(10/33): openstack-puppet-modules-8.0.4-1.el7.n 829 kB/s | 3.1 MB     00:03    
(11/33): python-pip-8.1.2-1.el7.noarch.rpm      558 kB/s | 1.7 MB     00:03    
(12/33): python-enum34-1.0.4-5.fc24.noarch.rpm   34 kB/s |  57 kB     00:01    
(13/33): python-idna-2.0-3.fc24.noarch.rpm       84 kB/s |  97 kB     00:01    
(14/33): python-ipaddress-1.0.16-2.fc24.noarch.  36 kB/s |  39 kB     00:01    
(15/33): python-six-1.10.0-2.fc24.noarch.rpm     32 kB/s |  34 kB     00:01    
(16/33): python2-cffi-1.5.2-1.fc24.x86_64.rpm   912 kB/s | 219 kB     00:00    
(17/33): python2-pyasn1-0.1.9-6.fc24.1.noarch.r 2.3 MB/s | 105 kB     00:00    
(18/33): python-2.7.12-5.fc24.x86_64.rpm        5.5 kB/s |  97 kB     00:17    
(19/33): python2-ply-3.8-1.fc24.noarch.rpm      122 kB/s | 106 kB     00:00    
(20/33): python-pillow-3.2.0-1.fc24.x86_64.rpm  477 kB/s | 575 kB     00:01    
(21/33): rubygem-json-1.8.3-103.fc24.x86_64.rpm  57 kB/s |  65 kB     00:01    
(22/33): ruby-libs-2.3.1-56.fc24.x86_64.rpm     4.3 MB/s | 2.9 MB     00:00    
(23/33): rubygems-2.5.1-56.fc24.noarch.rpm      4.7 MB/s | 281 kB     00:00    
(24/33): rubygem-psych-2.0.17-56.fc24.x86_64.rp 1.1 MB/s |  87 kB     00:00    
(25/33): rubypick-1.1.1-5.fc24.noarch.rpm       165 kB/s |  11 kB     00:00    
(26/33): ruby-2.3.1-56.fc24.x86_64.rpm          1.0 MB/s |  76 kB     00:00    
(27/33): python-libs-2.7.12-5.fc24.x86_64.rpm   272 kB/s | 5.8 MB     00:21    
(28/33): rubygem-rdoc-4.2.2-2.fc24.noarch.rpm   1.1 MB/s | 449 kB     00:00    
(29/33): ruby-irb-2.3.1-56.fc24.noarch.rpm      1.6 MB/s |  95 kB     00:00    
(30/33): rubygem-bigdecimal-1.2.8-56.fc24.x86_6 1.6 MB/s |  87 kB     00:00    
(31/33): rubygem-did_you_mean-1.0.0-56.fc24.x86 1.4 MB/s | 219 kB     00:00    
(32/33): rubygem-io-console-0.4.5-56.fc24.x86_6 9.4 kB/s |  58 kB     00:06    
(33/33): python-pycparser-2.14-6.fc24.noarch.rp 4.7 kB/s | 109 kB     00:23    
--------------------------------------------------------------------------------
Total                                           492 kB/s |  21 MB     00:43     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : ruby-libs-2.3.1-56.fc24.x86_64                             1/33 
  Installing  : python-libs-2.7.12-5.fc24.x86_64                           2/33 
  Installing  : python2-setuptools-22.0.5-1.el7.noarch                     3/33 
  Installing  : python-pip-8.1.2-1.el7.noarch                              4/33 
  Installing  : python-2.7.12-5.fc24.x86_64                                5/33 
  Installing  : libyaml-0.1.6-8.fc24.x86_64                                6/33 
  Installing  : PyYAML-3.11-12.fc24.x86_64                                 7/33 
  Installing  : python-netaddr-0.7.18-6.fc24.noarch                        8/33 
  Installing  : python-enum34-1.0.4-5.fc24.noarch                          9/33 
  Installing  : python-idna-2.0-3.fc24.noarch                             10/33 
  Installing  : python-ipaddress-1.0.16-2.fc24.noarch                     11/33 
  Installing  : python-six-1.10.0-2.fc24.noarch                           12/33 
  Installing  : python2-pyasn1-0.1.9-6.fc24.1.noarch                      13/33 
  Installing  : python2-ply-3.8-1.fc24.noarch                             14/33 
  Installing  : python-pycparser-2.14-6.fc24.noarch                       15/33 
  Installing  : python2-cffi-1.5.2-1.fc24.x86_64                          16/33 
  Installing  : python2-cryptography-1.3.1-1.fc24.x86_64                  17/33 
  Installing  : pyOpenSSL-16.0.0-1.fc24.noarch                            18/33 
  Installing  : python-pillow-3.2.0-1.fc24.x86_64                         19/33 
  Installing  : python-docutils-0.12-0.6.20140510svn7747.fc24.noarch      20/33 
  Installing  : ruby-2.3.1-56.fc24.x86_64                                 21/33 
  Installing  : rubypick-1.1.1-5.fc24.noarch                              22/33 
  Installing  : rubygems-2.5.1-56.fc24.noarch                             23/33 
  Installing  : rubygem-psych-2.0.17-56.fc24.x86_64                       24/33 
  Installing  : rubygem-json-1.8.3-103.fc24.x86_64                        25/33 
  Installing  : openstack-puppet-modules-1:8.0.4-1.el7.noarch             26/33 
  Installing  : ruby-irb-2.3.1-56.fc24.noarch                             27/33 
  Installing  : openstack-packstack-puppet-8.0.0-1.el7.noarch             28/33 
  Installing  : openstack-packstack-8.0.0-1.el7.noarch                    29/33 
  Installing  : rubygem-rdoc-4.2.2-2.fc24.noarch                          30/33 
  Installing  : rubygem-io-console-0.4.5-56.fc24.x86_64                   31/33 
  Installing  : rubygem-bigdecimal-1.2.8-56.fc24.x86_64                   32/33 
  Installing  : rubygem-did_you_mean-1.0.0-56.fc24.x86_64                 33/33 
  Verifying   : openstack-packstack-8.0.0-1.el7.noarch                     1/33 
  Verifying   : PyYAML-3.11-12.fc24.x86_64                                 2/33 
  Verifying   : python-docutils-0.12-0.6.20140510svn7747.fc24.noarch       3/33 
  Verifying   : openstack-packstack-puppet-8.0.0-1.el7.noarch              4/33 
  Verifying   : libyaml-0.1.6-8.fc24.x86_64                                5/33 
  Verifying   : pyOpenSSL-16.0.0-1.fc24.noarch                             6/33 
  Verifying   : python2-cryptography-1.3.1-1.fc24.x86_64                   7/33 
  Verifying   : python-2.7.12-5.fc24.x86_64                                8/33 
  Verifying   : python-libs-2.7.12-5.fc24.x86_64                           9/33 
  Verifying   : python-netaddr-0.7.18-6.fc24.noarch                       10/33 
  Verifying   : python2-setuptools-22.0.5-1.el7.noarch                    11/33 
  Verifying   : openstack-puppet-modules-1:8.0.4-1.el7.noarch             12/33 
  Verifying   : python-pip-8.1.2-1.el7.noarch                             13/33 
  Verifying   : python-enum34-1.0.4-5.fc24.noarch                         14/33 
  Verifying   : python-idna-2.0-3.fc24.noarch                             15/33 
  Verifying   : python-ipaddress-1.0.16-2.fc24.noarch                     16/33 
  Verifying   : python-six-1.10.0-2.fc24.noarch                           17/33 
  Verifying   : python2-cffi-1.5.2-1.fc24.x86_64                          18/33 
  Verifying   : python2-pyasn1-0.1.9-6.fc24.1.noarch                      19/33 
  Verifying   : python-pycparser-2.14-6.fc24.noarch                       20/33 
  Verifying   : python2-ply-3.8-1.fc24.noarch                             21/33 
  Verifying   : python-pillow-3.2.0-1.fc24.x86_64                         22/33 
  Verifying   : rubygem-json-1.8.3-103.fc24.x86_64                        23/33 
  Verifying   : ruby-libs-2.3.1-56.fc24.x86_64                            24/33 
  Verifying   : rubygems-2.5.1-56.fc24.noarch                             25/33 
  Verifying   : rubygem-psych-2.0.17-56.fc24.x86_64                       26/33 
  Verifying   : rubypick-1.1.1-5.fc24.noarch                              27/33 
  Verifying   : ruby-2.3.1-56.fc24.x86_64                                 28/33 
  Verifying   : rubygem-rdoc-4.2.2-2.fc24.noarch                          29/33 
  Verifying   : ruby-irb-2.3.1-56.fc24.noarch                             30/33 
  Verifying   : rubygem-io-console-0.4.5-56.fc24.x86_64                   31/33 
  Verifying   : rubygem-bigdecimal-1.2.8-56.fc24.x86_64                   32/33 
  Verifying   : rubygem-did_you_mean-1.0.0-56.fc24.x86_64                 33/33 

Installed:
  PyYAML.x86_64 3.11-12.fc24                                                    
  libyaml.x86_64 0.1.6-8.fc24                                                   
  openstack-packstack.noarch 8.0.0-1.el7                                        
  openstack-packstack-puppet.noarch 8.0.0-1.el7                                 
  openstack-puppet-modules.noarch 1:8.0.4-1.el7                                 
  pyOpenSSL.noarch 16.0.0-1.fc24                                                
  python.x86_64 2.7.12-5.fc24                                                   
  python-docutils.noarch 0.12-0.6.20140510svn7747.fc24                          
  python-enum34.noarch 1.0.4-5.fc24                                             
  python-idna.noarch 2.0-3.fc24                                                 
  python-ipaddress.noarch 1.0.16-2.fc24                                         
  python-libs.x86_64 2.7.12-5.fc24                                              
  python-netaddr.noarch 0.7.18-6.fc24                                           
  python-pillow.x86_64 3.2.0-1.fc24                                             
  python-pip.noarch 8.1.2-1.el7                                                 
  python-pycparser.noarch 2.14-6.fc24                                           
  python-six.noarch 1.10.0-2.fc24                                               
  python2-cffi.x86_64 1.5.2-1.fc24                                              
  python2-cryptography.x86_64 1.3.1-1.fc24                                      
  python2-ply.noarch 3.8-1.fc24                                                 
  python2-pyasn1.noarch 0.1.9-6.fc24.1                                          
  python2-setuptools.noarch 22.0.5-1.el7                                        
  ruby.x86_64 2.3.1-56.fc24                                                     
  ruby-irb.noarch 2.3.1-56.fc24                                                 
  ruby-libs.x86_64 2.3.1-56.fc24                                                
  rubygem-bigdecimal.x86_64 1.2.8-56.fc24                                       
  rubygem-did_you_mean.x86_64 1.0.0-56.fc24                                     
  rubygem-io-console.x86_64 0.4.5-56.fc24                                       
  rubygem-json.x86_64 1.8.3-103.fc24                                            
  rubygem-psych.x86_64 2.0.17-56.fc24                                           
  rubygem-rdoc.noarch 4.2.2-2.fc24                                              
  rubygems.noarch 2.5.1-56.fc24                                                 
  rubypick.noarch 1.1.1-5.fc24                                                  

Complete!
$ time packstack --allinone
Welcome to the Packstack setup utility

The installation log file is available at: /var/tmp/packstack/20160928-162715-8xgqqW/openstack-setup.log
Packstack changed given value  to required value /home/diana/.ssh/id_rsa.pub
Parameter CONFIG_CONTROLLER_HOST failed validation: Given host does not listen on port 22: 192.168.122.172

ERROR : Failed handling answer file: Given host does not listen on port 22: 192.168.122.172
Please check log file /var/tmp/packstack/20160928-162715-8xgqqW/openstack-setup.log for more information

real	0m1.835s
user	0m1.504s
sys	0m0.197s
$ sudo systemctl start sshd.service
$ time packstack --allinone
Welcome to the Packstack setup utility

The installation log file is available at: /var/tmp/packstack/20160928-162855-VRZ42i/openstack-setup.log

Installing:
Clean Up                                             [ DONE ]
Discovering ip protocol version                      [ DONE ]
[email protected]'s password: 
Setting up ssh keys                                  [ DONE ]
Preparing servers                                    [ DONE ]
Pre installing Puppet and discovering hosts' details [ DONE ]
Adding pre install manifest entries                  [ DONE ]
Setting up CACERT                                    [ DONE ]
Adding AMQP manifest entries                         [ DONE ]
Adding MariaDB manifest entries                      [ DONE ]
Adding Apache manifest entries                       [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Adding Keystone manifest entries                     [ DONE ]
Adding Glance Keystone manifest entries              [ DONE ]
Adding Glance manifest entries                       [ DONE ]
Adding Cinder Keystone manifest entries              [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Adding Cinder manifest entries                       [ DONE ]
Adding Nova API manifest entries                     [ DONE ]
Adding Nova Keystone manifest entries                [ DONE ]
Adding Nova Cert manifest entries                    [ DONE ]
Adding Nova Conductor manifest entries               [ DONE ]
Creating ssh keys for Nova migration                 [ DONE ]
Gathering ssh host keys for Nova migration           [ DONE ]
Adding Nova Compute manifest entries                 [ DONE ]
Adding Nova Scheduler manifest entries               [ DONE ]
Adding Nova VNC Proxy manifest entries               [ DONE ]
Adding OpenStack Network-related Nova manifest entries[ DONE ]
Adding Nova Common manifest entries                  [ DONE ]
Adding Neutron VPNaaS Agent manifest entries         [ DONE ]
Adding Neutron FWaaS Agent manifest entries          [ DONE ]
Adding Neutron LBaaS Agent manifest entries          [ DONE ]
Adding Neutron API manifest entries                  [ DONE ]
Adding Neutron Keystone manifest entries             [ DONE ]
Adding Neutron L3 manifest entries                   [ DONE ]
Adding Neutron L2 Agent manifest entries             [ DONE ]
Adding Neutron DHCP Agent manifest entries           [ DONE ]
Adding Neutron Metering Agent manifest entries       [ DONE ]
Adding Neutron Metadata Agent manifest entries       [ DONE ]
Adding Neutron SR-IOV Switch Agent manifest entries  [ DONE ]
Checking if NetworkManager is enabled and running    [ DONE ]
Adding OpenStack Client manifest entries             [ DONE ]
Adding Horizon manifest entries                      [ DONE ]
Adding Swift Keystone manifest entries               [ DONE ]
Adding Swift builder manifest entries                [ DONE ]
Adding Swift proxy manifest entries                  [ DONE ]
Adding Swift storage manifest entries                [ DONE ]
Adding Swift common manifest entries                 [ DONE ]
Adding Provisioning manifest entries                 [ DONE ]
Adding Provisioning Glance manifest entries          [ DONE ]
Adding Provisioning Demo bridge manifest entries     [ DONE ]
Adding Gnocchi manifest entries                      [ DONE ]
Adding Gnocchi Keystone manifest entries             [ DONE ]
Adding MongoDB manifest entries                      [ DONE ]
Adding Redis manifest entries                        [ DONE ]
Adding Ceilometer manifest entries                   [ DONE ]
Adding Ceilometer Keystone manifest entries          [ DONE ]
Adding Aodh manifest entries                         [ DONE ]
Adding Aodh Keystone manifest entries                [ DONE ]
Adding Nagios server manifest entries                [ DONE ]
Adding Nagios host manifest entries                  [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.122.172_prescript.pp
192.168.122.172_prescript.pp:                        [ DONE ]           
Applying 192.168.122.172_amqp.pp
Applying 192.168.122.172_mariadb.pp
192.168.122.172_amqp.pp:                          [ ERROR ]           
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.122.172_amqp.pp
Error: Parameter mode failed on File[rabbitmq.config]: The file mode specification must be a string, not 'Fixnum' at /var/tmp/packstack/c3b1ffb3bd3948a79bf95688087ee86c/modules/rabbitmq/manifests/config.pp:84
You will find full trace in log /var/tmp/packstack/20160928-162855-VRZ42i/manifests/192.168.122.172_amqp.pp.log
Please check log file /var/tmp/packstack/20160928-162855-VRZ42i/openstack-setup.log for more information
Additional information:
 * A new answerfile was created in: /home/diana/packstack-answers-20160928-162856.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.122.172. To use the command line tools you need to source the file.
 * Copy of keystonerc_admin file has been created for non-root user in /home/diana.
 * To access the OpenStack Dashboard browse to http://192.168.122.172/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.122.172/nagios username: nagiosadmin, password: b178638294c04524

real	5m21.462s
user	0m4.085s
sys	0m0.833s
  File <| path == '/etc/rabbitmq/rabbitmq.config' |> {
    ensure  => present,
    owner   => 'rabbitmq',
    group   => 'rabbitmq',
    mode    => 0640,          <------ the bug!
  }
  • After:
  File <| path == '/etc/rabbitmq/rabbitmq.config' |> {
    ensure  => present,
    owner   => 'rabbitmq',
    group   => 'rabbitmq',
    mode    => '0640',
  }
192.168.122.172_amqp.pp:                             [ DONE ]         
192.168.122.172_mariadb.pp:                       [ ERROR ]           
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.122.172_mariadb.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
You will find full trace in log /var/tmp/packstack/20160928-165443-Y4ivoG/manifests/192.168.122.172_mariadb.pp.log
Please check log file /var/tmp/packstack/20160928-165443-Y4ivoG/openstack-setup.log for more information
Additional information:
 * A new answerfile was created in: /home/diana/packstack-answers-20160928-165444.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.122.172. To use the command line tools you need to source the file.
 * Copy of keystonerc_admin file has been created for non-root user in /home/diana.
 * To access the OpenStack Dashboard browse to http://192.168.122.172/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.122.172/nagios username: nagiosadmin, password: 9190ac5bd2594125

real	3m40.311s
user	0m4.076s
sys	0m1.138s
$ cat /var/tmp/packstack/20160928-165443-Y4ivoG/manifests/192.168.122.172_mariadb.pp.log
Notice: Compiled catalog for localhost in environment production in 2.42 seconds
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
Error: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: change from purged to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server' (see 'man yum2dnf')
Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Dependency Package[mysql-server] has failures: true
Warning: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Client::Install/Package[mysql_client]/ensure: created
Notice: /Stage[main]/Main/Packstack::Firewall[mariadb_192.168.122.172]/Firewall[001 mariadb incoming mariadb_192.168.122.172]/ensure: created
Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/File[/var/log/mariadb/mariadb.log]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Skipping because of failed dependencies
Notice: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Dependency Package[mysql-server] has failures: true
Notice: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Dependency Mysql_datadir[/var/lib/mysql] has failures: true
Warning: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Skipping because of failed dependencies
Error: Failed to apply catalog: Execution of '/usr/bin/mysql -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
$ sudo dnf install mariadb-galera-server
[sudo] password for diana: 
Last metadata expiration check: 0:05:54 ago on Wed Sep 28 16:55:16 2016.
Dependencies resolved.
================================================================================
 Package                 Arch     Version              Repository          Size
================================================================================
Installing:
 boost-program-options   x86_64   1.60.0-7.fc24        updates            166 k
 galera                  x86_64   25.3.16-1.fc24       updates            1.4 M
 mariadb-galera-common   x86_64   1:5.5.40-3.el7       openstack-mitaka   212 k
 mariadb-galera-server   x86_64   1:5.5.40-3.el7       openstack-mitaka    11 M
 mariadb-libs            x86_64   3:10.1.17-1.fc24     updates            654 k
 perl-DBD-MySQL          x86_64   4.036-1.fc24         updates            146 k
 perl-DBI                x86_64   1.634-3.fc24         fedora             729 k
 perl-Math-BigInt        noarch   1.9997.15-2.fc24     fedora             178 k
 perl-Math-Complex       noarch   1.59-362.fc24        updates             95 k
 perl-Storable           x86_64   1:2.53-348.fc24      updates             84 k

Transaction Summary
================================================================================
Install  10 Packages

Total download size: 14 M
Installed size: 69 M
Is this ok [y/N]: y
Downloading Packages:
(1/10): perl-DBI-1.634-3.fc24.x86_64.rpm        2.4 MB/s | 729 kB     00:00    
(2/10): perl-Math-BigInt-1.9997.15-2.fc24.noarc 1.5 MB/s | 178 kB     00:00    
(3/10): galera-25.3.16-1.fc24.x86_64.rpm        2.4 MB/s | 1.4 MB     00:00    
(4/10): perl-DBD-MySQL-4.036-1.fc24.x86_64.rpm  1.7 MB/s | 146 kB     00:00    
(5/10): mariadb-galera-common-5.5.40-3.el7.x86_ 178 kB/s | 212 kB     00:01    
(6/10): perl-Math-Complex-1.59-362.fc24.noarch. 289 kB/s |  95 kB     00:00    
(7/10): mariadb-libs-10.1.17-1.fc24.x86_64.rpm  1.3 MB/s | 654 kB     00:00    
(8/10): perl-Storable-2.53-348.fc24.x86_64.rpm  1.5 MB/s |  84 kB     00:00    
(9/10): boost-program-options-1.60.0-7.fc24.x86 254 kB/s | 166 kB     00:00    
(10/10): mariadb-galera-server-5.5.40-3.el7.x86 2.1 MB/s |  11 MB     00:05    
--------------------------------------------------------------------------------
Total                                           2.0 MB/s |  14 MB     00:07     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
  file /usr/lib64/mysql/plugin/dialog.so from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-common-3:10.1.17-1.fc24.x86_64
  file /usr/lib64/mysql/plugin/mysql_clear_password.so from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-common-3:10.1.17-1.fc24.x86_64
  file /usr/bin/mysql_plugin from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64
  file /usr/share/man/man1/msql2mysql.1.gz from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64
  file /usr/share/man/man1/mysql_plugin.1.gz from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64
  file /usr/share/man/man1/mysqlbinlog.1.gz from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64
  file /usr/share/man/man1/mysqlcheck.1.gz from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64
  file /usr/share/man/man1/mysqlimport.1.gz from install of mariadb-galera-server-1:5.5.40-3.el7.x86_64 conflicts with file from package mariadb-3:10.1.17-1.fc24.x86_64

Error Summary
-------------

  • Welp, now no matter what I do, I get the following error...
Failed to synchronize cache for repo 'updates'
⚠️ **GitHub.com Fallback** ⚠️