From fc2c1e0287ec425846fb4bbb437a43308f2d774b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Jan 2021 12:35:11 +0000 Subject: Add tosca-controlloop directory for TOSCA-POC dev The module structure is: ./tosca-controlloop (maven module) ./tosca-controlloop/common (maven module, could be moved to policy-common) ./tosca-controlloop/design (maven module, control loop design time component) ./tosca-controlloop/models (maven module, should be moved to policy-models) ./tosca-controlloop/participants (maven modue for control loop participants) ./tosca-controlloop/runtime (maven module, control loop run time component) This patch also updates the repo to the current status of the master branch Issue-ID: POLICY-2971 Change-Id: I98c7e25f592cc7d9783d5daff3e9e3ad2e7b5214 Signed-off-by: liamfallon --- releases/6.0.0-container.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releases/6.0.0-container.yaml (limited to 'releases/6.0.0-container.yaml') diff --git a/releases/6.0.0-container.yaml b/releases/6.0.0-container.yaml new file mode 100644 index 000000000..da51a64fa --- /dev/null +++ b/releases/6.0.0-container.yaml @@ -0,0 +1,10 @@ +distribution_type: 'container' +container_release_tag: '6.0.0' +project: 'policy-clamp' +log_dir: 'policy-clamp-maven-docker-stage-master/13/' +ref: cc026b95671b60d39bfcba5e63b60ba8f3944b70 +containers: + - name: 'policy-clamp-backend' + version: '6.0-STAGING-20210114T192452Z' + - name: 'policy-clamp-frontend' + version: '6.0-STAGING-20210114T192452Z' \ No newline at end of file -- cgit 1.2.3-korg