Fix bind IP config for REST 86/63286/4
authorTim Rozet <trozet@redhat.com>
Tue, 19 Sep 2017 13:45:21 +0000 (09:45 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 19 Sep 2017 18:25:51 +0000 (14:25 -0400)
commit168424499efb9c7ed35bf627c417f323164682fa
tree03ada75948deb7641a438d225f379c462b8f6833
parent4fa363098e550d4d57245d0347763765a8291088
Fix bind IP config for REST

Changes bind ip to be set as a default attribute rather than value and
also configures pax web cfg as recommended in
https://bugs.opendaylight.org/show_bug.cgi?id=9158

Note explicitly configuring 0.0.0.0 does not work so if default we skip
configuring bind IP and it defaults to 0.0.0.0.

Also increases sleep before curling REST in acceptance tests because
Karaf 4 takes longer to boot.

Change-Id: I23e7b1d501c782d5d1df0aa6d8b3e6cac9540de7
Signed-off-by: Tim Rozet <trozet@redhat.com>
.gitignore
manifests/config.pp
spec/acceptance/class_spec.rb
spec/classes/opendaylight_spec.rb
spec/spec_helper.rb
spec/spec_helper_acceptance.rb