Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered...
[osm/Features.git] / Release1 / packaging.md
1 # R1 Packaging #
2
3 ## Proposer ##
4 Jeremy Mordkoff (RIFT.io) 
5
6 ## Type ##
7 **Feature**
8
9 ## Target MDG/TF ##
10 DevOp
11
12
13 ## Description ##
14 * tools for managing packages – generating, pushing and pulling packages into workspaces, signing, 
15 promoting and publishing releases
16 ** 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).
17 ** a new host based script that can create the debian signatures on the packages and create a local debian repository
18 ** a new host based script that can promote a set of packages from the latest repository to the stable repository
19 ** a new host based script that can rsync the local debian repositories to the OSM public server
20 ** a way to access either the local or the OSM public debian repository from inside a container
21
22 * branch support
23 **  We will need to teach the gerrit job in jenkins how to verify a R1.0 patch
24 ** We will need to jenkins job to merge R1.0 to master after verifying there are no 
25 conflicts and that it builds. 
26 ** The installer should have the option to use the latest 1.0 code or the latest master (2.0) 
27 code instead of the v1.0.0 code.
28
29 ## Demo or definition of done ##
30 sucessful installation of OSM using only packages