diff options
Diffstat (limited to 'deploy/puppet/gluon/manifests/params.pp')
-rw-r--r-- | deploy/puppet/gluon/manifests/params.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/puppet/gluon/manifests/params.pp b/deploy/puppet/gluon/manifests/params.pp new file mode 100644 index 0000000..2af3cb7 --- /dev/null +++ b/deploy/puppet/gluon/manifests/params.pp @@ -0,0 +1,10 @@ +class gluon::params { + + $odl_bind_ip = '0.0.0.0' + $odl_rest_port = '8181' + $odl_username = 'admin' + $odl_password = 'admin' + $etcd_bind_ip = '127.0.0.1' + $etcd_client_port = '2379' + +} |