-
-
Save bottkars/9f986e96903a4f0dbe275e651f0dfad5 to your computer and use it in GitHub Desktop.
step1 issue
This file contains 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@luna ~]# cd /ECS-CommunityEdition; /root/bin/step1 | |
PLAY [Common | Ping data nodes before doing anything else] ********************* | |
TASK [ping] ******************************************************************** | |
ok: [192.168.2.245] | |
PLAY [Installer | Gather facts and slice into OS groups] *********************** | |
TASK [group_by] **************************************************************** | |
ok: [192.168.2.245] | |
PLAY [CentOS 7 | Configure access] ********************************************* | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute ed25519 ssh key] ********** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute rsa ssh key] ************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable SSH UseDNS] ****************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable requiretty] ****************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable sudo password reverification for admin group] *** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable sudo password reverification for wheel group] *** | |
ok: [192.168.2.245] | |
TASK [firewalld_configure_access : Firewalld | Ensure service is started] ****** | |
ok: [192.168.2.245] | |
TASK [firewalld_configure_access : Firewalld | Add install node to firewalld trusted zone] *** | |
ok: [192.168.2.245] | |
TASK [firewalld_configure_access : Firewalld | Add all data nodes to firewalld trusted zone] *** | |
ok: [192.168.2.245] => (item=172.17.0.1) | |
ok: [192.168.2.245] => (item=192.168.2.245) | |
TASK [firewalld_configure_access : Firewalld | Whitelist management prefixes] ** | |
ok: [192.168.2.245] => (item=0.0.0.0/0) | |
TASK [firewalld_configure_access : Firewalld | Add all public service ports to firewalld public zone] *** | |
ok: [192.168.2.245] => (item=3218/tcp) | |
ok: [192.168.2.245] => (item=9020-9025/tcp) | |
ok: [192.168.2.245] => (item=9040/tcp) | |
TASK [firewalld_configure_access : Firewalld | Ensure service is started] ****** | |
changed: [192.168.2.245] | |
PLAY [Common | Configure hostnames] ******************************************** | |
TASK [common_set_hostname : include_vars] ************************************** | |
ok: [192.168.2.245] | |
TASK [common_set_hostname : Common | Find node hostname] *********************** | |
ok: [192.168.2.245] => (item=(0, u'192.168.2.245')) | |
TASK [common_set_hostname : Common | Set node hostname] ************************ | |
ok: [192.168.2.245] | |
PLAY [Common | Configure /etc/hosts] ******************************************* | |
TASK [common_etc_hosts : Common | Add install node to /etc/hosts] ************** | |
ok: [192.168.2.245] => (item=192.168.2.245) | |
TASK [common_etc_hosts : Common | Add data nodes to /etc/hosts] **************** | |
ok: [192.168.2.245] => (item=192.168.2.245) | |
PLAY [Common | Test inter-node access] ***************************************** | |
TASK [common_access_test : Common | Check node connectivity by IP] ************* | |
ok: [192.168.2.245] => (item=172.17.0.1) | |
ok: [192.168.2.245] => (item=192.168.2.245) | |
TASK [common_access_test : Common | Check node connectivity by short name] ***** | |
ok: [192.168.2.245] => (item=luna) | |
TASK [common_access_test : Common | Check node connectivity by fqdn] *********** | |
ok: [192.168.2.245] => (item=luna) | |
PLAY RECAP ********************************************************************* | |
192.168.2.245 : ok=22 changed=1 unreachable=0 failed=0 | |
Playbook run took 0 days, 0 hours, 0 minutes, 7 seconds | |
PLAY [Common | Ping data nodes before doing anything else] ********************* | |
TASK [ping] ******************************************************************** | |
ok: [192.168.2.245] | |
PLAY [Installer | Slice nodes into OS groups] ********************************** | |
TASK [group_by] **************************************************************** | |
ok: [192.168.2.245] | |
PLAY [Installer | Perform preflight check] ************************************* | |
TASK [common_collect_facts : Common | Create custom facts directory] *********** | |
ok: [192.168.2.245] | |
TASK [common_collect_facts : Common | Insert data_node.fact file] ************** | |
ok: [192.168.2.245] | |
TASK [common_collect_facts : Common | Reload facts to pick up new items] ******* | |
ok: [192.168.2.245] | |
TASK [common_baseline_check : include_vars] ************************************ | |
ok: [192.168.2.245] | |
TASK [common_baseline_check : Common | Check RAM size] ************************* | |
TASK [common_baseline_check : Common | Check CPU architecture] ***************** | |
TASK [common_baseline_check : Common | Validate OS distribution] *************** | |
TASK [common_baseline_check : Common | (Optional) Check UTC Timezone] ********** | |
TASK [common_baseline_check : Common | Make sure /data directory does not exist] *** | |
ok: [192.168.2.245] | |
TASK [common_baseline_check : fail] ******************************************** | |
TASK [common_baseline_check : Common | Make sure /host directory does not exist] *** | |
ok: [192.168.2.245] | |
TASK [common_baseline_check : fail] ******************************************** | |
TASK [common_baseline_check : Common | Make sure block device(s) exist on node] | |
ok: [192.168.2.245] => (item=/dev/sdb) | |
ok: [192.168.2.245] => (item=/dev/sdc) | |
ok: [192.168.2.245] => (item=/dev/sdd) | |
TASK [common_baseline_check : fail] ******************************************** | |
TASK [common_baseline_check : Common | Make sure block device(s) are at least 100GB] *** | |
TASK [common_baseline_check : Common | Make sure block device(s) are unpartitioned] *** | |
ok: [192.168.2.245] => (item=/dev/sdb) | |
ok: [192.168.2.245] => (item=/dev/sdc) | |
ok: [192.168.2.245] => (item=/dev/sdd) | |
TASK [common_baseline_check : fail] ******************************************** | |
TASK [common_baseline_check : Common | Check for listening layer 4 ports] ****** | |
changed: [192.168.2.245] | |
TASK [common_baseline_check : Common | Report any conflicts with published ECS ports] *** | |
TASK [common_baseline_check : Common | Report any conflicts with internal ECS ports] *** | |
PLAY RECAP ********************************************************************* | |
192.168.2.245 : ok=11 changed=1 unreachable=0 failed=0 | |
Playbook run took 0 days, 0 hours, 0 minutes, 7 seconds | |
PLAY [Installer | Setup access between ecs-install and install node] *********** | |
TASK [group_by] **************************************************************** | |
ok: [192.168.2.245] | |
PLAY [Installer | Create SSH keys] ********************************************* | |
TASK [installer_generate_ssh_keys : include_vars] ****************************** | |
ok: [localhost] | |
TASK [installer_generate_ssh_keys : Installer | Check RSA Keypair] ************* | |
ok: [localhost] | |
TASK [installer_generate_ssh_keys : Installer | Generate RSA Keypair] ********** | |
TASK [installer_generate_ssh_keys : Installer | Check ed25519 Keypair] ********* | |
ok: [localhost] | |
TASK [installer_generate_ssh_keys : Installer | Generate ed25519 Keypair] ****** | |
TASK [installer_generate_ssh_keys : Installer | Ensure directory permissions on ssh keystore] *** | |
ok: [localhost] => (item={'value': {u'owner': u'root', u'state': u'file', u'group': u'root', u'mode': 600}, 'key': u'/opt/ssh/id_ed25519'}) | |
ok: [localhost] => (item={'value': {u'owner': u'root', u'state': u'file', u'group': u'root', u'mode': 600}, 'key': u'/opt/ssh/id_rsa'}) | |
ok: [localhost] => (item={'value': {u'owner': u'root', u'state': u'directory', u'group': u'root', u'mode': 700}, 'key': u'/opt/ssh'}) | |
PLAY [CentOS 7 | Setup SSH on install node] ************************************ | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute ed25519 ssh key] ********** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Distribute rsa ssh key] ************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable SSH UseDNS] ****************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable requiretty] ****************** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable sudo password reverification for admin group] *** | |
ok: [192.168.2.245] | |
TASK [CentOS_7_configure_ssh : CentOS 7 | Disable sudo password reverification for wheel group] *** | |
ok: [192.168.2.245] | |
PLAY RECAP ********************************************************************* | |
192.168.2.245 : ok=7 changed=0 unreachable=0 failed=0 | |
localhost : ok=4 changed=0 unreachable=0 failed=0 | |
Playbook run took 0 days, 0 hours, 0 minutes, 2 seconds | |
PLAY [Installer | Build the package cache] ************************************* | |
TASK [installer_build_cache : include_vars] ************************************ | |
ok: [localhost] | |
TASK [installer_build_cache : Installer | Create cache directories] ************ | |
TASK [installer_build_cache : Installer | Create compressed cache files] ******* | |
TASK [installer_build_cache : Installer | Create cache distribution torrent file] *** | |
PLAY [Installer | Enable torrent ffx] ****************************************** | |
TASK [file] ******************************************************************** | |
PLAY RECAP ********************************************************************* | |
localhost : ok=1 changed=0 unreachable=0 failed=0 | |
Playbook run took 0 days, 0 hours, 0 minutes, 0 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment