mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada, AT&T |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 15 | # configs component installation configuration parameters |
| 16 | |
| 17 | # tomcat specific parameters |
| 18 | |
| 19 | TOMCAT_JMX_PORT=9993 |
| 20 | TOMCAT_SHUTDOWN_PORT=8090 |
| 21 | SSL_HTTP_CONNECTOR_PORT=8443 |
| 22 | SSL_HTTP_CONNECTOR_REDIRECT_PORT=8443 |
| 23 | SSL_AJP_CONNECTOR_PORT=8383 |
| 24 | SSL_AJP_CONNECTOR_REDIRECT_PORT=8443 |
| 25 | |
| 26 | TOMCAT_X_MS_MB=2048 |
| 27 | TOMCAT_X_MX_MB=2048 |
| 28 | |
| 29 | # ------------------ console properties --------------------------- |
| 30 | |
| 31 | # |
| 32 | # Authorization Policy |
| 33 | |
| 34 | ROOT_POLICIES=admin |
| 35 | ADMIN_FILE=Policy-Admin.xml |
| 36 | |
| 37 | |
| 38 | # Set your domain here: |
| 39 | |
| 40 | REST_ADMIN_DOMAIN=com |
| 41 | |
| 42 | # |
| 43 | # Location where the GIT repository is located |
| 44 | # |
| 45 | REST_ADMIN_REPOSITORY=repository |
| 46 | |
| 47 | # |
| 48 | # Location where all the user workspaces are located. |
| 49 | # |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 50 | REST_ADMIN_WORKSPACE=/opt/app/policy/servers/console/bin/workspace |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 51 | |
| 52 | # |
| 53 | # These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE |
| 54 | # container and setup authentication as you please. Setting HttpSession attribute values will override these |
| 55 | # values set in the properties files. |
| 56 | # |
| 57 | # ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer"); |
| 58 | # |
| 59 | # The default policy: Policy-Admin.xml is extremely simple. |
| 60 | # |
| 61 | # You can test authorization within the Admin Console by changing the user id. |
| 62 | # There are 3 supported user ids: |
| 63 | # guest - Read only access |
| 64 | # editor - Read/Write access |
| 65 | # admin - Read/Write/Admin access |
| 66 | # |
| 67 | # An empty or null value for xacml.rest.admin.user.id results in no access to the application at all. |
| 68 | # |
| 69 | # This is for development/demonstration purposes only. A production environment should provide authentication which is |
| 70 | # outside the scope of this application. This application can be used to develop a XACML policy for user authorization |
| 71 | # within this application. |
| 72 | # |
| 73 | |
| 74 | REST_ADMIN_USER_NAME=Administrator |
| 75 | REST_ADMIN_USER_ID=super-admin |
| 76 | |
| 77 | # |
| 78 | # |
| 79 | # Property to declare the max time frame for logs. |
| 80 | # |
| 81 | LOG_TIMEFRAME=30 |
| 82 | |
| 83 | # Property to declare the number of visible rows for users in MicroService Policy |
| 84 | COLUMN_COUNT=3 |
| 85 | |
| 86 | # Dashboard refresh rate in miliseconds |
| 87 | REFRESH_RATE=40000 |
| 88 | |
| 89 | # |
| 90 | # URL location for the PAP servlet. |
| 91 | # |
| 92 | |
| 93 | |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 94 | REST_PAP_URL=http://{{.Values.global.pap.nameOverride}}:{{.Values.service.externalPort2}}/pap/ |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 95 | |
| 96 | # |
| 97 | # Config/Action Properties location. |
| 98 | # |
| 99 | |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 100 | REST_CONFIG_HOME=/opt/app/policy/servers/pap/webapps/Config/ |
| 101 | REST_ACTION_HOME=/opt/app/policy/servers/pap/webapps/Action/ |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 102 | REST_CONFIG_URL=http://{{.Values.global.pap.nameOverride}}:{{.Values.service.externalPort2}}/ |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 103 | REST_CONFIG_WEBAPPS=/opt/app/policy/servers/pap/webapps/ |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 104 | |
| 105 | # PAP account information |
| 106 | CONSOLE_PAP_HTTP_USER_ID=testpap |
| 107 | CONSOLE_PAP_HTTP_PASSWORD=alpha123 |
| 108 | |
| 109 | |
| 110 | node_type=pap_admin |
| 111 | resource_name=console_1 |
| 112 | |
| 113 | # The (optional) period of time in seconds between executions of the integrity audit. |
| 114 | # Value < 0 : Audit does not run (default value if property is not present = -1) |
| 115 | # Value = 0 : Audit runs continuously |
| 116 | # Value > 0 : The period of time in seconds between execution of the audit on a particular node |
| 117 | integrity_audit_period_seconds=-1 |
| 118 | |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 119 | #Automatic Policy Distribution |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 120 | automatic_push=false |
| 121 | |
| 122 | #Diff of policies for Firewall feature |
| 123 | FW_GETURL= |
| 124 | FW_AUTHOURL= |
| 125 | FW_PROXY= |
| 126 | FW_PORT= |
| 127 | |
| 128 | #SMTP Server Details for Java Mail |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 129 | onap_smtp_host= |
| 130 | onap_smtp_port=25 |
| 131 | onap_smtp_userName= |
| 132 | onap_smtp_password= |
| 133 | onap_smtp_emailExtension= |
| 134 | onap_application_name= |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 135 | |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 136 | #-----------------------ONAP-PORTAL-Properties---------------------- |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 137 | |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 138 | ONAP_REDIRECT_URL=http://portalapps:8989/ONAPPORTAL/login.htm |
| 139 | ONAP_REST_URL=http://portalapps:8989/ONAPPORTAL/auxapi |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 140 | ONAP_UEB_URL_LIST= |
| 141 | ONAP_PORTAL_INBOX_NAME= |
| 142 | ONAP_UEB_APP_KEY= |
| 143 | ONAP_UEB_APP_SECRET= |
| 144 | ONAP_UEB_APP_MAILBOX_NAME= |
| 145 | APP_DISPLAY_NAME=ONAP Policy |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 146 | ONAP_SHARED_CONTEXT_REST_URL=http://portalapps:8989/ONAPPORTAL/context |