aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Updated SDC version to 1.9.2-SNAPSHOT1.9.2MichaelMorris138-138/+138
2021-09-17Fix Update VSP when no version id is providedandre.schmid2-0/+15
2021-09-13Update SDC version to 1.9.1-SNAPSHOT1.9.1MichaelMorris138-138/+138
2021-09-07Fixing deployment failureMichaelMorris1-4/+4
2021-09-01Update unit test to JUnit5andre.schmid1-357/+357
2021-09-01Fix setting vendor release for VSP with model<
/*-
 * ============LICENSE_START=======================================================
 * ONAP - SO
 * ================================================================================
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * 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=========================================================
 */

package org.onap.aaiclient.client.aai;

public interface AAIUpdator {

    void updateVnfToLocked(String vnfName) throws Exception;

    void updateVnfToUnLocked(String vnfName) throws Exception;

}
openecomp-be?h=kohn&id=68a8c007e2bb9c1e79357432fbaa0336774327d7'>Dead resource filessebdet22-0/+0 2021-06-10Add parameter for Zip Validationsebdet3-6/+19 2021-06-09Create a common ConfigurationManager classsebdet12-271/+293 2021-06-02Improve handling exception path for HelmValidatorPiotr Marcinkiewicz3-5/+5 2021-05-27Update vulnerable package dependenciesvasraz17-22/+22 2021-05-19Change group/owner for HelmValidatorConfiguration1.9.0Piotr Marcinkiewicz1-2/+2 2021-05-15Update vulnerable package dependenciesvasraz3-29/+5211 2021-05-15Update vulnerable package dependenciesvasraz4-66/+69 2021-05-14Integrate helm validator with SDC-BEJoanna Jeremicz30-44/+1042 2021-05-12Use integration-java11 Dockerfilesebdet16-109/+95 2021-04-12Fix weak-cryptography issuesxuegao1-56/+6 2021-04-02Fix weak-cryptography issuesxuegao1-13/+55 2021-03-29Improve test coverage (common)vasraz1-75/+0 2021-03-29Improve test coveragevasraz4-24/+20 2021-03-26Improve test coveragexuegao3-21/+64 2021-03-26Improve test coveragexuegao6-78/+135 2021-03-25Improve test coveragevasraz8-356/+136 2021-03-25Fix CRITICAL BUGsvasraz1-564/+562 2021-03-25Improve test coveragexuegao1-49/+7 2021-03-24Skip swagger in fast build profilevasraz3-20/+34 2021-03-24Improve test coveragevasraz5-73/+70 2021-03-24Improve test coveragexuegao2-22/+60 2021-03-24Improve test coveragexuegao6-34/+186 2021-03-24Reformat openecomp-bevasraz1526-59062/+45332 2021-03-22Update Master to IstambulChrisC138-138/+138