From 493934a44685c0f0436f00a0f782f4f55b4a9560 Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Tue, 18 Oct 2016 12:12:10 -0400 Subject: [PATCH] proposal to add binary packages to build process for R1 Signed-off-by: Jeremy Mordkoff --- Release1/packaging.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Release1/packaging.md diff --git a/Release1/packaging.md b/Release1/packaging.md new file mode 100644 index 0000000..bc002fe --- /dev/null +++ b/Release1/packaging.md @@ -0,0 +1,30 @@ +# R1 Packaging # + +## Proposer ## +Jeremy Mordkoff (RIFT.io) + +## Type ## +**Feature** + +## Target MDG/TF ## +DevOp + + +## Description ## +* tools for managing packages – generating, pushing and pulling packages into workspaces, signing, +promoting and publishing releases +** a way for the host based scripts to copy artifacts from the container to a common area on the host (I call it the host but it is really the VM at OSM). +** a new host based script that can create the debian signatures on the packages and create a local debian repository +** a new host based script that can promote a set of packages from the latest repository to the stable repository +** a new host based script that can rsync the local debian repositories to the OSM public server +** a way to access either the local or the OSM public debian repository from inside a container + +* branch support +** We will need to teach the gerrit job in jenkins how to verify a R1.0 patch +** We will need to jenkins job to merge R1.0 to master after verifying there are no +conflicts and that it builds. +** The installer should have the option to use the latest 1.0 code or the latest master (2.0) +code instead of the v1.0.0 code. + +## Demo or definition of done ## +sucessful installation of OSM using only packages -- 2.17.1