Skip to content

Instantly share code, notes, and snippets.

View busterswt's full-sized avatar

James Denton busterswt

  • ArcaneByte
  • San Antonio, TX
View GitHub Profile
== QOS BW LIMITER ==
| 0265ab82-9bfe-429c-bd9b-2176d44114b2 | speedtest2 | ACTIVE | EXTERNAL_192.168.2.0/24=192.168.2.15 | jammy-server-cloudimg-amd64 | aio-8-16-80 |
| 007fdfd0-6cba-43aa-83d9-3d4f0a85dd9c | speedtest1 | ACTIVE | EXTERNAL_192.168.2.0/24=192.168.2.63 | jammy-server-cloudimg-amd64 | aio-8-16-80 |
Install iperf3 in each host:
sudo apt update
sudo apt install -y iperf3
This file has been truncated, but you can view the full file.
Aug 21 14:59:50 lab-compute01 systemd-journald[556]: [🡕] Suppressed 30245 messages from neutron-ovn-metadata-agent.service
░░ Subject: Messages from a service have been suppressed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ Documentation: man:journald.conf(5)
░░
░░ A service has logged too many messages within a time period. Messages
░░ from the service have been dropped.
░░
░░ Note that only messages from the service in question have been
network:
version: 2
renderer: networkd
ethernets:
ens18:
dhcp4: no
ens19:
dhcp4: no
vlans:
vlan70:
@busterswt
busterswt / meshcommander
Created July 8, 2023 11:58
meshcommander steps
Steps for installint meshcommander (for Intel NUC)
$ brew install npm
$ npm install meshcommander
$ cd node_modules/meshcommander
$ node ./meshcommander.js
> MeshCommander running on http://127.0.0.1:3000.
Open http://127.0.0.1:3000 in a browser and have fun.
- Add a second interface to the bond0.
- I am also NOT using a br-host, but you should
root@lab-compute02:/home/jdenton# cat /etc/netplan/netplan.yaml
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: no
@busterswt
busterswt / gist:f67cb18b15c75f328ef055d2732da8cd
Created February 15, 2022 20:48
MNAIO Ussuri 18.04 to 20.04 Upgrade Notes
== Notes to Bjoern ==
MNAIO Necessities (may be different in production):
( cd /opt/openstack-ansible/playbooks && \
ansible hosts -m lineinfile -a "dest=/etc/hosts regexp='127.0.1.1' state=absent" )
( cd /opt/openstack-ansible/playbooks && \
ansible hosts -m apt -a "name=build-essential pkgconf libsystemd-dev liberasurecode-dev" )
@busterswt
busterswt / pycurses.py
Created February 17, 2021 19:52 — forked from claymcleod/pycurses.py
Python curses example
import sys,os
import curses
def draw_menu(stdscr):
k = 0
cursor_x = 0
cursor_y = 0
# Clear and refresh the screen for a blank canvas
stdscr.clear()
== Results ==
AA Windows Server 2016 using MKs fio jobs.
-=-=- randread -=-=-
C:\Users\Administrator\Documents>fio randread.fio
fio: this platform does not support process shared mutexes, forcing use of threads. Use the 'thread' option to get rid of this warning.
random-read: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=windowsaio, iodepth=8
fio-3.22
OSA Rocky (Master)
OpenContrail Integration
Will want to create document based on: ./doc/source/app-nuage.rst
Note to self:
DONE: Will want to modify the neutron-init tarball to remove the neutron_lbaas stuff.
Need to add this plugin: https://github.com/Juniper/contrail-neutron-plugin/commit/49bc233825b918c2d595c95e376b550ebe7f3ec2
The following minimum specs are recommended:
root@osa-newton-ovs:/etc/openstack_deploy# cat openstack_user_config.yml
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.50"
- "172.29.236.100"