Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/8] Build image with custom repo name
@ 2018-10-01  5:01 ogawa.yasufumi
  2018-10-01  5:01 ` [spp] [PATCH 1/8] tools/sppc: build image with custom git repo ogawa.yasufumi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ogawa.yasufumi @ 2018-10-01  5:01 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

SPP container tools support for building an image with fixed repository
name of DPDK, SPP and pktgen. It means that you cannot use, for
example, `custom-dpdk` as the name of your DPDK repository. This update
is to enable users to use any of repository name.

The name of repository is extracted from the URL. For example, it
extracts `custom-dpdk` from `https://github.com/user/custom-dpdk.git`.

Yasufumi Ogawa (8):
  tools/sppc: build image with custom git repo
  tools/sppc: dockerfile for custom SPP repo
  tools/sppc: dockerfile for custom Pktgen repo
  tools/sppc: add paths to Dockerfiles of SPP
  tools/sppc: update app launcer for custom SPP repo
  tools/sppc: add workdir docker option
  tools/sppc: add paths to Dockerfiles of pktgen
  tools/sppc: update launcer for custom pktgen repo

 tools/sppc/app/pktgen.py                         | 12 +++----
 tools/sppc/app/spp-nfv.py                        |  5 +--
 tools/sppc/app/spp-primary.py                    |  5 +--
 tools/sppc/app/spp-vm.py                         |  5 +--
 tools/sppc/build/main.py                         | 46 +++++++++++++++++-------
 tools/sppc/build/ubuntu/pktgen/Dockerfile.16.04  | 14 +++++---
 tools/sppc/build/ubuntu/pktgen/Dockerfile.18.04  | 14 +++++---
 tools/sppc/build/ubuntu/pktgen/Dockerfile.latest | 14 +++++---
 tools/sppc/build/ubuntu/spp/Dockerfile.16.04     | 20 +++++++----
 tools/sppc/build/ubuntu/spp/Dockerfile.18.04     | 20 +++++++----
 tools/sppc/build/ubuntu/spp/Dockerfile.latest    | 20 +++++++----
 tools/sppc/conf/env.py                           |  1 -
 tools/sppc/lib/app_helper.py                     |  4 +++
 13 files changed, 113 insertions(+), 67 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-01  5:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01  5:01 [spp] [PATCH 0/8] Build image with custom repo name ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 1/8] tools/sppc: build image with custom git repo ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 2/8] tools/sppc: dockerfile for custom SPP repo ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 3/8] tools/sppc: dockerfile for custom Pktgen repo ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 4/8] tools/sppc: add paths to Dockerfiles of SPP ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 5/8] tools/sppc: update app launcer for custom SPP repo ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 6/8] tools/sppc: add workdir docker option ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 7/8] tools/sppc: add paths to Dockerfiles of pktgen ogawa.yasufumi
2018-10-01  5:01 ` [spp] [PATCH 8/8] tools/sppc: update launcer for custom pktgen repo ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).