*** Mudpuppy has joined #openstack-ansible | 00:03 | |
*** scarlisle has quit IRC | 00:10 | |
*** Mudpuppy has quit IRC | 00:14 | |
openstackgerrit | Merged openstack/openstack-ansible: adds the config_template to galera_client https://review.openstack.org/228081 | 00:21 |
---|---|---|
*** Mudpuppy has joined #openstack-ansible | 00:22 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: adds the config_template to galera_server https://review.openstack.org/228073 | 00:23 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Adds the config_template to cinder https://review.openstack.org/228080 | 00:23 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Added LC_ALL to openrc https://review.openstack.org/229955 | 00:24 |
*** abitha has quit IRC | 00:29 | |
*** Mudpuppy has quit IRC | 00:35 | |
*** palendae has left #openstack-ansible | 00:40 | |
*** sdake_ has joined #openstack-ansible | 01:10 | |
*** sdake has quit IRC | 01:14 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: [WIP] Updated the repo-build process https://review.openstack.org/230716 | 01:18 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process https://review.openstack.org/224137 | 01:49 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process https://review.openstack.org/224137 | 01:52 |
*** openstack has joined #openstack-ansible | 02:12 | |
openstackgerrit | Merged openstack/openstack-ansible: Adds the config_template to cinder https://review.openstack.org/228080 | 02:15 |
openstackgerrit | Merged openstack/openstack-ansible: adds the config_template to galera_server https://review.openstack.org/228073 | 02:19 |
*** manojit has joined #openstack-ansible | 03:28 | |
manojit | Hello Team, Getting keystone error | 03:28 |
manojit | http://cdn.pasteraw.com/90otoyy75on4zk3286gbrhtjm1bs8b4 | 03:28 |
manojit | Any help is appreciated | 03:28 |
manojit | @kelvin seems this is a common issue .. Can u pls point to the fix .. | 03:32 |
openstackgerrit | Merged openstack/openstack-ansible: Use pure variable name in $(()) statement https://review.openstack.org/226715 | 03:35 |
*** galstrom_zzz is now known as galstrom | 03:36 | |
*** manojit has quit IRC | 03:37 | |
*** manojit has joined #openstack-ansible | 03:52 | |
manojit | Hi all, | 03:52 |
manojit | http://cdn.pasteraw.com/90otoyy75on4zk3286gbrhtjm1bs8b4 | 03:52 |
manojit | Pls need help to fix the keystone issue | 03:53 |
* manojit slaps manojit around a bit with a large fishbot | 03:58 | |
*** galstrom is now known as galstrom_zzz | 04:11 | |
*** g3rms_ has quit IRC | 04:13 | |
cloudnull | manojit: hey there | 04:22 |
cloudnull | the issue is that keystone no longer supports the keystone cli client | 04:22 |
manojit | Hey Kelvin | 04:23 |
cloudnull | you need to use the openstack client | 04:23 |
cloudnull | IE: openstack user list | 04:23 |
cloudnull | OSA uses keystone v3 | 04:23 |
cloudnull | also hows it manojit | 04:23 |
cloudnull | -- no need to use the large fishbot here :) | 04:24 |
manojit | seems OSAD seems does not install openstack client | 04:24 |
manojit | :) | 04:24 |
cloudnull | all of the clients are in the utility container | 04:24 |
manojit | I slapped to make you awake up :) | 04:24 |
manojit | ok | 04:24 |
cloudnull | as 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 container | 04:25 |
manojit | getting below error | 04:27 |
manojit | http://cdn.pasteraw.com/1mj0zr23tr2cc8lrm2m5vgg7uhintrz | 04:27 |
cloudnull | RE: https://review.openstack.org/#/c/229955/ | 04:28 |
cloudnull | add export LC_ALL=C to your openrc | 04:28 |
cloudnull | it seems some of the clients dont like it when the locals aren't set to en_US-UTF-8 | 04:30 |
cloudnull | related bug https://bugs.launchpad.net/fuel/+bug/1408935 | 04:30 |
openstack | Launchpad bug 1408935 in openstack-ansible "LC_ALL variable not set" [Low,In progress] - Assigned to Kevin Carter (kevin-carter) | 04:30 |
cloudnull | manojit: 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 |
manojit | it fixed .. | 04:31 |
cloudnull | nice! | 04:31 |
manojit | But I'm trying to find out where it is written to add the export LC command | 04:32 |
cloudnull | you can add it to your openrc file in /root/openrc | 04:32 |
cloudnull | or your /etc/bash.bashrc | 04:32 |
cloudnull | if you want it fixed in your deployment you can cherrypick that fix into your openstack-ansible source code. | 04:33 |
cloudnull | to do that you can run | 04:33 |
cloudnull | git fetch https://review.openstack.org/openstack/openstack-ansible refs/changes/55/229955/2 && git cherry-pick -x FETCH_HEAD | 04:34 |
cloudnull | once you've cherrypicked the fix in run | 04:34 |
cloudnull | openstack-ansible setup-openstack.yml --tags openstack-openrc | 04:35 |
cloudnull | which will fix all of your openrc files throughout your cluster | 04:35 |
manojit | while I ran " # git fetch https://review.openstack.org/openstack/openstack-ansible refs/changes/55/229955/2 && git cherry-pick -x FETCH_HEAD" | 04:38 |
manojit | I got a error like | 04:38 |
manojit | fatal: Not a git repository (or any of the parent directories): .git | 04:38 |
cloudnull | you have to run that from your openstack-ansible directory | 04:39 |
manojit | k | 04:39 |
manojit | is this a an error .. or can be ignored | 04:41 |
manojit | http://cdn.pasteraw.com/ah2xy5xmhi0ksr4hr65dhc49byjjtof | 04:41 |
cloudnull | run: git log | 04:41 |
cloudnull | the top should be the commit with the title Added LC_ALL to openrc | 04:42 |
manojit | Okie.. I applied the patch set | 04:46 |
openstackgerrit | Merged openstack/openstack-ansible: Add isolated flag to pip fall back installation https://review.openstack.org/222285 | 04:46 |
openstackgerrit | Merged openstack/openstack-ansible: Added documentation for config_template works https://review.openstack.org/230299 | 04:46 |
manojit | seems it replicated in all containers also | 04:46 |
cloudnull | now run: openstack-ansible setup-openstack.yml --tags openstack-openrc | 04:46 |
manojit | done | 04:47 |
cloudnull | great | 04:47 |
cloudnull | so it should be fixed! | 04:47 |
cloudnull | :) | 04:47 |
manojit | thanks Kelvin | 04:47 |
cloudnull | anytime | 04:48 |
manojit | Kelvin.. I found one exact match for the keystone issue | 05:27 |
manojit | https://review.openstack.org/#/c/205192/2 | 05:27 |
manojit | shud I apply this to use keystone cli ? | 05:28 |
*** sdake_ has quit IRC | 05:31 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement neutron venv support https://review.openstack.org/230726 | 05:34 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement nova venv support https://review.openstack.org/230727 | 05:45 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement neutron venv support https://review.openstack.org/230726 | 05:46 |
cloudnull | manojit: i'd hold off on applying that patch . | 05:48 |
cloudnull | its still gating and has been failing | 05:48 |
manojit | okie | 05:48 |
manojit | I was trying to use Walter Bentley's playbook written on keystone client | 05:50 |
manojit | seems need to alter that in openstack cli compatible format :) | 05:50 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement swift venv support https://review.openstack.org/230733 | 06:34 |
*** manojit has quit IRC | 06:38 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement neutron venv support https://review.openstack.org/230726 | 06:39 |
*** palendae has joined #openstack-ansible | 06:56 | |
*** odyssey4me has quit IRC | 07:14 | |
*** odyssey4me has joined #openstack-ansible | 07:14 | |
*** markvoelker has quit IRC | 07:18 | |
*** openstackgerrit has quit IRC | 07:46 | |
*** openstackgerrit has joined #openstack-ansible | 07:46 | |
*** markvoelker has joined #openstack-ansible | 08:19 | |
*** markvoelker has quit IRC | 08:24 | |
openstackgerrit | Merged openstack/openstack-ansible: Changed the Diffie Hellman parameter maximum size https://review.openstack.org/229000 | 09:49 |
openstackgerrit | Merged openstack/openstack-ansible: set unique galera server-id https://review.openstack.org/209404 | 09:49 |
*** subscope has joined #openstack-ansible | 10:06 | |
*** git-harry has quit IRC | 10:08 | |
*** mancdaz has quit IRC | 10:09 | |
*** markvoelker has joined #openstack-ansible | 10:20 | |
*** markvoelker has quit IRC | 10:24 | |
*** git-harry has joined #openstack-ansible | 11:12 | |
*** git-harry has quit IRC | 11:16 | |
*** woodard has quit IRC | 11:21 | |
*** markvoelker has joined #openstack-ansible | 11:36 | |
*** markvoelker has quit IRC | 11:41 | |
*** git-harry has joined #openstack-ansible | 11:51 | |
*** woodard has joined #openstack-ansible | 13:07 | |
*** woodard has quit IRC | 13:11 | |
*** markvoelker has joined #openstack-ansible | 13:36 | |
*** markvoelker has quit IRC | 13:41 | |
*** woodard has joined #openstack-ansible | 14:08 | |
*** woodard has quit IRC | 14:13 | |
*** tlian has joined #openstack-ansible | 14:29 | |
*** woodard has joined #openstack-ansible | 15:09 | |
*** woodard has quit IRC | 15:13 | |
arbrandes | Hey dudes. It's Saturday again, so I have another question. :D | 15:22 |
arbrandes | Does OSAD support anything else other than unauthenticated TCP connections to the libvird daemons, for live migration? | 15:23 |
*** subsecond has joined #openstack-ansible | 15:24 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: [WIP] Updated the repo-build process https://review.openstack.org/230716 | 15:32 |
*** markvoelker has joined #openstack-ansible | 15:37 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Break apart and document the upgrade process https://review.openstack.org/224137 | 15:37 |
*** markvoelker has quit IRC | 15:42 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement nova venv support https://review.openstack.org/230727 | 16:08 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement neutron venv support https://review.openstack.org/230726 | 16:11 |
*** Mudpuppy has joined #openstack-ansible | 16:19 | |
*** fandi has joined #openstack-ansible | 16:20 | |
*** markvoelker has joined #openstack-ansible | 16:38 | |
*** markvoelker has quit IRC | 16:42 | |
*** subsecond has quit IRC | 16:48 | |
*** elo has quit IRC | 17:17 | |
*** subsecond has joined #openstack-ansible | 17:17 | |
*** Mudpuppy has quit IRC | 17:26 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Updated the repo-build process https://review.openstack.org/230716 | 17:38 |
*** g3rms_ has joined #openstack-ansible | 17:44 | |
*** g3rms_ has quit IRC | 17:48 | |
*** woodard has joined #openstack-ansible | 17:55 | |
*** g3rms_ has joined #openstack-ansible | 18:02 | |
*** woodard has quit IRC | 18:04 | |
*** woodard has joined #openstack-ansible | 18:05 | |
*** elo1 has joined #openstack-ansible | 18:11 | |
*** markvoelker has joined #openstack-ansible | 18:39 | |
*** woodard has quit IRC | 18:40 | |
*** subsecond has quit IRC | 18:42 | |
*** markvoelker has quit IRC | 18:44 | |
*** woodard has joined #openstack-ansible | 19:07 | |
*** woodard has quit IRC | 19:07 | |
*** woodard has joined #openstack-ansible | 19:08 | |
*** subscope has quit IRC | 19:21 | |
*** markvoelker has joined #openstack-ansible | 20:40 | |
*** markvoelker has quit IRC | 20:44 | |
*** Aamir has joined #openstack-ansible | 20:51 | |
*** elo1 has quit IRC | 20:52 | |
*** elo has joined #openstack-ansible | 21:20 | |
*** Aamir has quit IRC | 22:02 | |
*** elo has quit IRC | 22:24 | |
*** markvoelker has joined #openstack-ansible | 22:25 | |
*** markvoelker has quit IRC | 22:30 | |
*** elo has joined #openstack-ansible | 22:39 | |
*** tlian has quit IRC | 23:24 | |
*** markvoelker has joined #openstack-ansible | 23:26 | |
*** markvoelker has quit IRC | 23:31 | |
*** elo has quit IRC | 23:35 | |
*** elo has joined #openstack-ansible | 23:40 | |
*** galstrom_zzz is now known as galstrom | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!