Adds OpenDaylight resources for configuring cluster with docker
authorTim Rozet <trozet@redhat.com>
Mon, 22 May 2017 21:30:18 +0000 (17:30 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 22 May 2017 21:30:18 +0000 (17:30 -0400)
commit1ff831a0a8f4874d9724faeca1a9d603644f8a49
tree1d9fb03538ac02492bf7941a806b685216121f54
parentf77017c8f62c6aa5e59a3036e7abc953657b7894
Adds OpenDaylight resources for configuring cluster with docker

In puppet-opendaylight configuring a cluster is done using an exec
calling an opendaylight script to configure the clustering file.  For
containerizing ODL, we cannot use exec as a puppet tag, therefore we
need to use a defined type to tag with.  This patch adds that defined
type to configure a cluster and a class to call it.  These will only be
used during containerized deploys and calls the same configuration
script used by puppet-odl.

Change-Id: I020550ede0ef981582392cf6c48dd5cb5823a074
Signed-off-by: Tim Rozet <trozet@redhat.com>
manifests/profile/base/neutron/opendaylight/configure_cluster.pp [new file with mode: 0644]
manifests/profile/base/neutron/opendaylight/create_cluster.pp [new file with mode: 0644]