Monday, 2019-04-29

*** Weifan has joined #openstack-ansible00:12
*** cmart has quit IRC00:31
*** Weifan has quit IRC00:34
*** cshen has joined #openstack-ansible00:41
*** cshen has quit IRC00:46
*** Weifan has joined #openstack-ansible00:55
*** Weifan has quit IRC01:08
*** kplant has quit IRC01:51
*** cshen has joined #openstack-ansible02:42
*** cshen has quit IRC02:46
*** radeks has joined #openstack-ansible02:48
*** raukadah is now known as chandankumar03:14
*** samueldmq has quit IRC03:15
*** cmart has joined #openstack-ansible04:07
*** Weifan has joined #openstack-ansible04:14
*** Weifan has quit IRC04:14
*** Weifan has joined #openstack-ansible04:15
*** cmart has quit IRC04:18
*** Weifan has quit IRC04:19
*** radeks has quit IRC04:30
*** Weifan has joined #openstack-ansible05:06
*** Weifan has quit IRC05:07
*** Weifan has joined #openstack-ansible05:08
*** Weifan has quit IRC05:12
*** jbadiapa has joined #openstack-ansible05:40
*** mkuf has joined #openstack-ansible05:46
*** miloa has joined #openstack-ansible05:50
*** shardy has quit IRC06:27
*** cshen has joined #openstack-ansible06:30
*** shardy has joined #openstack-ansible06:33
*** DanyC has joined #openstack-ansible06:35
*** dhellmann has quit IRC06:37
*** dhellmann has joined #openstack-ansible06:37
*** ivve has joined #openstack-ansible06:41
*** pcaruana has joined #openstack-ansible06:44
*** DanyC has quit IRC06:45
*** DanyC has joined #openstack-ansible06:45
*** DanyC has quit IRC06:53
*** DanyC has joined #openstack-ansible06:54
*** luksky has joined #openstack-ansible07:13
*** DanyC has quit IRC07:18
*** tosky has joined #openstack-ansible07:27
*** kopecmartin|off is now known as kopecmartin07:28
*** hamzaachi has joined #openstack-ansible07:49
*** hamzaachi has quit IRC07:49
*** chandankumar is now known as raukadah07:52
*** hamzaachi has joined #openstack-ansible07:53
*** DanyC has joined #openstack-ansible08:16
*** luksky has quit IRC08:27
openstackgerritMerged openstack/openstack-ansible master: Track master branch for Train cycle  https://review.opendev.org/64871108:59
*** witek has joined #openstack-ansible09:30
*** pcaruana has quit IRC09:55
*** electrofelix has joined #openstack-ansible09:57
*** mwe1 has joined #openstack-ansible10:25
*** cshen has quit IRC10:37
*** pcaruana has joined #openstack-ansible10:38
*** cshen has joined #openstack-ansible11:08
*** nicolasbock has joined #openstack-ansible11:09
*** cshen has quit IRC11:13
*** ansmith has quit IRC11:25
*** cshen has joined #openstack-ansible11:36
*** kaiokmo has joined #openstack-ansible11:46
*** mgariepy has joined #openstack-ansible12:06
*** ostackz has joined #openstack-ansible12:19
*** jroll has quit IRC12:21
*** jroll has joined #openstack-ansible12:22
*** kplant has joined #openstack-ansible12:23
*** hjohnson1 has joined #openstack-ansible12:40
*** ansmith has joined #openstack-ansible12:43
*** radeks has joined #openstack-ansible12:47
hjohnson1This may be a dumb question... but I am fairly new to Ansible and OSA so please forgive me... but is there a "HOWTO" on the internet to use Ansible, to run commands within each of the containers once the system is installed?  For example I may need to make a simple change to /etc/nfs.conf file in each of the infra-glance-container-xxxx, infra2 and infra3 and then restart glance services.12:53
kplantthere's a lot of good documentation on ansible out there, what you're looking for in particular here sounds like 'lineinfile'12:55
kplantif you google 'ansible lineinfile' the first result should be: https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html12:55
kplanti would recommend starting with this: https://docs.ansible.com/ansible/latest/user_guide/index.html12:55
hjohnson1kplant: Thanks... but what I am looking for is how to import a OSA file into my ansible playbook to access infra1_glance_container.12:58
*** luksky has joined #openstack-ansible13:10
jrosserhjohnson1: take a look at this https://github.com/openstack/openstack-ansible-ops/tree/master/overlay-inventories13:22
*** altlogbot_3 has quit IRC13:23
jrosserhjohnson1: that shows how to use an external to OSA  set of playbooks (in that case for ELK stack), but have it use the OSA inventory, and do some mappings if needed between OSA groups and your own ansible groups13:23
*** altlogbot_2 has joined #openstack-ansible13:25
*** witek has quit IRC13:30
*** jeh has joined #openstack-ansible13:32
*** grabes has joined #openstack-ansible13:36
hjohnson1jrosser: Thanks!  I will give that a look!13:45
hjohnson1jrosser: That is exactly what I needed!  It works!  Thanks!13:58
jrosserhjohnson1: excellent!14:03
*** weshay161678 is now known as weshay14:05
grabesCan anyone recommend a consultant that has experience with OSA and Ubuntu 18.04, I have talked to 3 different people now that have essentially not known a thing about ansible, and ended up dissapearing.  Basically need help with initial deployment, and someone with guidance so we don’t make dumb mistakes.14:12
*** BjoernT has joined #openstack-ansible14:18
*** witek has joined #openstack-ansible14:31
*** spsurya has quit IRC14:34
jonherI'm not a OSA consultant myself, but how many nodes are you planning on initial deployment?14:45
*** BjoernT has quit IRC14:48
*** BjoernT has joined #openstack-ansible14:50
*** cshen has quit IRC14:51
*** klamath has quit IRC14:54
*** cmart has joined #openstack-ansible15:06
grabesjonher: 3 infra, and 3 compute.  Will be deploying more compute down the road.  I have all the hosts setup, and networking done.  I have the playbooks configured. I have a seperate ceph cluster deployed not using ansible.  I get different errors on stein vs rocky.  Stein appears to go the farthest in playbooks.15:07
*** miloa has quit IRC15:08
grabesI think it has to do with my cinder config, as I am still not 100% I have that even close to correct15:08
*** cmart has quit IRC15:08
*** radeks has quit IRC15:09
*** luksky has quit IRC15:29
*** ivve has quit IRC15:34
*** radeks has joined #openstack-ansible15:39
*** gyee has joined #openstack-ansible15:42
*** radeks has quit IRC15:48
*** Weifan has joined #openstack-ansible15:52
*** klamath has joined #openstack-ansible15:55
*** cmart has joined #openstack-ansible15:56
*** Weifan has quit IRC15:57
*** luksky has joined #openstack-ansible16:01
openstackgerritAntony Messerli proposed openstack/openstack-ansible-tests stable/queens: opendev: fix cutover bugs  https://review.opendev.org/65636316:02
ostackzHi, I have running Rocky cluster, trying to add LDAP/AD support - it works with manual config in keystone, but stuck when trying to deploy config with os-keystone-install.yml  something related to bootstrap16:09
ostackzcan anyone suggest where to dig? More details: https://pastebin.com/raw/bHK1C7N416:10
*** hamzaachi has quit IRC16:12
*** DanyC has quit IRC16:14
*** hamzaachi has joined #openstack-ansible16:15
ostackzif I execute same keystone-manage command manually in keystone container - it seems to work, no output or error thrown16:17
*** hamzaachi has quit IRC16:30
*** Weifan has joined #openstack-ansible16:34
*** dave-mccowan has joined #openstack-ansible16:39
*** witek has quit IRC16:43
*** cshen has joined #openstack-ansible16:47
*** cshen has quit IRC16:52
gundalowhttps://github.com/ansible/ansible/pull/50285 `Handle openstacksdk < 0.10.0: fix AttributeError` <--- Anyone able to take a look at this bug fix?16:54
*** Pilou has joined #openstack-ansible16:55
*** witek has joined #openstack-ansible17:04
*** cmart has quit IRC17:04
*** jeh has left #openstack-ansible17:14
*** BjoernT has quit IRC17:18
*** cmart has joined #openstack-ansible17:21
*** kopecmartin is now known as kopecmartin|off17:24
*** cshen has joined #openstack-ansible17:24
*** cmart has quit IRC17:29
*** klamath has quit IRC17:33
*** klamath has joined #openstack-ansible17:33
*** ivve has joined #openstack-ansible17:42
*** cmart has joined #openstack-ansible17:42
*** hamzaachi has joined #openstack-ansible17:42
*** cmart has quit IRC17:48
*** witek has quit IRC17:56
*** Weifan has quit IRC18:02
*** cmart has joined #openstack-ansible18:08
*** cshen has quit IRC18:15
*** cyberpear has joined #openstack-ansible18:18
*** hamzaachi has quit IRC18:19
*** hamzaachi has joined #openstack-ansible18:19
*** witek has joined #openstack-ansible18:20
*** tosky has quit IRC18:20
*** witek has quit IRC18:24
*** Weifan has joined #openstack-ansible18:27
*** kplant has quit IRC18:28
*** cmart has quit IRC18:33
*** electrofelix has quit IRC18:34
*** BjoernT has joined #openstack-ansible18:34
*** Weifan has quit IRC18:36
*** hamzaachi has quit IRC18:37
*** hamzaachi has joined #openstack-ansible18:37
*** dave-mccowan has quit IRC18:39
*** hamzaachi has quit IRC18:39
*** hamzaachi has joined #openstack-ansible18:40
*** hamzaachi has quit IRC18:42
*** hamzaachi has joined #openstack-ansible18:42
*** Weifan has joined #openstack-ansible18:44
*** hamzaachi has quit IRC18:44
*** hamzaachi has joined #openstack-ansible18:45
*** hamzaachi has quit IRC18:46
*** klamath has quit IRC18:46
*** hamzaachi has joined #openstack-ansible18:46
*** klamath has joined #openstack-ansible18:47
*** ansmith_ has joined #openstack-ansible18:54
*** ansmith has quit IRC18:57
*** Weifan has quit IRC18:59
*** DanyC has joined #openstack-ansible19:03
*** ansmith has joined #openstack-ansible19:19
*** ansmith_ has quit IRC19:20
*** radeks has joined #openstack-ansible19:27
*** DanyC has quit IRC19:32
*** hamzaachi has quit IRC19:52
*** kplant has joined #openstack-ansible19:54
*** radeks has quit IRC19:58
*** Weifan has joined #openstack-ansible20:00
*** witek has joined #openstack-ansible20:00
*** cmart has joined #openstack-ansible20:01
*** ostackz has quit IRC20:09
openstackgerritKanishk Godha proposed openstack/openstack-ansible-os_keystone master: modified the file to use the "os_user" module instead of the "keystone" module.  https://review.opendev.org/65639720:19
openstackgerritKanishk Godha proposed openstack/openstack-ansible-os_keystone master: modified the file to use the "os_user" module instead of the "keystone" module.  https://review.opendev.org/65639720:21
*** cshen has joined #openstack-ansible20:22
openstackgerritKanishk Godha proposed openstack/openstack-ansible-os_keystone master: Replace Module  https://review.opendev.org/65639720:22
*** hamzaachi has joined #openstack-ansible20:25
*** cshen has quit IRC20:26
*** witek has quit IRC20:36
*** ansmith has quit IRC20:40
*** cmart has quit IRC20:42
*** cmart has joined #openstack-ansible20:45
*** witek has joined #openstack-ansible20:54
*** hamzaachi has quit IRC20:54
*** hamzaachi has joined #openstack-ansible20:54
*** hjohnson1 has left #openstack-ansible21:00
*** kplant has quit IRC21:01
*** pcaruana has quit IRC21:07
*** markvoelker has joined #openstack-ansible21:08
*** radeks has joined #openstack-ansible21:14
*** ansmith has joined #openstack-ansible21:18
*** radeks has quit IRC21:22
*** hamzaachi has quit IRC21:29
*** cmart has quit IRC21:30
*** kplant has joined #openstack-ansible21:32
*** cmart has joined #openstack-ansible21:33
*** witek has quit IRC21:36
*** BjoernT has quit IRC21:43
*** radeks has joined #openstack-ansible21:44
*** cmart has quit IRC21:46
*** CeeMac has joined #openstack-ansible21:49
*** witek has joined #openstack-ansible21:51
CeeMachey21:52
*** grabes has quit IRC22:03
*** cmart has joined #openstack-ansible22:04
*** starborn has joined #openstack-ansible22:15
*** ivve has quit IRC22:19
*** markvoelker has quit IRC22:36
*** radeks has quit IRC22:38
*** cyberpear has quit IRC22:50
*** witek has quit IRC23:03
*** witek has joined #openstack-ansible23:08
*** CeeMac has quit IRC23:20
*** witek has quit IRC23:22
*** cyberpear has joined #openstack-ansible23:25
*** cmart has quit IRC23:28
*** cmart has joined #openstack-ansible23:29
starbornI have a problem with the rsyslog host: "systemd-journal-remote - Received fewer sockets than expected". The unit won't come up and only gives me this error message. The file descriptor 3 (--listen-http=-3) is available.23:36
*** cmart has quit IRC23:43

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