Monday, 2015-09-28

*** markvoelker has joined #openstack-ansible00:38
*** markvoelker has quit IRC00:42
*** erikmwilson_ has joined #openstack-ansible01:34
*** ggillies_ has joined #openstack-ansible01:36
*** misc_ has joined #openstack-ansible01:36
*** ggillies has quit IRC01:38
*** erikmwilson has quit IRC01:38
*** misc has quit IRC01:38
*** Qwazerty has quit IRC01:38
*** rackertom has quit IRC01:38
*** rackertom has joined #openstack-ansible01:43
*** Qwazerty has joined #openstack-ansible01:48
pellaeoncloudnull: How do I know the version of python packages that OSA deploys? I can't seem to find version specifications in os-ansible-deployment repository01:51
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/22819701:51
*** markvoelker has joined #openstack-ansible02:08
*** markvoelker has quit IRC02:13
*** _hanhart has joined #openstack-ansible03:23
*** _hanhart has quit IRC03:36
pellaeonHmmm, I moved from one network node to instead use infra1-3, but neutron still depends on the old network node, how can I move it?04:00
pellaeonl3-agent and dhcp-agent traffic are still forwarded to the old network node04:01
pellaeonneutron server, too04:01
openstackgerritRahul U Nair proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap AIO script  https://review.openstack.org/22829704:24
*** persia has quit IRC04:39
*** persia has joined #openstack-ansible04:40
*** persia has joined #openstack-ansible04:40
cloudnullpellaeon: every repo that OSA uses to build OpenStack is specified here https://github.com/openstack/openstack-ansible/tree/master/playbooks/defaults/repo_packages04:40
cloudnullin the environment there are the repo servers04:40
cloudnullyou can gain access to the repo and what is being deployed on port 818104:41
cloudnullon those servers there is a reports directory which contains everything build at the the time of deployment or rerun of the repo-build play04:41
cloudnullexample http://rpc-repo.rackspace.com/reports/04:41
cloudnulla report for a release is boiled down to a single python requirements file. example http://rpc-repo.rackspace.com/os-releases/11.2.2/build_reqs.txt04:42
cloudnullso, in summary, the 11.2.2 report http://rpc-repo.rackspace.com/reports/11.2.2.json translates into the known requirements http://rpc-repo.rackspace.com/os-releases/11.2.2/build_reqs.txt which is all derived from the repo files https://github.com/openstack/openstack-ansible/tree/master/playbooks/defaults/repo_packages04:43
cloudnullpellaeon: i hope that helps answer the versions question if no, let me know.04:45
*** elo has joined #openstack-ansible04:46
cloudnullpellaeon:  about your neutron network containers and agents. you'll need to destroy the containers you no longer want, remove the containers from inventory, and reconfigure neutron to ensure there are no left over parts.04:53
cloudnullso....04:53
cloudnullos-ansible-deployment/playbooks# openstack-ansible lxc-containers-destroy.yml --limit <name_of_old_neutron_agents_container>  ## Do this for how ever many containers need to be cleaned up04:53
cloudnullos-ansible-deployment# ./scripts/inventory-manage.py -f /etc/openstack_deploy/openstack_inventory.json -r <name_of_old_neutron_agents_container>  ## Do this for how ever many containers need to be cleaned up04:53
cloudnullos-ansible-deployment/playbooks# openstack-ansible os-neutron-install.yml --tags neutron-config  ## You should only need to do this once04:53
cloudnullpellaeon:  RE: http://paste.openstack.org/ <- that should be a more legible version : )04:55
*** elo has quit IRC05:16
*** abitha has joined #openstack-ansible05:24
*** javeriak has joined #openstack-ansible05:24
*** abitha has quit IRC05:25
*** javeriak_ has joined #openstack-ansible05:30
*** javeriak has quit IRC05:31
pellaeoncloudnull: thanks a lot for the detailed explanation!06:04
*** javeriak_ has quit IRC06:52
*** itsuugo has joined #openstack-ansible06:56
*** javeriak has joined #openstack-ansible07:12
*** javeriak has quit IRC07:12
*** itsuugo has quit IRC07:16
*** itsuugo has joined #openstack-ansible07:17
openstackgerritMerged openstack/openstack-ansible-specs: Add modularize-neutron-liberty specification  https://review.openstack.org/22177707:19
openstackgerritMerged openstack/openstack-ansible-specs: Add PLUMgrid Neutron Plugin to neutron playbooks  https://review.openstack.org/22178807:24
openstackgerritMerged openstack/openstack-ansible-specs: Add PLUMgrid Neutron Plugin to neutron playbooks  https://review.openstack.org/22178807:24
*** gparaskevas has joined #openstack-ansible07:27
*** tiagogomes has joined #openstack-ansible07:53
*** neilus has joined #openstack-ansible07:58
*** misc_ is now known as misc08:01
*** marekd has joined #openstack-ansible08:18
*** kukacz has joined #openstack-ansible08:44
openstackgerritStig Telfer proposed openstack/openstack-ansible: Use of old name in deployment guide  https://review.openstack.org/22835808:44
marekdodyssey4me: gratz on PTL results!08:55
*** neilus has quit IRC09:03
*** neilus has joined #openstack-ansible09:04
openstackgerritZhao Lei proposed openstack/openstack-ansible: Use pure variable name in $(()) statement  https://review.openstack.org/22671509:09
*** sdake has joined #openstack-ansible09:15
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Remove unused libvirt-bin file  https://review.openstack.org/22837109:34
odyssey4memarekd thanks :)09:43
*** jaypipes has joined #openstack-ansible09:52
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec  https://review.openstack.org/22118910:19
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec  https://review.openstack.org/22118910:20
*** neilus has quit IRC10:20
*** neilus has joined #openstack-ansible10:22
*** jlvillal has quit IRC10:31
*** jlvillal has joined #openstack-ansible10:31
openstackgerritMerged openstack/openstack-ansible: Use of old name in deployment guide  https://review.openstack.org/22835810:31
*** neilus has quit IRC10:33
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update all SHA's the Liberty RC1  https://review.openstack.org/22838510:35
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Keystone to Liberty RC1  https://review.openstack.org/22691710:36
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update all SHA's to Liberty RC1  https://review.openstack.org/22838510:37
*** neilus has joined #openstack-ansible10:37
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Cinder to Liberty RC1  https://review.openstack.org/22720510:38
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1  https://review.openstack.org/22783910:39
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Fix for minor whitespace issue in config_template  https://review.openstack.org/22839110:43
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Use of old name in deployment guide  https://review.openstack.org/22839210:45
*** neilus has quit IRC10:52
*** neilus has joined #openstack-ansible10:53
*** neilus has quit IRC10:55
*** neilus has joined #openstack-ansible10:56
*** kukacz has quit IRC11:20
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks  https://review.openstack.org/22195711:37
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks  https://review.openstack.org/22195711:38
*** itsuugo has quit IRC11:47
pellaeonMy instance DHCP doesn't work, the ns-XXX interface inside qdhcp namespace does not receive any DHCP requests, while qr-XXX interface inside qrouter namespace does11:48
pellaeonAny idea where I should look for the cause?11:48
*** smallbig has quit IRC11:51
*** smallbig has joined #openstack-ansible11:51
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update all SHA's to Liberty RC1  https://review.openstack.org/22838511:51
mhaydenhappy monday, folks12:00
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks  https://review.openstack.org/22195712:00
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1  https://review.openstack.org/22783912:00
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Cinder to Liberty RC1  https://review.openstack.org/22720512:00
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Keystone to Liberty RC1  https://review.openstack.org/22691712:01
*** itsuugo has joined #openstack-ansible12:03
*** agireud has quit IRC12:08
*** agireud has joined #openstack-ansible12:10
odyssey4mepellaeon that would likely have something to do with the network between your compute and agents container12:11
odyssey4memaybe the tunnel network isn't operating properly12:12
odyssey4meo/ mhayden12:12
odyssey4mepellaeon oh, I just read what you wrote properly - your router interface is seeing the traffic, but the dhcp interface is not?12:13
*** kerwin_bai has joined #openstack-ansible12:16
pellaeonodyssey4me: yes, correct12:16
*** woodard has joined #openstack-ansible12:16
*** woodard has quit IRC12:17
*** woodard has joined #openstack-ansible12:17
*** kerwin_bai has quit IRC12:27
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames  https://review.openstack.org/22843512:30
openstackgerritMerged openstack/openstack-ansible-specs: Spec: Security Hardening  https://review.openstack.org/22261912:38
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames  https://review.openstack.org/22843512:41
* mhayden hugs odyssey4me12:41
odyssey4melol12:41
odyssey4meI look forward to seeing the outputs of that. At the very least the documentation will be good.12:42
odyssey4mebut it's nice to see this being a focus :)12:42
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames  https://review.openstack.org/22843512:46
*** markvoelker has joined #openstack-ansible12:46
*** itsuugo has quit IRC12:51
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames  https://review.openstack.org/22843512:56
*** lkoranda_ has joined #openstack-ansible12:56
*** brice has joined #openstack-ansible12:57
*** tlian has joined #openstack-ansible12:58
*** lkoranda has quit IRC12:59
*** lkoranda_ has quit IRC13:02
openstackgerritgit-harry proposed openstack/openstack-ansible: Add lvm-setup role and Cinder-specific lvm.conf  https://review.openstack.org/22844713:03
*** lkoranda has joined #openstack-ansible13:06
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update all SHA's (except Horizon) to Liberty RC1  https://review.openstack.org/22838513:08
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1  https://review.openstack.org/22783913:08
openstackgerritRahul U Nair proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts  https://review.openstack.org/22829713:15
cloudnullmorning13:27
*** woodard has quit IRC13:32
*** woodard has joined #openstack-ansible13:38
*** jmckind has joined #openstack-ansible13:41
*** sigmavirus24_awa is now known as sigmavirus2413:41
*** sdake_ has joined #openstack-ansible13:44
*** sdake has quit IRC13:47
*** Bjoern_ has joined #openstack-ansible13:47
*** sdake_ has quit IRC13:50
*** jaypipes has quit IRC13:53
*** gparaskevas has quit IRC13:54
*** sdake has joined #openstack-ansible13:57
*** itsuugo has joined #openstack-ansible13:59
*** kerwin_bai has joined #openstack-ansible14:00
*** itsuugo has quit IRC14:01
*** KLevenstein has joined #openstack-ansible14:05
*** spotz_zzz is now known as spotz14:06
*** Bjoern_ is now known as BjoernT14:09
*** Mudpuppy has joined #openstack-ansible14:10
*** Mudpuppy has quit IRC14:11
*** Mudpuppy has joined #openstack-ansible14:12
mhaydenodyssey4me: now that the security spec is merged, how do we go about adding a new repository to hold the role?14:16
odyssey4memhayden well, you need to actually spec a new role out including a name14:16
odyssey4mesee proposed change section in http://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/independent-role-repositories.html14:17
* mhayden reads14:17
odyssey4memhayden what I suggest that you do while you figure out what you want the role to do, so that you can spec it out, is that you put the role together initially in your own github account or something14:18
mhaydenodyssey4me: makes sense14:18
odyssey4meunless you already know what you expect the role to do in enough detail for a spec14:18
mhaydeni believe i do14:19
mhaydene-vad: let me know what your launchpad id is so i can add it to the security-hardening spec14:19
*** phalmos has joined #openstack-ansible14:20
*** jmckind_ has joined #openstack-ansible14:32
*** KLevenstein has quit IRC14:33
*** jmckind has quit IRC14:33
*** alextricity has quit IRC14:35
*** gparaskevas has joined #openstack-ansible14:35
*** smallbig has quit IRC14:35
*** smallbig has joined #openstack-ansible14:36
pellaeonodyssey4me: I found a deeper reason but not the root cause14:36
pellaeonns-XXX wasn't receiving anything because it associated veth pair tap-XXX was not added to brq-XXX14:38
pellaeons/brq-XXX/brqXXX/14:38
pellaeonthe bridge that joins vxlan-## and qdhcp and qrouter tap interfaces14:39
*** galstrom_zzz is now known as galstrom14:40
*** KLevenstein has joined #openstack-ansible14:41
*** k_stev has joined #openstack-ansible14:42
*** gparaskevas has quit IRC14:54
openstackgerritMiguel Alejandro Cantu proposed openstack/openstack-ansible: Add OpenID Connect RP Apache Module[WIP]  https://review.openstack.org/22661714:54
*** alextricity has joined #openstack-ansible14:56
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames  https://review.openstack.org/22843515:01
*** neilus has quit IRC15:01
openstackgerritJesse Pretorius proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts  https://review.openstack.org/22829715:04
*** jwagner_away is now known as jwagner15:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-specs: Adding Cody to security hardening spec  https://review.openstack.org/22849115:06
mhaydenodyssey4me: should i update the security-hardening spec to reflect a request for a new role15:07
mhaydenodyssey4me: well, i have that in the spec but i can be more specific http://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/security-hardening.html#proposed-change15:07
odyssey4memhayden sure, you could do that if you wish - some sort of description of the role's name, purpose and proposed actions would be good15:08
odyssey4meit does seem silly to add a whole new spec for the role when that spec mostly covers it15:08
mhaydenodyssey4me: i'll bump that spec a bit in the "proposed change" section15:09
odyssey4meyeah, maybe just add it to https://review.openstack.org/228491 and change the commit message accordingly15:09
mhaydencan do15:09
*** javeriak has joined #openstack-ansible15:09
odyssey4mejaveriak ping15:10
javeriakhey odyssey4me15:10
odyssey4mejaveriak your specs are merged - are you on track for getting your reviews in some time this week?15:10
*** tlian has quit IRC15:11
javeriakyep saw that thanks, you should see the commits in day or so15:11
javeriakone change is going to be dependent on the other though, shall i push that one in parallel, or wait for the first to merge?15:12
*** jmccrory has joined #openstack-ansible15:13
odyssey4mejaveriak you can add reviews that are dependent15:13
odyssey4mejust have the two commits in the branch, then git review - git will add each commit as a new review15:14
mhaydenany suggestions on the security hardening role name? i was thinking openstack-ansible-security15:14
* mhayden isn't good at naming things ;)15:14
prometheanfirecloudnull: we cannot use both novnc AND spice?15:14
odyssey4meit only means that if something changes in the first commit then you'll need to rebase15:14
cloudnullno.15:14
cloudnullone or the other.15:14
odyssey4meprometheanfire it's my understanding that openstack sets them as mutually exclusive15:14
odyssey4meyou can't have more than one console service15:15
odyssey4memore than one type15:15
javeriakodyssey4me yep im aware of the workflow, was just wondering if you had any preference15:15
odyssey4mejaveriak add them as dependent if you have them ready :)15:15
javeriakokay cool15:15
odyssey4mejaveriak just don't backport to kilo until the reviews are merged15:16
prometheanfireya, didn't think about it from qemu's perspective15:16
prometheanfireqemu can do one or the other, not both15:17
javeriakodyssey4me, right15:17
*** tlian has joined #openstack-ansible15:18
*** davidself has joined #openstack-ansible15:20
*** davidself has quit IRC15:21
*** davidself has joined #openstack-ansible15:22
*** davidself has quit IRC15:24
openstackgerritgit-harry proposed openstack/openstack-ansible: Remove rsyslog-config.yml from docs  https://review.openstack.org/22849715:28
openstackgerritMajor Hayden proposed openstack/openstack-ansible-specs: Minor changes to security hardening spec  https://review.openstack.org/22849115:28
mhaydenodyssey4me: role details ^^15:29
lbragstadcloudnull: you haven't seen anything like this with yaprt yet, have you - http://cdn.pasteraw.com/dpljj2trn9b24m9n0tca1sjgu6mnvvq15:29
cloudnulllbragstad:  looking15:31
lbragstadcloudnull: fyi, i just updated to yaprt 0.4.215:31
lbragstadcloudnull: for context, I'm running this in a vagrant box15:31
lbragstadas the vagrant user15:32
*** elo1 has joined #openstack-ansible15:32
*** javeriak has quit IRC15:34
*** javeriak has joined #openstack-ansible15:34
*** elo1 has quit IRC15:36
cloudnulllbragstad: it seems for that exception it would have to come from the full_wheel_path not existing .15:40
cloudnulltrying to reproduce it now.15:40
*** javeriak has quit IRC15:40
*** javeriak_ has joined #openstack-ansible15:40
mancdazapsu https://review.openstack.org/#/c/225367/15:44
*** phalmos has quit IRC15:47
cloudnulllbragstad: 0.4.3 in master. do you mind giving that a go ?15:47
lbragstadcloudnull: sure15:48
*** tlian has quit IRC15:48
lbragstadcloudnull: this is new - http://cdn.pasteraw.com/dair5tamxhlenbn8uz15si9ado7blq415:50
*** javeriak has joined #openstack-ansible15:51
*** javeriak_ has quit IRC15:51
cloudnulllbragstad: that happens when running [  pip install --upgrade git+https://github.com/cloudnull/yaprt@master  ] ?15:52
sigmavirus24lbragstad: what version of pip?15:53
lbragstadcloudnull: that happens when i build my requirements using yaprt15:53
cloudnullah.15:53
*** tlian has joined #openstack-ansible15:53
lbragstadsigmavirus24: 7.1.215:53
cloudnull:( -- kicking a new deployment now.15:54
*** kerwin_bai has quit IRC15:54
sigmavirus24lbragstad: python -c 'import setuptools; print(setuptools.__version__)'15:54
*** javeriak_ has joined #openstack-ansible15:55
*** javeriak has quit IRC15:56
lbragstadsigmavirus24: strange - AttributeError: 'module' object has no attribute 'packaging'15:56
lbragstadsigmavirus24: I must have messed something up15:56
sigmavirus24O_O15:56
sigmavirus24lbragstad: where is pip installed?15:57
lbragstadsigmavirus24: /usr/local/bin/pip15:57
sigmavirus24interesting15:57
cloudnulllbragstad:  running from a venv ?15:58
Apsumancdaz: On it15:58
lbragstadcloudnull: no, running from a brand new box outside of a venv.15:58
cloudnullok.15:58
*** phalmos has joined #openstack-ansible16:03
*** javeriak_ has quit IRC16:03
*** javeriak has joined #openstack-ansible16:05
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/22819716:05
cloudnullprometheanfire: ^^ updated tyvm for the review16:06
*** woodard has quit IRC16:16
*** woodard has joined #openstack-ansible16:18
*** mat425 has joined #openstack-ansible16:19
openstackgerritMatthew Thode proposed openstack/openstack-ansible-specs: Add spec for IPv6 support for projects  https://review.openstack.org/22151616:22
*** jmckind has joined #openstack-ansible16:26
*** jmckind_ has quit IRC16:27
*** javeriak_ has joined #openstack-ansible16:28
Apsumancdaz: There's a few other possible solutions, too. Only one of them is a 'good' solution, which is modifying the sysctl.conf before starting the container with lineinfile. Besides that, you could lxc-attach and manually sysctl once on create, or you could just add $IFACE.arp_notify=1 in the interface post-up for each interface instead of net.ipv4.conf.all16:29
Apsumancdaz: That last one is decent, just slightly redundant. Unless you don't add arp_notify through the sysctl module at all.16:29
*** javeriak has quit IRC16:30
ApsuI'm kind of leaning towards that one the more I think about it... because it allows you to not touch the host's ARP system at all at any time.16:30
*** tiagogomes has quit IRC16:30
ApsuThe closer to that goal the better, imo16:30
ApsuIn addition, that way you don't need to set conf.all. Not that it's a problem, but it's slightly more separation of concerns to only enable the interfaces we care about.16:31
Apsu(this will prevent, for instance, extraneous traffic from possibly being generated inside namespaces and such)16:32
ApsuSo, my tl;dr: sysctl module is nice, conf.all is nice, but another post-up line is easy and probably better overall.16:36
Apsu@ mancdaz cloudnull16:36
*** alejandrito has joined #openstack-ansible16:39
*** sdake_ has joined #openstack-ansible16:46
*** javeriak_ has quit IRC16:48
*** javeriak has joined #openstack-ansible16:48
*** sdake has quit IRC16:49
openstackgerritJesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec  https://review.openstack.org/22118916:52
*** javeriak_ has joined #openstack-ansible16:59
*** javeriak has quit IRC16:59
*** elo1 has joined #openstack-ansible17:01
*** javeriak_ has quit IRC17:03
*** javeriak has joined #openstack-ansible17:09
*** jaypipes has joined #openstack-ansible17:09
*** woodard has quit IRC17:24
*** dolpher has joined #openstack-ansible17:57
*** jmckind has quit IRC18:03
openstackgerritMiguel Alejandro Cantu proposed openstack/openstack-ansible: Fix directory regex pattern that deletes repo dir.  https://review.openstack.org/22855818:10
*** jmckind has joined #openstack-ansible18:12
*** woodard has joined #openstack-ansible18:13
lbragstadcloudnull: i think i got things working with yaprt again... the only thing that seems to be different is that os-releases directory isn't being populated with symlinks18:13
lbragstadto the pools directory18:13
*** woodard has quit IRC18:17
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Add SSL/TLS listener to RabbitMQ  https://review.openstack.org/22856218:17
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Adds group support to inventory-manage.py  https://review.openstack.org/22856618:23
*** KLevenstein has quit IRC18:25
*** sdake has joined #openstack-ansible18:28
*** sdake_ has quit IRC18:31
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Merge SSL documentation  https://review.openstack.org/22857718:36
*** jmckind has quit IRC18:38
*** kukacz has joined #openstack-ansible18:40
*** KLevenstein has joined #openstack-ansible18:43
*** kukacz has quit IRC18:45
*** jmckind has joined #openstack-ansible18:50
*** woodard has joined #openstack-ansible18:59
*** jmckind has quit IRC19:04
*** itsuugo has joined #openstack-ansible19:11
*** elo1 has quit IRC19:12
*** dolpher has quit IRC19:16
*** elo1 has joined #openstack-ansible19:17
openstackgerritMerged openstack/openstack-ansible-specs: Add spec for OS_.* venv support  https://review.openstack.org/22792119:21
*** elo1 has quit IRC19:22
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Initial security documentation  https://review.openstack.org/22859119:28
*** jmckind has joined #openstack-ansible19:29
*** jmckind has quit IRC19:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible: Initial security documentation  https://review.openstack.org/22859119:30
*** gparaskevas has joined #openstack-ansible19:31
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/22819719:40
openstackgerritMerged openstack/openstack-ansible-specs: Minor changes to security hardening spec  https://review.openstack.org/22849119:43
*** dolpher has joined #openstack-ansible19:47
cloudnulllbragstad:finally back to my computer. did you ever get the build going ?19:48
lbragstadcloudnull: I was, I think I got past one of the issues19:50
cloudnullnew issue?19:51
*** brice has quit IRC19:51
*** jlvillal has quit IRC19:51
*** jlvillal has joined #openstack-ansible19:51
lbragstadcloudnull: I was able to create this locally (now working on capturing this in jenkins), but the symlinks in the link directory don't exist19:51
lbragstadbut I can verify that they link directory does19:52
cloudnullso think links in os-releases/<rel-name>/ is missing ?19:52
lbragstadcloudnull: I get something like http://cdn.pasteraw.com/aktotcwzff0300xcjry9cj9ica1jo7q when I build the requirements and the release19:53
lbragstadcloudnull: the os-releases/liberty/ directory exists. but the only thing in there is build_reqs.txt19:54
cloudnullis it a permissions issue ?19:55
lbragstadcloudnull: let me check quick19:56
*** jmckind has joined #openstack-ansible19:57
lbragstadcloudnull: interesting... clean run (without errors) but nothing populated in repos/os-releases/liberty/20:00
*** dolpher has quit IRC20:08
*** woodard has quit IRC20:10
*** woodard has joined #openstack-ansible20:15
openstackgerritMerged openstack/openstack-ansible: Update cached LXC image in place  https://review.openstack.org/22800520:16
*** jmckind has quit IRC20:16
*** jmckind has joined #openstack-ansible20:20
*** sdake_ has joined #openstack-ansible20:25
*** sdake has quit IRC20:28
*** gparaskevas has quit IRC20:29
*** jmckind has quit IRC20:31
*** elo1 has joined #openstack-ansible20:31
*** woodard has quit IRC20:31
*** elo1 has quit IRC20:37
*** sdake_ is now known as sdake20:38
*** elo1 has joined #openstack-ansible20:38
*** jmckind has joined #openstack-ansible20:38
*** dolpher has joined #openstack-ansible20:39
*** sdake has quit IRC20:42
*** dolpher has quit IRC20:43
*** sdake has joined #openstack-ansible20:43
*** woodard has joined #openstack-ansible20:43
openstackgerritMerged openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts  https://review.openstack.org/22829720:57
openstackgerritMerged openstack/openstack-ansible: Fix for minor whitespace issue in config_template  https://review.openstack.org/22839120:58
*** jmckind has quit IRC20:58
*** javeriak has quit IRC21:04
*** jmckind has joined #openstack-ansible21:05
*** woodard_ has joined #openstack-ansible21:06
*** KLevenstein has quit IRC21:06
*** woodard has quit IRC21:09
*** woodard_ has quit IRC21:10
*** daneyon_ has joined #openstack-ansible21:16
*** daneyon has quit IRC21:20
*** sigmavirus24 is now known as sigmavirus24_awa21:23
*** daneyon has joined #openstack-ansible21:23
*** sigmavirus24_awa is now known as sigmavirus2421:23
*** sdake_ has joined #openstack-ansible21:25
*** daneyon_ has quit IRC21:26
*** sdake__ has joined #openstack-ansible21:27
*** sdake has quit IRC21:28
*** itsuugo has quit IRC21:29
*** sdake_ has quit IRC21:30
*** jmckind has quit IRC21:38
*** Mudpuppy has quit IRC21:40
*** sdake__ is now known as sdake21:41
*** bapalm_ has quit IRC21:41
*** bapalm has joined #openstack-ansible21:42
*** galstrom is now known as galstrom_zzz21:54
*** phalmos has quit IRC21:57
*** mat425 has quit IRC22:01
*** alejandrito has quit IRC22:09
openstackgerritKevin Carter proposed openstack/openstack-ansible: Implement fact caching  https://review.openstack.org/22864522:19
openstackgerritKevin Carter proposed openstack/openstack-ansible: Adds group support to inventory-manage.py  https://review.openstack.org/22856622:23
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add SSL/TLS listener to RabbitMQ  https://review.openstack.org/22856222:24
openstackgerritKevin Carter proposed openstack/openstack-ansible: Fix for minor whitespace issue in config_template  https://review.openstack.org/22864822:28
*** spotz is now known as spotz_zzz22:32
*** sigmavirus24 is now known as sigmavirus24_awa22:33
*** jwagner is now known as jwagner_away22:36
*** k_stev has quit IRC22:36
*** agireud has quit IRC22:39
*** markvoelker has quit IRC23:03
openstackgerritMerged openstack/openstack-ansible: Implement fact caching  https://review.openstack.org/22596723:07
openstackgerritMerged openstack/openstack-ansible: Remove rsyslog-config.yml from docs  https://review.openstack.org/22849723:07
*** phalmos has joined #openstack-ansible23:10
openstackgerritKevin Carter proposed openstack/openstack-ansible: Add novnc console support  https://review.openstack.org/22819723:13
*** phalmos has quit IRC23:30
openstackgerritBjoern Teipel proposed openstack/openstack-ansible: Implement Neutron LBAAS using haproxy  https://review.openstack.org/22036523:40
*** agireud has joined #openstack-ansible23:41
*** markvoelker has joined #openstack-ansible23:46
*** vdo has quit IRC23:57
*** galstrom_zzz is now known as galstrom23:58

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