summaryrefslogtreecommitdiffstats
path: root/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-10-10 15:34:00 -0700
committerTakamune Cho <takamune.cho@att.com>2019-11-08 16:38:47 +0000
commit6a6d3afd489ea3b8945f1cdd8a8a74afdcc5221a (patch)
tree1b9b67b9683145d693d831eea7128d36738aa9a4 /services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties
parent7b04a1754482ba02a49d4d6376dc45e4cd6551f4 (diff)
Dmaap micro service jar
Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
Diffstat (limited to 'services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties')
-rw-r--r--services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties54
1 files changed, 54 insertions, 0 deletions
diff --git a/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties b/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties
new file mode 100644
index 000000000..129ec9c6b
--- /dev/null
+++ b/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/producer.properties
@@ -0,0 +1,54 @@
+###
+# ============LICENSE_START=======================================================
+# ONAP : APPC
+# ================================================================================
+# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# ================================================================================
+# Copyright (C) 2017 Amdocs
+# =============================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END=========================================================
+###
+
+#TransportType-Specify which way user want to use. I.e. <HTTPAAF,DME2,HTTPAUTH >
+TransportType=HTTPNOAUTH
+Latitude =50.000000
+Longitude =-100.000000
+Version =1.0
+ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events
+Environment =TEST
+Partner=BOT_R
+SubContextPath =/
+Protocol =http
+MethodType =POST
+username =admin
+password =admin
+contenttype = application/json
+authKey=01234567890abcde:01234567890abcdefghijklmn
+authDate=2016-07-20T11:30:56-0700
+host=127.0.0.1
+topic=org.onap.appc.UNIT-TEST
+partition=2
+maxBatchSize=100
+maxAgeMs=250
+AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler
+AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler
+AFT_DME2_REQ_TRACE_ON=true
+AFT_ENVIRONMENT=AFTUAT
+AFT_DME2_EP_CONN_TIMEOUT=15000
+AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000
+AFT_DME2_EP_READ_TIMEOUT_MS=50000
+sessionstickinessrequired=NO
+DME2preferredRouterFilePath=preferredRoute.txt
+MessageSentThreadOccurance=50
ht .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
   <div class="modal fade" id="update_vpe_pool_modal" tabindex="-1" role="dialog" 
		aria-labelledby="update_vpe_pool_label" aria-hidden="true">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
            <h4 class="modal-title">Update VPE Pool</h4>
          </div>
          <div class="modal-body">
            <form role="form" action="/gamma/updateVpePool" method="POST">
              <div class="form-group">
                <label for="uf_aic_site_id">AIC Site ID</label>
                <input type="text" class="form-control" name="uf_aic_site_id" id="uf_aic_site_id">
              </div>
              <div class="form-group">
                <label for="uf_vpe_name">VPE Name</label>
                <input type="text" class="form-control" name="uf_vpe_name" id="uf_vpe_name">
              </div>
              <div class="form-group">
                <label for="uf_availability_zone">Availability Zone</label>
                <input type="text" class="form-control" name="uf_availability_zone" id="uf_availability_zone">
              </div>
              <div class="form-group">
                <label for="uf_ipv4_oam_address">IPV4 OAM Address</label>
                <input type="text" class="form-control" name="uf_ipv4_oam_address" id="uf_ipv4_oam_address">
              </div>
              <div class="form-group">
                <label for="uf_loopback0_ipv4_address">Loopback IPV4 Address</label>
                <input type="text" class="form-control" name="uf_loopback0_ipv4_address" id="uf_loopback0_ipv4_address">
              </div>
              <div class="form-group">
                <label for="uf_provisioning_status">Provisioning Status</label>
                <select class="form-control" name="uf_provisioning_status" id="uf_provisioning_status">
                    <option value=PREPROV>PREPROV</option>
                    <option value=NVTPROV>NVTPROV</option>
                    <option value=PROV>PROV</option>
                    <option value=CAPPED>CAPPED</option>
                </select>
              </div>
              <div class="form-group">
                <label for="uf_vlan_id_outer">VLAN ID Outer</label>
                <input type="text" class="form-control" name="uf_vlan_id_outer" id="uf_vlan_id_outer">
              </div>
              <div class="form-group">
                <label for="uf_vendor">Vendor</label>
                <input type="text" class="form-control" name="uf_vendor" id="uf_vendor">
              </div>
              <div class="form-group">
                <label for="uf_physical_intf_name">Interface Name</label>
                <input type="text" class="form-control" name="uf_physical_intf_name" id="uf_physical_intf_name">
              </div>
              <div class="form-group">
                <label for="uf_physical_intf_speed">Interface Speed</label>
                <input type="text" class="form-control" name="uf_physical_intf_speed" id="uf_physical_intf_speed">
              </div>
              <div class="form-group">
                <label for="uf_physical_intf_units">Interface Units</label>
                <input type="text" class="form-control" name="uf_physical_intf_units" id="uf_physical_intf_units">
              </div>
              <div class="form-group">
                <label for="uf_vpe_uuid">VPE UUID</label>
                <input type="text" class="form-control" name="uf_vpe_uuid" id="uf_vpe_uuid">
              </div>
              <div class="form-group">
                <label for="uf_as_number">AS_NUMBER</label>
                <input type="text" class="form-control" name="uf_as_number" id="uf_as_number">
              </div>
              <div class="form-group">
                <label for="uf_vpe_id">VPE ID</label>
                <input type="text" class="form-control" name="uf_vpe_id" id="uf_vpe_id">
              </div>
              <div class="form-group">
                <label for="uf_image_filename">Image Filename</label>
                <input type="text" class="form-control" name="uf_image_filename" id="uf_image_filename">
              </div>
              <div class="form-group">
                <input type="hidden" name="uf_key_vpe_name" id="uf_key_vpe_name">
                <input type="hidden" name="uf_key_availability_zone" id="uf_key_availability_zone">
                <input type="hidden" name="uf_key_aic_site_id" id="uf_key_aic_site_id">
				<input type="hidden" name="uf_action" id="uf_action">
                <button type="submit" class="btn btn-primary">Submit</button>
				<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
              </div>
           </form>
          </div>
      </div>
    </div>
  </div>