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 --- src/main/resources/boot-message.txt | 25 +++++++++++++++++-------- src/main/resources/logback-default.xml | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/boot-message.txt b/src/main/resources/boot-message.txt index ef1478b93..b0d68e04c 100644 --- a/src/main/resources/boot-message.txt +++ b/src/main/resources/boot-message.txt @@ -1,12 +1,21 @@ - ____ ____ ____ ____ _________ ____ ____ ____ ____ ____ ____ -||O |||N |||A |||P ||| |||G |||u |||i |||l |||i |||n || -||__|||__|||__|||__|||_______|||__|||__|||__|||__|||__|||__|| -|/__\|/__\|/__\|/__\|/_______\|/__\|/__\|/__\|/__\|/__\|/__\| - _________ ____ ____ ____ ____ ____ - || |||C |||L |||A |||M |||P || - ||_______|||__|||__|||__|||__|||__|| - |/_______\|/__\|/__\|/__\|/__\|/__\| + ___ ____ ____ ____ __ __ ___ ____ ___ _ __ __ _ __ __ + / \ | \ / T| \ | T T / \ | \ / \ | T | T T| T | T T +Y Y| _ YY o || o ) | l |Y Y| _ YY Y| | | | || | | | | +| O || | || || _/ | _ || O || | || O || l___ | | || l___ | | | +| || | || _ || | | | || || | || || T| : || T| : | +l !| | || | || | | | |l !| | |l !| |l || |l | + \___/ l__j__jl__j__jl__j l__j__j \___/ l__j__j \___/ l_____j \__,_jl_____j \__,_j + + ____ ___ _ ____ __ __ __ __ _ ____ ___ ___ ____ +| \ / \ | T l j / ]| T T / ]| T / T| T T| \ +| o )Y Y| | | T / / | | | _____ / / | | Y o || _ _ || o ) +| _/ | O || l___ | | / / | ~ || | / / | l___ | || \_/ || _/ +| | | || T | |/ \_ l___, |l_____j/ \_ | T| _ || | || | +| | l !| | j l\ || ! \ || || | || | || | +l__j \___/ l_____j|____j\____jl____/ \____jl_____jl__j__jl___j___jl__j + + :: Starting :: \ No newline at end of file diff --git a/src/main/resources/logback-default.xml b/src/main/resources/logback-default.xml index e263a13fc..5397eab04 100644 --- a/src/main/resources/logback-default.xml +++ b/src/main/resources/logback-default.xml @@ -261,7 +261,7 @@ -- cgit 1.2.3-korg