aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collectd-operator
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Collectd operator utiltiesDileep Ranganathan1-4/+22
Made changes to Makefile, added help and clean Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I2f99b26d415e411e6e7ca847ea082dcbf39698f4
2019-05-30Collectd Operator - ControllerDileep Ranganathan2-0/+225
Initial code for CollectdPlugin CRD controller. Watches the CollectdPlugin CRDs and create/update configmap and restart the Collectd Daemonset pods. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I24f7bebaefb8a0587029da55dee1934e8679ef96
2019-05-30Collectd Operator APIDileep Ranganathan14-22/+442
Define spec for CollectdPlugin CRD. Create CRD and sample CR for CollectdPlugin and autogenerated code. Updated Makefile and deployment artifacts. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I10bc198976b415efcfab01258342abbd2b4dfcc9
2019-05-22Makefile for Collectd-OperatorDileep Ranganathan2-2/+53
Create Makefile for collectd-operator Updated .gitignore with coverage and other common ignorable files. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I6cbcaa5da1fe8ced58519e123ff548f5cf8da2b4
2019-05-21CollectD Operator - Skeleton codeDileep Ranganathan13-0/+719
Skeleton code for CollectD Operator repo. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I3894091cb6ec5ae11995e7914cf20e09b0def20a