This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@centos-8 tests]# pwd | |
/root/build/ovn/tests | |
[root@centos-8 tests]# cat testsuite.log | |
## ----------------------- ## | |
## ovn 2.12.90 test suite. ## | |
## ----------------------- ## | |
testsuite: command line was: | |
$ /vagrant/ovn/tests/testsuite -C tests AUTOTEST_PATH=/root/build/ovs/utilities:/root/build/ovs/vswitchd:/root/build/ovs/ovsdb:/root/build/ovs/vtep:tests:::controller-vtep:northd:utilities:controller --recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ref: https://app.vagrantup.com/centos | |
$ vagrant init centos/8 | |
A `Vagrantfile` has been placed in this directory. You are now | |
ready to `vagrant up` your first virtual environment! Please read | |
the comments in the Vagrantfile as well as documentation on | |
`vagrantup.com` for more information on using Vagrant. | |
$ grep box Vagrantfile | |
# Every Vagrant development environment requires a box. You can search for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful people with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan “Press On” has solved, and will always solve, the problems of the human race." | |
CALVIN COOLIDGE | |
30th US President |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string.h> | |
#include <ESP8266WiFi.h> | |
#include "Adafruit_MQTT.h" | |
#include "Adafruit_MQTT_Client.h" | |
/************************* WiFi Access Point *********************************/ | |
//#include "ssidConfig.h" | |
#define WLAN_SSID "wifissid" // Your WiFi AP. | |
#define WLAN_PASS "superSecret" // Your WiFi AP password. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.require_version ">=1.7.0" | |
$bootstrap_ovn = <<SCRIPT | |
# Add repo for where we can get OVS packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
<script src="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"></script> | |
<script src="http://code.highcharts.com/highcharts.js" type="text/javascript"></script> | |
<script src="http://code.highcharts.com/modules/exporting.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
$(function () { | |
var chart; | |
$(document).ready(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ovn-nbctl ls-add sw0 | |
ovn-nbctl lsp-add sw0 sw0-port1 | |
ovn-nbctl lsp-set-addresses sw0-port1 "50:54:00:00:00:03 10.0.0.3" | |
ovn-nbctl ls-add public | |
# Create a logical router | |
ovn-nbctl lr-add lr0 | |
ovn-nbctl lrp-add lr0 lr0-sw0 00:00:00:00:ff:01 10.0.0.1/24 | |
ovn-nbctl lsp-add sw0 sw0-lr0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I get this when installing shelljob via pip: | |
... | |
Collecting shelljob | |
Using cached shelljob-0.5.8.tar.gz (318 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/gute/Desktop/mqtt2cmd/env/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/d_/jjdk8f2d3k5gz2tvyb9cv74r0000gn/T/pip-install-svrq_xt3/shelljob/setup.py'"'"'; __file__='"'"'/private/var/folders/d_/jjdk8f2d3k5gz2tvyb9cv74r0000gn/T/pip-install-svrq_xt3/shelljob/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/d_/jjdk8f2d3k5gz2tvyb9cv74r0000gn/T/pip-install-svrq_xt3/shelljob/pip-egg-info | |
cwd: /private/var/folders/d_/jjdk8f2d3k5gz2tvyb9cv74r0000gn/T/pip-install-svrq_xt3/shelljob/ | |
Complete output (12 lines): | |
Generating Description failed, press enter to process anyway, or kill to cancelTraceback (most recent cal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(env) OSX ~/Desktop/mqtt2cmd on testFix.wip | |
$ pip list | |
Package Version | |
---------- ------- | |
dill 0.3.1.1 | |
flashtext 2.7 | |
paho-mqtt 1.5.0 | |
pandoc 1.0.2 | |
pip 20.0.2 | |
ply 3.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o xtrace | |
set -o errexit | |
DOMAIN=${1:-$VM} | |
if [ -z "${DOMAIN}" ]; then | |
DOMAIN="$(basename $PWD)_default" | |
fi |