summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08fix typos3.0.1-ONAP3.0.0-ONAPcasablancaStanislav Chlebec1-2/+2
Change-Id: I1a906b1cc81461a4a078d1fe2b66a03742fc7056 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-15Policy Reconfiguration change to function parmstb2541onap5-6/+10
Updated 2 Policy Reconfig functions to use a passed parameter Parameter needed since “consul_host” variable had been removed Change-Id: I1e967cbf1de2c832679be6e2d120a278cd48a5d4 Issue-ID: DCAEGEN2-576 Signed-off-by: tb2541onap <tb2541@att.com>
2018-10-04Merge "Policy Reconfiguration, Component Spec, Help text"Michael Hwang19-92/+467
2018-10-04Component Specification Schema changestb2541onap1-0/+860
Updates to the Component Spec schema for Policy and Volumes Updates to the Component Spec schema for required fields Issue-ID: DCAEGEN2-576 Change-Id: Idd8e484b5db4a6e26ce25417e9296386deaf5792 Signed-off-by: tb2541onap <tb2541@att.com>
2018-10-04Policy Reconfiguration, Component Spec, Help texttb2541onap22-95/+469
Added Policy Reconfiguration support Updates to the Help text that is displayed to the user Issue-ID: DCAEGEN2-576 Change-Id: I12bf40b24d607fca33e321da8c9ba7fea2f200cd Signed-off-by: tb2541onap <tb2541@att.com>
2018-09-27Fix dependency versionLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-716 Change-Id: Id5095ce40b3e7892d4f643e79c0dea8ec38566bc Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-21Fix license for clivagrant1-1/+1
Change-Id: I0ac6dfd1d83539f7d2ae91147568c0e7acab16fa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-08-27Use managed guava versionGary Wu1-1/+0
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I41a38b98f39b00109cd292a6700c6a52cbc8ec66 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-03Do first pass on dcae onboarding vagrantMichael Hwang10-27/+355
* Provide Vagrantfile etc to standup a VirtualBox image that runs a minimal DCAE runtime for onboarding * Add README with directions on how to do above * Make minor fixes to the dcae-cli for issues discovered from testing above Issue-ID: DCAEGEN2-574 Change-Id: I99ea595df9e5e2b9a872b864e553caec1f020669 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-08-02Merge "Add code for data format webtool"Vijay Venkatesh Kumar43-0/+8166
2018-07-27Merge "Add INFO.yaml file"Vijay Venkatesh Kumar1-0/+90
2018-07-26Add INFO.yaml fileJessica Wagantall1-0/+90
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I670c0dfa2011637f05381b548a9b4d283a010591 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-26Add code for data format webtoolMichael Hwang43-0/+8166
Commit is on behalf of Ralph Knag Change-Id: I9bd4cc3c6949ec8b44fe081bb98c0027d90e24c5 Issue-ID: DCAEGEN2-615 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-07-24Merge "Add logging configuration to spec"Vijay Venkatesh Kumar2-0/+129
2018-07-16Update release tagLusheng Ji1-1/+8
Issue-ID: DCAEGEN2-499 Change-Id: Ic4989104265b7bfcf1a3ad02a4abdd2a3f35ca27 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-07-13Add logging configuration to specMichael Hwang2-0/+129
k8s deployment requires additional details from developer to setup for logging. Change-Id: Ic23e3fa307771179c26ab97d9418fe779bafb01b Issue-ID: DCAEGEN2-550 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-06-15Added passenv line to use system proxy variablesArash Hekmat1-0/+1
Issue-ID: DCAEGEN2-552 Change-Id: Idc798815e415bb36dcd8974c9b7a745346c07f35 Signed-off-by: Arash Hekmat <arash.hekmat@amdocs.com>
2018-03-19Merge "Fix issue where getting empty consul in discovery"2.0.0-ONAPbeijing2.0.0-ONAPLusheng Ji5-10/+31
2018-03-19Fix issue where getting empty consul in discoveryMichael Hwang5-10/+31
Change-Id: Ic9bda3bf7d88ad9f9c11caf9c6231d8acd829bff Issue-ID: DCAEGEN2-402 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-14Fix SONAR reportingLusheng Ji6-417/+20
Issue-ID: DCAEGEN2-206 Change-Id: I3b839c8c16197dbc555b533ddbd730404d3f7790 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-14Use tmpdir when using mock catalog of testsMichael Hwang5-23/+41
Change-Id: I8ef3e3d79729b8aff899f6cda58d75245b3ad3e4 Issue-ID: DCAEGEN2-372 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-11Merge "Make tox work in a fresh scenario"Lusheng Ji14-48/+129
2018-03-09Make tox work in a fresh scenarioMichael Hwang14-48/+129
Severing the unit tests from the local config dependency meant refactoring code that made pure unit testing impossible. Introduced a conftest in this commit. Change-Id: Id005b8b5b0704ccac33fa8768be1642941281f34 Issue-ID: DCAEGEN2-372 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-02Protocol Buffers SupportRalph Knag1-3/+10
Change-Id: Id5be8c10069a6b36164e778bc5e9c8e50d05ee0f Issue-ID: DCAEGEN2-375 Signed-off-by: Ralph Knag <rhknag@research.att.com>
2018-02-12Update license textLusheng Ji5-7/+7
Change-Id: I7407be7210fb6f81628898a625adb231a255f87e Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-02-08Fix issues with initializationMichael Hwang4-10/+22
Change-Id: Ib9520e4f5bd1d257a9281a60ea55c5fd2704e948 Issue-ID: DCAEGEN2-322 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-11-28update versioningvagrant3-9/+9
Change-Id: I64016acc3262615133a1f579749cdadcec789089 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-10-11Make docker login key a configuration paramMichael Hwang3-1/+11
Change-Id: Iacd0d4d350dd392b93439addad63b1d4ee2e4694 Issue-Id: DCAEGEN2-151 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-28Fetch docker logins from ConsulMichael Hwang4-8/+38
Change-Id: I521fd549b12042fa1d12481fbb0beb535f52e06f Issue-Id: DCAEGEN2-91 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-22Get tox workingMichael Hwang6-10/+53
* Use public onap dependencies * Make to work with tox * Fix unit tests Change-Id: I08ed9fa33003f4ec017818f61acf83b9f29ec9a3 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-21Fix push pathLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-60 Change-Id: I3294c2fa295cb436cbc60f332920a5fd8eae26bd Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-21Add script for uploading schema artifactsLusheng Ji5-146/+385
Issue-Id: DCAEGEN2-60 Change-Id: If51aacf59ec5c556f4bc37a7c02af2ac8c66edd5 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-19Make dcae-cli more tolerant aka configurableMichael Hwang4-13/+54
* Seeding configuration is no longer a fatal issue * Setup database connection * Seeding profiles is no longer a fatal issue Change-Id: Ica2150a1ca52bb422e4bf6d1213c6eacfb0ba128 Issue-Id: DCAEGEN2-110 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-18Make server url into a user inputted config paramMichael Hwang10-56/+54
Change-Id: I90e94445fe0f3c003307355cade493e97d0a202d Issue-Id: DCAEGEN2-110 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-15Restructure the json schemas repositoryMichael Hwang4-1/+1
All the json schema files have been put into folders that will be emulated on the remote web server by the CI process. Change-Id: Id8ad12c4f4623db4b35ed2be7cb727666d83fc33 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-14Merge in changes there were made since seedingMichael Hwang21-17/+373
* Fix DR config keys issue * Add data format generate command * Improve error messaging * Add in support for inputs otherwise known as "sourced at deployment" Change-Id: I9d97c30aeba587315d7fd1a18c38f71d8199d42b Issue-Id: DCAEGEN2-91 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-11Fix pom and mvn scriptLusheng Ji3-8/+496
Issue-Id: DCAEGEN2-60 Change-Id: Ieb784aa260a4e9742273cef3d4af19332dd7912c Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ibd1870829365d81b33a3ccd1028884309e5f32e3 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-30Fix pom.xmlLusheng Ji1-130/+126
Issue-Id: DCAEGEN2-60 Change-Id: Icc35867e2dcfa2105a4eb718e02b777a301ab04e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-29Update LICENSE.txtLusheng Ji1-30/+39
Issue-Id: DCAEGEN2-86 Change-Id: I7f5d1430df1e74fca3cddec3f68b502ddecedf91 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-28adding pom and phase scriptLusheng Ji4-0/+432
Issue-Id: DCAEGEN2-73 Change-Id: Ibba54e0706cea0187082b3e459d4538501ff24f1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-24Add dcae-cli and component-json-schemas projectsMichael Hwang76-0/+9716
Change-Id: I2d920da7902bb5c1faf3d66173d62c942e9a19e9 Issue-Id: DCAEGEN2-50 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-06-28Initial empty repositoryJessica Wagantall0-0/+0