aboutsummaryrefslogtreecommitdiffstats
path: root/releases/6.0.0-container.yaml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-01-12 12:35:11 +0000
committerliamfallon <liam.fallon@est.tech>2021-01-20 16:15:21 +0000
commitfc2c1e0287ec425846fb4bbb437a43308f2d774b (patch)
tree8124302c4c45618641b50b203d8b64ba7a54bfdd /releases/6.0.0-container.yaml
parent176498d8baa90c988c5e0af6dfb709df744e4ccb (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'releases/6.0.0-container.yaml')
-rw-r--r--releases/6.0.0-container.yaml10
1 files changed, 10 insertions, 0 deletions
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