diff options
author | Jim Hahn <jrh3@att.com> | 2021-01-07 09:07:05 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-01-08 16:12:22 -0500 |
commit | e926efbc4d5dde8ade1a5521f5be1294079df057 (patch) | |
tree | e00047d50e27dc24a146b9f4fa10486a98dd3c86 /models-provider/src/test/resources/META-INF/persistence.xml | |
parent | e6bea18abd1a1b4ddf7203508832e6a3f9380598 (diff) |
Add PDP-Policy deployment table to DB
Added a table to record the PDP policy deployment status, which is
required for making PAP stateless.
Issue-ID: POLICY-2648
Change-Id: Ibe40ce00aca7a600051edcac49e55651c1c0164f
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-provider/src/test/resources/META-INF/persistence.xml')
-rw-r--r-- | models-provider/src/test/resources/META-INF/persistence.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models-provider/src/test/resources/META-INF/persistence.xml b/models-provider/src/test/resources/META-INF/persistence.xml index b4506e569..d9e1b5fbf 100644 --- a/models-provider/src/test/resources/META-INF/persistence.xml +++ b/models-provider/src/test/resources/META-INF/persistence.xml @@ -2,6 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,6 +28,7 @@ <class>org.onap.policy.models.dao.converters.CDataConditioner</class> <class>org.onap.policy.models.dao.converters.Uuid2String</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdp</class> + <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpPolicyStatus</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpStatistics</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup</class> |