*** tacco has quit IRC | 00:24 | |
*** tosky has quit IRC | 00:28 | |
*** jawad_axd has joined #openstack-ansible | 00:30 | |
*** jawad_axd has quit IRC | 00:34 | |
*** jawad_axd has joined #openstack-ansible | 00:51 | |
*** jawad_axd has quit IRC | 00:55 | |
*** jawad_axd has joined #openstack-ansible | 01:12 | |
*** jawad_axd has quit IRC | 01:16 | |
*** jawad_axd has joined #openstack-ansible | 01:32 | |
*** jawad_axd has quit IRC | 01:37 | |
*** rh-jelabarre has joined #openstack-ansible | 02:02 | |
*** jawad_axd has joined #openstack-ansible | 02:14 | |
*** jawad_axd has quit IRC | 02:18 | |
*** jawad_axd has joined #openstack-ansible | 02:35 | |
*** jawad_axd has quit IRC | 02:40 | |
*** gyee has quit IRC | 03:05 | |
*** elduderino80 has joined #openstack-ansible | 03:44 | |
*** elduderino80 has quit IRC | 04:13 | |
*** udesale has joined #openstack-ansible | 04:48 | |
*** rh-jelabarre has quit IRC | 04:50 | |
*** raukadah is now known as chkumar|rover | 05:17 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-ansible | 05:33 | |
*** southquist has joined #openstack-ansible | 06:03 | |
*** jbadiapa has quit IRC | 06:20 | |
*** goldyfruit_ has quit IRC | 06:24 | |
*** goldyfruit has joined #openstack-ansible | 06:24 | |
*** elenalindq has joined #openstack-ansible | 06:34 | |
*** udesale has quit IRC | 06:49 | |
*** jmccrory_ has joined #openstack-ansible | 07:05 | |
*** jmccrory has quit IRC | 07:06 | |
*** persia has quit IRC | 07:06 | |
*** Jeffrey4l has quit IRC | 07:06 | |
*** jmccrory_ is now known as jmccrory | 07:07 | |
*** persia has joined #openstack-ansible | 07:08 | |
*** Jeffrey4l has joined #openstack-ansible | 07:12 | |
*** udesale has joined #openstack-ansible | 07:19 | |
*** alti_17 has joined #openstack-ansible | 07:28 | |
*** jawad_axd has joined #openstack-ansible | 07:28 | |
*** jbadiapa has joined #openstack-ansible | 07:39 | |
*** udesale has quit IRC | 07:43 | |
*** udesale has joined #openstack-ansible | 07:44 | |
*** luksky has joined #openstack-ansible | 07:51 | |
*** luksky has quit IRC | 08:02 | |
*** rpittau|afk is now known as rpittau | 08:16 | |
*** tosky has joined #openstack-ansible | 08:23 | |
*** jawad_axd has quit IRC | 08:27 | |
*** spatel has joined #openstack-ansible | 08:28 | |
*** maharg101 has quit IRC | 08:33 | |
*** spatel has quit IRC | 08:33 | |
*** jawad_axd has joined #openstack-ansible | 08:38 | |
*** aedc has joined #openstack-ansible | 08:39 | |
*** ebbex has joined #openstack-ansible | 08:40 | |
*** jbadiapa has quit IRC | 08:43 | |
*** goldyfruit has quit IRC | 08:46 | |
*** DanyC has joined #openstack-ansible | 08:53 | |
*** luksky has joined #openstack-ansible | 08:54 | |
*** DanyC has quit IRC | 08:57 | |
*** jbadiapa has joined #openstack-ansible | 08:59 | |
*** DanyC has joined #openstack-ansible | 09:13 | |
*** mhayden has quit IRC | 09:49 | |
*** mhayden has joined #openstack-ansible | 09:51 | |
*** cshen has joined #openstack-ansible | 10:17 | |
jawad_axd | Hi all. M writing once again here. Question is, iperf3 shows 9.89 Gbits/sec between hosts while instances on same network on these two hosts have iperf3 108 MBytes/sec from inside. How come bandwidth is so poor inside instances? I am using centos7.7, stein, linux bridge,vxlan,ceph setup. Any more suggestions? | 10:18 |
---|---|---|
jrosser | jawad_axd: check that you have all the mtu set up right, br-vxlan needs to carry packets 50 bytes bigger than those coming from the vm | 10:28 |
jrosser | you can see all this with “ip a” and test with ping and the “do not fragment” flag whilst changing the packet sizes | 10:28 |
jrosser | this is a different situation but I think worth reading https://stackhpc.com/vxlan-ovs-bandwidth.html | 10:29 |
ioni | also if you use vxlan, you will need to make sure your networking cards have hardware support for vxlan | 10:44 |
ioni | otherwise it will use CPU | 10:44 |
jawad_axd | @jrosser MTU is 1450 by default in instances, while on physical nics is 9000. | 10:47 |
*** goldyfruit has joined #openstack-ansible | 10:47 | |
jawad_axd | @ioni: Nics supports vxlan. | 10:47 |
ioni | br-vxlan interface needs to have mtu 1550 | 10:48 |
jawad_axd | @ ah okay.. br-vxlan has mtu 9000 while inside instance 1450. Dosnt it adjust automatically to the lowest ? | 10:50 |
ioni | https://paste.xinu.at/vyB/ | 10:52 |
ioni | i have those in user_neutron.yml | 10:52 |
ioni | https://paste.xinu.at/bJNS/ | 10:53 |
ioni | also in openstack_user_config.yml where vxlan is defined | 10:53 |
jawad_axd | okay.. | 10:56 |
*** rpittau is now known as rpittau|bbl | 11:06 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Always use virtualenv and pip to install tempest on Ubuntu https://review.opendev.org/704567 | 11:17 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Federated openid support using auth_mod_openidc https://review.opendev.org/705002 | 11:28 |
*** cshen has quit IRC | 11:42 | |
*** cshen has joined #openstack-ansible | 11:59 | |
*** aedc has quit IRC | 12:02 | |
*** cshen has quit IRC | 12:04 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest master: Revert "Mark ubuntu distro install as non voting" https://review.opendev.org/704946 | 12:16 |
noonedeadpunk | will update master bump right after merging ^ | 12:17 |
*** cshen has joined #openstack-ansible | 12:17 | |
noonedeadpunk | btw, we can merge and release stein in the meanwhile | 12:17 |
noonedeadpunk | https://review.opendev.org/#/c/704251/ | 12:18 |
*** rh-jelabarre has joined #openstack-ansible | 12:22 | |
*** DanyC has quit IRC | 12:35 | |
*** DanyC has joined #openstack-ansible | 12:54 | |
*** DanyC has quit IRC | 12:55 | |
*** DanyC has joined #openstack-ansible | 12:56 | |
*** DanyC has quit IRC | 12:59 | |
*** DanyC has joined #openstack-ansible | 12:59 | |
*** rpittau|bbl is now known as rpittau | 13:08 | |
*** aedc has joined #openstack-ansible | 13:36 | |
*** luksky has quit IRC | 13:49 | |
*** jawad_axd has quit IRC | 14:00 | |
*** jawad_axd has joined #openstack-ansible | 14:01 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Fix _manila_backends fact https://review.opendev.org/705222 | 14:01 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Start using uWSGI role https://review.opendev.org/704935 | 14:02 |
*** jawad_ax_ has joined #openstack-ansible | 14:04 | |
*** jawad_a__ has joined #openstack-ansible | 14:05 | |
*** jawad_axd has quit IRC | 14:06 | |
*** jawad_ax_ has quit IRC | 14:08 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Fix _manila_backends fact https://review.opendev.org/705222 | 14:09 |
*** jawad_a__ has quit IRC | 14:10 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Start using uWSGI role https://review.opendev.org/704935 | 14:11 |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible master: Install current ARA version for python3 ansible-runtime venv https://review.opendev.org/682587 | 14:16 |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible master: DNM: Test ara 1.3 with OSA https://review.opendev.org/696634 | 14:16 |
*** spatel has joined #openstack-ansible | 14:19 | |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible master: DNM: Test ara 1.4 with OSA https://review.opendev.org/696634 | 14:20 |
*** spatel has quit IRC | 14:24 | |
*** andrewbonney has quit IRC | 14:31 | |
openstackgerrit | Magnus Bergman proposed openstack/openstack-ansible-haproxy_server master: Add support for extra VIPs with TLS enabled https://review.opendev.org/705228 | 14:43 |
*** admin0 has quit IRC | 14:54 | |
*** cshen has quit IRC | 14:58 | |
*** southquist has quit IRC | 15:08 | |
*** luksky has joined #openstack-ansible | 15:11 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add Manila key generation and distribution https://review.opendev.org/705019 | 15:15 |
*** zbr has quit IRC | 15:15 | |
*** udesale_ has joined #openstack-ansible | 15:20 | |
*** jawad_axd has joined #openstack-ansible | 15:21 | |
*** udesale has quit IRC | 15:23 | |
*** zbr has joined #openstack-ansible | 15:25 | |
*** admin0 has joined #openstack-ansible | 15:25 | |
*** pcaruana has quit IRC | 15:30 | |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible master: DNM: Test ara 1.4 with OSA https://review.opendev.org/696634 | 15:34 |
*** jawad_axd has quit IRC | 15:34 | |
*** luksky has quit IRC | 15:45 | |
brad[] | I'm playing with openstack-ansible AIO and it's pretty smooth so far on CentOS 7. I've been testing with a VMware Fusion VM on an internal network but I'd like to bridge it which will change the IP. After changing the external_lb_vip_address will I just re-run openstack-setup.yml? | 15:47 |
*** pcaruana has joined #openstack-ansible | 15:49 | |
*** luksky has joined #openstack-ansible | 15:49 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Adjustments for LXC CI https://review.opendev.org/705107 | 15:50 |
noonedeadpunk | brad[]: I think on AIO there's mapping to external_lb_vip_address since no haproxy and keepalived deployed. | 15:53 |
noonedeadpunk | So probably you even won't need to run playbook again | 15:53 |
*** spatel has joined #openstack-ansible | 15:55 | |
*** chkumar|rover is now known as raukadah | 16:02 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_swift master: Use py2 shebang for centos distro installs https://review.opendev.org/705247 | 16:03 |
*** rpittau is now known as rpittau|afk | 16:05 | |
*** aedc has quit IRC | 16:13 | |
dmsimard | noonedeadpunk: so openstack/requirements bumped the upper-constraints for django and so the newer versions of ara appear to work now: https://080236b8b3d1d7305983-03d54fe18805151af10dcf88368a0c77.ssl.cf1.rackcdn.com/682587/7/check/openstack-ansible-deploy-aio_metal-debian-buster/a582fa8/logs/ara-report/ | 16:16 |
*** DanyC has quit IRC | 16:26 | |
noonedeadpunk | dmsimard: that is awesome, despite I still don't really like the new UI..... | 16:26 |
jrosser | i use the sortable columns in the old one all the time | 16:27 |
*** Adri2000 has quit IRC | 16:28 | |
noonedeadpunk | and I used search... | 16:28 |
dmsimard | yup, still very WIP (and I'd love good frontend contributions!) | 16:29 |
jrosser | on a mobile the playbook names get truncated with "..." so i cant tell which is which | 16:29 |
noonedeadpunk | and pagination was kinda helpfull in terms of load speed and when you press back you shouldn't search for the task again | 16:29 |
jrosser | the older ara is very effective for me when i'm commuting and a laptop is hard to use | 16:29 |
noonedeadpunk | I'd wish I was able to do UI... | 16:30 |
jrosser | could get to the reason a job had failed in 4 clicks or so which is soooooo much easier than scrolling the job log txt output | 16:30 |
jrosser | ^ that required the column sort to just invert the order of the tasks and put the failed on at the top | 16:30 |
dmsimard | jrosser: actually I just landed a patch in master to reverse the default sort order to put recent stuff at the top | 16:31 |
jrosser | then i've also found the column sort handy for "what tasks are taking all the time" for the duration column | 16:31 |
dmsimard | the non-static version of the UI also has some new features | 16:31 |
dmsimard | https://api.demo.recordsansible.org/ is up to date -- has stuff like labels, playbook search, ordering | 16:32 |
dmsimard | https://api.trunk.demo.recordsansible.org/ is from a test run just now with OSA | 16:32 |
noonedeadpunk | dmsimard: changing default sort by status is pretty contraversal.... I think it may blow up mind in terms of osa.... | 16:33 |
dmsimard | noonedeadpunk: there is no default sorting by status right now ? | 16:34 |
jrosser | dmsimard: if you could wrap rather than truncate the playbook names that would be very helpul | 16:34 |
noonedeadpunk | yeah, playbooks names are truncated for me to `/home/zuul/src/opendev.org/openstack/openstack-an…` even on 24`` monitor :p | 16:34 |
dmsimard | jrosser: yes in fact I have a good idea for that | 16:34 |
dmsimard | let me put up a patch | 16:34 |
noonedeadpunk | dmsimard: I meant like reversed | 16:35 |
dmsimard | noonedeadpunk: the default sort was basically by id so that meant things would show up in chronological order from top to bottom (with the most recent event at the bottom) | 16:35 |
noonedeadpunk | nvm | 16:36 |
djhankb | brad[]: I believe that if you're simply changing the HAProxy external IP, you'd just need to run: openstack-ansible install-haproxy.yml | 16:37 |
*** DanyC has joined #openstack-ansible | 16:37 | |
noonedeadpunk | djhankb: there's no haproxy on AIO, so.... | 16:37 |
noonedeadpunk | oh, disregard, it's metal AIO don't have it | 16:38 |
noonedeadpunk | but lxc one does - yes, correct | 16:38 |
djhankb | ah ok, I've never done AIO - good to know | 16:38 |
noonedeadpunk | jrosser: do you suggest leaving ara<1.0 all in all? | 16:40 |
dmsimard | noonedeadpunk, jrosser: status quo is fine for now but happy to get feedback and iterate on stuff so it's not a "downgrade" | 16:41 |
*** luksky has quit IRC | 16:44 | |
*** theintern_ has joined #openstack-ansible | 17:07 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add LXC CI job https://review.opendev.org/705108 | 17:12 |
*** gyee has joined #openstack-ansible | 17:13 | |
*** udesale_ has quit IRC | 17:18 | |
djhankb | Ok folks, now that my S-->T Upgrade is mostly done and I'm testing things out - I noticed that I'm no longer getting a console in Horizon. Upon checking using the openstack CLI client, I get a 504 error, which took me to nova-api log and I'm getting an oslo_messaging.exceptions.MessagingTimeout http://paste.openstack.org/show/789015/ could someone help me find out what to look for next? Does this point to RabbitMQ? | 17:20 |
*** evrardjp has quit IRC | 17:33 | |
*** evrardjp has joined #openstack-ansible | 17:34 | |
djhankb | - nvm I think I screwed something up initially here and am going to rebuild again. Quick Question - what do I do with my old /openstack/venvs/foo_service folders, are those ok to purge when all is said and done? | 17:41 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Revert "Mark ubuntu distro install as non voting" https://review.opendev.org/704946 | 17:47 |
noonedeadpunk | yes, sure, you may drop old venvs once you're done | 17:51 |
noonedeadpunk | they're left in case of emergency rollback to the previous version | 17:51 |
djhankb | noonedeadpunk: thanks! I was starting to have a few of them build up | 17:54 |
*** alti_17 has quit IRC | 17:55 | |
*** DanyC_ has joined #openstack-ansible | 17:59 | |
*** DanyC has quit IRC | 18:03 | |
*** ahosam has joined #openstack-ansible | 18:18 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/704253 | 18:27 |
*** theintern_ has quit IRC | 18:30 | |
*** tosky has quit IRC | 18:36 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/train: Use contraints for tempest plugins https://review.opendev.org/704980 | 18:40 |
*** luksky has joined #openstack-ansible | 18:42 | |
*** theintern_ has joined #openstack-ansible | 18:45 | |
rh-jelabarre | is there a way with ansible to directly query node info, and change values (such as reading/editing "driver_info.deploy_kernel")? | 18:49 |
*** mgariepy has quit IRC | 19:06 | |
*** mgariepy has joined #openstack-ansible | 19:09 | |
*** pcaruana has quit IRC | 19:30 | |
*** gshippey has quit IRC | 19:32 | |
*** jamesdenton has quit IRC | 19:40 | |
*** theintern_ has quit IRC | 20:03 | |
openstackgerrit | Douglas Mendizábal proposed openstack/ansible-role-atos-hsm master: Add HA (load balancing) support https://review.opendev.org/700018 | 22:03 |
*** tosky has joined #openstack-ansible | 22:05 | |
*** KeithMnemonic has quit IRC | 22:06 | |
*** rh-jelabarre has quit IRC | 22:31 | |
*** spatel has quit IRC | 22:51 | |
*** elenalindq has quit IRC | 22:52 | |
*** spatel has joined #openstack-ansible | 23:38 | |
*** spatel has quit IRC | 23:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!