summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Add Inputs for Datafile BlueprintConor Ward2-0/+34
2018-09-21Merge "[aai-babel] Fix collection resource widget details"Alexis de Talhouët1-3/+3
2018-09-21Merge "4.4.0 policy-handler"Alexis de Talhouët1-1/+1
2018-09-21Merge "ipomba healthcheck"Alexis de Talhouët2-0/+12
2018-09-21Merge "fixing vid startup issue after resource limit"Alexis de Talhouët1-5/+5
2018-09-21Merge "BugFix:correct context path in ND Ctx builder"Alexis de Talhouët1-1/+1
2018-09-21Merge "Add requirement on controller-blueprint for sdnc"Jerome Doucerain1-0/+3
2018-09-21Merge "Add missing properties files to SDNC"Jerome Doucerain7-5/+63
2018-09-21Add missing properties files to SDNCAlexis de Talhouët7-5/+63
2018-09-21fixing vid startup issue after resource limitMandeep Khinda1-5/+5
2018-09-21Merge "Fix: aai resource limits- charts except cassandra"Mandeep Khinda24-31/+209
2018-09-21Merge "Resource Limits for oof"Mandeep Khinda18-19/+172
2018-09-21Fix: aai resource limits- charts except cassandrarajeshkalai24-31/+209
2018-09-21Resource Limits for oofPrateekinlinux18-19/+172
2018-09-20Add requirement on controller-blueprint for sdncAlexis de Talhouët1-0/+3
2018-09-20Add controller blueprintsMike Elliott10-0/+507
2018-09-20ipomba healthcheckUbuntu2-0/+12
2018-09-20BugFix:correct context path in ND Ctx builderPhillip Leigh1-1/+1
2018-09-204.4.0 policy-handlerAlex Shatov1-1/+1
2018-09-20Merge "Correct namespace in update-vfw-op-policy.sh"Alexis de Talhouët1-2/+2
2018-09-20Do not use https do communicate with sdncAlexis de Talhouët1-2/+2
2018-09-20Fix wrong service name for sdnc in bpmn-infraAlexis de Talhouët1-1/+1
2018-09-20Use http port from VID to SOAlexis de Talhouët1-1/+1
2018-09-20Merge "Resource Limit for Portal"Alexis de Talhouët12-114/+114
2018-09-20Resource Limit for PortalNishukumar12-114/+114
2018-09-20Correct namespace in update-vfw-op-policy.shAbdelmuhaimen Seaudi1-2/+2
2018-09-20Merge "updating gerritBranch to master"Alexis de Talhouët4-4/+4
2018-09-20Merge "SO helm chart cleanup"Alexis de Talhouët18-305/+13
2018-09-20Merge "Update DCAE values.yaml for r3 images/input"Alexis de Talhouët4-2/+66
2018-09-20[aai-babel] Fix collection resource widget detailsMark Tooski1-3/+3
2018-09-20Merge "Fix the issue fetch log of esr in kibana"Alexis de Talhouët11-88/+305
2018-09-20Merge "inputs for 4.3.1 policy-handler - all the latest"Alexis de Talhouët1-7/+55
2018-09-20Merge "Preload Guard Policies"Alexis de Talhouët1-116/+181
2018-09-20Merge "fixing attribute comparison rule"Alexis de Talhouët1-4/+9
2018-09-20Merge "aaf configuration in policy charts"Alexis de Talhouët1-2/+7
2018-09-20Fix duplicated propertyLee, Tian (tl5884)1-2/+0
2018-09-20fixing attribute comparison rulePierre Rioux1-4/+9
2018-09-19aaf configuration in policy chartsJorge Hernandez1-2/+7
2018-09-20Update DCAE values.yaml for r3 images/inputvagrant4-2/+66
2018-09-20SO helm chart cleanupRamesh Parthasarathy18-305/+13
2018-09-20reducing resource request numbersMandeep Khinda18-68/+68
2018-09-19updating gerritBranch to masterMandeep Khinda4-4/+4
2018-09-19Merge "Remove internal unused values"Mandeep Khinda2-6/+2
2018-09-19Merge "Remove special characters"Mandeep Khinda1-13/+0
2018-09-19Merge "Fix api-handler config"Mandeep Khinda1-2/+2
2018-09-19Merge "Fix wrong db catalog port in bpmn-infra"Mandeep Khinda1-2/+2
2018-09-19Merge "Fix wrong passwords in bpmn-infra config"Mandeep Khinda1-6/+5
2018-09-19Merge changes from topic 'fix_oom_master_dist'Mandeep Khinda1-4/+2
2018-09-19Merge "Resource Limits for sdc"Mandeep Khinda12-171/+121
2018-09-19Fix wrong db catalog port in bpmn-infraAlexis de Talhouët1-2/+2
CommonHeader": { "TimeStamp": "2016-05-11T13:53:53.146Z", "APIver": "1.01", "OriginatorID": "policy.pdp01", * "RequestID": "b74d13c5-bb26-4b04-992c-4679dfc8280e", "SubrequestID": "1" } */ /* * The timestamp of the message */ @JsonProperty("TimeStamp") private String timeStamp; /* * The API version of the message */ @JsonProperty("APIver") private String apiVer; /* * The Originator ID of the message */ @JsonProperty("OriginatorID") private String originatorId; /* * The Request Id of the message */ @JsonProperty("RequestID") private String requestID; /* * The Subrequest Id of the message */ @JsonProperty("SubRequestID") private String subRequestId; /** * @return the timeStamp */ public String getTimeStamp() { return timeStamp; } /** * @param timeStamp * the timeStamp to set */ public void setTimeStamp(String timeStamp) { this.timeStamp = timeStamp; } /** * @return the apiVer */ public String getApiVer() { return apiVer; } /** * @param apiVer * the apiVer to set */ public void setApiVer(String apiVer) { this.apiVer = apiVer; } /** * @return the originatorId */ public String getOriginatorId() { return originatorId; } /** * @param originatorId * the originatorId to set */ public void setOriginatorId(String originatorId) { this.originatorId = originatorId; } /** * @return the requestID */ public String getRequestID() { return requestID; } /** * @param requestID * the requestID to set */ public void setRequestID(String requestID) { this.requestID = requestID; } /** * @return the subRequestId */ public String getSubRequestId() { return subRequestId; } /** * @param subRequestId * the subRequestId to set */ public void setSubRequestId(String subRequestId) { this.subRequestId = subRequestId; } }; @JsonIgnoreProperties(ignoreUnknown = true) public static class Payload { /* * "Payload": { "VServerSelfLink": * "http://192.168.1.2:8774/v2/abcde12345fghijk6789lmnopq123rst/servers/abc12345-1234-5678-890a-abcdefg12345", * "VNF_NAME": "test", "VMID": "abc12345-1234-5678-890a-abcdefg12345", "TenantID": * "abcde12345fghijk6789lmnopq123rst", "LOC_ID": "Test", "in-maint": "false", "Identity": * "http://example.com:5000/v2.0", "Prov_status": "ACTIVE", "OAM_IPV4": "192.168.1.2", * "is-closed-loop-disabled": "false", "VM_NAME": "test", "OAM_IPV6": "aaaa::bbbb:cccc:dddd:eeee/64" } */ /* * The TenantID of the message */ @JsonProperty("generic-vnf.vnf-id") private String genericVnfId; /** * @return the TenantID */ public String getGenericVnfId() { return genericVnfId; } /** * @param TenantID * the TenantID to set */ public void setGenericVnfId(String genericVnfId) { this.genericVnfId = genericVnfId; } @JsonProperty("streams") private Streams streams; /** * @return the TenantID */ public String getStreams() { String r = "{\\\"streams\\\": {\\\"active-streams\\\": " + streams.getActiveStreams() + "}}"; return r; } /** * @param TenantID * the TenantID to set */ public void setStreams(Streams streams) { this.streams = streams; } }; @JsonIgnoreProperties(ignoreUnknown = true) public static class Streams { @JsonProperty("active-streams") private int activeStreams; public int getActiveStreams() { return this.activeStreams; } public void setActiveStreams(int activeStreams) { this.activeStreams = activeStreams; } }; }