From 77804f22bf3e76f3080f27f426aa8dbc8c86b87d Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 3 Feb 2017 10:38:42 +0100 Subject: Restructuring Gluon puppet manifests Structuring the puppet manifests similar to how it is done in OpenDaylight and etcd. Change-Id: I9d0fb60ddd626129b38b1f642ce3894ca3098cc4 Signed-off-by: Georg Kunz --- deploy/puppet/gluon/manifests/params.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy/puppet/gluon/manifests/params.pp (limited to 'deploy/puppet/gluon/manifests/params.pp') 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' + +} -- cgit 1.2.3-korg