Saturday, 2018-05-19

*** hamza21 has quit IRC00:01
*** cjloader has quit IRC00:04
*** tux_ has joined #openstack-ansible00:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953600:12
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_hosts master: Make host copying more selective  https://review.openstack.org/56949000:16
*** nurdie has joined #openstack-ansible00:21
*** nurdie has quit IRC00:25
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953600:31
*** tux_ has quit IRC00:35
*** tux_ has joined #openstack-ansible00:36
*** tux_ has quit IRC00:37
*** tux_ has joined #openstack-ansible00:38
*** weezS has joined #openstack-ansible00: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 IRC00:46
*** vnogin has joined #openstack-ansible00:50
tux_how do i check what it doing behind the screen?00:51
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953600:51
*** ivve has quit IRC00:54
tux_@cloudnull any thought ?00:57
cloudnulltux_ it may be installing packages00:58
cloudnullyou can check the process list to see00:58
cloudnullor maybe the apt log00:58
tux_opt log on deployment node?00:58
tux_its been 30 minute it just stuck there00:59
cloudnulldepending on the os, you should have something in /var/log00:59
tux_See it stuck here http://paste.openstack.org/show/721271/01:00
cloudnullthat's just a task to install and remove packages based on the STIG guidelines01:01
cloudnulli dont see where or how it would hang01:02
cloudnullbut i could see how it might be slow01:02
cloudnullor blocking due to some type of network issue01:02
*** weezS has joined #openstack-ansible01:02
tux_how and where i can see or find issue?01:02
cloudnullhard to say.01:03
cloudnullyou might want to make sure you're able to get to run something like `apt update`01:03
cloudnullor that you can ping the sources you have on the servers.01:03
tux_I have CentOS01:03
cloudnull`yum update`01:03
tux_all machine has full internet access01:04
cloudnullyou might want to verify that01:04
tux_should i try to run yum update manually ?01:04
cloudnullalso a lot of the time yum chooses what it picks as "the fastest mirror".01:04
cloudnullthat "fastest mirror" might be broken, syncing, etc01:05
tux_hmm!01:05
cloudnullyou 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
cloudnullif it happens again you'll need to go figure out what's hanging01:05
cloudnullyup the ansible logs are /openstack/logs01:06
tux_i would like to find out where its hanging... but i want to see where its logging or log location01:06
cloudnullspecifically /openstack/log/ansible-logging/01:06
cloudnullits generally not ansible hanging01:07
cloudnullansible is just running commands on the various hosts.01:07
cloudnullits those underlying commands that are hanging01:07
cloudnulltypically.01:07
tux_hmm!01:07
cloudnullit also just be SUPER slow01:07
tux_let me wait and see..01:08
tux_let me check on node itself01: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 running01:10
-tux_- [root@ostack-controller-02 ~]# ps aux | grep yum01:10
-tux_- root 13591 1.4 2.8 1474184 111152 ? S 20:35 0:30 /usr/bin/python /tmp/ansible_mxIkoL/ansible_module_yum.py01: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 screen01:10
-tux_- root 14712 0.0 0.0 112648 960 pts/0 S+ 21:10 0:00 grep --color=auto yum01:10
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953601:11
cloudnullso its probably just being SLOW. which is likely a mirror issue.01:12
cloudnullI gotta run. be back later maybe01:12
*** weezS has quit IRC01:12
cloudnulltake care01:12
tux_Thanks kevin!01:13
*** cjloader has joined #openstack-ansible01:19
*** cjloader has quit IRC01:24
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953601:35
*** vnogin has quit IRC01:40
*** vnogin has joined #openstack-ansible01:47
*** vnogin has quit IRC01:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953602:04
*** weezS has joined #openstack-ansible02:06
*** bhujay has joined #openstack-ansible02:18
*** cjloader has joined #openstack-ansible02:19
*** cjloader has quit IRC02:24
*** tux_ has quit IRC02:47
*** weezS has quit IRC02:52
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update role so we're not reloading the daemon in excess  https://review.openstack.org/56955103:18
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Update role so we're not reloading the daemon in excess  https://review.openstack.org/56955103:39
*** weezS has joined #openstack-ansible03:43
*** chhagarw has joined #openstack-ansible03:46
*** weezS has quit IRC04:04
*** weezS has joined #openstack-ansible04:05
*** weezS has quit IRC04:05
*** weezS has joined #openstack-ansible04:06
*** weezS has joined #openstack-ansible04:06
*** cjloader has joined #openstack-ansible04:19
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix  https://review.openstack.org/56955404:22
*** cjloader has quit IRC04:23
*** dxiri has quit IRC04:25
*** dxiri has joined #openstack-ansible04:34
*** radeks has joined #openstack-ansible04:35
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953604:36
*** dxiri_ has joined #openstack-ansible04:48
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Remove flush handler  https://review.openstack.org/56955504:49
*** bradm has quit IRC04:50
*** dxiri has quit IRC04:51
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix  https://review.openstack.org/56955404:52
*** nsingh has quit IRC05:05
*** cjloader has joined #openstack-ansible05:06
*** nsingh has joined #openstack-ansible05:06
*** cjloader has quit IRC05:11
*** radeks has quit IRC05:14
*** bradm has joined #openstack-ansible05:14
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix  https://review.openstack.org/56955405:17
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Remove flush handler  https://review.openstack.org/56955505:26
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix  https://review.openstack.org/56955405:28
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build  https://review.openstack.org/56954105:30
*** armaan has joined #openstack-ansible05:37
*** bradm has quit IRC05:40
*** armaan has quit IRC05:40
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-role-systemd_networkd master: Update cleanup process and set a file prefix  https://review.openstack.org/56955405:40
*** armaan has joined #openstack-ansible05:41
*** dxiri_ has quit IRC05:41
*** radeks has joined #openstack-ansible05:42
*** weezS has joined #openstack-ansible05:44
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953605:48
*** radeks has quit IRC05:57
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953606:07
*** cjloader has joined #openstack-ansible06:21
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build  https://review.openstack.org/56954106:22
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_container_create master: clean up tox  https://review.openstack.org/56943306:22
*** cjloader has quit IRC06:25
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Use networkd role to setup test networks  https://review.openstack.org/56953606:36
*** armaan_ has joined #openstack-ansible06:42
*** armaan has quit IRC06:44
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: clean up tox  https://review.openstack.org/56943306:59
openstackgerritMerged openstack/openstack-ansible-nspawn_container_create master: Limit fact gather post build  https://review.openstack.org/56954106:59
*** weezS has quit IRC07:04
*** weezS has joined #openstack-ansible07:04
*** weezS has joined #openstack-ansible07:05
*** weezS has joined #openstack-ansible07:06
*** weezS has joined #openstack-ansible07:06
*** weezS has joined #openstack-ansible07:07
*** weezS has joined #openstack-ansible07:08
*** NostawRm has quit IRC07:09
*** weezS has joined #openstack-ansible07:09
*** NostawRm has joined #openstack-ansible07:09
*** weezS has quit IRC07:09
*** weezS has joined #openstack-ansible07:09
*** bradm has joined #openstack-ansible07:10
*** weezS has quit IRC07:10
*** weezS has joined #openstack-ansible07:10
*** weezS has joined #openstack-ansible07:11
*** weezS has joined #openstack-ansible07:12
*** weezS has joined #openstack-ansible07:12
*** weezS has joined #openstack-ansible07:13
*** weezS has quit IRC07:14
*** weezS has joined #openstack-ansible07:14
*** weezS has joined #openstack-ansible07:15
*** weezS has joined #openstack-ansible07:16
*** weezS has quit IRC07:16
*** weezS has joined #openstack-ansible07:17
*** weezS has joined #openstack-ansible07:17
*** weezS has joined #openstack-ansible07:18
*** weezS has quit IRC07:18
*** weezS has joined #openstack-ansible07:19
*** weezS has joined #openstack-ansible07:20
*** weezS has quit IRC07:20
*** weezS has joined #openstack-ansible07:20
*** armaan_ has quit IRC07:21
*** weezS has quit IRC07:21
*** gkadam_ has joined #openstack-ansible07:39
*** DanyC has joined #openstack-ansible07:40
*** gkadam_ has quit IRC07:46
*** mma has joined #openstack-ansible07:48
*** mma has quit IRC07:53
*** gkadam has joined #openstack-ansible07:58
*** armaan has joined #openstack-ansible07:58
*** DanyC has quit IRC08:02
*** gkadam has quit IRC08:03
*** gkadam has joined #openstack-ansible08:14
*** cjloader has joined #openstack-ansible08:19
*** cjloader has quit IRC08:23
*** chhagarw has quit IRC08:50
*** armaan has quit IRC08:59
*** armaan has joined #openstack-ansible09:11
*** armaan_ has joined #openstack-ansible09:17
*** armaan has quit IRC09:20
*** jbadiapa has quit IRC09:33
*** niraj_singh has joined #openstack-ansible09:54
*** nsingh has quit IRC09:55
*** vnogin has joined #openstack-ansible09:55
*** tosky has joined #openstack-ansible10:01
*** armaan has joined #openstack-ansible10:01
*** armaan_ has quit IRC10:03
*** vnogin has quit IRC10:14
*** armaan has quit IRC10:47
*** vnogin has joined #openstack-ansible11:02
*** vnogin_ has joined #openstack-ansible11:05
*** vnogin has quit IRC11:07
*** vnogin_ has quit IRC11:10
*** nicolasbock has joined #openstack-ansible11:25
*** lhinds has joined #openstack-ansible13:07
*** fghaas has joined #openstack-ansible14:06
*** fghaas1 has joined #openstack-ansible14:08
*** fghaas1 has joined #openstack-ansible14:09
*** nicolasbock has quit IRC14:12
*** fghaas has quit IRC14:12
*** fghaas1 has quit IRC14:14
*** radeks has joined #openstack-ansible14:15
*** radeks_ has joined #openstack-ansible14:15
*** fghaas has joined #openstack-ansible14:16
*** fghaas has quit IRC14:17
*** fghaas has joined #openstack-ansible14:18
openstackgerritMerged openstack/openstack-ansible-nspawn_hosts master: Make host copying more selective  https://review.openstack.org/56949014:20
*** fghaas has quit IRC14:23
*** fghaas has joined #openstack-ansible14:39
*** git-harry has quit IRC14:41
*** git-harry has joined #openstack-ansible14:41
*** johnsom has quit IRC14:41
*** johnsom has joined #openstack-ansible14:43
*** radeks_ has quit IRC15:30
*** AndyWojo has quit IRC15:33
*** geekinutah has quit IRC15:33
*** ildikov has quit IRC15:33
*** boxrick has quit IRC15:33
*** sawblade6 has quit IRC15:34
*** portante has quit IRC15:35
*** ildikov has joined #openstack-ansible15:37
*** dmsimard|off is now known as dmsimard15:37
*** boxrick has joined #openstack-ansible15:37
*** AndyWojo has joined #openstack-ansible15:38
*** geekinutah has joined #openstack-ansible15:38
*** sawblade6 has joined #openstack-ansible15:38
*** portante has joined #openstack-ansible15:38
*** ansmith has quit IRC15:46
*** armaan has joined #openstack-ansible16:00
*** gkadam has quit IRC16:14
*** radeks_ has joined #openstack-ansible16:40
*** tomtom001 has quit IRC17:03
*** tomtom001 has joined #openstack-ansible17:03
*** rmart04 has joined #openstack-ansible17:06
*** elbragstad has quit IRC17:21
*** lbragstad has joined #openstack-ansible17:21
*** lbragstad has quit IRC17:23
*** rmart04 has quit IRC17:29
openstackgerritMerged openstack/openstack-ansible master: Add mount options whenever formatting disks  https://review.openstack.org/56922617:35
*** weezS has joined #openstack-ansible17:48
*** rmart04 has joined #openstack-ansible18:02
*** rmart04 has quit IRC18:06
*** weezS has quit IRC18:11
*** tacoboy has quit IRC18:41
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-nspawn_hosts master: Add trailing slash to copy files  https://review.openstack.org/56960418:43
*** bhujay has quit IRC18:54
*** rmart04 has joined #openstack-ansible19:00
*** fghaas has quit IRC19:06
*** dave-mccowan has joined #openstack-ansible19:08
*** rmart04 has left #openstack-ansible19:10
*** dave-mccowan has quit IRC19:13
*** fghaas has joined #openstack-ansible19:35
*** armaan has quit IRC19:38
*** radeks has quit IRC20:00
*** radeks_ has quit IRC20:09
*** fghaas has left #openstack-ansible20:17
*** cjloader has joined #openstack-ansible20:25
*** armaan has joined #openstack-ansible20:37
*** ansmith has joined #openstack-ansible20:39
*** spsurya has quit IRC20:50
cjloaderAre there any critical issues?20:55
*** cjloader has quit IRC21:16
*** cjloader has joined #openstack-ansible21:19
*** cjloader has quit IRC21:23
*** rudysp has joined #openstack-ansible21:23
*** vnogin has joined #openstack-ansible22:13
*** cjloader has joined #openstack-ansible22:27
*** cjloader has quit IRC22:31
*** hwoarang has quit IRC22:36
*** klatouch has joined #openstack-ansible22:37
*** hwoarang has joined #openstack-ansible22:37
*** dhellmann has quit IRC22:56
*** dhellmann has joined #openstack-ansible22:58
openstackgerritMerged openstack/openstack-ansible-galera_server master: Add Bionic testing  https://review.openstack.org/56703022:59
*** Adri2000 has quit IRC23:00
*** klatouch has quit IRC23:08
openstackgerritMerged openstack/openstack-ansible master: Replace deprecated library function os.popen() with subprocess  https://review.openstack.org/56911623:09
*** Adri2000 has joined #openstack-ansible23:12
*** klatouch has joined #openstack-ansible23:13
*** vnogin has quit IRC23:15
*** tosky has quit IRC23:33
*** vnogin has joined #openstack-ansible23:34
*** tacoboy has joined #openstack-ansible23:44
*** tacoboy has quit IRC23:46
*** vnogin has quit IRC23:46
*** tobberydberg_ has joined #openstack-ansible23:49
*** lihi has quit IRC23:50
*** tobberydberg_ has quit IRC23:52
*** tacoboy has joined #openstack-ansible23:53
*** lihi has joined #openstack-ansible23:55

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!