summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/manifests/params.pp
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-02-12 01:33:05 +0100
committerGeorg Kunz <georg.kunz@ericsson.com>2017-02-12 20:11:51 +0100
commitb1c66830c2fa87d07b79fb6706a2eb644d39d471 (patch)
tree9f3b9fde8211c87868f7a1d7aa797336e63c7dea /deploy/puppet/gluon/manifests/params.pp
parentd31cfcc80428088cc4ddbabd721e01ff6265a8fc (diff)
Extending Gluon puppet manifests
* correctly reading etcd data from hieradata * template for proton.conf config file Change-Id: I62728f84a932d1dfef54b548a1e97b22bf06fcd8 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'deploy/puppet/gluon/manifests/params.pp')
-rw-r--r--deploy/puppet/gluon/manifests/params.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/puppet/gluon/manifests/params.pp b/deploy/puppet/gluon/manifests/params.pp
index 2af3cb7..d5ea6f6 100644
--- a/deploy/puppet/gluon/manifests/params.pp
+++ b/deploy/puppet/gluon/manifests/params.pp
@@ -1,5 +1,7 @@
class gluon::params {
+ $bind_ip = '127.0.0.1'
+ $port = '2705'
$odl_bind_ip = '0.0.0.0'
$odl_rest_port = '8181'
$odl_username = 'admin'