Saturday, 2015-10-10

*** sdake has joined #openstack-ansible00:03
openstackgerritSteve Lewis proposed openstack/openstack-ansible: Use pip install --proxy when $HTTPS_PROXY is set  https://review.openstack.org/23291600:09
*** markvoelker_ has quit IRC00:10
*** scarlisle has quit IRC01:15
*** dcreno has joined #openstack-ansible01:27
*** CheKoLyN has joined #openstack-ansible02:08
*** kerwin_bai has joined #openstack-ansible02:21
*** dcreno has quit IRC02:36
*** sdake has quit IRC02:40
*** tlian has quit IRC03:02
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Implement glance venv support  https://review.openstack.org/22922103:05
*** ompp has joined #openstack-ansible03:13
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Implement swift venv support  https://review.openstack.org/23073303:14
openstackgerritMerged openstack/openstack-ansible-security: V-38539: Enable TCP SYN cookies  https://review.openstack.org/23221203:22
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Set Keystone endpoints to be versionless  https://review.openstack.org/20519203:23
openstackgerritMerged openstack/openstack-ansible-security: V-38458: /etc/group user ownership  https://review.openstack.org/23328303:23
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Make bootstrap-ansible script compatible with RHEL  https://review.openstack.org/23333003:31
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Redirect "apt-get install -y" stdin to /dev/null  https://review.openstack.org/23333103:32
*** markvoelker has joined #openstack-ansible03:34
*** markvoelker has quit IRC03:39
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Cinder Configuration for Liberty  https://review.openstack.org/22720503:40
*** markvoelker has joined #openstack-ansible03:41
openstackgerritMerged openstack/openstack-ansible: Remove openstack_deploy from teardown.sh deletion list  https://review.openstack.org/23322403:43
*** ompp has quit IRC03:57
*** markvoelker_ has joined #openstack-ansible04:05
*** g3rms_ has quit IRC04:05
*** markvoel_ has joined #openstack-ansible04:07
*** markvoelker has quit IRC04:07
*** markvoelker_ has quit IRC04:09
*** ashishjain has joined #openstack-ansible04:09
ashishjainhello04:12
ashishjainFacing some problems with setting the repo container know the solution but wanted to check if it has to be something on the proxy settings04:12
ashishjainQuestion in another words how to make sure the lxc containers also have the proxy configuration?04:15
*** markvoel_ has quit IRC04:22
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Nova Configuration for Liberty  https://review.openstack.org/22783904:23
*** markvoelker has joined #openstack-ansible04:23
odyssey4meashishjain check your user_variables.yml file: https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/user_variables.yml#L143-L15604:23
ashishjainodyssey4me: I had used this variable04:24
odyssey4meashishjain and have you confirmed that the variables are in the /etc/environment of the containers afterwards?04:25
ashishjainOdyssey4me: Today while setting the repo container I could see a failure which was because of timeout in getting the get-ip.py04:25
odyssey4medid you run the setup-hosts playbook after setting it?04:25
ashishjainodyssey4me: the variables where not there in /etc/environment, yes I did run setup-hosts after setting it04:26
ashishjainI had manually added in to the repo lxc container and only after that I was able to make it work04:26
ashishjainodyssey4me: I just checked the heat container and it has go the proxy settings in /etc/environment04:28
ashishjainSurprising!!04:28
odyssey4meashishjain ok, that sounds good04:28
ashishjainBut repo didn't had it04:28
ashishjainMay be again some of my mistake04:28
odyssey4meodd04:29
ashishjainyeah04:29
*** ompp has joined #openstack-ansible04:34
*** markvoelker has quit IRC04:38
*** fawadkhaliq has joined #openstack-ansible04:46
*** fawadkhaliq has quit IRC04:50
*** kerwin_bai has quit IRC04:50
ashishjainone more issue which I see is I am unable to ovveride the rpc-repo.rackspace.com05:01
ashishjainI have tried updating the file user_group_vars.yml files with the following05:02
ashishjainopenstack_repo_url: "http://xxxxxxxxx:8081/nexus/content/repositories/rackspace-repo/"05:02
ashishjainBut that does not help05:02
ashishjainanother advice was to use repo_pip_default_index: "http://xxxxxxxxxxx:8081/nexus/content/repositories/rackspace-repo/pools" and openstack_repo_url: "http://xxxxxxx:8081"05:03
ashishjainbut that also does not help05:03
*** fawadkhaliq has joined #openstack-ansible05:03
ashishjainWhile setting the repo container I am seeing the following error05:04
ashishjainstderr: rsync: failed to connect to rpc-repo.rackspace.com (23.253.147.41): Connection timed out (110)05:04
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Nova Configuration for Liberty  https://review.openstack.org/22783905:04
ashishjainwhich possibly is because of some port not open, if I was able to use my local repo I would not have probably hit this issue05:05
odyssey4meashishjain user_group_vars.yml - where is that held?05:05
ashishjainodyssey4me: /etc/openstack_deploy05:06
odyssey4meashishjain remove that file, it should not be there at all05:06
odyssey4meor move it somewhere05:06
odyssey4mejust make sure it's not in /etc/openstack_deploy05:06
ashishjainodyssey4me: okay, I am using kilo05:06
odyssey4mewe moved that there for 11.0.0-11.0.4, then removed it as it became a problem05:07
ashishjainodyssey4me: okay moved05:07
ashishjainbut then how do I ovveride repo-rackspare05:07
ashishjain*repo-rackspace05:07
odyssey4meset the variable openstack_repo_url in user_variables05:08
ashishjainI got 2 more variables in this file05:08
ashishjainlxc_container_template_main_apt_repo and lxc_container_template_security_apt_repo05:08
odyssey4methose should be set in user_variables05:09
ashishjainwhich seems to be working as my containers sources.list is updated as per the url in these 2 variables05:09
ashishjainokay so you mean openstack_repo_url:  along with lxc_container_template_main_apt_repo and lxc_container_template_security_apt_repo should be specified in user_variables05:10
odyssey4meyes05:10
ashishjainalright I will try doing it now and see if that helps05:10
ashishjainodyssey4me: thanks for you help05:11
odyssey4meashishjain no problem05:11
*** cloudtrainme has quit IRC05:11
odyssey4mewhere're you from?05:11
odyssey4me(if you don't mind me asking?)05:11
ashishjainodyssey4me: :) I am from India05:12
ashishjainBangalore, india05:12
odyssey4meashishjain ah, nice!05:12
odyssey4meI'll have to chat another time - I need to get going. Good luck!05:12
ashishjainodyssey4me: sure thanks a lot for you and all the guys who are around here to help  anytime :)05:13
ashishjaingood night05:13
*** cloudtrainme has joined #openstack-ansible05:17
ashishjainlooks like the variable file needs this to overriden repo_mirror_source_host05:33
*** kerwin_bai has joined #openstack-ansible05:39
*** persia has quit IRC05:41
*** persia has joined #openstack-ansible05:43
*** shausy has joined #openstack-ansible05:47
*** gparaskevas has joined #openstack-ansible06:11
ashishjainHello06:26
*** gparaskevas has quit IRC06:26
ashishjainI am not sure why I keep hitting so many issues06:26
ashishjainHere is another problem which I have hit just now setting up gallera container06:26
ashishjainNo matching distribution found for MySQL-python\n06:27
ashishjainHas anyone seen this?06:27
ashishjainor may be the error is misleading06:27
ashishjainnot sure06:27
*** javeriak has joined #openstack-ansible06:31
*** javeriak has quit IRC06:35
*** cloudtrainme has quit IRC06:35
*** javeriak has joined #openstack-ansible06:35
odyssey4meashishjain that is likely an issue with your repo, or with the load balancing for your repo06:37
odyssey4meif you've done a full rsync of rpc-repo then I'd suggest that you blow away the /var/www/repo in your repo containers and let them resync06:38
ashishjainodyssey4me: Actually I could see with-in my container .pip in root home06:38
ashishjainwhich somehow is pointing to my local nexus repo not sure how this setting came  in , I am trying to comment it out06:39
ashishjainDo you mean galera installation of MySQL-Python will use rackspace repo?06:39
ashishjainI thought it was some apt repo06:40
odyssey4meah, this is because you're overriding the repo - you should actually not do that06:40
odyssey4meMySQL-Python is a pip wheel from the repo containers06:40
ashishjainI am sorry I did not get you06:41
ashishjainwhich variable are you talking about?06:42
ashishjainonce I remove the .pip directory from my container I was able to install06:43
odyssey4meit would appear that the repo source for the sync is mirror_source_host06:43
odyssey4meashishjain yes, then you're installing from upstream06:43
odyssey4meashishjain see https://github.com/openstack/openstack-ansible/blob/kilo/playbooks/repo-clone-mirror.yml#L3006:44
ashishjainThere are two variables set int my pip.conf with-in container "trusted-host =        xxxxxx-vm04.xxx.com"  and find-links =         http://xxxxxxxxx.com:8081/os-releases/11.2.3/ which I donot how it got set06:44
odyssey4meso if you want to sync from your own copy of rpc-mirror, then set those values appropriately06:45
ashishjainodyssey4me: there are two issue here once is syncing with rpc-rackspace one which as you said should be done with my local rpc-mirror06:46
odyssey4medo not override openstack_repo_url as that will automatically be set to your repo containers06:46
ashishjainbut the thing is rsync says I need passwordless ssh b/w my own copy of rackspace-repo and containers06:46
odyssey4meyes, if you've not allowed unauthorised access to your mirror then you'll need to set that up06:47
odyssey4meI've got to run for the day - hopefully this helps. :)06:47
ashishjainProbably for the public rackspace repo the keys are already being updated in each containers but if you use a local one then this need to be updatd06:48
ashishjainokay sure I am able to figure out issues and am able to find solutions which are currently manual but I think I would need help to probably modify osad for my local usage and this could probably help other users who proabbly want to setup everything in house along with all the proxy related stuff06:49
ashishjainthanks odyssey4me will talk some other time06:50
*** ompp has quit IRC06:52
*** gparaskevas has joined #openstack-ansible06:58
*** ompp has joined #openstack-ansible07:00
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement horizon venv support  https://review.openstack.org/22922607:29
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072607:44
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement swift venv support  https://review.openstack.org/23073307:48
*** gparaskevas has quit IRC07:49
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement cinder venv support  https://review.openstack.org/22546307:54
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement swift venv support  https://review.openstack.org/23073308:02
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement ceilometer venv support  https://review.openstack.org/22921208:04
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement heat venv support  https://review.openstack.org/22922508:06
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement nova venv support  https://review.openstack.org/23072708:10
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement glance venv support  https://review.openstack.org/22922108:12
*** kerwin_bai has quit IRC08:13
*** kerwin_bai has joined #openstack-ansible08:13
*** Qwazerty has quit IRC08:17
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/23265708:17
openstackgerritKevin Carter proposed openstack/openstack-ansible: Install spice-html5 from source  https://review.openstack.org/23269708:17
*** fawadkhaliq has quit IRC08:18
*** fawadkhaliq has joined #openstack-ansible08:18
*** gparaskevas has joined #openstack-ansible08:20
*** Qwazerty has joined #openstack-ansible08:21
*** fawadkhaliq has quit IRC08:23
openstackgerritKevin Carter proposed openstack/openstack-ansible: Added variable deprecation role and check  https://review.openstack.org/23281108:24
*** javeriak has quit IRC08:25
*** gparaskevas has quit IRC08:26
*** gparaskevas has joined #openstack-ansible08:27
gparaskevasgood morning!08:27
*** jhesketh has quit IRC08:38
*** fawadkhaliq has joined #openstack-ansible08:38
cloudnullgood night =)08:39
cloudnullim off to bed finally, had a severe case of insomnia this evening.08:39
cloudnullhowever i think im sufficiently tired now.08:39
*** jhesketh has joined #openstack-ansible08:40
gparaskevascloudnull: lol! good night!08:45
*** ashishjain has quit IRC08:45
*** ompp has quit IRC08:45
*** kerwin_bai has quit IRC08:55
*** fawadkhaliq has quit IRC08:56
*** fawadkhaliq has joined #openstack-ansible08:57
*** fawadkhaliq has quit IRC09:00
*** fawadkhaliq has joined #openstack-ansible09:01
*** fawadkhaliq has quit IRC09:03
*** fawadkhaliq has joined #openstack-ansible09:04
*** sdake has joined #openstack-ansible09:07
openstackgerritKevin Carter proposed openstack/openstack-ansible: Updates the lint check to ignore templates  https://review.openstack.org/23110109:12
*** sdake has quit IRC09:12
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement glance venv support  https://review.openstack.org/22922109:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement nova venv support  https://review.openstack.org/23072709:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement heat venv support  https://review.openstack.org/22922509:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement ceilometer venv support  https://review.openstack.org/22921209:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement cinder venv support  https://review.openstack.org/22546309:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement neutron venv support  https://review.openstack.org/23072609:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement keystone venv support  https://review.openstack.org/22951309:13
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement horizon venv support  https://review.openstack.org/22922609:14
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement swift venv support  https://review.openstack.org/23073309:14
*** fawadkhaliq has quit IRC09:25
*** fawadkhaliq has joined #openstack-ansible09:26
openstackgerritMerged openstack/openstack-ansible: Modularizing Neutron playbooks for master  https://review.openstack.org/23311909:36
openstackgerritMerged openstack/openstack-ansible: Adding PLUMgrid plugin option to neutron setup  https://review.openstack.org/23312309:36
*** fawadkhaliq has quit IRC09:39
*** fawadkhaliq has joined #openstack-ansible09:40
*** shausy has quit IRC09:53
*** shausy has joined #openstack-ansible09:54
*** javeriak has joined #openstack-ansible10:01
*** javeriak has quit IRC10:05
*** javeriak has joined #openstack-ansible10:34
*** javeriak has quit IRC10:44
*** javeriak has joined #openstack-ansible10:53
*** javeriak has quit IRC10:58
*** javeriak has joined #openstack-ansible10:59
*** fawadkhaliq has quit IRC11:02
*** CheKoLyN has quit IRC11:04
*** CheKoLyN has joined #openstack-ansible11:16
*** javeriak has quit IRC11:21
*** fawadkhaliq has joined #openstack-ansible11:39
*** fawadk has joined #openstack-ansible11:40
*** fawadk has quit IRC11:40
*** fawadkhaliq has quit IRC11:41
*** fawadk has joined #openstack-ansible11:41
*** shausy has quit IRC12:20
*** javeriak has joined #openstack-ansible12:26
*** javeriak_ has joined #openstack-ansible12:30
*** javeriak has quit IRC12:31
*** fawadk has quit IRC12:41
*** tlian has joined #openstack-ansible12:49
*** javeriak_ has quit IRC13:17
*** cloudtrainme has joined #openstack-ansible13:29
*** wabu has quit IRC13:55
*** javeriak has joined #openstack-ansible13:56
*** wabu has joined #openstack-ansible13:56
*** javeriak has quit IRC14:11
*** cloudtrainme has quit IRC14:12
*** javeriak has joined #openstack-ansible14:14
*** javeriak has quit IRC14:28
*** cloudtrainme has joined #openstack-ansible14:29
*** cloudtrainme has quit IRC14:29
*** fawadkhaliq has joined #openstack-ansible14:33
odyssey4melol @ cloudnull I had insomnia so I woke up at 3am :p14:33
*** galstrom_zzz is now known as galstrom14:45
*** fawadkhaliq has quit IRC14:45
*** javeriak has joined #openstack-ansible14:52
cloudnullhahaha15:12
*** javeriak has quit IRC15:23
*** javeriak has joined #openstack-ansible15:28
*** javeriak_ has joined #openstack-ansible15:32
*** javeriak has quit IRC15:33
*** fawadkhaliq has joined #openstack-ansible15:47
*** fawadkhaliq has quit IRC15:52
*** fawadkhaliq has joined #openstack-ansible15:56
*** subscope has joined #openstack-ansible16:10
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/23265716:10
openstackgerritKevin Carter proposed openstack/openstack-ansible: Install spice-html5 from source  https://review.openstack.org/23269716:10
*** g3rms_ has joined #openstack-ansible16:12
*** javeriak_ has quit IRC16:16
*** javeriak has joined #openstack-ansible16:17
*** fawadk has joined #openstack-ansible16:21
*** fawadkhaliq has quit IRC16:24
*** javeriak_ has joined #openstack-ansible16:49
*** javeriak has quit IRC16:50
*** fawadkhaliq has joined #openstack-ansible16:51
*** fawadk has quit IRC16:52
*** galstrom is now known as galstrom_zzz16:56
*** javeriak has joined #openstack-ansible17:17
*** javeriak_ has quit IRC17:18
*** subscope has quit IRC17:28
*** subscope has joined #openstack-ansible17:28
*** subscope has quit IRC17:31
openstackgerritMerged openstack/openstack-ansible: Use pip install --proxy when $HTTPS_PROXY is set  https://review.openstack.org/23291617:40
*** phalmos has joined #openstack-ansible17:54
*** phalmos has quit IRC17:56
*** javeriak_ has joined #openstack-ansible18:01
*** javeriak has quit IRC18:03
*** trash has joined #openstack-ansible18:31
gparaskevaswhy is repo clone failing kilo and 11.2.218:42
gparaskevasit stops syncing at about 775 mb18:42
*** fawadk has joined #openstack-ansible18:46
*** fawadkhaliq has quit IRC18:48
gparaskevasanyone with insomnia?18:52
gparaskevas:P18:52
trashIt's in the middle of the day!18:53
*** fawadk has quit IRC18:55
*** fawadkhaliq has joined #openstack-ansible18:58
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38496: Lock system accounts other than root  https://review.openstack.org/23201219:04
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement L3HA support  https://review.openstack.org/23338919:11
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38498: Audit log file permissions  https://review.openstack.org/23205619:16
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38500: No UID 0 accounts except root  https://review.openstack.org/23207019:18
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38501, V-38573: Disable accounts after failed logins  https://review.openstack.org/23207419:20
*** fawadk has joined #openstack-ansible19:23
*** alextricity-mobi has quit IRC19:24
*** fawadk has quit IRC19:24
*** fawadk has joined #openstack-ansible19:25
*** alextricity-mobi has joined #openstack-ansible19:25
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-3851{4,5,6,7}: Disabling certain network protocols  https://review.openstack.org/23212919:25
*** fawadkhaliq has quit IRC19:26
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents  https://review.openstack.org/23276719:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38637, V-3866{3,4,5}: Verify auditd pkg contents  https://review.openstack.org/23276719:31
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-3864{2,5,7,9}, V-38651: Umask adjustments  https://review.openstack.org/23312019:37
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38675: Restrict core dumps  https://review.openstack.org/23326119:38
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: V-38682: Disable bluetooth modules  https://review.openstack.org/23327019:39
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Add OS detection in scripts-library.sh  https://review.openstack.org/23144819:47
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Add OS detection in scripts-library.sh  https://review.openstack.org/23144819:48
*** logan2 has quit IRC19:50
*** logan2 has joined #openstack-ansible19:51
*** fawadk has quit IRC19:56
*** javeriak has joined #openstack-ansible20:06
*** javeriak_ has quit IRC20:07
*** javeriak has quit IRC20:13
*** javeriak has joined #openstack-ansible20:17
*** phalmos has joined #openstack-ansible20:21
*** phalmos has quit IRC20:22
*** CheKoLyN has quit IRC20:28
*** javeriak_ has joined #openstack-ansible20:41
*** CheKoLyN has joined #openstack-ansible20:41
*** wabu_ has joined #openstack-ansible20:42
*** grumpycatt has quit IRC20:44
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement L3HA support  https://review.openstack.org/23338920:52
*** javeriak has quit IRC20:54
*** wabu has quit IRC20:54
*** marekd has quit IRC20:54
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/23265720:57
openstackgerritKevin Carter proposed openstack/openstack-ansible: Install spice-html5 from source  https://review.openstack.org/23269720:57
*** grumpycatt has joined #openstack-ansible21:00
*** marekd has joined #openstack-ansible21:00
*** grumpycatt has quit IRC21:06
*** grumpycatt has joined #openstack-ansible21:06
*** mattt has quit IRC21:31
*** mattt has joined #openstack-ansible21:34
*** promethe1nfire has joined #openstack-ansible21:37
*** meteorfox has quit IRC21:43
*** mancdaz has quit IRC21:43
*** git-harry has quit IRC21:43
*** errr has quit IRC21:43
*** prometheanfire has quit IRC21:43
*** gparaskevas has quit IRC21:44
*** promethe1nfire is now known as prometheanfire21:49
*** errr has joined #openstack-ansible21:50
*** meteorfox has joined #openstack-ansible21:52
*** mancdaz has joined #openstack-ansible21:53
*** git-harry has joined #openstack-ansible21:53
*** javeriak_ has quit IRC21:57
*** phalmos has joined #openstack-ansible22:01
*** phalmos has quit IRC22:11
*** tlian has quit IRC23:12
*** alextricity-mobi has quit IRC23:20
*** alextricity-mobi has joined #openstack-ansible23:21

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