Initial OpenECOMP policy/engine commit
[policy/engine.git] / packages / install / src / files / console.conf
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 # These can be set so the Admin Console knows who is logged on. Ideally, you can run the console in a J2EE
39 # container and setup authentication as you please. Setting HttpSession attribute values will override these
40 # values set in the properties files.
41 #
42 # ((HttpServletRequest) request).getSession().setAttribute("xacml.rest.admin.user.name", "Homer");
43 #
44 # The default policy: Policy-Admin.xml is extremely simple.
45 #
46 # You can test authorization within the Admin Console by changing the user id.
47 # There are 3 supported user ids:
48 #       guest - Read only access
49 #       editor - Read/Write access
50 #       admin - Read/Write/Admin access
51 #
52 # An empty or null value for xacml.rest.admin.user.id results in no access to the application at all.
53 #
54 # This is for development/demonstration purposes only. A production environment should provide authentication which is
55 # outside the scope of this application. This application can be used to develop a XACML policy for user authorization
56 # within this application.
57 #
58
59 REST_ADMIN_USER_NAME=Administrator
60 REST_ADMIN_USER_ID=super-admin
61
62 #
63 #
64 # Property to declare the max time frame for logs.
65 #
66 LOG_TIMEFRAME=30
67
68 # Property to declare the number of visible rows for users in MicroService Policy
69 COLUMN_COUNT=3
70
71 # Dashboard refresh rate in miliseconds
72 REFRESH_RATE=40000
73
74 #
75 # URL location for the PAP servlet.
76 #
77
78
79 REST_PAP_URL=https://${{FQDN}}:9091/pap/
80
81 #
82 # Config/Action Properties location.
83 #
84
85 REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/
86 REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/
87 REST_CONFIG_URL=https://${{FQDN}}:9091/
88 REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/
89
90 # PAP account information
91 CONSOLE_PAP_HTTP_USER_ID=testpap
92 CONSOLE_PAP_HTTP_PASSWORD=alpha123
93
94
95 node_type=pap_admin
96 resource_name=console_1
97
98 # The (optional) period of time in seconds between executions of the integrity audit.
99 # Value < 0 : Audit does not run (default value if property is not present = -1)
100 # Value = 0 : Audit runs continuously
101 # Value > 0 : The period of time in seconds between execution of the audit on a particular node
102 integrity_audit_period_seconds=-1
103
104 #Automatic Policy Distribution 
105 automatic_push=false
106
107 #Diff of policies for Firewall feature
108 FW_GETURL=https://localhost.com/v0/configs/firewall/pan/
109 FW_AUTHOURL=https://localhost
110 FW_PROXY=
111 FW_PORT=
112
113 #SMTP Server Details for Java Mail
114 ecomp_smtp_host=
115 ecomp_smtp_port=
116 ecomp_smtp_userName=root@localhost
117 ecomp_smtp_password=password123
118 ecomp_application_name=Dev
119
120 #-----------------------ECOMP-PORTAL-Properties----------------------
121
122 ECOMP_REDIRECT_URL=https://localhost/ecompui/process_csp
123 ECOMP_REST_URL=https://localhost:8443/ecompui/auxapi
124 ECOMP_UEB_URL_LIST=localhost.com,localhost1.com
125 ECOMP_PORTAL_INBOX_NAME=ECOMP-PORTAL-INBOX-TEST
126 ECOMP_UEB_APP_KEY=FZpTlJbdRIibgSmg
127 ECOMP_UEB_APP_SECRET=QMyKdILRBwj1c76UQONjSYOt
128 ECOMP_UEB_APP_MAILBOX_NAME=ECOMP-PORTAL-OUTBOX-45601
129 APP_DISPLAY_NAME=POLICY IST
130 ECOMP_SHARED_CONTEXT_REST_URL=https://localhost:8443/ecompui/context
131
132 #Add the Rest PAP url and pap auth password on adding delimiter @Auth@ *****Check the below assigned dummy example******
133
134 REST_PAPURL_WITH_AUTH_PASSWORD=http://localhost:8070/pap/@Auth@dGVzdHBhcDphbHBoYTEyMw==