aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/honeycomb.pp
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Update honeycomb config for 17.10Feng Pan1-9/+24
In 17.10, honeycomb configuration files are split to multiple json files. Change honeycomb config to write to the new files, also change from using template to augeas. Change-Id: Ie4a1289de261b54f8f8cd71779c58361b9e0f7d3 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-09-21Remove calling fdio class from honeycombFeng Pan1-3/+0
We currently invoke fdio class from honeycomb, this could cause problem if fdio is invoked somewhere else in the manifest with resource style invokation. It should be safe to assume fdio will be called when honeycomb class is used. Also removes custom honeycomb restart command. JIRA: PUP-7 Change-Id: I19348c4e59778fa65dc0ceea895185e68f8afcaf Signed-off-by: Feng Pan <fpan@redhat.com>
2017-07-28Add scope to configure_role_mappings resource callingFeng Pan1-7/+5
Change-Id: Icf7f31b09d0f24f8c61235bd4e3dda43d3d47bc7 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-02Add support for interface role mappingFeng Pan1-4/+23
Change-Id: I88a01914304f5e32840810c03646d9cda1ae7fff Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-24Remove extra leaf in VPP mounting dataFeng Pan1-1/+1
Change-Id: Iddaf5305197c4e17c80b81dd9a4a03b8cd111afb Signed-off-by: Feng Pan <fpan@redhat.com>
2017-03-09Restarts honeycomb after mountingTim Rozet1-3/+12
Currently after mounting VPP into ODL, a restart to honeycomb is required to initiate a new connection to ODL. This change ensures honeycomb is restarted after nodes are mounted. It also includes a check to make sure after honeycomb comes back up, the VPP node is actually mounted correctly into ODL's operational datastore. Change-Id: I92ea36cdd5de906cabd010e6c3a09a1f891eb94b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-20Add support for inline config changesFeng Pan1-1/+1
This patch changes VPP configuration from file template to inline change directly. This prevents issue with overwriting existing VPP config. Change-Id: I4133be8ebe689d9288e3a8e64cca43afd7e42e64 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-12Add VPP binding to HoneycombFeng Pan1-4/+49
Change-Id: Ic44fc66892a8dbab8974ff711a485f4f581b3cbd Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-21Initial Commit.Feng Pan1-0/+51
Change-Id: I212ec4be42357edddd931e9e479e33131ccd4bac Signed-off-by: Feng Pan <fpan@redhat.com>