Created
August 23, 2016 19:01
-
-
Save tbielawa/bc21e666683b9fc3bae7fcea05ec78e6 to your computer and use it in GitHub Desktop.
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
[root@deepfryer ~]# atomic-openshift-installer -c installer.cfg.yml install | |
Welcome to the OpenShift Enterprise 3 installation. | |
Please confirm that following prerequisites have been met: | |
* All systems where OpenShift will be installed are running Red Hat Enterprise | |
Linux 7. | |
* All systems are properly subscribed to the required OpenShift Enterprise 3 | |
repositories. | |
* All systems have run docker-storage-setup (part of the Red Hat docker RPM). | |
* All systems have working DNS that resolves not only from the perspective of | |
the installer, but also from within the cluster. | |
When the process completes you will have a default configuration for masters | |
and nodes. For ongoing environment maintenance it's recommended that the | |
official Ansible playbooks be used. | |
For more information on installation prerequisites please see: | |
https://docs.openshift.com/enterprise/latest/admin_guide/install/prerequisites.html | |
Are you ready to continue? [y/N]: y | |
Traceback (most recent call last): | |
File "/usr/bin/atomic-openshift-installer", line 9, in <module> | |
load_entry_point('ooinstall==3.0.0', 'console_scripts', 'oo-install')() | |
File "/usr/lib/python2.7/site-packages/click/core.py", line 716, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python2.7/site-packages/click/core.py", line 696, in main | |
rv = self.invoke(ctx) | |
File "/usr/lib/python2.7/site-packages/click/core.py", line 1060, in invoke | |
return _process_result(sub_ctx.command.invoke(sub_ctx)) | |
File "/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke | |
return ctx.invoke(self.callback, **ctx.params) | |
File "/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke | |
return callback(*args, **kwargs) | |
File "/usr/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func | |
return f(get_current_context(), *args, **kwargs) | |
File "/usr/lib/python2.7/site-packages/ooinstall/cli_installer.py", line 977, in install | |
oo_cfg = get_missing_info_from_user(oo_cfg) | |
File "/usr/lib/python2.7/site-packages/ooinstall/cli_installer.py", line 607, in get_missing_info_from_user | |
if not oo_cfg.deployment.variables('ansible_ssh_user', ''): | |
TypeError: 'dict' object is not callable | |
[root@deepfryer ~]# | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment