summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/templates/pv.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Add separate PV for each SDN-C MYSQL podMohammadreza Pasandideh1-7/+7
Change-Id: I5238ee63c2e7adadaaf9a25cf2c72dab03ed1af8 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> Issue-ID: SDNC-299
2018-05-02Add PV for SDN-C MD-DAL data exportsjmac1-0/+84
The path '/opt/opendaylight/current/daexim' is now mapped to a persistent volume that will survive pod restarts and destruction. A separate PV is created for each SDN-C instance with the same ordinal as the corresponding sdnc pod. Change-Id: Ib5373fc2ae25b70992ff69e78571106f37af72e4 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-223