Merge "Automation adds index.rst"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Apr 2020 18:12:13 +0000 (18:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 8 Apr 2020 18:12:13 +0000 (18:12 +0000)
ecomp-portal-DB-common/PortalDMLMySql_3_2_Common.sql
releases/3.2.0-container.yaml [new file with mode: 0644]
releases/3.2.0.yaml [new file with mode: 0644]

index 7119726..83d6e3a 100644 (file)
@@ -72,6 +72,11 @@ Insert INTO fn_function (function_cd,function_name) values ('saveNotification',
 INSERT INTO fn_function        (function_cd, function_name) VALUES ('menu_web_analytics', 'Web Analytics');
 -- end new 1707
 
+-- new 3_2
+insert into fn_function (function_cd, function_name) values ('menu_acc_admin', 'Account Admin Menu');
+insert into fn_function (function_cd, function_name) values ('menu_app_onboarding', 'App Onboarding menu');
+-- end new 3_2
+
 -- FN_LU_ACTIVITY
 Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('add_role','add_role');
 Insert into fn_lu_activity (ACTIVITY_CD,ACTIVITY) values ('remove_role','remove_role');
@@ -291,6 +296,11 @@ INSERT INTO fn_role_function (role_id, function_cd) VALUES ('1010', 'menu_web_an
 INSERT INTO fn_role_function (role_id, function_cd) VALUES ('2115', 'menu_web_analytics');
 -- end new 1707
 
+-- new 3_2
+insert into fn_role_function (role_id, function_cd) values (16, 'menu_acc_admin');
+insert into fn_role_function (role_id, function_cd) values (16, 'menu_app_onboarding');
+-- end new 3_2
+
 -- FN_TAB
 Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB2_SUB1_S1','Left Tab 1','Sub - Sub Tab 1 Information','tab2_sub1.htm','menu_tab','Y',10,'TAB2_SUB1','APP');
 Insert into fn_tab (TAB_CD,TAB_NAME,TAB_DESCR,ACTION,FUNCTION_CD,ACTIVE_YN,SORT_ORDER,PARENT_TAB_CD,TAB_SET_CD) values ('TAB1','Tab 1','Tab 1 Information','tab1.htm','menu_tab','Y',10,null,'APP');
diff --git a/releases/3.2.0-container.yaml b/releases/3.2.0-container.yaml
new file mode 100644 (file)
index 0000000..5071069
--- /dev/null
@@ -0,0 +1,15 @@
+distribution_type: container
+container_release_tag: 3.2.0
+container_pull_registry: nexus.onap.org:10003
+container_push_registry: nexus.onap.org:10002
+project: portal
+ref: 70aa24130b5dfa987e079a68ea350ddcb5c66dc9
+containers:
+    - name: portal-app
+      version: 3.2.0
+    - name: portal-sdk
+      version: 3.2.0
+    - name: portal-wms
+      version: 3.2.0
+    - name: portal-db
+      version: 3.2.0
diff --git a/releases/3.2.0.yaml b/releases/3.2.0.yaml
new file mode 100644 (file)
index 0000000..5513f54
--- /dev/null
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '3.2.0'
+project: 'portal-app'
+log_dir: 'portal-app-maven-stage-master/336/'