Merge "Added Frankfurt Release Notes"
authorSunder Tattavarada <statta@research.att.com>
Mon, 13 Apr 2020 21:59:07 +0000 (21:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Apr 2020 21:59:07 +0000 (21:59 +0000)
deliveries/Dockerfile.sdk
docs/platform/architecture.rst
docs/platform/offeredapis.rst
docs/tutorials/portal-sdk/architecture.rst
releases/3.2.0-container-portal-docker.yaml [new file with mode: 0644]
releases/3.2.0-container.yaml [deleted file]
releases/3.2.0.yaml

index 4757d8a..b85cf84 100644 (file)
@@ -39,7 +39,10 @@ RUN cd ${SDKCONTEXT} && unzip -q *.war && rm *.war
 VOLUME ${TOMCATHOME}/logs
 
 # Switch to unprivileged user
-RUN addgroup -g 1000 -S portal && adduser -u 1000 -S portal -G portal
+RUN addgroup -g 1000 -S portal && \
+    adduser -u 1000 -S portal -G portal && \
+    mkdir -p ${TOMCATHOME}/temp && \
+    chown portal:portal ${TOMCATHOME}/temp
 USER portal
 
 # Switch back to root
index cd21268..7550ac6 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-
+.. _architecture:
 Architecture
 ------------
 
@@ -21,4 +21,4 @@ From the Portal, users access applications and Key Performance Indicators. Admin
 
 Here are two views of the Portal landing screen, one for administrators, and one for users:
 
-.. image:: PortalLandingPage.png
+.. image:: PortalLandingPage.png
\ No newline at end of file
index d296681..594fed9 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.   
 .. http://creativecommons.org/licenses/by/4.0   
-   
+.. _offeredapis:   
    
 Offered APIs   
 ============   
@@ -33,4 +33,4 @@ Additional information, including examples, can be found at `PortalApi link`_.
 .. _PortalApi link: https://wiki.onap.org/display/DW/Portal+API
   
 
-End of Document
\ No newline at end of file
+End of Document
index ec64bf2..79e5cdc 100644 (file)
@@ -1,4 +1,5 @@
 Application architecture
 ============================================
+.. _architecture:
 
 Click here to see the `ONAP Portal Architecture <../../../docs/platform/architecture.html>`_.
diff --git a/releases/3.2.0-container-portal-docker.yaml b/releases/3.2.0-container-portal-docker.yaml
new file mode 100644 (file)
index 0000000..206668b
--- /dev/null
@@ -0,0 +1,13 @@
+distribution_type: container
+container_release_tag: 3.2.0
+project: portal
+ref: 5d6efffa8ea241da2992de1c62eab5e8676a7dd8
+containers:
+    - name: portal-app
+      version: 3.2.0-STAGING-latest
+    - name: portal-sdk
+      version: 3.2.0-STAGING-latest
+    - name: portal-wms
+      version: 3.2.0-STAGING-latest
+    - name: portal-db
+      version: 3.2.0-STAGING-latest
\ No newline at end of file
diff --git a/releases/3.2.0-container.yaml b/releases/3.2.0-container.yaml
deleted file mode 100644 (file)
index 5071069..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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
index 5513f54..13bd324 100644 (file)
@@ -1,4 +1,4 @@
 distribution_type: 'maven'
 version: '3.2.0'
 project: 'portal-app'
-log_dir: 'portal-app-maven-stage-master/336/'
+log_dir: 'portal-maven-stage-master/352/'