Error running atomic-openshift-installer

Latest response

Hi all, I've gone through all the prerequisites here - https://docs.openshift.com/enterprise/3.0/install_config/install/prerequisites.html#system-requirements to setup 2 VM's. This is just an evaluation, so I only have 2 nodes defined.

Once I completed the prerequisite instructions, I provided a ~/.config/openshift/installer.cfg.yml file, and then ran:

atomic-openshift-installer -u install

Unfortunately, I only ever get the following. Does anybody have a suggestion?

2018-11-29 09:37:12,698 p=14468 u=root |  TASK [openshift_facts : Gather Cluster facts and set is_containerized if needed] **********************************************************************************************************************************************************************
2018-11-29 09:37:13,897 p=14468 u=root |  fatal: [10.166.4.141]: FAILED! => {"changed": false, "module_stderr": "KeyError('ansible_os_family',)\nTraceback (most recent call last):\n  File \"/root/.ansible/tmp/ansible-tmp-1543505832.74-69576155005289/AnsiballZ_openshift_facts.py\", line 113, in <module>\n    _ansiballz_main()\n  File \"/root/.ansible/tmp/ansible-tmp-1543505832.74-69576155005289/AnsiballZ_openshift_facts.py\", line 105, in _ansiballz_main\n    invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n  File \"/root/.ansible/tmp/ansible-tmp-1543505832.74-69576155005289/AnsiballZ_openshift_facts.py\", line 48, in invoke_module\n    imp.load_module('__main__', mod, module, MOD_DESC)\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 2101, in <module>\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 2082, in main\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 1579, in __init__\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 1613, in generate_facts\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 1836, in init_provider_facts\n  File \"/tmp/ansible_openshift_facts_payload_tJ1pWF/__main__.py\", line 1784, in guess_host_provider\nNameError: global name 'get_file_content' is not defined\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}

thanks!

Responses