Merge in changes there were made since seeding 91/12491/2
authorMichael Hwang <mhwang@research.att.com>
Thu, 14 Sep 2017 17:06:21 +0000 (13:06 -0400)
committerMichael Hwang <mhwang@research.att.com>
Thu, 14 Sep 2017 18:50:51 +0000 (14:50 -0400)
commit0d4c19a9389a933cf5b5e83173f97f8cd72b7f5e
treec160ab6cdaf600f8025d75e91898d133ebc000f8
parent3b22c6518e8dbb4a4ddf7aa615a8dccdc2d280b7
Merge in changes there were made since seeding

* 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>
21 files changed:
component-json-schemas/component-spec-schema.json
component-json-schemas/dmaap-schema.json [new file with mode: 0644]
component-json-schemas/tests/dmaap-mr-bad-extra.json [new file with mode: 0644]
component-json-schemas/tests/dmaap-mr-bad-missing.json [new file with mode: 0644]
component-json-schemas/tests/dmaap-mr-good.json [new file with mode: 0644]
dcae-cli/ChangeLog.md
dcae-cli/dcae_cli/_version.py
dcae-cli/dcae_cli/commands/component/commands.py
dcae-cli/dcae_cli/commands/data_format/commands.py
dcae-cli/dcae_cli/commands/tests/mocked_components/model/badjson [new file with mode: 0644]
dcae-cli/dcae_cli/commands/tests/mocked_components/model/generatedir/ex1.json [new file with mode: 0755]
dcae-cli/dcae_cli/commands/tests/mocked_components/model/generatedir/ex2.json [new file with mode: 0755]
dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
dcae-cli/dcae_cli/util/discovery.py
dcae-cli/dcae_cli/util/dmaap.py
dcae-cli/dcae_cli/util/inputs.py [new file with mode: 0644]
dcae-cli/dcae_cli/util/run.py
dcae-cli/dcae_cli/util/tests/test_discovery.py
dcae-cli/dcae_cli/util/tests/test_inputs.py [new file with mode: 0644]
dcae-cli/requirements.txt
dcae-cli/setup.py