Error when i try to install Openstack platform 10 in rhel 7.3

Latest response

Hello!!

I´m trying to install Openstack platform 10 in my pc with a local network (192.168.1.1) and with vmware workstation 8 in a rhel 7.3

I´m following this resources

https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/paged/director-installation-and-usage/chapter-4-installing-the-undercloud
https://www.youtube.com/watch?v=ulpxlNFfbF8&t=45s

But I have always the same error when i execute the command openstack undercloud install

e
2017-02-08 20:00:27 - Warning: /Firewall[999 drop all]: Skipping because of failed dependencies
2017-02-08 20:00:28 - Error: Could not find a suitable provider for mysql_datadir
2017-02-08 20:00:28 - Error: Could not find a suitable provider for mysql_database
2017-02-08 20:00:28 - Error: Could not find a suitable provider for mysql_user
2017-02-08 20:00:28 - Notice: Finished catalog run in 9.76 seconds
+ rc=4
+ set -e
+ echo 'puppet apply exited with exit code 4'
puppet apply exited with exit code 4
+ '[' 4 '!=' 2 -a 4 '!=' 0 ']'
+ exit 4
[2017-02-08 20:00:35,450] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 1]

[2017-02-08 20:00:35,450] (os-refresh-config) [ERROR] Aborting...
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1214, in install
_run_orc(instack_env)
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1003, in _run_orc
_run_live_command(args, instack_env, 'os-refresh-config')
File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 519, in _run_live_command
raise RuntimeError('%s failed. See log for details.' % name)
RuntimeError: os-refresh-config failed. See log for details.
Command 'instack-install-undercloud' returned non-zero exit status 1

This is my undercloud.conf

local_ip = 192.168.1.60/24
undercloud_public_vip = 192.168.1.61
undercloud_admin_vip = 192.168.1.62
local_interface = ens33
masquerade_network = 192.168.1.0/24
dhcp_start = 192.168.1.100
dhcp_end = 192.168.1.120
network_cidr = 192.168.1.0/24
network_gateway = 192.168.1.60
inspection_iprange = 192.168.1.130,192.168.1.160

Please I need help!!!

Thanks

Regards

Responses