Adds ability to configure ODL user/pass 28/56028/3
authorTim Rozet <tdrozet@gmail.com>
Mon, 3 Apr 2017 22:59:13 +0000 (18:59 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 27 Apr 2017 18:19:33 +0000 (18:19 +0000)
commit9e22e9e083861c614353fc0b96ca9f82c504e5e6
tree92d8e87adb1557843b4de4bfc8a0440f44b7cf90
parentcec078e72f686413134fbf4840a2e66627d5d8c8
Adds ability to configure ODL user/pass

Change-Id: I7c6d2905233a21393b103938567cf56e26621018
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
12 files changed:
README.markdown
lib/puppet/provider/odl_user/idm.rb [new file with mode: 0644]
lib/puppet/type/odl_user.rb [new file with mode: 0644]
manifests/config.pp
manifests/init.pp
manifests/params.pp
spec/acceptance/class_spec.rb
spec/classes/opendaylight_spec.rb
spec/spec_helper.rb
spec/spec_helper_acceptance.rb
spec/unit/provider/idm_spec.rb [new file with mode: 0644]
spec/unit/type/odl_user_spec.rb [new file with mode: 0644]