Saturday, 2018-01-06

*** jose-phillips has quit IRC00:04
*** kysse has quit IRC00:11
laszlo_Any idea about why the "item" is undefined for the network node, while it seems OK for the other theree?00:16
laszlo_should this wariable be prepared by some other task?00:16
*** DanyC_ has quit IRC00:25
*** mwynne has quit IRC00:26
*** jose-phillips has joined #openstack-ansible00:27
*** mwynne has joined #openstack-ansible00:31
*** chyka has quit IRC00:35
*** markvoelker has quit IRC00:37
*** jose-phillips has quit IRC00:43
*** jose-phillips has joined #openstack-ansible00:45
*** vnogin has joined #openstack-ansible00:49
*** vnogin has quit IRC00:54
*** fatdragon has quit IRC00:59
xdfillaszlo_:  check the host preperation section of the docs01:00
xdfilit might be a package missing like bridg utils or something01:00
laszlo_xdfil: I'll check that again, but I've started the playbook with the "strategy: debug"01:02
laszlo_and there I've set the item variable using a line from the previous task:01:03
laszlo_(debug) vars['item']={u'pattern': u'CONFIG_BRIDGE_NF_EBTABLES', u'group': u'network_hosts', u'name': u'ebtables'}01:03
laszlo_then did redo (rerun the task) and it was able to go further01:04
*** pramodrj07 has quit IRC01:07
laszlo_in the meantime I've checked my network node, and the bridge-utils package is installed.01:07
xdfilit probly wasnt bridge utils specifically because all the hosts need that one...01:09
xdfilyou using linux bridges or openvsiwtch?01:10
laszlo_well, I'm intending to use ovs, but I have not seen any reference to it in the openstack_user_config.yml01:14
xdfili think theres a kernel module needed for OVS01:16
laszlo_but how does the openstack-ansible knows that I want OVS?01:17
laszlo_I may missed that from the docs ...01:18
*** woodard has quit IRC01:19
*** woodard has joined #openstack-ansible01:20
laszlo_in the hosts preparation does not say anything about OVS01:20
laszlo_https://docs.openstack.org/project-deploy-guide/openstack-ansible/pike/targethosts-prepare.html01:21
xdfilit would be set in the user_variables.yml01:21
xdfilone sec01:21
xdfiler i dont have it on hand but its like neutron driver/mech or something01:22
xdfilby default it would be linux brdige01:22
laszlo_https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/targethosts-networkconfig.html01:23
laszlo_on this page there are listed the bridges01:23
laszlo_it says: "The following table shows bridges that are to be configured on hosts." do I need to configure these bridges before starting the hosts setup playbook?01:24
laszlo_or, these bridges will be created by the OSA?01:25
xdfilopenstack-ansible "refrence design" is linux bridge so you might find a thing or two missing from docs when trying to set up OVS01:25
xdfilbut its gotten a lot better over time01:25
xdfilOSA does not configure host networking at all01:26
xdfilyou have to configure the host network yourself01:26
xdfiland it expects to see those bridges01:26
xdfilwhatever bridges you have defined in your openstack_user_config.yml01:27
xdfilneed to be configured on the hosts01:27
xdfilor it will fail01:27
xdfilso that's probably your issue01:27
laszlo_OK. then probably this is the issue01:27
laszlo_I'll try. Thank you!01:28
*** markvoelker has joined #openstack-ansible01:35
*** laszlo_ has quit IRC01:46
*** chyka has joined #openstack-ansible02:07
*** aludwar has quit IRC02:08
*** jafeha__ has joined #openstack-ansible02:12
*** chyka has quit IRC02:12
*** jafeha has quit IRC02:15
*** kklimonda_ has joined #openstack-ansible02:19
*** johnsom_ has joined #openstack-ansible02:21
*** hogepodge_ has joined #openstack-ansible02:21
*** SamYaple_ has joined #openstack-ansible02:22
*** persia__ has joined #openstack-ansible02:22
*** zerick_ has joined #openstack-ansible02:22
*** toanster has joined #openstack-ansible02:25
*** jmccrory_ has joined #openstack-ansible02:25
*** zerick has quit IRC02:26
*** persia has quit IRC02:26
*** hogepodge has quit IRC02:26
*** kklimonda has quit IRC02:26
*** johnsom has quit IRC02:26
*** toan has quit IRC02:26
*** jmccrory has quit IRC02:26
*** aetaric_ has quit IRC02:26
*** SamYaple has quit IRC02:26
*** hogepodge_ is now known as hogepodge02:27
*** kklimonda_ is now known as kklimonda02:27
*** jmccrory_ is now known as jmccrory02:27
*** aetaric has joined #openstack-ansible02:28
*** johnsom_ is now known as johnsom02:29
*** dave-mccowan has joined #openstack-ansible03:42
*** dave-mccowan has quit IRC04:08
*** armaan has joined #openstack-ansible04:27
*** vnogin has joined #openstack-ansible04:49
*** vnogin has quit IRC04:54
*** armaan has quit IRC05:18
*** chyka has joined #openstack-ansible05:23
*** hamza21 has joined #openstack-ansible05:28
*** chyka has quit IRC05:29
*** pradiprwt has joined #openstack-ansible05:48
*** hamza21 has quit IRC05:54
*** hamza21 has joined #openstack-ansible05:55
pradiprwtI am facing problem while integrating ceph with openstack... the error is "'ceph_mon_host' is undefined"06:15
pradiprwtcan anyone please tell me if they have faced the similar problem06:16
xdfilI've never tried ceph with OSA06:17
xdfilbut06:17
xdfilyou have ceph hosts defined in your user_config right?06:18
pradiprwtyex06:18
xdfilyou must06:18
pradiprwtyes06:18
pradiprwtI will share the conf06:18
xdfilwhat tag you using?06:18
pradiprwtuser_variables.conf http://paste.openstack.org/show/639311/06:20
pradiprwtopenstack_user_config.yml >>> http://paste.openstack.org/show/639312/06:21
xdfilso you're not deploying a ceph cluster06:21
xdfilyou are configuring openstack as a ceph client06:21
xdfilright?06:21
pradiprwtno I have already deployed it06:21
pradiprwtyes06:21
xdfilok06:22
pradiprwtGlance and cinder both have same error message >> "fatal: [infra1_cinder_volumes_container-82901100]: FAILED! => {"failed": true, "msg": "'ceph_mon_host' is undefined"}"06:22
xdfilI have to look at the roles...06:24
pradiprwtI am deploying ocata release06:24
xdfilhave you read through all of this stuff?06:26
xdfilhttp://git.openstack.org/cgit/openstack/openstack-ansible-ceph_client/tree/defaults/main.yml06:26
pradiprwtlooks like I have went through this ... An I missing anything in this ?06:30
xdfilnot sure, like i said I haven't used the ceph stuff in OSA yet. hehe06:31
pradiprwtI have followed this link https://docs.openstack.org/openstack-ansible-os_cinder/ocata/configure-cinder.html#configuring-cinder-to-use-ceph06:31
xdfilI will be soon though, thats why i decided to look a little to see if i could help06:31
pradiprwtok06:31
xdfilyeah it seems like you have everything...06:32
xdfiloften I will " grep -r ceph_mon_host /etc/ansible/roles "06:33
xdfilto see how that variable gets called/built06:33
xdfilmight point you at something06:34
hamza21pradiprwt: i don't see where you define ceph hosts in your openstack_user_config.yml, you need to define them like this :06:34
pradiprwtis it ?06:34
hamza21change the IPs according to your needs: http://paste.openstack.org/show/639318/06:35
pradiprwtbut no document is saying to define in openstack_user_config.yml06:35
xdfilhamza21: you sure he would need ceph_hosts if they only are configuring ceph client ?06:36
xdfili would think the config you posted would be if you wanted to install monitors on your LXC host and OSD nodes on your compute nodes06:37
hamza21it is been awhile since i deployed ceph, i reviewed my prod conf, and i had to define them there06:37
xdfilwhich is similar to what I plan on doing, but I don't think its what pradiprwt needs06:37
xdfilI could be wrong too lol06:37
pradiprwtWhy osd in compute ?06:37
xdfilpradiprwt: its sort of like "hyperconverged"06:38
hamza21pradiprwt: you can define osd in any hosts you want, for us we decided to define them along side SOME compute nodes06:39
xdfilpradiprwt: the main drawback to doing OSD on compute would be increased memory consumption06:40
pradiprwtok06:40
*** hamza21 has quit IRC06:51
*** laszlo_ has joined #openstack-ansible07:03
*** SmearedBeard has joined #openstack-ansible07:48
*** vnogin has joined #openstack-ansible07:49
*** vnogin has quit IRC07:54
*** SmearedBeard has quit IRC08:13
pradiprwtxdfil: it is getting failed on this task https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_config.yml#L2408:17
xdfilWhat is the error?08:18
pradiprwtfatal: [infra1_glance_container-886554c2]: FAILED! => {"failed": true, "msg": "'ceph_mon_host' is undefined"}08:19
xdfilSince it's a "delegate to" task you'd need to make sure the ssh key you are using to access the openstack hosts works on the ceph monitor08:19
xdfiloh same as before08:19
xdfilhmm i'm a bit confused though because this task is assuming that the ceph monitor is part of your inventory... hmm...08:20
xdfilyeah, I'm stumped08:21
xdfillogan-: might be able to explain better08:21
xdfilpradiprwt: did you ever figure out how {{ ceph_mon_host }} gets created?08:24
pradiprwtno, first time I am integration with ceph08:25
xdfilgrep for it in /etc/ansible/roles08:25
pradiprwtI have never tried, this is POC after that production08:26
pradiprwtok08:26
pradiprwtin this file trying to set ceph_mon_host /etc/ansible/roles/ceph_client/tasks/ceph_get_mon_host.yml08:32
xdfilpradiprwt: the only thing I can think of is that ceph_mon_host and ceph_mons are not the exact same thing08:36
*** hamza21 has joined #openstack-ansible08:37
xdfilso ceph_mon_hosts is getting built some way, and there might be a clue there08:37
pradiprwthmm, now I am trying by overwriting cephx auth values08:39
*** shardy_afk has quit IRC08:43
*** jafeha__ has quit IRC09:06
*** jafeha__ has joined #openstack-ansible09:07
*** hamza21 has quit IRC09:16
*** jafeha__ has quit IRC09:17
*** jafeha__ has joined #openstack-ansible09:18
pradiprwtafter overwriting cephx configuration plabooks executed successfully but unable to upload image09:18
pradiprwtxdfil: lloks like ceph cluster have some issue09:18
*** sxc731 has joined #openstack-ansible09:19
pradiprwtthe error is >>> Error finding address for http://192.168.20.9:9292/v2/images/9a9d080e-6759-430a-9282-6b41abdabec0/file: [Errno 32] Broken pipe09:19
*** ivve has quit IRC09:21
*** ivve has joined #openstack-ansible09:33
pradiprwthi ivveh10:10
*** sxc731 has quit IRC10:20
*** kysse has joined #openstack-ansible10:36
*** kysse has quit IRC10:36
*** kysse has joined #openstack-ansible10:37
*** kysse has quit IRC10:37
*** kysse has joined #openstack-ansible10:38
*** pradiprwt has quit IRC10:40
*** eumel8 has quit IRC10:49
*** eumel8 has joined #openstack-ansible10:49
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: [DNM] debug why on metal fails on gates and not on my machine.  https://review.openstack.org/52495411:58
*** hamza21 has joined #openstack-ansible12:28
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: [DNM] debug why on metal fails on gates and not on my machine.  https://review.openstack.org/52495412:36
*** bhujay has joined #openstack-ansible12:41
*** dave-mccowan has joined #openstack-ansible13:14
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: [DNM] debug why on metal fails on gates and not on my machine.  https://review.openstack.org/52495413:19
*** dave-mcc_ has joined #openstack-ansible13:23
*** dave-mccowan has quit IRC13:26
*** afred312 has joined #openstack-ansible13:33
*** dave-mcc_ has quit IRC14:02
*** savvas` has joined #openstack-ansible14:43
*** ivve has quit IRC15:13
*** sxc731 has joined #openstack-ansible15:18
*** ivve has joined #openstack-ansible15:26
*** laszlo_ has quit IRC15:27
*** ianychoi has joined #openstack-ansible15:36
*** dave-mccowan has joined #openstack-ansible16:08
*** dave-mccowan has quit IRC16:17
*** dave-mccowan has joined #openstack-ansible16:18
*** dave-mcc_ has joined #openstack-ansible16:22
*** savvas` has quit IRC16:22
*** savvas` has joined #openstack-ansible16:22
*** dave-mccowan has quit IRC16:24
*** savvas` has quit IRC16:37
*** dave-mcc_ has quit IRC16:43
*** mardim has quit IRC16:44
*** bhujay has quit IRC16:45
*** bhujay has joined #openstack-ansible17:04
*** lihi has quit IRC17:09
*** lihi has joined #openstack-ansible17:12
bhujaygokhan_: I included the cloudkitty service section in repo_packges/openstack_services.yml . After this running repo17:32
bhujaygokhan_: running repo_install should create the  venv for cloudkitty ? or do I need to do something else ?17:33
*** sxc731 has quit IRC18:14
*** EmilienM_ has joined #openstack-ansible18:22
*** eumel8 has quit IRC18:28
*** EmilienM_ is now known as EmilienM18:28
*** EmilienM has joined #openstack-ansible18:28
*** persia__ is now known as persia18:32
*** bhujay has quit IRC18:33
*** gokhan__ has joined #openstack-ansible18:43
*** Gokhan27 has joined #openstack-ansible18:56
*** gokhan__ has quit IRC19:02
*** SerenaFeng has joined #openstack-ansible19:26
*** vnogin has joined #openstack-ansible19:38
*** vnogin has quit IRC19:42
*** vnogin has joined #openstack-ansible19:49
*** vnogin has quit IRC19:58
*** SerenaFeng has quit IRC20:01
*** EmilienM has quit IRC20:10
*** EmilienM has joined #openstack-ansible20:13
*** speedmann has joined #openstack-ansible20:27
*** Gokhan27 has quit IRC20:29
*** hamza21 has quit IRC21:13
*** markvoelker has quit IRC21:27
*** markvoelker has joined #openstack-ansible22:22
ashakshould my bare metal infra hosts be running firewalls? My containers can't talk to each other and can't talk to the load balanced services. So I never get beyond trying to install PIP on the galera containers as they can't talk to teh load balancer for repo access22:24
ashakIf I add some accept rules to the input and forward chains before the final reject rules, connectivity works.. which I just did.. Before continuing to try to build my environment, I looked back at the docs, but I only see suggestion taht I uninstall firewalld on the deployment host, not the target hosts. Unless i'm misunderstanding it somehow.22:26
*** laszlo_ has joined #openstack-ansible22:42
*** speedmann has quit IRC22:55
*** speedmann has joined #openstack-ansible22:56

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