Saturday, 2015-10-03

*** Mudpuppy has joined #openstack-ansible00:03
*** scarlisle has quit IRC00:10
*** Mudpuppy has quit IRC00:14
openstackgerritMerged openstack/openstack-ansible: adds the config_template to galera_client  https://review.openstack.org/22808100:21
*** Mudpuppy has joined #openstack-ansible00:22
openstackgerritKevin Carter proposed openstack/openstack-ansible: adds the config_template to galera_server  https://review.openstack.org/22807300:23
openstackgerritKevin Carter proposed openstack/openstack-ansible: Adds the config_template to cinder  https://review.openstack.org/22808000:23
openstackgerritKevin Carter proposed openstack/openstack-ansible: Added LC_ALL to openrc  https://review.openstack.org/22995500:24
*** abitha has quit IRC00:29
*** Mudpuppy has quit IRC00:35
*** palendae has left #openstack-ansible00:40
*** sdake_ has joined #openstack-ansible01:10
*** sdake has quit IRC01:14
openstackgerritKevin Carter proposed openstack/openstack-ansible: [WIP] Updated the repo-build process  https://review.openstack.org/23071601:18
openstackgerritKevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process  https://review.openstack.org/22413701:49
openstackgerritKevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process  https://review.openstack.org/22413701:52
*** openstack has joined #openstack-ansible02:12
openstackgerritMerged openstack/openstack-ansible: Adds the config_template to cinder  https://review.openstack.org/22808002:15
openstackgerritMerged openstack/openstack-ansible: adds the config_template to galera_server  https://review.openstack.org/22807302:19
*** manojit has joined #openstack-ansible03:28
manojitHello Team, Getting keystone error03:28
manojithttp://cdn.pasteraw.com/90otoyy75on4zk3286gbrhtjm1bs8b403:28
manojitAny help is appreciated03:28
manojit@kelvin seems this is a common issue .. Can u pls point to the fix ..03:32
openstackgerritMerged openstack/openstack-ansible: Use pure variable name in $(()) statement  https://review.openstack.org/22671503:35
*** galstrom_zzz is now known as galstrom03:36
*** manojit has quit IRC03:37
*** manojit has joined #openstack-ansible03:52
manojitHi all,03:52
manojithttp://cdn.pasteraw.com/90otoyy75on4zk3286gbrhtjm1bs8b403:52
manojitPls need help to fix the keystone issue03:53
* manojit slaps manojit around a bit with a large fishbot03:58
*** galstrom is now known as galstrom_zzz04:11
*** g3rms_ has quit IRC04:13
cloudnullmanojit: hey there04:22
cloudnullthe issue is that keystone no longer supports the keystone cli client04:22
manojitHey Kelvin04:23
cloudnullyou need to use the openstack client04:23
cloudnullIE: openstack user list04:23
cloudnullOSA uses keystone v304:23
cloudnullalso hows it manojit04:23
cloudnull-- no need to use the large fishbot here :)04:24
manojitseems OSAD seems does not install openstack client04:24
manojit:)04:24
cloudnullall of the clients are in the utility container04:24
manojitI slapped to make you awake up :)04:24
manojitok04:24
cloudnullas a rule -- if the client is not needed on the target host or containers it wont be installed however all of the clients are installed on the utility container04:25
manojitgetting below error04:27
manojithttp://cdn.pasteraw.com/1mj0zr23tr2cc8lrm2m5vgg7uhintrz04:27
cloudnullRE: https://review.openstack.org/#/c/229955/04:28
cloudnulladd export LC_ALL=C to your openrc04:28
cloudnullit seems some of the clients dont like it when the locals aren't set to en_US-UTF-804:30
cloudnullrelated bug https://bugs.launchpad.net/fuel/+bug/140893504:30
openstackLaunchpad bug 1408935 in openstack-ansible "LC_ALL variable not set" [Low,In progress] - Assigned to Kevin Carter (kevin-carter)04:30
cloudnullmanojit:  if adding ``  export LC_ALL=C `` to your openrc file fixes the issue for you would you mind commenting on the review https://review.openstack.org/#/c/229955/04:31
manojitit fixed ..04:31
cloudnullnice!04:31
manojitBut I'm trying to find out where it is written to add the export LC command04:32
cloudnullyou can add it to your openrc file in /root/openrc04:32
cloudnullor your /etc/bash.bashrc04:32
cloudnullif you want it fixed in your deployment you can cherrypick that fix into your openstack-ansible source code.04:33
cloudnullto do that you can run04:33
cloudnullgit fetch https://review.openstack.org/openstack/openstack-ansible refs/changes/55/229955/2 && git cherry-pick -x FETCH_HEAD04:34
cloudnullonce you've cherrypicked the fix in run04:34
cloudnullopenstack-ansible setup-openstack.yml --tags openstack-openrc04:35
cloudnullwhich will fix all of your openrc files throughout your cluster04:35
manojitwhile I ran " # git fetch https://review.openstack.org/openstack/openstack-ansible refs/changes/55/229955/2 && git cherry-pick -x FETCH_HEAD"04:38
manojitI got a error like04:38
manojitfatal: Not a git repository (or any of the parent directories): .git04:38
cloudnullyou have to run that from your openstack-ansible directory04:39
manojitk04:39
manojitis this a an error .. or can be ignored04:41
manojithttp://cdn.pasteraw.com/ah2xy5xmhi0ksr4hr65dhc49byjjtof04:41
cloudnullrun:  git log04:41
cloudnullthe top should be the commit with the title Added LC_ALL to openrc04:42
manojitOkie.. I applied the patch set04:46
openstackgerritMerged openstack/openstack-ansible: Add isolated flag to pip fall back installation  https://review.openstack.org/22228504:46
openstackgerritMerged openstack/openstack-ansible: Added documentation for config_template works  https://review.openstack.org/23029904:46
manojitseems it replicated in all containers also04:46
cloudnullnow run: openstack-ansible setup-openstack.yml --tags openstack-openrc04:46
manojitdone04:47
cloudnullgreat04:47
cloudnullso it should be fixed!04:47
cloudnull:)04:47
manojitthanks Kelvin04:47
cloudnullanytime04:48
manojitKelvin.. I found one exact match for the keystone issue05:27
manojithttps://review.openstack.org/#/c/205192/205:27
manojitshud I apply this to use keystone cli ?05:28
*** sdake_ has quit IRC05:31
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072605:34
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement nova venv support  https://review.openstack.org/23072705:45
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072605:46
cloudnullmanojit:  i'd hold off on applying that patch .05:48
cloudnullits still gating and has been failing05:48
manojitokie05:48
manojitI was trying to use Walter Bentley's playbook written on keystone client05:50
manojitseems need to alter that in openstack cli compatible format :)05:50
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement swift venv support  https://review.openstack.org/23073306:34
*** manojit has quit IRC06:38
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072606:39
*** palendae has joined #openstack-ansible06:56
*** odyssey4me has quit IRC07:14
*** odyssey4me has joined #openstack-ansible07:14
*** markvoelker has quit IRC07:18
*** openstackgerrit has quit IRC07:46
*** openstackgerrit has joined #openstack-ansible07:46
*** markvoelker has joined #openstack-ansible08:19
*** markvoelker has quit IRC08:24
openstackgerritMerged openstack/openstack-ansible: Changed the Diffie Hellman parameter maximum size  https://review.openstack.org/22900009:49
openstackgerritMerged openstack/openstack-ansible: set unique galera server-id  https://review.openstack.org/20940409:49
*** subscope has joined #openstack-ansible10:06
*** git-harry has quit IRC10:08
*** mancdaz has quit IRC10:09
*** markvoelker has joined #openstack-ansible10:20
*** markvoelker has quit IRC10:24
*** git-harry has joined #openstack-ansible11:12
*** git-harry has quit IRC11:16
*** woodard has quit IRC11:21
*** markvoelker has joined #openstack-ansible11:36
*** markvoelker has quit IRC11:41
*** git-harry has joined #openstack-ansible11:51
*** woodard has joined #openstack-ansible13:07
*** woodard has quit IRC13:11
*** markvoelker has joined #openstack-ansible13:36
*** markvoelker has quit IRC13:41
*** woodard has joined #openstack-ansible14:08
*** woodard has quit IRC14:13
*** tlian has joined #openstack-ansible14:29
*** woodard has joined #openstack-ansible15:09
*** woodard has quit IRC15:13
arbrandesHey dudes.  It's Saturday again, so I have another question.  :D15:22
arbrandesDoes OSAD support anything else other than unauthenticated TCP connections to the libvird daemons, for live migration?15:23
*** subsecond has joined #openstack-ansible15:24
openstackgerritKevin Carter proposed openstack/openstack-ansible: [WIP] Updated the repo-build process  https://review.openstack.org/23071615:32
*** markvoelker has joined #openstack-ansible15:37
openstackgerritKevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process  https://review.openstack.org/22413715:37
*** markvoelker has quit IRC15:42
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement nova venv support  https://review.openstack.org/23072716:08
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072616:11
*** Mudpuppy has joined #openstack-ansible16:19
*** fandi has joined #openstack-ansible16:20
*** markvoelker has joined #openstack-ansible16:38
*** markvoelker has quit IRC16:42
*** subsecond has quit IRC16:48
*** elo has quit IRC17:17
*** subsecond has joined #openstack-ansible17:17
*** Mudpuppy has quit IRC17:26
openstackgerritKevin Carter proposed openstack/openstack-ansible: Updated the repo-build process  https://review.openstack.org/23071617:38
*** g3rms_ has joined #openstack-ansible17:44
*** g3rms_ has quit IRC17:48
*** woodard has joined #openstack-ansible17:55
*** g3rms_ has joined #openstack-ansible18:02
*** woodard has quit IRC18:04
*** woodard has joined #openstack-ansible18:05
*** elo1 has joined #openstack-ansible18:11
*** markvoelker has joined #openstack-ansible18:39
*** woodard has quit IRC18:40
*** subsecond has quit IRC18:42
*** markvoelker has quit IRC18:44
*** woodard has joined #openstack-ansible19:07
*** woodard has quit IRC19:07
*** woodard has joined #openstack-ansible19:08
*** subscope has quit IRC19:21
*** markvoelker has joined #openstack-ansible20:40
*** markvoelker has quit IRC20:44
*** Aamir has joined #openstack-ansible20:51
*** elo1 has quit IRC20:52
*** elo has joined #openstack-ansible21:20
*** Aamir has quit IRC22:02
*** elo has quit IRC22:24
*** markvoelker has joined #openstack-ansible22:25
*** markvoelker has quit IRC22:30
*** elo has joined #openstack-ansible22:39
*** tlian has quit IRC23:24
*** markvoelker has joined #openstack-ansible23:26
*** markvoelker has quit IRC23:31
*** elo has quit IRC23:35
*** elo has joined #openstack-ansible23:40
*** galstrom_zzz is now known as galstrom23:55

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