summaryrefslogtreecommitdiffstats
path: root/dcae-cli
AgeCommit message (Collapse)AuthorFilesLines
2019-09-05Make format_description handle NoneAndrew Gauld4-2/+7
Change-Id: I81f3158bca00ae78ba5f2ea733c09ffd3758bbe0 Issue-ID: DCAEGEN2-1723 Signed-off-by: Andrew Gauld <agauld@att.com>
2019-08-13Fix Format class to say description is optionalAndrew Gauld4-3/+7
Issue-ID: DCAEGEN2-1723 Change-Id: I0d279b3b9e7c63a3299da0366b89e8f7ab004edf Signed-off-by: Andrew Gauld <agauld@att.com>
2019-08-13Update obsolete docker python versionAndrew Gauld7-26/+9
Issue-ID: DCAEGEN2-1725 Change-Id: I056b96a700e403fccf3ed8464b170dda33957cb5 Signed-off-by: Andrew Gauld <agauld@att.com>
2019-07-20Fix cli build job errorVijay Venkatesh Kumar1-2/+9
Change-Id: I3b183668443475f83b957b0872de9471a070f5c1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1689 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-06-17JJB alignment across DCAE components - DCAE-CLIrajendrajaiswal1-12/+3
Change-Id: I2215a01b7050d151907f0a8c71cb1786fbabc191 Issue-ID: DCAEGEN2-1578 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-05-08fixed the cli pom4.0.0-ONAP1.0.0dublinms236b1-0/+3
Changed the cli pom back to how it was before bp gen/fixed other pom Issue-ID: DCAEGEN2-1125 Change-Id: I4d2b78c12c5b423d05ee8eab9cf16e132fdc7953 Signed-off-by: ms236b <ms236b@att.com>
2019-05-08fix for staging pushVijay Venkatesh Kumar1-3/+0
Change-Id: I5fca31b0e3dfa90b63e8f910449fab6ff815a1fa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270
2019-04-09Fixing psycopg2 versionwrider1-2/+2
New psycopg2 release broke the tox setup. Reverting to previous known-working version. Change-Id: Ia6076582f0ac783b54b4c262e211ff8ef6c3ebfb Signed-off-by: wrider <lji@research.att.com> Issue-ID: DCAEGEN2-1410 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
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-04Policy Reconfiguration, Component Spec, Help texttb2541onap20-93/+468
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-08-03Do first pass on dcae onboarding vagrantMichael Hwang5-27/+31
* 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-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 Ji2-11/+6
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-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-02-12Update license textLusheng Ji4-4/+4
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 versioningvagrant1-2/+2
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-21Add script for uploading schema artifactsLusheng Ji1-65/+2
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 Hwang1-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 Hwang16-17/+284
* 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-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-28adding pom and phase scriptLusheng Ji1-0/+313
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 Hwang69-0/+8540
Change-Id: I2d920da7902bb5c1faf3d66173d62c942e9a19e9 Issue-Id: DCAEGEN2-50 Signed-off-by: Michael Hwang <mhwang@research.att.com>