*** hamza21 has quit IRC | 00:01 | |
*** cjloader has quit IRC | 00:04 | |
*** tux_ has joined #openstack-ansible | 00:07 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 00:12 |
---|---|---|
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_hosts master: Make host copying more selective https://review.openstack.org/569490 | 00:16 |
*** nurdie has joined #openstack-ansible | 00:21 | |
*** nurdie has quit IRC | 00:25 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 00:31 |
*** tux_ has quit IRC | 00:35 | |
*** tux_ has joined #openstack-ansible | 00:36 | |
*** tux_ has quit IRC | 00:37 | |
*** tux_ has joined #openstack-ansible | 00:38 | |
*** weezS has joined #openstack-ansible | 00:42 | |
tux_ | My ansible deployment look like just got stuck here TASK [ansible-hardening : Add or remove packages based on STIG requirements] | 00:46 |
*** weezS has quit IRC | 00:46 | |
*** vnogin has joined #openstack-ansible | 00:50 | |
tux_ | how do i check what it doing behind the screen? | 00:51 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 00:51 |
*** ivve has quit IRC | 00:54 | |
tux_ | @cloudnull any thought ? | 00:57 |
cloudnull | tux_ it may be installing packages | 00:58 |
cloudnull | you can check the process list to see | 00:58 |
cloudnull | or maybe the apt log | 00:58 |
tux_ | opt log on deployment node? | 00:58 |
tux_ | its been 30 minute it just stuck there | 00:59 |
cloudnull | depending on the os, you should have something in /var/log | 00:59 |
tux_ | See it stuck here http://paste.openstack.org/show/721271/ | 01:00 |
cloudnull | that's just a task to install and remove packages based on the STIG guidelines | 01:01 |
cloudnull | i dont see where or how it would hang | 01:02 |
cloudnull | but i could see how it might be slow | 01:02 |
cloudnull | or blocking due to some type of network issue | 01:02 |
*** weezS has joined #openstack-ansible | 01:02 | |
tux_ | how and where i can see or find issue? | 01:02 |
cloudnull | hard to say. | 01:03 |
cloudnull | you might want to make sure you're able to get to run something like `apt update` | 01:03 |
cloudnull | or that you can ping the sources you have on the servers. | 01:03 |
tux_ | I have CentOS | 01:03 |
cloudnull | `yum update` | 01:03 |
tux_ | all machine has full internet access | 01:04 |
cloudnull | you might want to verify that | 01:04 |
tux_ | should i try to run yum update manually ? | 01:04 |
cloudnull | also a lot of the time yum chooses what it picks as "the fastest mirror". | 01:04 |
cloudnull | that "fastest mirror" might be broken, syncing, etc | 01:05 |
tux_ | hmm! | 01:05 |
cloudnull | you can kill the process and rerun `openstack-ansible setup-everything.yml` | 01:05 |
tux_ | doesn't ansiable has any logs where we can see what its trying to do? | 01:05 |
tux_ | why openstack-ansible setup-everything.yml ? | 01:05 |
cloudnull | if it happens again you'll need to go figure out what's hanging | 01:05 |
cloudnull | yup the ansible logs are /openstack/logs | 01:06 |
tux_ | i would like to find out where its hanging... but i want to see where its logging or log location | 01:06 |
cloudnull | specifically /openstack/log/ansible-logging/ | 01:06 |
cloudnull | its generally not ansible hanging | 01:07 |
cloudnull | ansible is just running commands on the various hosts. | 01:07 |
cloudnull | its those underlying commands that are hanging | 01:07 |
cloudnull | typically. | 01:07 |
tux_ | hmm! | 01:07 |
cloudnull | it also just be SUPER slow | 01:07 |
tux_ | let me wait and see.. | 01:08 |
tux_ | let me check on node itself | 01:08 |
tux_ | I have quick check and none of my node running any yum process.. | 01:10 |
tux_ | oh!! wait i can see ostack-controller-02 has something running | 01:10 |
-tux_- [root@ostack-controller-02 ~]# ps aux | grep yum | 01:10 | |
-tux_- root 13591 1.4 2.8 1474184 111152 ? S 20:35 0:30 /usr/bin/python /tmp/ansible_mxIkoL/ansible_module_yum.py | 01:10 | |
-tux_- root 14375 0.3 3.4 1483940 133804 ? S 20:37 0:06 /usr/bin/python /usr/bin/yum -d 2 -y install audispd-plugins aide dracut-fips dracut-fips-aesni screen | 01:10 | |
-tux_- root 14712 0.0 0.0 112648 960 pts/0 S+ 21:10 0:00 grep --color=auto yum | 01:10 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 01:11 |
cloudnull | so its probably just being SLOW. which is likely a mirror issue. | 01:12 |
cloudnull | I gotta run. be back later maybe | 01:12 |
*** weezS has quit IRC | 01:12 | |
cloudnull | take care | 01:12 |
tux_ | Thanks kevin! | 01:13 |
*** cjloader has joined #openstack-ansible | 01:19 | |
*** cjloader has quit IRC | 01:24 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 01:35 |
*** vnogin has quit IRC | 01:40 | |
*** vnogin has joined #openstack-ansible | 01:47 | |
*** vnogin has quit IRC | 01:52 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 02:04 |
*** weezS has joined #openstack-ansible | 02:06 | |
*** bhujay has joined #openstack-ansible | 02:18 | |
*** cjloader has joined #openstack-ansible | 02:19 | |
*** cjloader has quit IRC | 02:24 | |
*** tux_ has quit IRC | 02:47 | |
*** weezS has quit IRC | 02:52 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update role so we're not reloading the daemon in excess https://review.openstack.org/569551 | 03:18 |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Update role so we're not reloading the daemon in excess https://review.openstack.org/569551 | 03:39 |
*** weezS has joined #openstack-ansible | 03:43 | |
*** chhagarw has joined #openstack-ansible | 03:46 | |
*** weezS has quit IRC | 04:04 | |
*** weezS has joined #openstack-ansible | 04:05 | |
*** weezS has quit IRC | 04:05 | |
*** weezS has joined #openstack-ansible | 04:06 | |
*** weezS has joined #openstack-ansible | 04:06 | |
*** cjloader has joined #openstack-ansible | 04:19 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix https://review.openstack.org/569554 | 04:22 |
*** cjloader has quit IRC | 04:23 | |
*** dxiri has quit IRC | 04:25 | |
*** dxiri has joined #openstack-ansible | 04:34 | |
*** radeks has joined #openstack-ansible | 04:35 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 04:36 |
*** dxiri_ has joined #openstack-ansible | 04:48 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Remove flush handler https://review.openstack.org/569555 | 04:49 |
*** bradm has quit IRC | 04:50 | |
*** dxiri has quit IRC | 04:51 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix https://review.openstack.org/569554 | 04:52 |
*** nsingh has quit IRC | 05:05 | |
*** cjloader has joined #openstack-ansible | 05:06 | |
*** nsingh has joined #openstack-ansible | 05:06 | |
*** cjloader has quit IRC | 05:11 | |
*** radeks has quit IRC | 05:14 | |
*** bradm has joined #openstack-ansible | 05:14 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix https://review.openstack.org/569554 | 05:17 |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Remove flush handler https://review.openstack.org/569555 | 05:26 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix https://review.openstack.org/569554 | 05:28 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build https://review.openstack.org/569541 | 05:30 |
*** armaan has joined #openstack-ansible | 05:37 | |
*** bradm has quit IRC | 05:40 | |
*** armaan has quit IRC | 05:40 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix https://review.openstack.org/569554 | 05:40 |
*** armaan has joined #openstack-ansible | 05:41 | |
*** dxiri_ has quit IRC | 05:41 | |
*** radeks has joined #openstack-ansible | 05:42 | |
*** weezS has joined #openstack-ansible | 05:44 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 05:48 |
*** radeks has quit IRC | 05:57 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 06:07 |
*** cjloader has joined #openstack-ansible | 06:21 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build https://review.openstack.org/569541 | 06:22 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: clean up tox https://review.openstack.org/569433 | 06:22 |
*** cjloader has quit IRC | 06:25 | |
openstackgerrit | Merged openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks https://review.openstack.org/569536 | 06:36 |
*** armaan_ has joined #openstack-ansible | 06:42 | |
*** armaan has quit IRC | 06:44 | |
openstackgerrit | Merged openstack/openstack-ansible-nspawn_container_create master: clean up tox https://review.openstack.org/569433 | 06:59 |
openstackgerrit | Merged openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build https://review.openstack.org/569541 | 06:59 |
*** weezS has quit IRC | 07:04 | |
*** weezS has joined #openstack-ansible | 07:04 | |
*** weezS has joined #openstack-ansible | 07:05 | |
*** weezS has joined #openstack-ansible | 07:06 | |
*** weezS has joined #openstack-ansible | 07:06 | |
*** weezS has joined #openstack-ansible | 07:07 | |
*** weezS has joined #openstack-ansible | 07:08 | |
*** NostawRm has quit IRC | 07:09 | |
*** weezS has joined #openstack-ansible | 07:09 | |
*** NostawRm has joined #openstack-ansible | 07:09 | |
*** weezS has quit IRC | 07:09 | |
*** weezS has joined #openstack-ansible | 07:09 | |
*** bradm has joined #openstack-ansible | 07:10 | |
*** weezS has quit IRC | 07:10 | |
*** weezS has joined #openstack-ansible | 07:10 | |
*** weezS has joined #openstack-ansible | 07:11 | |
*** weezS has joined #openstack-ansible | 07:12 | |
*** weezS has joined #openstack-ansible | 07:12 | |
*** weezS has joined #openstack-ansible | 07:13 | |
*** weezS has quit IRC | 07:14 | |
*** weezS has joined #openstack-ansible | 07:14 | |
*** weezS has joined #openstack-ansible | 07:15 | |
*** weezS has joined #openstack-ansible | 07:16 | |
*** weezS has quit IRC | 07:16 | |
*** weezS has joined #openstack-ansible | 07:17 | |
*** weezS has joined #openstack-ansible | 07:17 | |
*** weezS has joined #openstack-ansible | 07:18 | |
*** weezS has quit IRC | 07:18 | |
*** weezS has joined #openstack-ansible | 07:19 | |
*** weezS has joined #openstack-ansible | 07:20 | |
*** weezS has quit IRC | 07:20 | |
*** weezS has joined #openstack-ansible | 07:20 | |
*** armaan_ has quit IRC | 07:21 | |
*** weezS has quit IRC | 07:21 | |
*** gkadam_ has joined #openstack-ansible | 07:39 | |
*** DanyC has joined #openstack-ansible | 07:40 | |
*** gkadam_ has quit IRC | 07:46 | |
*** mma has joined #openstack-ansible | 07:48 | |
*** mma has quit IRC | 07:53 | |
*** gkadam has joined #openstack-ansible | 07:58 | |
*** armaan has joined #openstack-ansible | 07:58 | |
*** DanyC has quit IRC | 08:02 | |
*** gkadam has quit IRC | 08:03 | |
*** gkadam has joined #openstack-ansible | 08:14 | |
*** cjloader has joined #openstack-ansible | 08:19 | |
*** cjloader has quit IRC | 08:23 | |
*** chhagarw has quit IRC | 08:50 | |
*** armaan has quit IRC | 08:59 | |
*** armaan has joined #openstack-ansible | 09:11 | |
*** armaan_ has joined #openstack-ansible | 09:17 | |
*** armaan has quit IRC | 09:20 | |
*** jbadiapa has quit IRC | 09:33 | |
*** niraj_singh has joined #openstack-ansible | 09:54 | |
*** nsingh has quit IRC | 09:55 | |
*** vnogin has joined #openstack-ansible | 09:55 | |
*** tosky has joined #openstack-ansible | 10:01 | |
*** armaan has joined #openstack-ansible | 10:01 | |
*** armaan_ has quit IRC | 10:03 | |
*** vnogin has quit IRC | 10:14 | |
*** armaan has quit IRC | 10:47 | |
*** vnogin has joined #openstack-ansible | 11:02 | |
*** vnogin_ has joined #openstack-ansible | 11:05 | |
*** vnogin has quit IRC | 11:07 | |
*** vnogin_ has quit IRC | 11:10 | |
*** nicolasbock has joined #openstack-ansible | 11:25 | |
*** lhinds has joined #openstack-ansible | 13:07 | |
*** fghaas has joined #openstack-ansible | 14:06 | |
*** fghaas1 has joined #openstack-ansible | 14:08 | |
*** fghaas1 has joined #openstack-ansible | 14:09 | |
*** nicolasbock has quit IRC | 14:12 | |
*** fghaas has quit IRC | 14:12 | |
*** fghaas1 has quit IRC | 14:14 | |
*** radeks has joined #openstack-ansible | 14:15 | |
*** radeks_ has joined #openstack-ansible | 14:15 | |
*** fghaas has joined #openstack-ansible | 14:16 | |
*** fghaas has quit IRC | 14:17 | |
*** fghaas has joined #openstack-ansible | 14:18 | |
openstackgerrit | Merged openstack/openstack-ansible-nspawn_hosts master: Make host copying more selective https://review.openstack.org/569490 | 14:20 |
*** fghaas has quit IRC | 14:23 | |
*** fghaas has joined #openstack-ansible | 14:39 | |
*** git-harry has quit IRC | 14:41 | |
*** git-harry has joined #openstack-ansible | 14:41 | |
*** johnsom has quit IRC | 14:41 | |
*** johnsom has joined #openstack-ansible | 14:43 | |
*** radeks_ has quit IRC | 15:30 | |
*** AndyWojo has quit IRC | 15:33 | |
*** geekinutah has quit IRC | 15:33 | |
*** ildikov has quit IRC | 15:33 | |
*** boxrick has quit IRC | 15:33 | |
*** sawblade6 has quit IRC | 15:34 | |
*** portante has quit IRC | 15:35 | |
*** ildikov has joined #openstack-ansible | 15:37 | |
*** dmsimard|off is now known as dmsimard | 15:37 | |
*** boxrick has joined #openstack-ansible | 15:37 | |
*** AndyWojo has joined #openstack-ansible | 15:38 | |
*** geekinutah has joined #openstack-ansible | 15:38 | |
*** sawblade6 has joined #openstack-ansible | 15:38 | |
*** portante has joined #openstack-ansible | 15:38 | |
*** ansmith has quit IRC | 15:46 | |
*** armaan has joined #openstack-ansible | 16:00 | |
*** gkadam has quit IRC | 16:14 | |
*** radeks_ has joined #openstack-ansible | 16:40 | |
*** tomtom001 has quit IRC | 17:03 | |
*** tomtom001 has joined #openstack-ansible | 17:03 | |
*** rmart04 has joined #openstack-ansible | 17:06 | |
*** elbragstad has quit IRC | 17:21 | |
*** lbragstad has joined #openstack-ansible | 17:21 | |
*** lbragstad has quit IRC | 17:23 | |
*** rmart04 has quit IRC | 17:29 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add mount options whenever formatting disks https://review.openstack.org/569226 | 17:35 |
*** weezS has joined #openstack-ansible | 17:48 | |
*** rmart04 has joined #openstack-ansible | 18:02 | |
*** rmart04 has quit IRC | 18:06 | |
*** weezS has quit IRC | 18:11 | |
*** tacoboy has quit IRC | 18:41 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_hosts master: Add trailing slash to copy files https://review.openstack.org/569604 | 18:43 |
*** bhujay has quit IRC | 18:54 | |
*** rmart04 has joined #openstack-ansible | 19:00 | |
*** fghaas has quit IRC | 19:06 | |
*** dave-mccowan has joined #openstack-ansible | 19:08 | |
*** rmart04 has left #openstack-ansible | 19:10 | |
*** dave-mccowan has quit IRC | 19:13 | |
*** fghaas has joined #openstack-ansible | 19:35 | |
*** armaan has quit IRC | 19:38 | |
*** radeks has quit IRC | 20:00 | |
*** radeks_ has quit IRC | 20:09 | |
*** fghaas has left #openstack-ansible | 20:17 | |
*** cjloader has joined #openstack-ansible | 20:25 | |
*** armaan has joined #openstack-ansible | 20:37 | |
*** ansmith has joined #openstack-ansible | 20:39 | |
*** spsurya has quit IRC | 20:50 | |
cjloader | Are there any critical issues? | 20:55 |
*** cjloader has quit IRC | 21:16 | |
*** cjloader has joined #openstack-ansible | 21:19 | |
*** cjloader has quit IRC | 21:23 | |
*** rudysp has joined #openstack-ansible | 21:23 | |
*** vnogin has joined #openstack-ansible | 22:13 | |
*** cjloader has joined #openstack-ansible | 22:27 | |
*** cjloader has quit IRC | 22:31 | |
*** hwoarang has quit IRC | 22:36 | |
*** klatouch has joined #openstack-ansible | 22:37 | |
*** hwoarang has joined #openstack-ansible | 22:37 | |
*** dhellmann has quit IRC | 22:56 | |
*** dhellmann has joined #openstack-ansible | 22:58 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Add Bionic testing https://review.openstack.org/567030 | 22:59 |
*** Adri2000 has quit IRC | 23:00 | |
*** klatouch has quit IRC | 23:08 | |
openstackgerrit | Merged openstack/openstack-ansible master: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/569116 | 23:09 |
*** Adri2000 has joined #openstack-ansible | 23:12 | |
*** klatouch has joined #openstack-ansible | 23:13 | |
*** vnogin has quit IRC | 23:15 | |
*** tosky has quit IRC | 23:33 | |
*** vnogin has joined #openstack-ansible | 23:34 | |
*** tacoboy has joined #openstack-ansible | 23:44 | |
*** tacoboy has quit IRC | 23:46 | |
*** vnogin has quit IRC | 23:46 | |
*** tobberydberg_ has joined #openstack-ansible | 23:49 | |
*** lihi has quit IRC | 23:50 | |
*** tobberydberg_ has quit IRC | 23:52 | |
*** tacoboy has joined #openstack-ansible | 23:53 | |
*** lihi has joined #openstack-ansible | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!