*** cshen has joined #openstack-ansible | 00:12 | |
*** cshen has quit IRC | 00:17 | |
*** djhankb has quit IRC | 01:01 | |
*** djhankb has joined #openstack-ansible | 01:04 | |
*** cshen has joined #openstack-ansible | 02:13 | |
*** cshen has quit IRC | 02:18 | |
*** gyee has quit IRC | 02:54 | |
*** dave-mccowan has quit IRC | 03:06 | |
*** spatel has joined #openstack-ansible | 03:29 | |
*** cshen has joined #openstack-ansible | 04:11 | |
*** cshen has quit IRC | 04:15 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-ansible | 04:33 | |
*** spatel has quit IRC | 04:45 | |
*** BlackFX has joined #openstack-ansible | 04:50 | |
*** cloudnull has quit IRC | 04:51 | |
*** cloudnull has joined #openstack-ansible | 04:52 | |
*** aj_mailing has joined #openstack-ansible | 05:23 | |
BlackFX | Which playbook is responsible for setting up the veths for the neutron role? | 06:50 |
---|---|---|
BlackFX | the veth's for my br-vlan and br-vxlan are not being created in the neutron container | 06:51 |
*** pcaruana has joined #openstack-ansible | 07:00 | |
*** cshen has joined #openstack-ansible | 07:14 | |
jrosser | BlackFX: the neutron container only runs the api server, not the agents. this means that those bridges are not required in the container. the agents run on the hosts themselves. | 07:15 |
BlackFX | OpenStack Networking tunnel: br-vxlan | 07:16 |
BlackFX | The br-vxlan bridge is required if the environment is configured to allow projects to create virtual networks. It provides the interface for virtual (VXLAN) tunnel networks. | 07:16 |
BlackFX | The bridge attaches to a physical or logical interface, typically a bond1 VLAN subinterface. It also attaches to eth10 in each associated container. | 07:16 |
BlackFX | The container network interface it attaches to is configurable in the openstack_user_config.yml file. | 07:16 |
BlackFX | Whats the bit in there about eth10 talking about? | 07:17 |
jrosser | which release is the documentation for you have there? | 07:18 |
BlackFX | ussuri | 07:19 |
BlackFX | https://docs.openstack.org/project-deploy-guide/openstack-ansible/ussuri/targethosts.html#configuring-the-network | 07:20 |
jrosser | somewhere around the Queens release the neutron agents were moved from containers to the host, because it was quite difficult operationally before. | 07:21 |
BlackFX | Okay | 07:22 |
*** shyamb has joined #openstack-ansible | 07:47 | |
*** openstackgerrit has joined #openstack-ansible | 08:07 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Remove references to eth10/eth11 container interfaces https://review.opendev.org/751183 | 08:07 |
*** pcaruana has quit IRC | 08:19 | |
*** shyamb has quit IRC | 08:28 | |
*** pcaruana has joined #openstack-ansible | 08:31 | |
*** MickyMan77 has joined #openstack-ansible | 08:34 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_aodh master: Define condition for the first play host one time https://review.opendev.org/751185 | 08:36 |
MickyMan77 | Why do I get this censored error msg when I run, # openstack-ansible setup-openstack.yml. http://paste.openstack.org/show/797765/ | 08:39 |
*** andrewbonney has joined #openstack-ansible | 08:44 | |
noonedeadpunk | because otherwise it will print out and log your db password each time you run role - even when it passes without error | 08:46 |
*** tosky has joined #openstack-ansible | 08:47 | |
noonedeadpunk | you can comment out no_log option here https://opendev.org/openstack/openstack-ansible-os_keystone/src/branch/master/tasks/db_setup.yml#L36 (but in your deployment) to see error. | 08:47 |
BlackFX | Is there a standard way to define host specific variables? i have a host with a different `host_bind_override` needed to all the others. | 08:52 |
*** shyamb has joined #openstack-ansible | 08:55 | |
*** pcaruana has quit IRC | 09:07 | |
*** pcaruana has joined #openstack-ansible | 09:08 | |
*** shyam89 has joined #openstack-ansible | 09:11 | |
*** shyamb has quit IRC | 09:15 | |
*** cyberpear has quit IRC | 09:17 | |
noonedeadpunk | BlackFX: sure! you can use host_vars and group_vars | 09:28 |
noonedeadpunk | so you can jsut creater /etc/openstack_deploy/host_vars/hostname.yml | 09:29 |
BlackFX | and how do I refer to them from the conifg? it doesnt seem to like {{ hostvars[host]['var'] }} | 09:45 |
BlackFX | thanks for your help by the way guys :) | 09:45 |
BlackFX | Never mind. Got it | 09:48 |
*** omegapoint has joined #openstack-ansible | 10:05 | |
omegapoint | hey, i'm trying to do an upgrade on rocky from xenial to bionic, and i was going to do an in-place upgrade. according to these release notes (https://docs.openstack.org/releasenotes/openstack-ansible/rocky.html ) this is not really supported. is this still the current state or is there some way to do it, even if manually? | 10:06 |
*** shyam89 has quit IRC | 10:08 | |
*** d34dh0r53 has quit IRC | 10:11 | |
*** fridtjof[m] has quit IRC | 10:11 | |
*** mnaser has quit IRC | 10:11 | |
*** gundalow has quit IRC | 10:11 | |
*** fyx has quit IRC | 10:11 | |
*** jrosser has quit IRC | 10:11 | |
*** fresta has quit IRC | 10:11 | |
*** d34dh0r53 has joined #openstack-ansible | 10:11 | |
*** fresta has joined #openstack-ansible | 10:11 | |
*** gundalow has joined #openstack-ansible | 10:11 | |
*** jrosser has joined #openstack-ansible | 10:11 | |
noonedeadpunk | omegapoint: for sure there is way) | 10:14 |
noonedeadpunk | we have a patch that didn't get released... https://review.opendev.org/#/c/710803/ | 10:15 |
noonedeadpunk | that have more detailed isntruction | 10:15 |
noonedeadpunk | and some notes on the etherpad https://etherpad.openstack.org/p/osa-rocky-bionic-upgrade | 10:15 |
*** fridtjof[m] has joined #openstack-ansible | 10:16 | |
*** fyx has joined #openstack-ansible | 10:16 | |
*** mnaser has joined #openstack-ansible | 10:16 | |
*** mnaser has quit IRC | 10:17 | |
*** mnaser has joined #openstack-ansible | 10:17 | |
*** fyx has quit IRC | 10:17 | |
*** fyx has joined #openstack-ansible | 10:17 | |
noonedeadpunk | BlackFX: just keep in mind, that variables defined in user_variables.yml will have prescedence over host_vars. But host_vars have prescedence over group_vars | 10:17 |
noonedeadpunk | so you probably want to set variable in group_vars/all.yml (or nova_all.yml or whatever), and verride for specific host, rather than defining us user_variables.yml | 10:18 |
omegapoint | noonedeadpunk: thanks, i'll check it out :) | 10:22 |
*** shyamb has joined #openstack-ansible | 10:30 | |
*** aj_mailing has quit IRC | 10:31 | |
*** shyamb has quit IRC | 10:33 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Set correct permissions for rootwrap.d https://review.opendev.org/750493 | 10:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Use the utility host for db setup tasks https://review.opendev.org/747183 | 10:36 |
*** shyamb has joined #openstack-ansible | 10:52 | |
*** cyberpear has joined #openstack-ansible | 11:07 | |
*** shyam89 has joined #openstack-ansible | 11:11 | |
*** shyamb has quit IRC | 11:15 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_barbican master: Define condition for the first play host one time https://review.opendev.org/751248 | 11:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: Bump SHAs for stable/ussuri https://review.opendev.org/750962 | 11:29 |
*** shyam89 has quit IRC | 11:30 | |
*** shyam89 has joined #openstack-ansible | 11:30 | |
*** mgariepy has quit IRC | 11:37 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_blazar master: Define condition for the first play host one time https://review.opendev.org/751254 | 12:00 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: Define condition for the first play host one time https://review.opendev.org/751257 | 12:10 |
*** cshen has quit IRC | 12:11 | |
*** mgariepy has joined #openstack-ansible | 12:19 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_cinder master: Define condition for the first play host one time https://review.opendev.org/751260 | 12:24 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_cloudkitty master: Define condition for the first play host one time https://review.opendev.org/751261 | 12:27 |
*** shyam89 has quit IRC | 12:29 | |
mgariepy | ovn is about to merge ! :D | 12:30 |
mgariepy | noonedeadpunk, can you review this one ? https://review.opendev.org/#/c/751063/1 | 12:33 |
noonedeadpunk | sure thing | 12:33 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-openstack_hosts stable/ussuri: Allow 'rp_filter' to be configured by individual deployments https://review.opendev.org/751265 | 12:37 |
openstackgerrit | Merged openstack/openstack-ansible master: Add integrated test for Ubuntu using ML2/OVN driver https://review.opendev.org/733017 | 12:40 |
openstackgerrit | Merged openstack/openstack-ansible master: [doc] Fix deployment guide to correspond relevant OS https://review.opendev.org/749460 | 12:40 |
mgariepy | \o/ | 12:40 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/ussuri: [doc] Fix deployment guide to correspond relevant OS https://review.opendev.org/751267 | 12:42 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [doc] Update current_series_name https://review.opendev.org/749461 | 12:42 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_designate master: Define condition for the first play host one time https://review.opendev.org/751268 | 12:45 |
jrosser | jamesdenton: you remeber we talked about how necessary/not necessary container_interface was a while ago, like here https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.pod.example#L112 | 12:46 |
jrosser | i have a patch cleaning up the docs for this https://review.opendev.org/#/c/751183/ and i rememeber there was some gotcha about that var having hidden meaning for OVS? | 12:46 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible stable/ussuri: Add integrated test for Ubuntu using ML2/OVN driver https://review.opendev.org/751269 | 12:47 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_glance master: Define condition for the first play host one time https://review.opendev.org/751270 | 12:50 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_cinder master: Define condition for the first play host one time https://review.opendev.org/751260 | 12:51 |
*** cshen has joined #openstack-ansible | 12:56 | |
MickyMan77 | Now I run into this error msg when I'm installing the openstack on CentOS 8.2. (# openstack-ansible setup-openstack.yml), http://paste.openstack.org/show/797773/ | 13:00 |
noonedeadpunk | and what is ceph_stable_release? | 13:06 |
noonedeadpunk | as I see all these packages in case of defaults https://download.ceph.com/rpm-octopus/el8/x86_64/ | 13:08 |
jamesdenton | jrosser rings a bell | 13:11 |
jamesdenton | i know there's a network_interface var specifically for OVS-based provider networks | 13:12 |
jamesdenton | i'd have to look at container_interface again to see if there's anything funny there | 13:13 |
jrosser | i guess what i'm wondering is can we just strip those references to eth10/11 for good now | 13:13 |
jamesdenton | *now that neutron agent container defaults to baremetal? | 13:13 |
jamesdenton | that's what its for | 13:13 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_gnocchi master: Define condition for the first play host one time https://review.opendev.org/751272 | 13:14 |
jrosser | yep - we certiainly need to tidy the docs as we had someone query what it was all about for the neutron containers | 13:15 |
jamesdenton | jrosser lemme try a deploy without it and see what breaks! | 13:15 |
jrosser | awesome! | 13:15 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_heat master: Define condition for the first play host one time https://review.opendev.org/751274 | 13:21 |
noonedeadpunk | jrosser: hm I thought we have some ability to globally enable haproxy_frontend_acls but can;'t find that... | 13:31 |
jrosser | right now i think that they are per frontend | 13:33 |
jrosser | https://github.com/openstack/openstack-ansible-haproxy_server/blob/master/templates/service.j2#L41-L44 | 13:33 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Allow 'rp_filter' to be configured by individual deployments https://review.opendev.org/748132 | 13:34 |
noonedeadpunk | yeah I think it's worth adding them the way we did with haproxy_ssl? | 13:34 |
noonedeadpunk | eventually we could add them based on the haproxy_ssl_letsencrypt_enable ? | 13:34 |
jrosser | for LE in the standard config you only need it on the frontend service port 443 | 13:36 |
noonedeadpunk | Just want the way that will allow to omit copying whole haproxy_default_services | 13:38 |
noonedeadpunk | for editing single service | 13:38 |
jrosser | yes so there is leftover work from the LE stuff | 13:39 |
noonedeadpunk | but yeah, I see, thanks! | 13:39 |
jrosser | i'm unsure if it's possible to have the ACL there all the time | 13:40 |
jrosser | if the backend is not defined that may be a config error, and the backend would be conditional on using LE | 13:41 |
jrosser | which i guess means that haproxy_frontend_acls for port 443 would be a ternary that is either the LE acl or an empty dict | 13:42 |
noonedeadpunk | yeah, and eventually that would require horizon. but otherwise unsig extra services is not an issue | 13:43 |
jrosser | interesting point | 13:44 |
*** dmsimard has quit IRC | 13:44 | |
jrosser | the acme challenge is on port 80 | 13:44 |
*** dmsimard has joined #openstack-ansible | 13:45 | |
jrosser | so in a sense it's not depending on horizon in our implementation | 13:45 |
noonedeadpunk | but horizon frontend is the one listening on 443 | 13:45 |
jrosser | the acl changes the way the no ssl -> ssl redirect works, and adds a special case | 13:45 |
jrosser | so it's not actually doing anything on 443 really for LE | 13:45 |
jrosser | it's perhaps cleaner if we can separate it out into 'redirect to https or LE' and 'horizon on https/443' | 13:47 |
jrosser | because thats all a little tangled up right now | 13:47 |
jrosser | i've also got some other work here with haproxy which would make it easy to have horizon.example.com cinder.example.com glance.example.com....... all on port 443 | 13:48 |
noonedeadpunk | oh, yeah, that's actually pretty cool | 13:49 |
jrosser | https://www.haproxy.com/blog/introduction-to-haproxy-maps/ | 13:49 |
jrosser | ^ these are really cool | 13:49 |
noonedeadpunk | but I think in this case we will need to issue LE for each endpoint? | 13:49 |
jrosser | in the same cert it would need a SAN for each | 13:50 |
jrosser | so one cert with many names | 13:50 |
openstackgerrit | Merged openstack/openstack-ansible master: [doc] Update current_series_name https://review.opendev.org/749461 | 13:50 |
noonedeadpunk | But can LE do SUN? | 13:51 |
noonedeadpunk | (I thought it's not) | 13:51 |
jrosser | you just pass the domain flag lots of times to certbot | 13:51 |
noonedeadpunk | oh, I see | 13:52 |
*** aj_mailing has joined #openstack-ansible | 14:00 | |
*** cshen has quit IRC | 14:03 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/ussuri: Add TCP listener on OVSDB https://review.opendev.org/751063 | 14:05 |
*** aj_mailing has quit IRC | 14:22 | |
*** aj_mailing has joined #openstack-ansible | 14:22 | |
*** cshen has joined #openstack-ansible | 14:25 | |
redkrieg | I asked about this yesterday but didn't get any replies, sorry for the repeat. I'm trying to upgrade Rocky->Stein but it's trying to run ceilometer-upgrade on my compute hosts and failing, is this supposed to be run on compute hosts? If not, how can I fix my config? http://paste.openstack.org/show/797735/ | 14:27 |
*** stuartgr has quit IRC | 14:31 | |
*** stuartgr has joined #openstack-ansible | 14:32 | |
noonedeadpunk | I think it's because you do limit. Eventually it doesn't matter where to run tbh | 14:39 |
noonedeadpunk | and it might fail if you have issues with gnocchi | 14:39 |
noonedeadpunk | or, I think, it might be because of usage of ujson < 20.1 | 14:40 |
noonedeadpunk | *2.0.1 | 14:40 |
*** aj_mailing has quit IRC | 14:48 | |
redkrieg | thanks for looking, I'll investigate gnocchi and ujson's version | 14:48 |
MickyMan77 | And one more issue, the last one I solved by manually install the fmt-6.2.1-1.el8.x86_64.rpm with the rpm command. Now I get this error when "Retrieve keyrings". http://paste.openstack.org/show/797779/ | 14:49 |
*** omegapoint has quit IRC | 14:54 | |
*** mgariepy has quit IRC | 15:07 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: Define http-01 params with already provided variables https://review.opendev.org/751316 | 15:17 |
noonedeadpunk | MickyMan77: I suggest you're using self-deployed ceph? | 15:18 |
noonedeadpunk | (not deployed with osa / ceph-ansible)? | 15:18 |
jrosser | that fmt package error is very odd | 15:28 |
*** spatel has joined #openstack-ansible | 15:28 | |
jrosser | wondering if we should have a centos ceph job now that the 8 jobs are a bit faster than the old 7 ones | 15:28 |
noonedeadpunk | I think we should.... at least as non-voting at the beggining | 15:32 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Simplify path for letsencrypt usage https://review.opendev.org/751327 | 15:32 |
*** spatel has quit IRC | 15:32 | |
noonedeadpunk | jrosser: btw I'm not really sure that https://review.opendev.org/751316 is 100% valid - at some point I realized that I don't understand why it was done that way, so might be misisng some tricky thing.... | 15:33 |
noonedeadpunk | I mean why did we force everyone to use haproxy_ssl_letsencrypt_setup_extra_params when we had all required variables... | 15:34 |
noonedeadpunk | and were using them at the exact same places.... | 15:34 |
jrosser | gimme a while.... | 15:35 |
*** cshen has quit IRC | 15:38 | |
*** spatel has joined #openstack-ansible | 15:43 | |
*** spatel has quit IRC | 15:48 | |
*** spatel has joined #openstack-ansible | 15:48 | |
*** mgariepy has joined #openstack-ansible | 15:49 | |
*** waxfire0 has joined #openstack-ansible | 15:53 | |
*** waxfire has quit IRC | 15:55 | |
*** waxfire0 is now known as waxfire | 15:55 | |
jrosser | noonedeadpunk: oh I see, I was trying to make it independent of the validation method | 15:58 |
jrosser | I need to do a follow up to enable dns-01 for wildcards | 15:58 |
jamesdenton | jrosser still running thru an ovs build, but an lxc build with container_interface and container_type commented out looks OK | 16:02 |
*** SecOpsNinja has joined #openstack-ansible | 16:02 | |
jrosser | noonedeadpunk: I have an idea, maybe we add a dict where the key is ‘http-01’ and the value is that giant multi line command for certbot | 16:06 |
jrosser | then we can add new keys like dns-01 as needed in future | 16:07 |
fridtjof[m] | I'm starting to finally see the light of ansible :D | 16:08 |
fridtjof[m] | I've only been using openstack-ansible without anything else, and today I wrote my first playbook | 16:08 |
fridtjof[m] | it was easier than expected, i love it :) | 16:08 |
noonedeadpunk | jrosser: ah, I see | 16:11 |
noonedeadpunk | maybe we can add var with validation method? | 16:11 |
jrosser | absolutely, yes | 16:12 |
jrosser | then a dict if commands | 16:12 |
noonedeadpunk | yeah, ok. thanks for pointing to this | 16:12 |
noonedeadpunk | I will update patch to take that into account | 16:12 |
jrosser | dns won’t need the timeout python3...... at all for example | 16:12 |
*** cshen has joined #openstack-ansible | 16:13 | |
noonedeadpunk | which means it doesn't need https://opendev.org/openstack/openstack-ansible-haproxy_server/src/branch/master/templates/letsencrypt_pre_hook_certbot_distro.j2 as well? | 16:13 |
jrosser | that’s only needed if type == http-01 | 16:14 |
noonedeadpunk | btw not sure why used both this template and as command here https://opendev.org/openstack/openstack-ansible-haproxy_server/src/branch/master/tasks/haproxy_ssl_letsencrypt.yml#L66 | 16:14 |
noonedeadpunk | need a bit deeper dig for that... | 16:15 |
jrosser | because the intial issue of the cert ignores the hooks :( | 16:15 |
jrosser | *renewal* hook :( | 16:15 |
noonedeadpunk | oh, I see. And it's not needed in both places? | 16:15 |
noonedeadpunk | for dns | 16:15 |
noonedeadpunk | (I guess not) | 16:15 |
noonedeadpunk | as for dns it should just ask for txt record or smth | 16:16 |
jrosser | yep | 16:16 |
noonedeadpunk | eventually I'm not sure if even endpoint is needed | 16:16 |
jrosser | for dns probably not | 16:17 |
jrosser | we need this soon here for radosgw with a wildcard | 16:17 |
jrosser | wildcard can only be done with dns auth | 16:18 |
noonedeadpunk | ok, yeah, I see | 16:18 |
noonedeadpunk | sorry for bothering you on the weekend:) | 16:19 |
noonedeadpunk | can't stop doing that :p | 16:19 |
jrosser | fridtjof[m]: ansible js awesome :) OSA can seem very complex but it’s a great resource to find proven patterns for your own stuff too | 16:23 |
fridtjof[m] | I agree completely! openstack-ansible really made me understand ansible (if not only because I had to understand how weird errors happened in my setup so many times ;)) | 16:25 |
*** mgariepy has quit IRC | 16:43 | |
*** spatel has quit IRC | 16:46 | |
*** mgariepy has joined #openstack-ansible | 16:50 | |
*** spatel has joined #openstack-ansible | 16:51 | |
*** SecOpsNinja has left #openstack-ansible | 16:54 | |
*** cshen has quit IRC | 16:55 | |
*** tobberydberg has quit IRC | 16:57 | |
*** andrewbonney has quit IRC | 17:13 | |
*** cshen has joined #openstack-ansible | 17:30 | |
*** gyee has joined #openstack-ansible | 17:31 | |
*** cshen has quit IRC | 17:35 | |
*** djhankb has quit IRC | 17:49 | |
*** djhankb has joined #openstack-ansible | 17:49 | |
*** MickyMan77 has quit IRC | 17:57 | |
*** waxfire has quit IRC | 17:59 | |
*** aj_mailing has joined #openstack-ansible | 17:59 | |
*** waxfire has joined #openstack-ansible | 18:00 | |
*** aj_mailing has quit IRC | 18:13 | |
*** cshen has joined #openstack-ansible | 18:16 | |
*** spatel has quit IRC | 18:18 | |
*** cshen has quit IRC | 18:21 | |
*** rh-jelabarre has quit IRC | 18:36 | |
*** rh-jelabarre has joined #openstack-ansible | 18:36 | |
*** MickyMan77 has joined #openstack-ansible | 18:51 | |
*** tobberydberg has joined #openstack-ansible | 18:58 | |
*** aj_mailing has joined #openstack-ansible | 19:03 | |
*** johanssone_ has joined #openstack-ansible | 19:13 | |
*** johanssone has quit IRC | 19:15 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: [doc] Fix deployment guide to correspond relevant OS https://review.opendev.org/751267 | 19:32 |
*** MickyMan77 has quit IRC | 19:35 | |
*** pcaruana has quit IRC | 19:55 | |
*** cshen has joined #openstack-ansible | 20:00 | |
*** cshen has quit IRC | 20:06 | |
*** cshen has joined #openstack-ansible | 20:53 | |
*** cshen has quit IRC | 20:57 | |
*** nsmeds has joined #openstack-ansible | 21:50 | |
BlackFX | is it possible for cinder traffic go over a dedicated network? my bridge is bound to the correct one, but the traffic is coming in on the mgmt network - I assume its - iscsi_ip_address: "{{ cinder_storage_address }}" | 22:27 |
*** gyee has quit IRC | 22:46 | |
*** cshen has joined #openstack-ansible | 22:54 | |
*** cshen has quit IRC | 22:59 | |
*** tosky has quit IRC | 23:20 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!