*** markvoelker has joined #openstack-ansible | 00:38 | |
*** markvoelker has quit IRC | 00:42 | |
*** erikmwilson_ has joined #openstack-ansible | 01:34 | |
*** ggillies_ has joined #openstack-ansible | 01:36 | |
*** misc_ has joined #openstack-ansible | 01:36 | |
*** ggillies has quit IRC | 01:38 | |
*** erikmwilson has quit IRC | 01:38 | |
*** misc has quit IRC | 01:38 | |
*** Qwazerty has quit IRC | 01:38 | |
*** rackertom has quit IRC | 01:38 | |
*** rackertom has joined #openstack-ansible | 01:43 | |
*** Qwazerty has joined #openstack-ansible | 01:48 | |
pellaeon | cloudnull: How do I know the version of python packages that OSA deploys? I can't seem to find version specifications in os-ansible-deployment repository | 01:51 |
---|---|---|
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Add novnc console support https://review.openstack.org/228197 | 01:51 |
*** markvoelker has joined #openstack-ansible | 02:08 | |
*** markvoelker has quit IRC | 02:13 | |
*** _hanhart has joined #openstack-ansible | 03:23 | |
*** _hanhart has quit IRC | 03:36 | |
pellaeon | Hmmm, 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 |
pellaeon | l3-agent and dhcp-agent traffic are still forwarded to the old network node | 04:01 |
pellaeon | neutron server, too | 04:01 |
openstackgerrit | Rahul U Nair proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap AIO script https://review.openstack.org/228297 | 04:24 |
*** persia has quit IRC | 04:39 | |
*** persia has joined #openstack-ansible | 04:40 | |
*** persia has joined #openstack-ansible | 04:40 | |
cloudnull | pellaeon: every repo that OSA uses to build OpenStack is specified here https://github.com/openstack/openstack-ansible/tree/master/playbooks/defaults/repo_packages | 04:40 |
cloudnull | in the environment there are the repo servers | 04:40 |
cloudnull | you can gain access to the repo and what is being deployed on port 8181 | 04:41 |
cloudnull | on those servers there is a reports directory which contains everything build at the the time of deployment or rerun of the repo-build play | 04:41 |
cloudnull | example http://rpc-repo.rackspace.com/reports/ | 04:41 |
cloudnull | a 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.txt | 04:42 |
cloudnull | so, 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_packages | 04:43 |
cloudnull | pellaeon: i hope that helps answer the versions question if no, let me know. | 04:45 |
*** elo has joined #openstack-ansible | 04:46 | |
cloudnull | pellaeon: 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 |
cloudnull | so.... | 04:53 |
cloudnull | os-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 up | 04:53 |
cloudnull | os-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 up | 04:53 |
cloudnull | os-ansible-deployment/playbooks# openstack-ansible os-neutron-install.yml --tags neutron-config ## You should only need to do this once | 04:53 |
cloudnull | pellaeon: RE: http://paste.openstack.org/ <- that should be a more legible version : ) | 04:55 |
*** elo has quit IRC | 05:16 | |
*** abitha has joined #openstack-ansible | 05:24 | |
*** javeriak has joined #openstack-ansible | 05:24 | |
*** abitha has quit IRC | 05:25 | |
*** javeriak_ has joined #openstack-ansible | 05:30 | |
*** javeriak has quit IRC | 05:31 | |
pellaeon | cloudnull: thanks a lot for the detailed explanation! | 06:04 |
*** javeriak_ has quit IRC | 06:52 | |
*** itsuugo has joined #openstack-ansible | 06:56 | |
*** javeriak has joined #openstack-ansible | 07:12 | |
*** javeriak has quit IRC | 07:12 | |
*** itsuugo has quit IRC | 07:16 | |
*** itsuugo has joined #openstack-ansible | 07:17 | |
openstackgerrit | Merged openstack/openstack-ansible-specs: Add modularize-neutron-liberty specification https://review.openstack.org/221777 | 07:19 |
openstackgerrit | Merged openstack/openstack-ansible-specs: Add PLUMgrid Neutron Plugin to neutron playbooks https://review.openstack.org/221788 | 07:24 |
openstackgerrit | Merged openstack/openstack-ansible-specs: Add PLUMgrid Neutron Plugin to neutron playbooks https://review.openstack.org/221788 | 07:24 |
*** gparaskevas has joined #openstack-ansible | 07:27 | |
*** tiagogomes has joined #openstack-ansible | 07:53 | |
*** neilus has joined #openstack-ansible | 07:58 | |
*** misc_ is now known as misc | 08:01 | |
*** marekd has joined #openstack-ansible | 08:18 | |
*** kukacz has joined #openstack-ansible | 08:44 | |
openstackgerrit | Stig Telfer proposed openstack/openstack-ansible: Use of old name in deployment guide https://review.openstack.org/228358 | 08:44 |
marekd | odyssey4me: gratz on PTL results! | 08:55 |
*** neilus has quit IRC | 09:03 | |
*** neilus has joined #openstack-ansible | 09:04 | |
openstackgerrit | Zhao Lei proposed openstack/openstack-ansible: Use pure variable name in $(()) statement https://review.openstack.org/226715 | 09:09 |
*** sdake has joined #openstack-ansible | 09:15 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Remove unused libvirt-bin file https://review.openstack.org/228371 | 09:34 |
odyssey4me | marekd thanks :) | 09:43 |
*** jaypipes has joined #openstack-ansible | 09:52 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec https://review.openstack.org/221189 | 10:19 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec https://review.openstack.org/221189 | 10:20 |
*** neilus has quit IRC | 10:20 | |
*** neilus has joined #openstack-ansible | 10:22 | |
*** jlvillal has quit IRC | 10:31 | |
*** jlvillal has joined #openstack-ansible | 10:31 | |
openstackgerrit | Merged openstack/openstack-ansible: Use of old name in deployment guide https://review.openstack.org/228358 | 10:31 |
*** neilus has quit IRC | 10:33 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update all SHA's the Liberty RC1 https://review.openstack.org/228385 | 10:35 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Keystone to Liberty RC1 https://review.openstack.org/226917 | 10:36 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update all SHA's to Liberty RC1 https://review.openstack.org/228385 | 10:37 |
*** neilus has joined #openstack-ansible | 10:37 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Cinder to Liberty RC1 https://review.openstack.org/227205 | 10:38 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1 https://review.openstack.org/227839 | 10:39 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Fix for minor whitespace issue in config_template https://review.openstack.org/228391 | 10:43 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Use of old name in deployment guide https://review.openstack.org/228392 | 10:45 |
*** neilus has quit IRC | 10:52 | |
*** neilus has joined #openstack-ansible | 10:53 | |
*** neilus has quit IRC | 10:55 | |
*** neilus has joined #openstack-ansible | 10:56 | |
*** kukacz has quit IRC | 11:20 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks https://review.openstack.org/221957 | 11:37 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks https://review.openstack.org/221957 | 11:38 |
*** itsuugo has quit IRC | 11:47 | |
pellaeon | My 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 does | 11:48 |
pellaeon | Any idea where I should look for the cause? | 11:48 |
*** smallbig has quit IRC | 11:51 | |
*** smallbig has joined #openstack-ansible | 11:51 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update all SHA's to Liberty RC1 https://review.openstack.org/228385 | 11:51 |
mhayden | happy monday, folks | 12:00 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Set affinity to 1 for OpenStack-CI gate checks https://review.openstack.org/221957 | 12:00 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1 https://review.openstack.org/227839 | 12:00 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Cinder to Liberty RC1 https://review.openstack.org/227205 | 12:00 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Keystone to Liberty RC1 https://review.openstack.org/226917 | 12:01 |
*** itsuugo has joined #openstack-ansible | 12:03 | |
*** agireud has quit IRC | 12:08 | |
*** agireud has joined #openstack-ansible | 12:10 | |
odyssey4me | pellaeon that would likely have something to do with the network between your compute and agents container | 12:11 |
odyssey4me | maybe the tunnel network isn't operating properly | 12:12 |
odyssey4me | o/ mhayden | 12:12 |
odyssey4me | pellaeon 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-ansible | 12:16 | |
pellaeon | odyssey4me: yes, correct | 12:16 |
*** woodard has joined #openstack-ansible | 12:16 | |
*** woodard has quit IRC | 12:17 | |
*** woodard has joined #openstack-ansible | 12:17 | |
*** kerwin_bai has quit IRC | 12:27 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames https://review.openstack.org/228435 | 12:30 |
openstackgerrit | Merged openstack/openstack-ansible-specs: Spec: Security Hardening https://review.openstack.org/222619 | 12:38 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames https://review.openstack.org/228435 | 12:41 |
* mhayden hugs odyssey4me | 12:41 | |
odyssey4me | lol | 12:41 |
odyssey4me | I look forward to seeing the outputs of that. At the very least the documentation will be good. | 12:42 |
odyssey4me | but it's nice to see this being a focus :) | 12:42 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames https://review.openstack.org/228435 | 12:46 |
*** markvoelker has joined #openstack-ansible | 12:46 | |
*** itsuugo has quit IRC | 12:51 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames https://review.openstack.org/228435 | 12:56 |
*** lkoranda_ has joined #openstack-ansible | 12:56 | |
*** brice has joined #openstack-ansible | 12:57 | |
*** tlian has joined #openstack-ansible | 12:58 | |
*** lkoranda has quit IRC | 12:59 | |
*** lkoranda_ has quit IRC | 13:02 | |
openstackgerrit | git-harry proposed openstack/openstack-ansible: Add lvm-setup role and Cinder-specific lvm.conf https://review.openstack.org/228447 | 13:03 |
*** lkoranda has joined #openstack-ansible | 13:06 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update all SHA's (except Horizon) to Liberty RC1 https://review.openstack.org/228385 | 13:08 |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Update Nova to Liberty RC1 https://review.openstack.org/227839 | 13:08 |
openstackgerrit | Rahul U Nair proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts https://review.openstack.org/228297 | 13:15 |
cloudnull | morning | 13:27 |
*** woodard has quit IRC | 13:32 | |
*** woodard has joined #openstack-ansible | 13:38 | |
*** jmckind has joined #openstack-ansible | 13:41 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:41 | |
*** sdake_ has joined #openstack-ansible | 13:44 | |
*** sdake has quit IRC | 13:47 | |
*** Bjoern_ has joined #openstack-ansible | 13:47 | |
*** sdake_ has quit IRC | 13:50 | |
*** jaypipes has quit IRC | 13:53 | |
*** gparaskevas has quit IRC | 13:54 | |
*** sdake has joined #openstack-ansible | 13:57 | |
*** itsuugo has joined #openstack-ansible | 13:59 | |
*** kerwin_bai has joined #openstack-ansible | 14:00 | |
*** itsuugo has quit IRC | 14:01 | |
*** KLevenstein has joined #openstack-ansible | 14:05 | |
*** spotz_zzz is now known as spotz | 14:06 | |
*** Bjoern_ is now known as BjoernT | 14:09 | |
*** Mudpuppy has joined #openstack-ansible | 14:10 | |
*** Mudpuppy has quit IRC | 14:11 | |
*** Mudpuppy has joined #openstack-ansible | 14:12 | |
mhayden | odyssey4me: now that the security spec is merged, how do we go about adding a new repository to hold the role? | 14:16 |
odyssey4me | mhayden well, you need to actually spec a new role out including a name | 14:16 |
odyssey4me | see proposed change section in http://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/independent-role-repositories.html | 14:17 |
* mhayden reads | 14:17 | |
odyssey4me | mhayden 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 something | 14:18 |
mhayden | odyssey4me: makes sense | 14:18 |
odyssey4me | unless you already know what you expect the role to do in enough detail for a spec | 14:18 |
mhayden | i believe i do | 14:19 |
mhayden | e-vad: let me know what your launchpad id is so i can add it to the security-hardening spec | 14:19 |
*** phalmos has joined #openstack-ansible | 14:20 | |
*** jmckind_ has joined #openstack-ansible | 14:32 | |
*** KLevenstein has quit IRC | 14:33 | |
*** jmckind has quit IRC | 14:33 | |
*** alextricity has quit IRC | 14:35 | |
*** gparaskevas has joined #openstack-ansible | 14:35 | |
*** smallbig has quit IRC | 14:35 | |
*** smallbig has joined #openstack-ansible | 14:36 | |
pellaeon | odyssey4me: I found a deeper reason but not the root cause | 14:36 |
pellaeon | ns-XXX wasn't receiving anything because it associated veth pair tap-XXX was not added to brq-XXX | 14:38 |
pellaeon | s/brq-XXX/brqXXX/ | 14:38 |
pellaeon | the bridge that joins vxlan-## and qdhcp and qrouter tap interfaces | 14:39 |
*** galstrom_zzz is now known as galstrom | 14:40 | |
*** KLevenstein has joined #openstack-ansible | 14:41 | |
*** k_stev has joined #openstack-ansible | 14:42 | |
*** gparaskevas has quit IRC | 14:54 | |
openstackgerrit | Miguel Alejandro Cantu proposed openstack/openstack-ansible: Add OpenID Connect RP Apache Module[WIP] https://review.openstack.org/226617 | 14:54 |
*** alextricity has joined #openstack-ansible | 14:56 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Change index and handle project renames https://review.openstack.org/228435 | 15:01 |
*** neilus has quit IRC | 15:01 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts https://review.openstack.org/228297 | 15:04 |
*** jwagner_away is now known as jwagner | 15:04 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-specs: Adding Cody to security hardening spec https://review.openstack.org/228491 | 15:06 |
mhayden | odyssey4me: should i update the security-hardening spec to reflect a request for a new role | 15:07 |
mhayden | odyssey4me: 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-change | 15:07 |
odyssey4me | mhayden sure, you could do that if you wish - some sort of description of the role's name, purpose and proposed actions would be good | 15:08 |
odyssey4me | it does seem silly to add a whole new spec for the role when that spec mostly covers it | 15:08 |
mhayden | odyssey4me: i'll bump that spec a bit in the "proposed change" section | 15:09 |
odyssey4me | yeah, maybe just add it to https://review.openstack.org/228491 and change the commit message accordingly | 15:09 |
mhayden | can do | 15:09 |
*** javeriak has joined #openstack-ansible | 15:09 | |
odyssey4me | javeriak ping | 15:10 |
javeriak | hey odyssey4me | 15:10 |
odyssey4me | javeriak your specs are merged - are you on track for getting your reviews in some time this week? | 15:10 |
*** tlian has quit IRC | 15:11 | |
javeriak | yep saw that thanks, you should see the commits in day or so | 15:11 |
javeriak | one 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-ansible | 15:13 | |
odyssey4me | javeriak you can add reviews that are dependent | 15:13 |
odyssey4me | just have the two commits in the branch, then git review - git will add each commit as a new review | 15:14 |
mhayden | any suggestions on the security hardening role name? i was thinking openstack-ansible-security | 15:14 |
* mhayden isn't good at naming things ;) | 15:14 | |
prometheanfire | cloudnull: we cannot use both novnc AND spice? | 15:14 |
odyssey4me | it only means that if something changes in the first commit then you'll need to rebase | 15:14 |
cloudnull | no. | 15:14 |
cloudnull | one or the other. | 15:14 |
odyssey4me | prometheanfire it's my understanding that openstack sets them as mutually exclusive | 15:14 |
odyssey4me | you can't have more than one console service | 15:15 |
odyssey4me | more than one type | 15:15 |
javeriak | odyssey4me yep im aware of the workflow, was just wondering if you had any preference | 15:15 |
odyssey4me | javeriak add them as dependent if you have them ready :) | 15:15 |
javeriak | okay cool | 15:15 |
odyssey4me | javeriak just don't backport to kilo until the reviews are merged | 15:16 |
prometheanfire | ya, didn't think about it from qemu's perspective | 15:16 |
prometheanfire | qemu can do one or the other, not both | 15:17 |
javeriak | odyssey4me, right | 15:17 |
*** tlian has joined #openstack-ansible | 15:18 | |
*** davidself has joined #openstack-ansible | 15:20 | |
*** davidself has quit IRC | 15:21 | |
*** davidself has joined #openstack-ansible | 15:22 | |
*** davidself has quit IRC | 15:24 | |
openstackgerrit | git-harry proposed openstack/openstack-ansible: Remove rsyslog-config.yml from docs https://review.openstack.org/228497 | 15:28 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-specs: Minor changes to security hardening spec https://review.openstack.org/228491 | 15:28 |
mhayden | odyssey4me: role details ^^ | 15:29 |
lbragstad | cloudnull: you haven't seen anything like this with yaprt yet, have you - http://cdn.pasteraw.com/dpljj2trn9b24m9n0tca1sjgu6mnvvq | 15:29 |
cloudnull | lbragstad: looking | 15:31 |
lbragstad | cloudnull: fyi, i just updated to yaprt 0.4.2 | 15:31 |
lbragstad | cloudnull: for context, I'm running this in a vagrant box | 15:31 |
lbragstad | as the vagrant user | 15:32 |
*** elo1 has joined #openstack-ansible | 15:32 | |
*** javeriak has quit IRC | 15:34 | |
*** javeriak has joined #openstack-ansible | 15:34 | |
*** elo1 has quit IRC | 15:36 | |
cloudnull | lbragstad: it seems for that exception it would have to come from the full_wheel_path not existing . | 15:40 |
cloudnull | trying to reproduce it now. | 15:40 |
*** javeriak has quit IRC | 15:40 | |
*** javeriak_ has joined #openstack-ansible | 15:40 | |
mancdaz | apsu https://review.openstack.org/#/c/225367/ | 15:44 |
*** phalmos has quit IRC | 15:47 | |
cloudnull | lbragstad: 0.4.3 in master. do you mind giving that a go ? | 15:47 |
lbragstad | cloudnull: sure | 15:48 |
*** tlian has quit IRC | 15:48 | |
lbragstad | cloudnull: this is new - http://cdn.pasteraw.com/dair5tamxhlenbn8uz15si9ado7blq4 | 15:50 |
*** javeriak has joined #openstack-ansible | 15:51 | |
*** javeriak_ has quit IRC | 15:51 | |
cloudnull | lbragstad: that happens when running [ pip install --upgrade git+https://github.com/cloudnull/yaprt@master ] ? | 15:52 |
sigmavirus24 | lbragstad: what version of pip? | 15:53 |
lbragstad | cloudnull: that happens when i build my requirements using yaprt | 15:53 |
cloudnull | ah. | 15:53 |
*** tlian has joined #openstack-ansible | 15:53 | |
lbragstad | sigmavirus24: 7.1.2 | 15:53 |
cloudnull | :( -- kicking a new deployment now. | 15:54 |
*** kerwin_bai has quit IRC | 15:54 | |
sigmavirus24 | lbragstad: python -c 'import setuptools; print(setuptools.__version__)' | 15:54 |
*** javeriak_ has joined #openstack-ansible | 15:55 | |
*** javeriak has quit IRC | 15:56 | |
lbragstad | sigmavirus24: strange - AttributeError: 'module' object has no attribute 'packaging' | 15:56 |
lbragstad | sigmavirus24: I must have messed something up | 15:56 |
sigmavirus24 | O_O | 15:56 |
sigmavirus24 | lbragstad: where is pip installed? | 15:57 |
lbragstad | sigmavirus24: /usr/local/bin/pip | 15:57 |
sigmavirus24 | interesting | 15:57 |
cloudnull | lbragstad: running from a venv ? | 15:58 |
Apsu | mancdaz: On it | 15:58 |
lbragstad | cloudnull: no, running from a brand new box outside of a venv. | 15:58 |
cloudnull | ok. | 15:58 |
*** phalmos has joined #openstack-ansible | 16:03 | |
*** javeriak_ has quit IRC | 16:03 | |
*** javeriak has joined #openstack-ansible | 16:05 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Add novnc console support https://review.openstack.org/228197 | 16:05 |
cloudnull | prometheanfire: ^^ updated tyvm for the review | 16:06 |
*** woodard has quit IRC | 16:16 | |
*** woodard has joined #openstack-ansible | 16:18 | |
*** mat425 has joined #openstack-ansible | 16:19 | |
openstackgerrit | Matthew Thode proposed openstack/openstack-ansible-specs: Add spec for IPv6 support for projects https://review.openstack.org/221516 | 16:22 |
*** jmckind has joined #openstack-ansible | 16:26 | |
*** jmckind_ has quit IRC | 16:27 | |
*** javeriak_ has joined #openstack-ansible | 16:28 | |
Apsu | mancdaz: 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.all | 16:29 |
Apsu | mancdaz: 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 IRC | 16:30 | |
Apsu | I'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 IRC | 16:30 | |
Apsu | The closer to that goal the better, imo | 16:30 |
Apsu | In 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 |
Apsu | So, 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 cloudnull | 16:36 |
*** alejandrito has joined #openstack-ansible | 16:39 | |
*** sdake_ has joined #openstack-ansible | 16:46 | |
*** javeriak_ has quit IRC | 16:48 | |
*** javeriak has joined #openstack-ansible | 16:48 | |
*** sdake has quit IRC | 16:49 | |
openstackgerrit | Jesse Pretorius proposed openstack/openstack-ansible-specs: Add Liberty Release spec https://review.openstack.org/221189 | 16:52 |
*** javeriak_ has joined #openstack-ansible | 16:59 | |
*** javeriak has quit IRC | 16:59 | |
*** elo1 has joined #openstack-ansible | 17:01 | |
*** javeriak_ has quit IRC | 17:03 | |
*** javeriak has joined #openstack-ansible | 17:09 | |
*** jaypipes has joined #openstack-ansible | 17:09 | |
*** woodard has quit IRC | 17:24 | |
*** dolpher has joined #openstack-ansible | 17:57 | |
*** jmckind has quit IRC | 18:03 | |
openstackgerrit | Miguel Alejandro Cantu proposed openstack/openstack-ansible: Fix directory regex pattern that deletes repo dir. https://review.openstack.org/228558 | 18:10 |
*** jmckind has joined #openstack-ansible | 18:12 | |
*** woodard has joined #openstack-ansible | 18:13 | |
lbragstad | cloudnull: 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 symlinks | 18:13 |
lbragstad | to the pools directory | 18:13 |
*** woodard has quit IRC | 18:17 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Add SSL/TLS listener to RabbitMQ https://review.openstack.org/228562 | 18:17 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Adds group support to inventory-manage.py https://review.openstack.org/228566 | 18:23 |
*** KLevenstein has quit IRC | 18:25 | |
*** sdake has joined #openstack-ansible | 18:28 | |
*** sdake_ has quit IRC | 18:31 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Merge SSL documentation https://review.openstack.org/228577 | 18:36 |
*** jmckind has quit IRC | 18:38 | |
*** kukacz has joined #openstack-ansible | 18:40 | |
*** KLevenstein has joined #openstack-ansible | 18:43 | |
*** kukacz has quit IRC | 18:45 | |
*** jmckind has joined #openstack-ansible | 18:50 | |
*** woodard has joined #openstack-ansible | 18:59 | |
*** jmckind has quit IRC | 19:04 | |
*** itsuugo has joined #openstack-ansible | 19:11 | |
*** elo1 has quit IRC | 19:12 | |
*** dolpher has quit IRC | 19:16 | |
*** elo1 has joined #openstack-ansible | 19:17 | |
openstackgerrit | Merged openstack/openstack-ansible-specs: Add spec for OS_.* venv support https://review.openstack.org/227921 | 19:21 |
*** elo1 has quit IRC | 19:22 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Initial security documentation https://review.openstack.org/228591 | 19:28 |
*** jmckind has joined #openstack-ansible | 19:29 | |
*** jmckind has quit IRC | 19:30 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Initial security documentation https://review.openstack.org/228591 | 19:30 |
*** gparaskevas has joined #openstack-ansible | 19:31 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Add novnc console support https://review.openstack.org/228197 | 19:40 |
openstackgerrit | Merged openstack/openstack-ansible-specs: Minor changes to security hardening spec https://review.openstack.org/228491 | 19:43 |
*** dolpher has joined #openstack-ansible | 19:47 | |
cloudnull | lbragstad:finally back to my computer. did you ever get the build going ? | 19:48 |
lbragstad | cloudnull: I was, I think I got past one of the issues | 19:50 |
cloudnull | new issue? | 19:51 |
*** brice has quit IRC | 19:51 | |
*** jlvillal has quit IRC | 19:51 | |
*** jlvillal has joined #openstack-ansible | 19:51 | |
lbragstad | cloudnull: I was able to create this locally (now working on capturing this in jenkins), but the symlinks in the link directory don't exist | 19:51 |
lbragstad | but I can verify that they link directory does | 19:52 |
cloudnull | so think links in os-releases/<rel-name>/ is missing ? | 19:52 |
lbragstad | cloudnull: I get something like http://cdn.pasteraw.com/aktotcwzff0300xcjry9cj9ica1jo7q when I build the requirements and the release | 19:53 |
lbragstad | cloudnull: the os-releases/liberty/ directory exists. but the only thing in there is build_reqs.txt | 19:54 |
cloudnull | is it a permissions issue ? | 19:55 |
lbragstad | cloudnull: let me check quick | 19:56 |
*** jmckind has joined #openstack-ansible | 19:57 | |
lbragstad | cloudnull: interesting... clean run (without errors) but nothing populated in repos/os-releases/liberty/ | 20:00 |
*** dolpher has quit IRC | 20:08 | |
*** woodard has quit IRC | 20:10 | |
*** woodard has joined #openstack-ansible | 20:15 | |
openstackgerrit | Merged openstack/openstack-ansible: Update cached LXC image in place https://review.openstack.org/228005 | 20:16 |
*** jmckind has quit IRC | 20:16 | |
*** jmckind has joined #openstack-ansible | 20:20 | |
*** sdake_ has joined #openstack-ansible | 20:25 | |
*** sdake has quit IRC | 20:28 | |
*** gparaskevas has quit IRC | 20:29 | |
*** jmckind has quit IRC | 20:31 | |
*** elo1 has joined #openstack-ansible | 20:31 | |
*** woodard has quit IRC | 20:31 | |
*** elo1 has quit IRC | 20:37 | |
*** sdake_ is now known as sdake | 20:38 | |
*** elo1 has joined #openstack-ansible | 20:38 | |
*** jmckind has joined #openstack-ansible | 20:38 | |
*** dolpher has joined #openstack-ansible | 20:39 | |
*** sdake has quit IRC | 20:42 | |
*** dolpher has quit IRC | 20:43 | |
*** sdake has joined #openstack-ansible | 20:43 | |
*** woodard has joined #openstack-ansible | 20:43 | |
openstackgerrit | Merged openstack/openstack-ansible: Added DEBIAN_FRONTEND=noninteractive to bootstrap scripts https://review.openstack.org/228297 | 20:57 |
openstackgerrit | Merged openstack/openstack-ansible: Fix for minor whitespace issue in config_template https://review.openstack.org/228391 | 20:58 |
*** jmckind has quit IRC | 20:58 | |
*** javeriak has quit IRC | 21:04 | |
*** jmckind has joined #openstack-ansible | 21:05 | |
*** woodard_ has joined #openstack-ansible | 21:06 | |
*** KLevenstein has quit IRC | 21:06 | |
*** woodard has quit IRC | 21:09 | |
*** woodard_ has quit IRC | 21:10 | |
*** daneyon_ has joined #openstack-ansible | 21:16 | |
*** daneyon has quit IRC | 21:20 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:23 | |
*** daneyon has joined #openstack-ansible | 21:23 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:23 | |
*** sdake_ has joined #openstack-ansible | 21:25 | |
*** daneyon_ has quit IRC | 21:26 | |
*** sdake__ has joined #openstack-ansible | 21:27 | |
*** sdake has quit IRC | 21:28 | |
*** itsuugo has quit IRC | 21:29 | |
*** sdake_ has quit IRC | 21:30 | |
*** jmckind has quit IRC | 21:38 | |
*** Mudpuppy has quit IRC | 21:40 | |
*** sdake__ is now known as sdake | 21:41 | |
*** bapalm_ has quit IRC | 21:41 | |
*** bapalm has joined #openstack-ansible | 21:42 | |
*** galstrom is now known as galstrom_zzz | 21:54 | |
*** phalmos has quit IRC | 21:57 | |
*** mat425 has quit IRC | 22:01 | |
*** alejandrito has quit IRC | 22:09 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Implement fact caching https://review.openstack.org/228645 | 22:19 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Adds group support to inventory-manage.py https://review.openstack.org/228566 | 22:23 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Add SSL/TLS listener to RabbitMQ https://review.openstack.org/228562 | 22:24 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Fix for minor whitespace issue in config_template https://review.openstack.org/228648 | 22:28 |
*** spotz is now known as spotz_zzz | 22:32 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:33 | |
*** jwagner is now known as jwagner_away | 22:36 | |
*** k_stev has quit IRC | 22:36 | |
*** agireud has quit IRC | 22:39 | |
*** markvoelker has quit IRC | 23:03 | |
openstackgerrit | Merged openstack/openstack-ansible: Implement fact caching https://review.openstack.org/225967 | 23:07 |
openstackgerrit | Merged openstack/openstack-ansible: Remove rsyslog-config.yml from docs https://review.openstack.org/228497 | 23:07 |
*** phalmos has joined #openstack-ansible | 23:10 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Add novnc console support https://review.openstack.org/228197 | 23:13 |
*** phalmos has quit IRC | 23:30 | |
openstackgerrit | Bjoern Teipel proposed openstack/openstack-ansible: Implement Neutron LBAAS using haproxy https://review.openstack.org/220365 | 23:40 |
*** agireud has joined #openstack-ansible | 23:41 | |
*** markvoelker has joined #openstack-ansible | 23:46 | |
*** vdo has quit IRC | 23:57 | |
*** galstrom_zzz is now known as galstrom | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!