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