Skip to content

Conversation

@jhadvig
Copy link

@jhadvig jhadvig commented Jul 28, 2015

Adding extended test for sti-build + additional refactoring

jhadvig added a commit that referenced this pull request Jul 28, 2015
@jhadvig jhadvig merged commit a2e281a into mfojtik:extended-tests Jul 28, 2015
mfojtik pushed a commit that referenced this pull request Nov 18, 2015
Updating the contributing doc to use real examples for commands.  Initially it is helpful to be able to run these and trust your system will be setup properly.  More advanced users will know how to modify.

- rearranging instructions, move to start openshift from vagrant home dir
- Add instructions for updating $PATH to binaries
- updating contrib w/fixtures sample code
- update openshift start command to use `which openshift`
- remove --volumes-dir
- Update dir under vangrant #10 registry instructions
- update note: add to .bash_proflie
- update OPENSHIFT_MEMORY to 4192 to resolve make clean build errs
- move the vagrant box remove tip up to #4
mfojtik pushed a commit that referenced this pull request Jul 18, 2016
init minion registry for sync mode, updated README for sync mode
mfojtik pushed a commit that referenced this pull request Jul 18, 2016
Docker-only containers (eg, "docker run foobar") get attached to lbr0, and
their traffic flows from lbr0 -> vlinuxbr -> vovsbr -> br0.  To ensure that
docker-only containers can access the rest of the world through tun0, we
need to pass their traffic along instead of dropping it in table #3:

 cookie=0x0, duration=12307.238s, table=0, n_packets=292, n_bytes=23330, actions=learn(table=7,hard_timeout=900,priority=200,NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:NXM_NX_TUN_IPV4_SRC[]->NXM_NX_TUN_IPV4_DST[],output:NXM_OF_IN_PORT[]),goto_table:1
 cookie=0x0, duration=12307.227s, table=1, n_packets=165, n_bytes=13199, actions=goto_table:3
 <drop due to no match>

Add a rule allowing traffic from vovsbr to jump from table #3 to table #4,
where it will get directed to the right place (either other pods or tun0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant