Adds ability to configure ODL user/pass
[integration/packaging/puppet-opendaylight.git] / manifests / config.pp
index 0f1fb5c10e31cb72eff5742fd3bac5aa065c2157..b99a2f02380c5459ba7d9dfc634f836cc55af6b9 100644 (file)
@@ -107,4 +107,10 @@ class opendaylight::config {
       match => '^routing-node=.*$',
     }
   }
+
+  # Configure username/password
+  odl_user { $::opendaylight::username:
+    password => $::opendaylight::password,
+    before   => Service['opendaylight'],
+  }
 }