Add helm chart, may need rmr edits 71/271/9
authorTommy Carpenter <tommy@research.att.com>
Tue, 4 Jun 2019 14:20:30 +0000 (10:20 -0400)
committerTommy Carpenter <tommy@research.att.com>
Thu, 6 Jun 2019 18:23:52 +0000 (14:23 -0400)
commit18dcbc384a55e30e357b3c94d5e48a65e7a0badb
tree9c6ac2ea912b9d12e749d47cf47d6c05e3c1d484
parent810fcb7c47ad8e8b914a1dea76af812f17fafa42
Add helm chart, may need rmr edits

Change-Id: Id1822239494dfa40c35a62b2414652a2a927e5d8
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
18 files changed:
.gitignore
a1mediator/.helmignore [new file with mode: 0644]
a1mediator/Chart.yaml [new file with mode: 0644]
a1mediator/files/ricmanifest.json [new file with mode: 0644]
a1mediator/files/rmr_string_int_mapping.txt [new file with mode: 0644]
a1mediator/templates/_helpers.tpl [new file with mode: 0644]
a1mediator/templates/config.yaml [new file with mode: 0644]
a1mediator/templates/deployment.yaml [new file with mode: 0644]
a1mediator/templates/helper.yaml [new file with mode: 0644]
a1mediator/templates/ingress.yaml [new file with mode: 0644]
a1mediator/templates/secrets.yaml [new file with mode: 0644]
a1mediator/templates/service.yaml [new file with mode: 0644]
a1mediator/templates/tests/test-connection.yaml [new file with mode: 0644]
a1mediator/values.yaml [new file with mode: 0644]
docs/developer-guide.rst
docs/index.rst
integration_tests/docker-compose-only-tests.yml [new file with mode: 0644]
tox-integration.ini