*** yifei has joined #openstack-ansible | 00:07 | |
*** phalmos has quit IRC | 00:29 | |
*** DFFlanders has quit IRC | 00:33 | |
*** DFFlanders has joined #openstack-ansible | 00:36 | |
*** acormier has quit IRC | 00:38 | |
*** acormier has joined #openstack-ansible | 00:39 | |
*** thorst_afk has joined #openstack-ansible | 00:40 | |
*** thorst_afk has quit IRC | 00:43 | |
*** thorst_afk has joined #openstack-ansible | 00:43 | |
*** acormier has quit IRC | 00:43 | |
*** acormier has joined #openstack-ansible | 00:46 | |
*** thorst_afk has quit IRC | 00:47 | |
*** jamesdenton has quit IRC | 00:57 | |
*** woodard has quit IRC | 00:57 | |
*** woodard has joined #openstack-ansible | 00:57 | |
*** jamesdenton has joined #openstack-ansible | 00:58 | |
*** pmannidi has joined #openstack-ansible | 01:05 | |
*** chyka has joined #openstack-ansible | 01:12 | |
*** chyka has quit IRC | 01:12 | |
*** chyka has joined #openstack-ansible | 01:12 | |
cloudnull | mw_: hows it going? things looking up ? | 01:15 |
---|---|---|
hw_wutianwei | odyssey4me: I use master, and the commit iD is c4b73e539580a1c586a86390a20c5793771b7349 | 01:18 |
mw_ | cloudnull: ummm | 01:19 |
mw_ | working on it | 01:19 |
mw_ | hah | 01:19 |
*** acormier has quit IRC | 01:20 | |
hw_wutianwei | odyssey4me: but it also failed in intall pip. http://paste.openstack.org/show/617088/ | 01:20 |
*** armaan has joined #openstack-ansible | 01:20 | |
mw_ | cloudnull: What's the easiest way to add a second IP? Just adding a second IP to br-mgmt? | 01:20 |
*** acormier has joined #openstack-ansible | 01:21 | |
*** acormier has quit IRC | 01:26 | |
*** armaan has quit IRC | 01:26 | |
cloudnull | yup | 01:27 |
cloudnull | in ubuntu you can just add a second stanza and it will alias the ip address for you | 01:27 |
mw_ | second stanza? | 01:28 |
*** https_GK1wmSU has joined #openstack-ansible | 01:28 | |
cloudnull | http://paste.openstack.org/show/617200/ | 01:28 |
mw_ | Ahh, cool. | 01:29 |
cloudnull | that 'd give you two addresses on the same bridge | 01:29 |
cloudnull | .11 and .12 | 01:29 |
*** https_GK1wmSU has left #openstack-ansible | 01:31 | |
mw_ | cloudnull: I'm deploying these VMs with Heat. Do you know if I can reserve 2 ips on the same port?? | 01:31 |
cloudnull | you can have two fips on the same port, | 01:34 |
cloudnull | idk how to do that with heat though | 01:34 |
mw_ | fixed ips, or floating? | 01:34 |
mw_ | what's fips in that case? haha | 01:34 |
cloudnull | these would be two ip addresses from the same provider network | 01:34 |
cloudnull | so not a "floating-ip" but addresses from the same pool | 01:35 |
mw_ | Those aren't the IPs that I use in external_lb_vip though, are they? | 01:35 |
cloudnull | no | 01:35 |
cloudnull | once the cloud is online | 01:35 |
cloudnull | you'll need to create a neutron network | 01:35 |
cloudnull | which will have your ip pool assigned to the vms you ocreate with heat | 01:36 |
mw_ | So I'm going to have 2 ip addresses on br-mgmt for my controller | 01:37 |
mw_ | 1 will be the internal vip and the other the external vip | 01:37 |
mw_ | since this is nested in an OS deployment, I'll need a way to get to those IPs from the outside network.. via a floating IP, right. | 01:38 |
mw_ | And that's what my provider network will be on | 01:38 |
mw_ | Does that make sense? | 01:39 |
*** gouthamr has joined #openstack-ansible | 01:41 | |
cloudnull | do these instances use floats? | 01:41 |
cloudnull | FIP > TENANT_NET | 01:41 |
cloudnull | or are you just assigning the two nodes an address directly on a provider net | 01:42 |
*** thorst_afk has joined #openstack-ansible | 01:44 | |
mw_ | They're in a tenant self service network | 01:44 |
mw_ | with floating IPs | 01:44 |
mw_ | The goal is to have a n openstack deployment inside an openstack deployment.. | 01:46 |
mw_ | So I was hoping to just have the single IP address on the bridge, and have internal and external lb vip be the same | 01:47 |
mw_ | Is any of this making sense? | 01:47 |
cloudnull | makes total sense. | 01:48 |
cloudnull | so to make that work, without having to go through the multi-port neutron hassel, I'd just assign a second subnet to the tenant network | 01:48 |
cloudnull | the external address would the fip | 01:49 |
cloudnull | the internal would be the second subnet | 01:49 |
cloudnull | then all vms in that tenant network would have access | 01:49 |
mw_ | Ahhh that would make sense. | 01:52 |
*** charcol has joined #openstack-ansible | 01:54 | |
*** markvoelker has joined #openstack-ansible | 01:54 | |
*** esberglu has quit IRC | 01:59 | |
*** thorst_afk has quit IRC | 02:00 | |
cloudnull | you'd also not really have to waist a fip on a deployment | 02:03 |
cloudnull | you could just assign a fip when you want access re-claim it when you don't | 02:03 |
cloudnull | in the user-config youd simply have subnet1 as the extternal address and subnet2 as the internal | 02:04 |
*** markvoelker has quit IRC | 02:23 | |
mw_ | cloudnull: That's a good plan. Thanks a lot! | 02:25 |
*** charcol has quit IRC | 02:34 | |
*** esberglu has joined #openstack-ansible | 02:38 | |
*** esberglu has quit IRC | 02:42 | |
mw_ | cloudnull: I haven't seen any mention of a provider network in the OSA docs. | 02:46 |
mw_ | What's up with br-vlan? Is that the "provider" network? | 02:46 |
*** markvoelker has joined #openstack-ansible | 02:59 | |
yifei | hey guys. I find that the repo container will cache the debian packages and act as the proxy of apt | 03:12 |
yifei | I don't understand about this. Is there any one can explain it for me? Thanks | 03:13 |
mw_ | yifei: What don't you understand about it? | 03:17 |
mw_ | I don't have experience with OS doing this, specifically. But I've used proxies for packages in the past... | 03:17 |
yifei | mw_: what does the cache used for? I find that if I install a packge, it will not use the cache | 03:18 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Fix lookup plugin for py3.5 support https://review.openstack.org/489839 | 03:19 |
cloudnull | mw_: yes br-vlan is used for provider networks | 03:20 |
cloudnull | if you need a flat or vlan type network you can hang it off of that device | 03:20 |
cloudnull | yifei: the repo containers run apt-cacher-ng | 03:21 |
*** gtrxcb has joined #openstack-ansible | 03:21 | |
cloudnull | which is a transparent proxy and was added to get faster installs. | 03:21 |
cloudnull | in very large environments having the packages install from an upstream mirror is slow | 03:21 |
cloudnull | this allows us to pull the packages once and install from there | 03:22 |
cloudnull | we do this same thing in the multi-node-aio too | 03:22 |
cloudnull | when cores are around == https://review.openstack.org/#/q/topic:py3.5-fix | 03:23 |
*** thorst_afk has joined #openstack-ansible | 03:23 | |
cloudnull | there's a couple places where py3.5 is breaking things | 03:23 |
cloudnull | I think this is the cause of the config_template + unicode isssues logan- was seeing earlier | 03:23 |
cloudnull | it would seem the gate is preferring py2 in most cases. | 03:24 |
logan- | hmm well https://review.openstack.org/#/c/489660/ doesn't seem to be python3 related, i tested it on both py2 and py3, but https://review.openstack.org/#/c/488280/ definitely is :) | 03:25 |
logan- | the first one is ansible 2.3 related on both py2 and py3 | 03:25 |
yifei | cloudnull: thanks. my repo containers have cached the ovs packages. when i install the ovs packages on a control host, I find that it still fetch the ovs packages from upstream | 03:27 |
*** thorst_afk has quit IRC | 03:27 | |
mw_ | cloudnull: thanks! | 03:30 |
yifei | mw_: thank you, too | 03:30 |
mw_ | yifei: I didn't do anything :p But you're welcome haha | 03:31 |
mw_ | Best of luck :) | 03:31 |
yifei | mw_: hah | 03:31 |
logan- | btw cloudnull, there's a func_py3 toxenv in plugins now, and an experimental job will be added soon (https://review.openstack.org/#/c/488516/), so that should help us start hunting this stuff down | 03:31 |
mw_ | cloudnull: One more question for the night. The network that br-mgmt is connected to still needs to be routed, and have internet access, correct? | 03:33 |
*** udesale has joined #openstack-ansible | 03:33 | |
*** gkadam has joined #openstack-ansible | 03:41 | |
*** gouthamr has quit IRC | 04:06 | |
*** gouthamr has joined #openstack-ansible | 04:06 | |
*** pmannidi has quit IRC | 04:13 | |
*** winggundamth has joined #openstack-ansible | 04:16 | |
*** pmannidi has joined #openstack-ansible | 04:16 | |
*** udesale__ has joined #openstack-ansible | 04:29 | |
*** udesale has quit IRC | 04:31 | |
openstackgerrit | zhongshengping proposed openstack/openstack-ansible-os_designate master: Deprecate rpc_backend option https://review.openstack.org/469767 | 04:50 |
*** hybridpollo has quit IRC | 04:53 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:01 |
*** chyka has quit IRC | 05:06 | |
*** chyka has joined #openstack-ansible | 05:06 | |
*** chyka has quit IRC | 05:11 | |
*** thorst_afk has joined #openstack-ansible | 05:23 | |
*** thorst_afk has quit IRC | 05:28 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:34 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 05:40 |
*** gouthamr has quit IRC | 05:53 | |
prometheanfire | cloudnull: go to bed | 06:00 |
lvdombrkr | can someone help with haproxy configuration in ansible 15.1.7 aio? | 06:06 |
lvdombrkr | i have problem that my containers cant reach repos in repos container | 06:07 |
*** Oku_OS-away is now known as Oku_OS | 06:09 | |
*** drifterza has joined #openstack-ansible | 06:16 | |
*** tobberydberg has joined #openstack-ansible | 06:25 | |
*** albertcard1 has joined #openstack-ansible | 06:30 | |
*** poopcat has quit IRC | 06:30 | |
*** pcaruana has joined #openstack-ansible | 06:34 | |
*** markus_z has joined #openstack-ansible | 06:36 | |
*** esberglu has joined #openstack-ansible | 06:48 | |
*** markvoelker has quit IRC | 06:51 | |
*** esberglu has quit IRC | 06:52 | |
*** jvidal has joined #openstack-ansible | 06:53 | |
*** andreas_s has joined #openstack-ansible | 06:55 | |
*** charcol has joined #openstack-ansible | 07:03 | |
*** https_GK1wmSU has joined #openstack-ansible | 07:20 | |
*** https_GK1wmSU has left #openstack-ansible | 07:22 | |
*** thorst_afk has joined #openstack-ansible | 07:24 | |
*** mbuil has joined #openstack-ansible | 07:27 | |
*** thorst_afk has quit IRC | 07:29 | |
*** udesale has joined #openstack-ansible | 07:33 | |
*** armaan has joined #openstack-ansible | 07:34 | |
*** electrofelix has joined #openstack-ansible | 07:35 | |
*** udesale__ has quit IRC | 07:35 | |
*** gtrxcb has quit IRC | 07:44 | |
*** charcol has quit IRC | 07:53 | |
*** gkadam is now known as gkadam-afk | 07:54 | |
*** jvidal has quit IRC | 07:59 | |
*** jvidal has joined #openstack-ansible | 07:59 | |
*** pbandark has joined #openstack-ansible | 08:00 | |
lvdombrkr | does any one can check my opesntack_user_conf. before deploying? | 08:02 |
*** udesale__ has joined #openstack-ansible | 08:20 | |
*** https_GK1wmSU has joined #openstack-ansible | 08:20 | |
*** https_GK1wmSU has left #openstack-ansible | 08:22 | |
*** udesale has quit IRC | 08:22 | |
*** openstackgerrit has quit IRC | 08:33 | |
*** armaan has quit IRC | 08:40 | |
*** armaan has joined #openstack-ansible | 08:41 | |
*** yifei has quit IRC | 08:42 | |
*** sxc731 has joined #openstack-ansible | 08:44 | |
*** jafeha has joined #openstack-ansible | 08:53 | |
*** armaan has quit IRC | 08:54 | |
*** armaan has joined #openstack-ansible | 08:55 | |
*** winggundamth has quit IRC | 08:56 | |
*** markus_z has quit IRC | 09:00 | |
*** flaviosr has quit IRC | 09:06 | |
*** flaviosr has joined #openstack-ansible | 09:15 | |
*** markus_z has joined #openstack-ansible | 09:15 | |
*** thorst_afk has joined #openstack-ansible | 09:25 | |
*** esberglu has joined #openstack-ansible | 09:30 | |
*** thorst_afk has quit IRC | 09:30 | |
*** esberglu has quit IRC | 09:34 | |
*** acormier has joined #openstack-ansible | 09:59 | |
*** armaan has quit IRC | 10:04 | |
*** acormier has quit IRC | 10:13 | |
*** stuartgr has joined #openstack-ansible | 10:18 | |
lvdombrkr | does anyone knows what can couse this error:? "fatal: [infra1_galera_container-f3f2abc3]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["python", "/opt/get-pip.py", "pip==9.0.1", "setuptools==33.1.1", "wheel==0.29.0"], "delta": "0:00:15.132407", "end": "2017-07-28 09:09:38.041240", "failed": true, "rc": 1, "start": "2017-07-28 09:09:22.908833", "stderr": " Retrying (Retr | 10:18 |
*** pmannidi has quit IRC | 10:31 | |
*** yifei has joined #openstack-ansible | 10:32 | |
*** yifei has quit IRC | 10:36 | |
andymccr | lvdombrkr: can you give a bit more output on that - use like paste.openstack.org (or similar), hard to tell without a bit more of the logs :) | 10:38 |
*** sxc731 has quit IRC | 10:51 | |
*** markvoelker has joined #openstack-ansible | 10:52 | |
lvdombrkr | andymccr: http://paste.openstack.org/raw/617245/ | 10:57 |
*** markvoelker has quit IRC | 10:57 | |
andymccr | lvdombrkr: ok so it's trying to get a constraints file from the repo servers that are setup as part of the deploy - it can't connect so the first thing to do is check that your LB (which could be haproxy) is running and listening on port 8181 on the ip 172.16.84.127 | 10:59 |
lvdombrkr | andymccr: haproxy should be install after openstack-ansible setup-hosts.yml? | 11:07 |
*** udesale__ has quit IRC | 11:09 | |
*** smatzek_ has joined #openstack-ansible | 11:12 | |
andymccr | lvdombrkr: if youre using the setup-everything/setup-infrastructure plays then it should be setup before galera (after the repo server is configured) | 11:16 |
*** hw_wutianwei has quit IRC | 11:16 | |
*** esberglu has joined #openstack-ansible | 11:18 | |
*** thorst_afk has joined #openstack-ansible | 11:21 | |
*** esberglu has quit IRC | 11:23 | |
*** pbandark has quit IRC | 11:31 | |
*** pbandark has joined #openstack-ansible | 11:34 | |
*** sxc731 has joined #openstack-ansible | 11:50 | |
*** markvoelker has joined #openstack-ansible | 11:53 | |
*** armaan has joined #openstack-ansible | 11:58 | |
*** openstackgerrit has joined #openstack-ansible | 11:58 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache https://review.openstack.org/489995 | 11:58 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache https://review.openstack.org/489995 | 11:59 |
*** sxc731 has quit IRC | 11:59 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift stable/ocata: Fix ordering of swift3 in middleware pipeline https://review.openstack.org/489996 | 12:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift stable/newton: Fix ordering of swift3 in middleware pipeline https://review.openstack.org/489997 | 12:03 |
*** chyka has joined #openstack-ansible | 12:04 | |
*** chyka has quit IRC | 12:09 | |
eoseq | hi, is there any cookbook for trivial operations like: add and configure new compute node or reconfigure service? I got lost with tags and limits | 12:20 |
*** smatzek_ is now known as smatzek | 12:21 | |
*** markvoelker has quit IRC | 12:22 | |
*** markvoelker has joined #openstack-ansible | 12:22 | |
*** schwicht has joined #openstack-ansible | 12:26 | |
mhayden | morning | 12:28 |
*** schwicht has quit IRC | 12:32 | |
jamesdenton | hola | 12:35 |
*** schwicht has joined #openstack-ansible | 12:37 | |
odyssey4me | I'd appreciate some reviews for https://review.openstack.org/489995 - it's a facility we need to help make sure that we can configure our containers when using a restricted apt sources config. | 12:37 |
odyssey4me | eoseq https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks/scale-environment.html | 12:38 |
odyssey4me | not sure how current it is, bug reports or patches welcome | 12:39 |
*** gkadam-afk has quit IRC | 12:48 | |
*** schwicht has quit IRC | 12:55 | |
*** woodard has quit IRC | 12:55 | |
*** gouthamr has joined #openstack-ansible | 12:55 | |
*** woodard has joined #openstack-ansible | 12:56 | |
eoseq | odyssey4me: thx! | 13:01 |
*** drifterza has quit IRC | 13:04 | |
jvidal | hi | 13:07 |
jvidal | I would appreciate as well comments on OpenDaylight integration, now that I managed to get all gates passing. Comments from previous reviews have been addressed as well | 13:07 |
jvidal | patches are: https://review.openstack.org/#/c/480128/ and https://review.openstack.org/#/c/480131/ | 13:08 |
mhayden | any other opinions on the dnf centos spec? https://review.openstack.org/488424 | 13:08 |
*** drifterza has joined #openstack-ansible | 13:08 | |
*** hw_wutianwei has joined #openstack-ansible | 13:10 | |
*** firebat has joined #openstack-ansible | 13:10 | |
firebat | Hey guys anyone here to field a few questions about my network setup? I’m in the weeds here | 13:11 |
*** esberglu has joined #openstack-ansible | 13:11 | |
*** lucasxu has joined #openstack-ansible | 13:12 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: [WIP] Test local connection for AIO https://review.openstack.org/489283 | 13:12 |
jamesdenton | whats up firebat? | 13:12 |
firebat | I may need to post the openstack_user_config.yml. Right now I’ve got three networks defined in there (trying to go with a flat provider network). Everything deploys, but when I try and create tenant networks it fails saying there’s no such network available. Does this mean I’m going to have to run something like vxlan or a physical network underneath to allow tenant networks to function? Does the tenant network also | 13:14 |
firebat | need to have a physical network below to route the overlay traffic between physical hosts? Can it be strictly an L2 network (all my nodes are behind a shared switch), or can it share a slice of my provider network? | 13:14 |
firebat | Give me two seconds I’ll pastebin some info in here | 13:15 |
jamesdenton | how are you creating the network with neutron? What is the syntax? | 13:15 |
odyssey4me | mhayden you're wanting to get it done in pike? | 13:16 |
firebat | I’m using the dashboard just creating a simple private network | 13:16 |
jamesdenton | firebat Post up your yml file on pastebin and i'll take a look | 13:17 |
firebat | Yeah I am right now.. I think I totally hosed this when I moved away from the examples I was following earlier | 13:17 |
firebat | https://pastebin.com/xRNLi0Zk | 13:17 |
firebat | Error message: https://pastebin.com/huFN0RqS | 13:17 |
*** schwicht has joined #openstack-ansible | 13:20 | |
jamesdenton | firebat looking | 13:20 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Fix lookup plugin for py3.5 support https://review.openstack.org/489839 | 13:22 |
*** cmart has joined #openstack-ansible | 13:23 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Add ability to copy more files from LXC host into cache https://review.openstack.org/489995 | 13:23 |
jamesdenton | firebat Any chance you could post the /etc/neutron/plugins/ml2/ml2_conf.ini from the neutron server container? | 13:27 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Add ability to copy more files from LXC host into cache https://review.openstack.org/490023 | 13:28 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/newton: Add ability to copy more files from LXC host into cache https://review.openstack.org/490024 | 13:28 |
*** kylek3h has joined #openstack-ansible | 13:29 | |
*** acormier has joined #openstack-ansible | 13:29 | |
firebat | Yeah I may be able to paste some two seconds | 13:30 |
mhayden | odyssey4me: hah, no way i could finish it by then | 13:30 |
*** acormier has quit IRC | 13:31 | |
mhayden | odyssey4me / logan-: the idea of the spec is to add dnf support without disturbing yum support | 13:31 |
*** acormier has joined #openstack-ansible | 13:31 | |
odyssey4me | mhayden I suppose we already require EPEL, so this isn't much of a stretch. | 13:32 |
jamesdenton | firebat By chance, did OSA configure a private and public network as part of an AIO deploy? I was able to recreate the issue, but it turns out the 'public' network OSA configured is already a flat network. You only get 1 flat network per mapping, and there's only one mapping by default | 13:32 |
odyssey4me | The only complexity here is ensuring that repo and repo key setups are done - most roles use 'package' tasks already. | 13:32 |
odyssey4me | but, mhayden I think you need a FFE from andymccr for that then | 13:32 |
odyssey4me | or simply his approval - I'll add a +1 | 13:33 |
*** yifei has joined #openstack-ansible | 13:33 | |
firebat | jamesdenton: Originally it did (it does that via tempest right?), but I overwrote that piece in configuration. I think I’m somewhat confused on the networking side of things.. seems like having a flat tenant network may not be what my team actually wants… pasting the ini in two seconds | 13:33 |
firebat | jamesdenton: Could you also elaborate on one flat networking per mapping? There’s no way to have multiple flat tenant networks? | 13:34 |
firebat | https://pastebin.com/WrnCqeL6 | 13:34 |
jamesdenton | firebat There's a misconception about what a flat network represents. In Neutron-speak, a flat network is an untagged vlan. Ideally, your interfaces are setup as trunks, so a flat network would be akin to the native vlan. A 'vlan' network is a tagged network, so neutron tags accordingly and drops it on the trunk | 13:35 |
jamesdenton | There's only 1 native/untagged vlan per trunk, thus only 1 flat network per "interface" or provider mapping | 13:35 |
firebat | So I think me and my whole team never really understood this until now… we won’t be able to have multiple private network subnets if we don’t use an overlay technology… would that be a correct statement? | 13:36 |
jamesdenton | firebat that's not necessarily true. You can have multiple networks segregated by vlans. An overlay technology like vxlan operates in a similar way: each network has a unique segment ID (VNI) rather than a VLAN ID, but its still segmented. All overlay traffic is encapsulated between L3 endpoints. | 13:38 |
jamesdenton | A very common deployment scenario is overlay is not desired is to configure the data plane interfaces use for neutron as trunks, allow some number of vlans thru pruning, and then setup neutron to have those vlans in a pool for allocation | 13:39 |
firebat | So in a sense I could have multiple vlans with differing subnets mapped onto a single external/provider network? | 13:39 |
jamesdenton | Well, sort of. Your tenants can have networks segregated by vlans connected to neutron routers that are all connected to a single external/provider network | 13:40 |
firebat | Do you know of an openstack_user_config.yml setup with multiple vlans where the neutron-server runs on a container? The appendix I was using was all vxlan | 13:42 |
jamesdenton | firebat https://ibb.co/fa8rfQ | 13:42 |
jamesdenton | yes. one sec | 13:42 |
jamesdenton | firebat https://gist.github.com/busterswt/340221d3623e98d42b224fc7da13143f#file-user_config_aio-L37 | 13:43 |
*** SerenaFe_ has joined #openstack-ansible | 13:43 | |
jamesdenton | That range that's defined there says "add vlans 1 thru 1 to the pool". So, only vlan 1. but you can change that range to suit your environment | 13:44 |
mhayden | odyssey4me: oh, you mean a FFE to begin merging those patches prior to the queens branching? | 13:44 |
odyssey4me | mhayden yes | 13:45 |
firebat | Interesting, and I would need to create a veth pair on my compute hosts for eth11 and eth12 right? | 13:45 |
odyssey4me | if you're wanting to merge the patches in pike you'll need a FFE | 13:45 |
jamesdenton | in the ml2 configuration, the 'tenant_network_types' setting determines the order in which network types are consumed. If it's 'vxlan,flat,vlan', then all vxlan IDs are consumed first, then the flat, then the vlans. I'm not sure how the order is determined. It may be the order in which they are defined in the openstack_user_config.yml | 13:45 |
* mhayden cozies up to andymccr | 13:46 | |
andymccr | hi mhayden | 13:46 |
jamesdenton | firebat no veth pair necessary for computes, it's only needed for the containers. on computes, the br-vlan bridge is used. So make sure that bridge contains whatever physical interfaces are used for neutron | 13:46 |
mhayden | andymccr: with regard to https://review.openstack.org/488424 , odyssey4me suggested requesting a FFE to begin working it in pikeland and continue into queens | 13:47 |
andymccr | ah Fédération Française d'Equitation ? | 13:48 |
mhayden | of course | 13:48 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: config_template python 3 compatibility https://review.openstack.org/488280 | 13:48 |
mhayden | i thought about calling the spec "Make CentOS Great Again", but cloudnull suggested otherwise | 13:49 |
logan- | would appreciate a final review on https://review.openstack.org/#/c/489660/ :) | 13:49 |
*** yifei has quit IRC | 13:49 | |
andymccr | mhayden: i heard the centos-house is a real dump. | 13:49 |
mhayden | andymccr: oh my, that article has made the rounfs | 13:49 |
andymccr | mhayden: also - what is an FFE? | 13:49 |
mhayden | s/rounfs/rounds/ | 13:49 |
mhayden | Feature Freeze Exception? | 13:50 |
andymccr | a covFeFE | 13:50 |
andymccr | ahh | 13:50 |
andymccr | we're not in feature freeze yet | 13:50 |
mhayden | when odyssey4me was PTL, I just kept sliding pieces of biltong over to his desk until he said "okay, proceed" | 13:50 |
odyssey4me | lol | 13:50 |
odyssey4me | EVERYONE CRAM IN MORE PATCHES QUICKLY! | 13:50 |
andymccr | mhayden: how long will it take to get done? | 13:50 |
odyssey4me | RUSH RUSH RUSH RUSH | 13:50 |
logan- | lol | 13:50 |
mhayden | the work items themselves are fairly small since i'm only adding a few things to make dnf work properly on centos | 13:50 |
mhayden | if i dislodge/break yum functionality, then i've done goofed | 13:51 |
cloudnull | lolol | 13:51 |
mhayden | (in the words of cloudnull ) | 13:51 |
odyssey4me | c'mon cloudnull - don't you have a 3 million line patch for us? | 13:51 |
mhayden | odyssey4me: 3.5 | 13:51 |
firebat | jamesdenton: Ok cool so that all makes sense… if I’m running a flat untagged network for my tenant networks does it need to be physically routable if all the nodes are on the same switch? | 13:51 |
*** yifei has joined #openstack-ansible | 13:51 | |
firebat | I’m out of “real” networks to use which is my other issue… I was only given three real networks for this, and I’m using them all already | 13:52 |
andymccr | mhayden: well it shouldnt pass gates i guess, and we could revert | 13:52 |
andymccr | i would say go for it on pike, if you think you can get it done in a week. and then as long as we can fix all teh stuff after that we should be good | 13:52 |
andymccr | i think reducing gate times in centos is a pretty key prio anyway | 13:52 |
mhayden | indeed | 13:52 |
mhayden | andymccr: feel free to smack https://review.openstack.org/488424 around to your liking ;) | 13:53 |
odyssey4me | hopefully mgariepy won't have a heart attack when he gets back from leave | 13:53 |
andymccr | ahh mhayden if you have a PoC patch for an integrated repo we could test it with another build? e.g. depends-on from the nova/keystone role or something | 13:54 |
odyssey4me | oh look - we rewrote everything while you were away, you're welcome | 13:54 |
andymccr | hahahahahahaha | 13:54 |
mhayden | odyssey4me: shouldn't affect him if he continues to use yum ;) | 13:54 |
mhayden | andymccr: well, these changes have to be made in each IRR before the integrated build will work :/ | 13:54 |
mhayden | but i could start stacking IRR patches and making an integrated patch with a bunch of "Depends-On"'s | 13:54 |
odyssey4me | yeah, it seems like a fairly contained change which is compatible with yum if that's preferred by the operator | 13:55 |
odyssey4me | so I'm down with getting it done | 13:55 |
andymccr | mhayden: yeah i guess we would know based on the individual role gate? i figured there might be like a change to say the apt-package role that would impact all others | 13:55 |
odyssey4me | as long as mhayden does all the heavy lifting | 13:55 |
andymccr | ^ this | 13:55 |
-openstackstatus- NOTICE: We have disable infracloud-vanilla due to the compute host running mirror.regionone.infracloud-vanilla.o.o being offline. Please recheck your failed jobs to schedule them to another cloud. | 13:56 | |
odyssey4me | most of the roles use the package task anyway, so if dnf is there they will simply inherit the new speedy package manager | 13:56 |
andymccr | does it prioritize? | 13:56 |
* andymccr reads the spec before asking more stuff | 13:57 | |
jamesdenton | firebat If you intend on being able to reach that network externally then it would need to be routable. Chances are, you're going to want to connect the network to a neutron router and use floating ips to provide that connectivity. You may need to source some additional networks. If you don't have vlans available then overlay may be your only option. it's not a bad option | 13:58 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/ocata: Add ability to copy more files from LXC host into cache https://review.openstack.org/490023 | 13:59 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Fix dumping hostvars to yaml from overrides https://review.openstack.org/489660 | 14:01 |
*** SerenaF__ has joined #openstack-ansible | 14:02 | |
*** SerenaFe_ has quit IRC | 14:03 | |
*** drifterza has quit IRC | 14:03 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/newton: Add ability to copy more files from LXC host into cache https://review.openstack.org/490024 | 14:04 |
*** udesale__ has joined #openstack-ansible | 14:06 | |
*** armaan_ has joined #openstack-ansible | 14:08 | |
*** andreas_s has quit IRC | 14:09 | |
*** armaan has quit IRC | 14:11 | |
*** armaan has joined #openstack-ansible | 14:11 | |
*** armaan_ has quit IRC | 14:14 | |
*** schwicht has quit IRC | 14:18 | |
*** schwicht has joined #openstack-ansible | 14:18 | |
*** SerenaF__ has quit IRC | 14:19 | |
xgerman_ | odyssey4m3 wonder if I can get some eyes on https://review.openstack.org/#/c/483520/ | 14:20 |
xgerman_ | and https://review.openstack.org/#/c/484440/ | 14:21 |
*** drifterza has joined #openstack-ansible | 14:22 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: test-log-collect.sh: Add SUSE/zypper handling when collecting logs https://review.openstack.org/487329 | 14:24 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Re-run setup-hosts before re-deploy. https://review.openstack.org/489531 | 14:24 |
*** armaan_ has joined #openstack-ansible | 14:31 | |
*** woodard has quit IRC | 14:31 | |
lvdombrkr | can anyone help with HAproxt problems? | 14:31 |
*** hw_wutianwei has quit IRC | 14:32 | |
*** udesale has joined #openstack-ansible | 14:34 | |
*** armaan has quit IRC | 14:34 | |
xgerman_ | what’s wrong? If it’s easy enough I can help | 14:35 |
*** udesale__ has quit IRC | 14:35 | |
*** kylek3h has quit IRC | 14:39 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Update all SHAs for 15.1.8 https://review.openstack.org/487841 | 14:43 |
*** smatzek has quit IRC | 14:47 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Update all SHAs for 14.2.8 https://review.openstack.org/487852 | 14:51 |
jrosser_ | cloudnull: you around? | 14:56 |
jrosser_ | https://github.com/openstack/openstack-ansible-ops/blob/850c763a19cb40d809b67d9cd2c37de7e3f6e1e2/multi-node-aio/playbooks/deploy-vms.yml#L100 | 14:57 |
jrosser_ | that seems to test the connection to localhost rather than the virtual machines | 14:57 |
lvdombrkr | my containers cant reach repos, wherem can be issue | 14:57 |
lvdombrkr | ? | 14:57 |
*** aditi_puntambeka has joined #openstack-ansible | 14:57 | |
*** goldenfri has quit IRC | 14:58 | |
Tahvok | When connecting to the controller, do I need to go to each container in order to see it's logs? | 15:01 |
*** marst has joined #openstack-ansible | 15:01 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: [DNM] Testing Limestone 3rd party CI https://review.openstack.org/488409 | 15:01 |
*** yifei has quit IRC | 15:04 | |
andymccr | lvdombrkr: try a netstat -plnt on your haproxy host, and see if its listening on the correct address - and then check the configuration for the repo servers (in like /etc/haproxy/haproxy.conf) | 15:05 |
andymccr | basically you want to check why it cant connect, so is haproxy working, if so, are the containers up and running with the services listening in them (use lxc-attach -n <container-name>) to access the containers | 15:06 |
*** Oku_OS is now known as Oku_OS-away | 15:06 | |
andymccr | if that is all ok, is the networking between your containers setup correctly, e.g. can containers talk to each other on that ip address range | 15:06 |
*** tobberyd_ has joined #openstack-ansible | 15:06 | |
*** sxc731 has joined #openstack-ansible | 15:06 | |
*** tobberyd_ has quit IRC | 15:07 | |
*** aditi_puntambeka has quit IRC | 15:07 | |
*** tobberyd_ has joined #openstack-ansible | 15:08 | |
*** tobberydberg has quit IRC | 15:09 | |
*** thorst_afk has quit IRC | 15:14 | |
*** tobberyd_ has quit IRC | 15:14 | |
*** armaan has joined #openstack-ansible | 15:18 | |
*** aditi_puntambeka has joined #openstack-ansible | 15:20 | |
*** armaan_ has quit IRC | 15:21 | |
*** electrofelix has quit IRC | 15:23 | |
cloudnull | jrosser_: i am | 15:25 |
*** woodard has joined #openstack-ansible | 15:26 | |
cloudnull | that should test the vms from the local machine | 15:26 |
cloudnull | are you seeing it act differently ? | 15:26 |
lvdombrkr | andymccr: i install telnet to a repo container and telnet proxy host :8181 and there is no problems | 15:26 |
cloudnull | lvdombrkr: haporxy ? | 15:27 |
jrosser_ | cloudnull: it drops through instantly without waiting for the vm to start | 15:27 |
lvdombrkr | cloudnull: haproxy | 15:27 |
cloudnull | hum. well that's not good | 15:27 |
jrosser_ | if you put -vvvv on it, "host" is set to localhost in the wait_for | 15:27 |
jrosser_ | we were wondering if local_action clobbered the value of ansible_host | 15:28 |
mhayden | with zuul-cloner, will the openstack-ansible gate actually follow a depends-on and get the proposed version of a review? | 15:28 |
cloudnull | it seems to wait when i deploy, however maybe there's something else going on ? | 15:28 |
logan- | yes mhayden | 15:29 |
mhayden | thanks logan- -- i haven't tested it yet | 15:29 |
andymccr | lvdombrkr: ok so can you log into a galera host and try the same thing? | 15:30 |
andymccr | lvdombrkr: also note that if haproxy is up, you may well be able to telnet but just not get a decent response back since haproxy will be listening on the port but unable to forward your connection to a backend host | 15:31 |
*** tomtomtom has quit IRC | 15:32 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo https://review.openstack.org/490059 | 15:32 |
lvdombrkr | andymccr: yes i can telnet haproxy olso from galera container | 15:34 |
*** udesale has quit IRC | 15:34 | |
lvdombrkr | bet when i run setup-infrastructure.yml i get failed: [infra1_rabbit_mq_container-a54d755f] (item=[u'epel-release', u'yum-plugin-priorities', u'yum-utils']) => {"changed": false, "failed": true, "item": ["epel-release", "yum-plugin-priorities", "yum-utils"], "msg": "\n\n One of the configured repositories failed (Unknown),\n and yum doesn't have enough cached data to continue. | 15:36 |
andymccr | lvdombrkr: thats a different issue to before though - so did you fix the previous issue? | 15:36 |
lvdombrkr | andymccr: i think this two issues are related, not so? | 15:37 |
andymccr | lvdombrkr: i mean it could be :) but that suggests your galera hosts managed to install properly. | 15:39 |
andymccr | lvdombrkr: i know we have had some issues with yum repo caching bits - so it could be a bug, id recommend logging into that rabbitmq container and trying to do a yum install of the epel-release package just to see what errors it provides you manually | 15:40 |
lvdombrkr | andymccr: i will try right now | 15:41 |
*** woodard has quit IRC | 15:42 | |
*** woodard has joined #openstack-ansible | 15:42 | |
lvdombrkr | andymccr: it was done without any errors | 15:44 |
andymccr | lvdombrkr: okin that case, just try rerun the openstack-infrastructure playbook. it seems our centos caching issues arent quite fixed yet mhayden :( | 15:46 |
mhayden | darn | 15:46 |
andymccr | mhayden: is there a work around we can give to lvdombrkr to avoid the caching problems? | 15:47 |
andymccr | i thought there was but i dont really recall | 15:48 |
odyssey4me | well, there were some fixes put in - are they actually active in the roles he's using? | 15:48 |
andymccr | odyssey4me: good point - lvdombrkr what version are you deploying? | 15:48 |
odyssey4me | lvdombrkr which branch/tag are you using? | 15:48 |
mhayden | if you can get a copy of apt-cacher-ng.conf into a paste bin, lvdombrkr, that would be handy! | 15:48 |
andymccr | apt-cacher-ng is on the repo container inside /etc/ i believe :) | 15:49 |
*** aditi_puntambeka has quit IRC | 15:49 | |
lvdombrkr | andymccr: 15.1.7 | 15:49 |
*** chyka has joined #openstack-ansible | 15:50 | |
andymccr | hmm that is the latest one i think, that went in today. lemme double check | 15:50 |
odyssey4me | nope, 15.1.8 is the next release, and that has more repo_server patches for caching | 15:51 |
andymccr | odyssey4me: nah the role sha for that role hasnt changed | 15:52 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo https://review.openstack.org/490059 | 15:52 |
odyssey4me | andymccr hmm, that's a problem because the role has change | 15:52 |
odyssey4me | *changed | 15:52 |
odyssey4me | something must be wrong with the role sha updating process | 15:53 |
andymccr | hmm lemme double check mightve misread | 15:53 |
*** jvidal has quit IRC | 15:53 | |
andymccr | but we also sha bumped it to include the fixes | 15:53 |
andymccr | so we could release following the instability | 15:53 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo https://review.openstack.org/490059 | 15:53 |
andymccr | ahh yeah there are a few new ones in 15.1.8 | 15:54 |
andymccr | major added some more fixes for the repo caching | 15:54 |
odyssey4me | there are 5 more patches after the SHA in https://github.com/openstack/openstack-ansible/blob/15.1.7/ansible-role-requirements.yml#L140 | 15:54 |
odyssey4me | might be better to wait and see what else falls out | 15:54 |
odyssey4me | anyone who raises the issue can easily make use of the newer role | 15:55 |
andymccr | maybe the best recommendation is to suggest bumping the sha manually and hten redeploying the repo server and seeing if it fixes it? | 15:55 |
odyssey4me | yup | 15:55 |
*** chyka_ has joined #openstack-ansible | 15:56 | |
openstackgerrit | Merged openstack/openstack-ansible master: Use ansible-runtime python for internal scripts https://review.openstack.org/489661 | 15:56 |
*** strattao has joined #openstack-ansible | 15:58 | |
*** ThiagoCMC has quit IRC | 15:58 | |
*** chyka has quit IRC | 15:59 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: [WIP] Add dnf support https://review.openstack.org/488579 | 15:59 |
*** strattao has quit IRC | 16:00 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 16:04 |
lvdombrkr | that means in 15.1.8 this issue is resolved? | 16:04 |
*** sxc731 has quit IRC | 16:04 | |
odyssey4me | lvdombrkr it would be nice if you could verify that | 16:05 |
odyssey4me | if there are more issues, we'd like to know so that we can resolve them for that release | 16:05 |
andymccr | lvdombrkr: yeah for now you could adjust the ansible-role-requirements.txt file (https://github.com/openstack/openstack-ansible/blob/15.1.7/ansible-role-requirements.yml#L140) to point to the newer stable/ocata sha for the repo_server role: 2c4a2b3ebd9ba4994b86250cf7b789ed8b09a8f6 | 16:07 |
andymccr | and then rerun the repo-server play | 16:08 |
lvdombrkr | andymccr: okey i will try | 16:10 |
lvdombrkr | odyssey4me: i will test 15.1.8 tomorrow in my test lab | 16:11 |
odyssey4me | the alternative is to build a fresh environment using the head of stable/ocata for the openstack-ansible repo | 16:13 |
*** pcaruana has quit IRC | 16:14 | |
*** pbandark has quit IRC | 16:19 | |
*** acormier_ has joined #openstack-ansible | 16:20 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-pip_install master: Add dnf support https://review.openstack.org/488580 | 16:22 |
*** drifterza has quit IRC | 16:22 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Add dnf support https://review.openstack.org/488579 | 16:23 |
*** acormier has quit IRC | 16:24 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-openstack_hosts master: Add dnf support https://review.openstack.org/488268 | 16:26 |
*** markus_z has quit IRC | 16:27 | |
*** Jolrael has quit IRC | 16:34 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: [WIP] Test dnf in integrated repo https://review.openstack.org/490059 | 16:35 |
cloudnull | http://paste.openstack.org/ -- anyone seen this issue with the latest master? | 16:47 |
armaan | folks, if i get this error msg "error while evaluating conditional: inventory_hostname in groups[item.value.group]" then does it mean that I have incorrectly configured user_config.yaml? | 16:48 |
cloudnull | running with ansible 2.3.2.0 | 16:48 |
cloudnull | armaan: depends on where that happens ? | 16:48 |
cloudnull | what play are you seeing that issue? | 16:49 |
cloudnull | and which release? | 16:49 |
armaan | cloudnull: os-neutron.yaml, while configuring the agents. I am trying to deploy mitaka with ovs(from Travis's local fork) | 16:49 |
armaan | cloudnull: here is the play run http://paste.openstack.org/show/617295/ | 16:50 |
*** firebat has quit IRC | 16:50 | |
odyssey4me | cloudnull I see that paste page often, especially the empty one ;) | 16:51 |
armaan | cloudnull: I am using mitaka-eol tag from openstack-ansible and the I am configuring it to pull os_neutron role from https://github.com/trumant/openstack-ansible-os_neutron | 16:51 |
armaan | specifically, upto this commit 01b510d15960903c271d3d3ad70de9f83d9396e0 | 16:52 |
*** sxc731 has joined #openstack-ansible | 16:53 | |
lvdombrkr | could any one see this issue before? http://paste.openstack.org/raw/617297/ | 16:53 |
*** thorst_afk has joined #openstack-ansible | 16:55 | |
*** aditi_puntambeka has joined #openstack-ansible | 17:05 | |
*** mbuil has quit IRC | 17:09 | |
mw_ | cloudnull: My OSA deployment is taking about 2 hours. It's just the basic configuration shown in the OSA documentation. Is this normal? The deployment and target hosts are all VMs, which I'm assuming isn't helping my performance. | 17:14 |
*** aditi_puntambeka has quit IRC | 17:16 | |
lvdombrkr | after setup-openstack.yml keystone failed failed: [infra1_keystone_container-1a5f64cf] (item={u'url': u'http://172.16.84.196:35357') and in keystone logs i see that apache is down | 17:25 |
lvdombrkr | anybody meet this issue? | 17:25 |
lvdombrkr | ? | 17:31 |
*** armaan has quit IRC | 17:32 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Remove the | changed idempotency breaker https://review.openstack.org/490108 | 17:33 |
cloudnull | odyssey4me: lol | 17:36 |
cloudnull | http://paste.openstack.org/show/617294/ | 17:36 |
cloudnull | thats the paste | 17:36 |
* cloudnull was lunching | 17:36 | |
odyssey4me | nope - haven't seen that | 17:37 |
openstackgerrit | Merged openstack/openstack-ansible-specs master: [Spec] Use dnf with CentOS https://review.openstack.org/488424 | 17:39 |
*** sxc731 has quit IRC | 17:41 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible stable/ocata: Bump plugins SHA to support Ocata->Pike upgrades https://review.openstack.org/490112 | 17:42 |
*** jamesden_ has joined #openstack-ansible | 17:47 | |
*** jamesdenton has quit IRC | 17:47 | |
*** stuartgr has quit IRC | 17:55 | |
openstackgerrit | Nolan Brubaker proposed openstack/openstack-ansible-os_swift master: Flag service for restart if the venv changes https://review.openstack.org/485225 | 17:58 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 17:58 |
openstackgerrit | Nolan Brubaker proposed openstack/openstack-ansible master: Install swift serially for rolling updates https://review.openstack.org/478580 | 17:58 |
mw_ | cloudnull: Thoughts on my 2 hour deployment time? | 17:59 |
lvdombrkr | any opinions in my issue? | 18:01 |
SamYaple | mw_: yes 2 hour deploy is normal | 18:07 |
mw_ | SamYaple: Thanks :) | 18:07 |
*** tobberydberg has joined #openstack-ansible | 18:11 | |
mw_ | SamYaple: This might be a stupid question, but with 2 hour deploy times, how do you troubleshoot and fix deployment issues in a reasonable time? | 18:11 |
mw_ | Say you have a bad neutron config or something and need to re-reploy to update the config and test your change. Are you just stuck waiting for a full re-reploy? | 18:12 |
SamYaple | mw_: --tags mostly | 18:12 |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Update all SHAs for 14.2.8 https://review.openstack.org/487852 | 18:12 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-galera_client master: Add dnf support https://review.openstack.org/490124 | 18:14 |
mw_ | SamYaple: tags? | 18:14 |
logan- | mw_: you can run service playbooks individually. or chain a few together. ex: openstack-ansible os-nova-install.yml os-neutron-install.yml | 18:14 |
logan- | or you could target specific parts of a playbook like openstack-ansible os-nova-install.yml --tags config | 18:15 |
odyssey4me | and use --limits or --tags to constrain what gets run against what | 18:15 |
SamYaple | mw_: --tags is an ansible thing. alot of tasks have specific tags o nthem, so you can run a subset of tasks | 18:15 |
mw_ | Ah, ok. Interesting. Thanks guys! | 18:15 |
*** tobberydberg has quit IRC | 18:16 | |
logan- | even if you were to run an entire playbook run again, on an existing environment it should take less than the greenfield deploy because you won't be waiting for a bunch of apt packages, etc to install | 18:16 |
logan- | it's still going to take a while to run through a full deploy, but it should be marginally faster | 18:17 |
mw_ | logan-: Yeah, I've noticed that as well. Cool. | 18:17 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-galera_server master: Add dnf support https://review.openstack.org/490126 | 18:17 |
mw_ | I'm looking into finding the best way to deploy a lot of stacks with different neutron configurations essentially. linuxbridge, ovs, ovs+dvr, etc.. | 18:18 |
mw_ | From what I could tell OSA looked like the best way to do this. Does that seem reasonable? | 18:18 |
*** albertcard1 has quit IRC | 18:20 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Add dnf support https://review.openstack.org/490128 | 18:21 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: [WIP] Update Ansible to 2.3.2.0-0.5.rc5 https://review.openstack.org/481745 | 18:22 |
lvdombrkr | does anyone see this error before? | 18:25 |
lvdombrkr | http://paste.openstack.org/raw/617302/ | 18:25 |
*** poopcat has joined #openstack-ansible | 18:26 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-ceph_client master: Add dnf support https://review.openstack.org/490130 | 18:27 |
*** albertcard1 has joined #openstack-ansible | 18:29 | |
*** acormier has joined #openstack-ansible | 18:31 | |
*** poopcat has quit IRC | 18:32 | |
*** acormier_ has quit IRC | 18:32 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible master: Octavia scenario https://review.openstack.org/483520 | 18:32 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_glance master: Add dnf support https://review.openstack.org/490133 | 18:34 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_keystone master: Add dnf support https://review.openstack.org/490135 | 18:36 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Enable V2 Octavia API (Experimental) https://review.openstack.org/484440 | 18:39 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_cinder master: Add dnf support https://review.openstack.org/490141 | 18:41 |
*** sxc731 has joined #openstack-ansible | 18:42 | |
*** albertcard1 is now known as poopcat | 18:43 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_nova master: Add dnf support https://review.openstack.org/490143 | 18:44 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_neutron master: Add dnf support https://review.openstack.org/490144 | 18:46 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_heat master: Add dnf support https://review.openstack.org/490145 | 18:48 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_horizon master: Add dnf support https://review.openstack.org/490147 | 18:51 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add dnf support https://review.openstack.org/490152 | 18:57 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_aodh master: Add dnf support https://review.openstack.org/490153 | 18:59 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_designate master: Add dnf support https://review.openstack.org/490155 | 19:00 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_gnocchi master: Add dnf support https://review.openstack.org/490156 | 19:02 |
dmsimard | andymccr: slowly making progress for that liberasure code update.. it should land for Pike soon and I'll keep harassing maintainers on our end to push it down | 19:02 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_swift master: Add dnf support https://review.openstack.org/490157 | 19:04 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_ironic master: Add dnf support https://review.openstack.org/490158 | 19:05 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_magnum master: Add dnf support https://review.openstack.org/490160 | 19:06 |
mw_ | cloudnull: I've rebooted my controller node and all the containers are failing to get DHCP addresses on eth0. Is there a process to get this back up and running again? | 19:07 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_sahara master: Add dnf support https://review.openstack.org/490161 | 19:08 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_tempest master: Add dnf support https://review.openstack.org/490162 | 19:09 |
*** hybridpollo has joined #openstack-ansible | 19:11 | |
mw_ | (No dhcp from lxcbr0 on 10.0.3.X) | 19:12 |
*** hybridpollo has quit IRC | 19:16 | |
mw_ | cloudnull: after rebooting all the eth0 interfaces are disconnected from lxcbr0... wtf? | 19:19 |
mw_ | SamYaple: Ever seen this before? | 19:22 |
*** sxc731 has quit IRC | 19:25 | |
mw_ | I'm assuming a service should be adding them back there? | 19:30 |
*** acormier has quit IRC | 19:52 | |
*** acormier has joined #openstack-ansible | 19:52 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [WIP] Add nspawn container driver https://review.openstack.org/477017 | 19:59 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add force handlers to the build command https://review.openstack.org/489610 | 19:59 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add environment options and re-flow the README.rst https://review.openstack.org/489615 | 19:59 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: fix vm server ip typo and isolate hosts into ip blocks https://review.openstack.org/489688 | 19:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: remove the use of iteritems https://review.openstack.org/490179 | 20:02 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: remove the use of iteritems https://review.openstack.org/490183 | 20:05 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: remove the use of iteritems https://review.openstack.org/490186 | 20:07 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: remove the use of iteritems https://review.openstack.org/490187 | 20:07 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: remove the use of iteritems https://review.openstack.org/490188 | 20:08 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add dnf support https://review.openstack.org/490152 | 20:09 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-tests master: Add dnf support https://review.openstack.org/490189 | 20:10 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Add dnf support https://review.openstack.org/488580 | 20:11 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Add dnf support https://review.openstack.org/490124 | 20:12 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_cinder master: remove the use of iteritems https://review.openstack.org/490191 | 20:12 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Add dnf support https://review.openstack.org/488268 | 20:13 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: Add dnf support https://review.openstack.org/490192 | 20:17 |
*** vishwana_ has joined #openstack-ansible | 20:23 | |
*** vishwanathj has quit IRC | 20:26 | |
*** aditipuntambekar has joined #openstack-ansible | 20:28 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-tests master: [WIP] End-to-end dnf test https://review.openstack.org/490196 | 20:29 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Add dnf support https://review.openstack.org/490145 | 20:29 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-tests master: [WIP] End-to-end dnf test https://review.openstack.org/490196 | 20:29 |
*** https_GK1wmSU has joined #openstack-ansible | 20:32 | |
*** https_GK1wmSU has left #openstack-ansible | 20:34 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: remove the use of iteritems https://review.openstack.org/490183 | 20:34 |
*** aditipuntambekar has quit IRC | 20:35 | |
eoseq | how to regenerate inventory when I get different names in json than on infra hosts? | 20:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Add dnf support https://review.openstack.org/490156 | 20:39 |
*** acormier_ has joined #openstack-ansible | 20:40 | |
*** acormier_ has quit IRC | 20:40 | |
*** acormier_ has joined #openstack-ansible | 20:41 | |
*** acormier has quit IRC | 20:44 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Add dnf support https://review.openstack.org/490147 | 20:50 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: remove the use of iteritems https://review.openstack.org/490186 | 20:51 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: remove the use of iteritems https://review.openstack.org/490188 | 20:53 |
*** woodard_ has joined #openstack-ansible | 20:55 | |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Add dnf support https://review.openstack.org/490155 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Add dnf support https://review.openstack.org/490135 | 20:57 |
*** woodard has quit IRC | 20:59 | |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: Add dnf support https://review.openstack.org/490153 | 21:00 |
*** woodard_ has quit IRC | 21:00 | |
*** acormier has joined #openstack-ansible | 21:00 | |
*** lucasxu has quit IRC | 21:00 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Add dnf support https://review.openstack.org/490143 | 21:01 |
*** acormier_ has quit IRC | 21:04 | |
*** acormier has quit IRC | 21:05 | |
mhayden | spotz: there are happies in https://review.openstack.org/490128 now | 21:05 |
*** acormier has joined #openstack-ansible | 21:05 | |
*** thorst_afk has quit IRC | 21:06 | |
*** jamesden_ has quit IRC | 21:06 | |
*** esberglu has quit IRC | 21:08 | |
spotz | mhayden is it just me or is jenkins a little pokey? | 21:09 |
mhayden | zuul is a bit slow today -- i assumed it was probably due to a big queue | 21:09 |
mhayden | since we're appraching the end of the dev cycle | 21:09 |
mhayden | it usually spikes rigt about this time | 21:09 |
*** acormier has quit IRC | 21:09 | |
prometheanfire | yep | 21:10 |
prometheanfire | people trying to push stuff to GR that shold have been pushed weeks ago | 21:10 |
mhayden | a late push is better than never | 21:10 |
mhayden | LATE SURGE | 21:10 |
prometheanfire | 'someone' wanted to push reno | 21:10 |
*** thorst_afk has joined #openstack-ansible | 21:11 | |
prometheanfire | 200 or so dependant projects for that :P | 21:11 |
mhayden | i feel like putting a review in there to push something forward that is totally silly | 21:11 |
prometheanfire | you'd get the same reaction as anyone | 21:11 |
*** acormier has joined #openstack-ansible | 21:11 | |
prometheanfire | FFE to the mailing list :P | 21:11 |
SamYaple | prometheanfire: you going to be at the PTG? | 21:12 |
prometheanfire | yep | 21:12 |
prometheanfire | JUST got approval | 21:12 |
SamYaple | nice | 21:12 |
SamYaple | i guess ill go then | 21:13 |
prometheanfire | as in, 1.75 hours ago | 21:13 |
SamYaple | just for oyu | 21:13 |
prometheanfire | lol, thanks | 21:13 |
prometheanfire | I'll be focusing on requirements/release/stable, and probably ironic (in osa or not) | 21:13 |
SamYaple | ill be jumping around myself. lots of side projects to carve out a few hours for | 21:15 |
*** thorst_afk has quit IRC | 21:15 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible master: Octavia scenario https://review.openstack.org/483520 | 21:15 |
*** smatzek has joined #openstack-ansible | 21:15 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_glance master: Add dnf support https://review.openstack.org/490133 | 21:16 |
mhayden | cloudnull / spotz: fixed my typo in https://review.openstack.org/490133 | 21:16 |
*** smatzek has quit IRC | 21:29 | |
*** woodard has joined #openstack-ansible | 21:36 | |
*** woodard has quit IRC | 21:36 | |
*** esberglu has joined #openstack-ansible | 21:37 | |
*** woodard has joined #openstack-ansible | 21:37 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: remove the use of iteritems https://review.openstack.org/490191 | 21:38 |
dmsimard | evrardjp: no mention of removing epel in ptl application, -1 | 21:39 |
evrardjp | haha | 21:40 |
evrardjp | well that's not a goal, that's obviously what we're gonna do :p | 21:40 |
prometheanfire | evrardjp: and -1 for not adding gentoo support :P | 21:43 |
evrardjp | dmsimard: wait what... ? There is actually someone that read my candidacy? I mean without me begging for it? | 21:43 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts stable/ocata: Set kernel params to ensure iptables are never left open https://review.openstack.org/490222 | 21:43 |
evrardjp | prometheanfire: patches welcome :D | 21:43 |
dmsimard | evrardjp: I love reading PTL candidacies :D | 21:43 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts stable/newton: Set kernel params to ensure iptables are never left open https://review.openstack.org/490223 | 21:44 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-openstack_hosts master: Set kernel params to ensure iptables are never left open https://review.openstack.org/490225 | 21:44 |
*** vishwana_ has quit IRC | 21:45 | |
*** vishwanathj has joined #openstack-ansible | 21:45 | |
*** thorst_afk has joined #openstack-ansible | 21:46 | |
*** thorst_afk has quit IRC | 21:50 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Add dnf support https://review.openstack.org/490128 | 21:50 |
evrardjp | cloudnull: that's serious: https://review.openstack.org/#/c/490225/ | 21:54 |
*** marst has quit IRC | 22:03 | |
evrardjp | I'm off, cya tomorrow guys! | 22:03 |
*** acormier has quit IRC | 22:07 | |
*** germs1 has joined #openstack-ansible | 22:07 | |
*** germs1 has left #openstack-ansible | 22:07 | |
*** https_GK1wmSU has joined #openstack-ansible | 22:15 | |
*** vishwanathj has quit IRC | 22:16 | |
*** vishwanathj has joined #openstack-ansible | 22:16 | |
*** gouthamr has quit IRC | 22:16 | |
*** https_GK1wmSU has left #openstack-ansible | 22:17 | |
*** acormier has joined #openstack-ansible | 22:26 | |
*** schwicht has quit IRC | 22:31 | |
*** hybridpollo has joined #openstack-ansible | 22:33 | |
*** phalmos has joined #openstack-ansible | 22:34 | |
*** schwicht has joined #openstack-ansible | 22:56 | |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Add dnf support https://review.openstack.org/490133 | 22:56 |
*** gtrxcb has joined #openstack-ansible | 23:06 | |
*** acormier has quit IRC | 23:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Add dnf support https://review.openstack.org/490141 | 23:25 |
*** schwicht has quit IRC | 23:28 | |
*** charcol has joined #openstack-ansible | 23:29 | |
*** gouthamr has joined #openstack-ansible | 23:32 | |
openstackgerrit | Charles Farquhar proposed openstack/openstack-ansible-os_swift master: Add basic functional testing for swift3 https://review.openstack.org/490248 | 23:37 |
*** charcol-v2 has joined #openstack-ansible | 23:42 | |
*** chyka_ has quit IRC | 23:42 | |
*** chyka has joined #openstack-ansible | 23:43 | |
*** charcol has quit IRC | 23:44 | |
*** chyka has quit IRC | 23:48 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: remove the use of iteritems https://review.openstack.org/490187 | 23:49 |
*** charcol-v2 has quit IRC | 23:49 | |
*** charcol has joined #openstack-ansible | 23:52 | |
*** thorst_afk has joined #openstack-ansible | 23:55 | |
*** yifei has joined #openstack-ansible | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!