Do first pass on dcae onboarding vagrant 53/58953/1
authorMichael Hwang <mhwang@research.att.com>
Wed, 1 Aug 2018 20:22:13 +0000 (16:22 -0400)
committerMichael Hwang <mhwang@research.att.com>
Fri, 3 Aug 2018 14:33:58 +0000 (10:33 -0400)
commit2de95edebaa92072aa857ca70961cd7bdaf7a77d
tree5225035b16b57d392ddbf3f38d340b4fa28f9a0c
parentc4a139fff38bc62ea0a47566707c7aad13a86b4f
Do first pass on dcae onboarding vagrant

* 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>
dcae-cli/ChangeLog.md
dcae-cli/dcae_cli/_version.py
dcae-cli/dcae_cli/util/docker_util.py
dcae-cli/requirements.txt
dcae-cli/setup.py
vagrant/README.md [new file with mode: 0644]
vagrant/Vagrantfile [new file with mode: 0644]
vagrant/consul/config.json [new file with mode: 0644]
vagrant/docker-compose.yaml [new file with mode: 0644]
vagrant/provision.sh [new file with mode: 0644]