diff options
author | Reshmasree <reshmasree.chamarthi2@wipro.com> | 2020-03-02 06:21:23 +0000 |
---|---|---|
committer | Reshmasree <reshmasree.chamarthi2@wipro.com> | 2020-03-03 06:30:43 +0000 |
commit | ebd1318096be6b03d633844b2dfa6c65544685d5 (patch) | |
tree | 505f1fcaafb2621ad0852f46e9cd1077c9f215c7 | |
parent | 67170659d39b692488afcf19c949646324f7b93f (diff) |
Add 2.0.0-container release yaml
-SON-Handler MS keeps track of the control loop actions (and failures),
and when triggering OOF for PCI optimization,
passes the list of cells whose PCI values should not be changed during optimization.
-SON-Handler MS keeps track of the control loop execution history,
and when triggering OOF for PCI optimization,
passes the list of cells which should be given a ‘special’/'preferential' treatment.
Issue-ID: DCAEGEN2-2103
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: Ifc0596f4e5b31ebf9420b4131c7310498c62dbf2
-rw-r--r-- | releases/2.0.0-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/2.0.0-container.yaml b/releases/2.0.0-container.yaml new file mode 100644 index 0000000..5021b91 --- /dev/null +++ b/releases/2.0.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '2.0.0' +project: 'dcaegen2-services-son-handler' +log_dir: 'dcaegen2-services-son-handler-maven-docker-stage-master/219/' +ref: 67170659d39b692488afcf19c949646324f7b93f +containers: + - name: 'org.onap.dcaegen2.services.son-handler' + version: '2.0.0-20200302T023548Z' + |