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