Seed policysync container code 69/117769/11
authorcluckenbaugh <cl5597@att.com>
Thu, 11 Feb 2021 23:26:30 +0000 (18:26 -0500)
committercluckenbaugh <cl5597@att.com>
Wed, 17 Feb 2021 22:45:30 +0000 (17:45 -0500)
commitfffe41c078fa427f2a62035ee2d6cc5cd407238c
treecf4c5e7e78c2a5f2a1a9f9e84e67deb2d24b5bbf
parente8832b777811c0d154929dc10d6a60352cd37bd2
Seed policysync container code

For use by helm microservices to receive policy

Issue-ID: DCAEGEN2-2556
Change-Id: I2d9cb92ab480a90c63a9d8e6242848f7ca2df0f3
Signed-off-by: cluckenbaugh <cl5597@att.com>
20 files changed:
dcae-services-policy-sync/Dockerfile [new file with mode: 0644]
dcae-services-policy-sync/README.md [new file with mode: 0644]
dcae-services-policy-sync/policysync/__init__.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/clients.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/cmd.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/coroutines.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/inventory.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/metrics.py [new file with mode: 0644]
dcae-services-policy-sync/policysync/util.py [new file with mode: 0644]
dcae-services-policy-sync/pom.xml [new file with mode: 0644]
dcae-services-policy-sync/setup.py [new file with mode: 0644]
dcae-services-policy-sync/tests/mocks.py [new file with mode: 0644]
dcae-services-policy-sync/tests/test_client_v0.py [new file with mode: 0644]
dcae-services-policy-sync/tests/test_client_v1.py [new file with mode: 0644]
dcae-services-policy-sync/tests/test_cmd.py [new file with mode: 0644]
dcae-services-policy-sync/tests/test_coroutines.py [new file with mode: 0644]
dcae-services-policy-sync/tests/test_inventory.py [new file with mode: 0644]
dcae-services-policy-sync/tox.ini [new file with mode: 0644]
mvn-phase-script.sh
pom.xml