Add support for parsing profile yaml files 40/76240/13
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 23 Jan 2019 20:54:50 +0000 (12:54 -0800)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Mon, 28 Jan 2019 23:52:10 +0000 (15:52 -0800)
commit23314d97a5df9f23738f432e6daab5f123af69ff
tree14f7e54a67a9967f459008df28cbc9636d3b4381
parentecd18ef2315095601454332dd44a8dbc3329c394
Add support for parsing profile yaml files

Add code to parse profile configuration yaml
The parsing function is global and returns a client
which can then be used to get or apply specific parts
of the configuration on top of an extracted helm chart.

Issue-ID: ONAPARC-348
Change-Id: I4504d0b158fdfef476b8c2a461d33306926545d7
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
src/k8splugin/go.mod
src/k8splugin/internal/rb/profile.go
src/k8splugin/internal/rb/profile_yaml.go [new file with mode: 0644]