Commit Graph

11 Commits

Author SHA1 Message Date
Gage Hugo d3bf8b7f95 Remove usage of ubuntu xenial
This change removes or updates any usage of ubuntu xenial either
to a newer version or removes any building of xenial images in
favor of using newer ones.

Change-Id: Ice391a36e17cdbe6783f42aa1d34d7dfe5fb6282
2022-04-27 12:49:07 -05:00
Gage Hugo e9b2ff0c74 Remove OSH Authors copyright
The current copyright refers to a non-existent group
"openstack helm authors" with often out-of-date references that
are confusing when adding a new file to the repo.

This change removes all references to this copyright by the
non-existent group and any blank lines underneath.

Change-Id: Ic78d29883364378cc14b11402f16d99dcec1fc96
2020-05-07 02:11:23 +00:00
Chinasubbareddy Mallavarapu bb33da1bfe Fix IMAGE variable scope issue
This is to fix the variable IMAGE scope since its giving errros
when we use makefile.
also adds missing packages to deploy ceph-osd.

Change-Id: I544c5f79c87e57f78699289bb3de3494b0eb674f
2019-12-05 12:54:22 -06:00
Scott Hussey 37f0185f65 (minimirror) Create Bionic based minimirror image
- aptly v0.9.7 switched to SHA256 package signatures, required
  by 18.04 for trust. 18.04 uses aptly 1.2.x.

- Remove dead code from Makefile that duplicated the build block
  for 'ubuntu_bionic'

Change-Id: Ib6290beac8110cc9b21fcaab6cfbdb331c3bb8c5
2019-10-03 18:44:09 -05:00
Zuul 051b463366 Merge "Add capability to source compile dpdk/ovs" 2019-09-25 08:44:48 +00:00
ad620p 8a0e8ee04b Makefile and Docker file for ospurge containers
Change-Id: I88318674e11e61740d56ab24c58d460cbe438f32
2019-09-19 10:29:32 +00:00
Deepak Tiwari aeafbf6215 Add capability to source compile dpdk/ovs
Add following capability to ubuntu bionic DPDK dockerfile:

1. Option to either compile ovs-dpdk from source (DPDK and OVS) or
   install it from package. By default package install is enabled.
   For src compile pass these build-args:
   OVS_SRC_COMPILE_VERSION and DPDK_SRC_COMPILE_VERSION.

2. Option to apply any patch to DPDK or OVS sources, in case using
   source compilation. For this ensure the patch file is kept in
   same folder as the Dockerfile.ubuntu_bionic-dpdk, and pass these
   build-args: OVS_PATCH_FILE_NAME and/or DPDK_PATCH_FILE_NAME.

Change-Id: If806b241890deff77e9ae76f27d375a2bd680b11
2019-08-22 14:47:54 +00:00
Deepak Tiwari 0908d43c58 Makefile and Docker file for calicoctl-utility containers
Change-Id: Ia3442e3b5b89bf27e30c1f524dca8e63c4e3cea9
2019-04-09 16:18:59 -05:00
Pete Birley 4c21463401 Makefile: Update defaults
This PS updates the defaults to use the openstack-helm docker
registry

Change-Id: I29b052fe74f5c6d92c2ca26455885bc3dd35b9fe
Signed-off-by: Pete Birley <pete@port.direct>
2019-02-04 06:16:10 +00:00
Thippaiah, Balachandra (bt061u) 96048a62fa Add EXTRA_BUILD_ARGS when build images with make
This ps adds EXTRA_BUILD_ARGS parameter to docker build in Makefile
to allow additional arguments like labels and proxy to be passed
during image build

Change-Id: Ib5d42d3493ffbba274c2dcb8721428141143db49
2019-01-28 06:56:45 -05:00
Sreejith Punnapuzha 76f88b2022 Makefile and Docker file for ceph containers.
Change-Id: Iaafb6663ecb960a7f76708d4dafcd07b00587a60
Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
2019-01-16 13:11:03 -06:00