adding vth code as well as aaf and cert config 05/1005/1
authorRohan Patel <rp5811@att.com>
Mon, 23 Sep 2019 19:04:19 +0000 (15:04 -0400)
committerRohan Patel <rp5811@att.com>
Mon, 23 Sep 2019 19:04:33 +0000 (15:04 -0400)
commitf49bd1efeaaddd4891c1f329b18d8cfb28b3e75b
tree15e09ccfcd5a0c79250ed9489f4f8365b14ed8bb
parent5d8b2580c97e466f9c5a6c78693c24277d94244c
adding vth code as well as aaf and cert config

Change-Id: Ib137099ccac3109b9b38deab1c42ffade5d6a303
Signed-off-by: Rohan Patel <rp5811@att.com>
57 files changed:
LICENSE.txt [new file with mode: 0644]
otf-aaf-credential-generator/Jenkinsfile [new file with mode: 0644]
otf-aaf-credential-generator/aaf_cadi_core_2.1.10_SNAPSHOT.jar [new file with mode: 0644]
otf-aaf-credential-generator/helm/otf-aaf-credential-generator/.helmignore [new file with mode: 0644]
otf-aaf-credential-generator/helm/otf-aaf-credential-generator/Chart.yaml [new file with mode: 0644]
otf-aaf-credential-generator/helm/otf-aaf-credential-generator/templates/secret.yaml [new file with mode: 0644]
otf-aaf-credential-generator/helm/otf-aaf-credential-generator/values.yaml [new file with mode: 0644]
otf-cert-secret-builder/Jenkinsfile [new file with mode: 0644]
otf-cert-secret-builder/helm/otf-cert-secret-builder/.helmignore [new file with mode: 0644]
otf-cert-secret-builder/helm/otf-cert-secret-builder/Chart.yaml [new file with mode: 0644]
otf-cert-secret-builder/helm/otf-cert-secret-builder/templates/secret.yaml [new file with mode: 0644]
otf-cert-secret-builder/helm/otf-cert-secret-builder/values.yaml [new file with mode: 0644]
otf-ping-test-head/.gitignore [new file with mode: 0644]
otf-ping-test-head/Dockerfile [new file with mode: 0644]
otf-ping-test-head/Jenkinsfile [new file with mode: 0644]
otf-ping-test-head/LICENSE.txt [new file with mode: 0644]
otf-ping-test-head/helm/otf-ping-test-head/.helmignore [new file with mode: 0644]
otf-ping-test-head/helm/otf-ping-test-head/Chart.yaml [new file with mode: 0644]
otf-ping-test-head/helm/otf-ping-test-head/templates/deployment.yaml [new file with mode: 0644]
otf-ping-test-head/helm/otf-ping-test-head/templates/service.yaml [new file with mode: 0644]
otf-ping-test-head/helm/otf-ping-test-head/values.yaml [new file with mode: 0644]
otf-ping-test-head/opt/cert/certInfo.txt [new file with mode: 0644]
otf-ping-test-head/otfPingTestHead.py [new file with mode: 0644]
otf-ping-test-head/pip-requirements.txt [new file with mode: 0644]
otf-robot-test-head/.gitignore [new file with mode: 0644]
otf-robot-test-head/Dockerfile [new file with mode: 0644]
otf-robot-test-head/Jenkinsfile [new file with mode: 0644]
otf-robot-test-head/LICENSE.txt [new file with mode: 0644]
otf-robot-test-head/app/__init__.py [new file with mode: 0644]
otf-robot-test-head/app/configuration.py [new file with mode: 0644]
otf-robot-test-head/app/database.py [new file with mode: 0644]
otf-robot-test-head/app/routes/__init__.py [new file with mode: 0644]
otf-robot-test-head/app/routes/health.py [new file with mode: 0644]
otf-robot-test-head/app/routes/robot_processor.py [new file with mode: 0644]
otf-robot-test-head/app/utils/__init__.py [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/.helmignore [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/Chart.yaml [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/templates/deployment.yaml [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/templates/secret.yaml [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/templates/service.yaml [new file with mode: 0644]
otf-robot-test-head/helm/otf-robot-test-head/values.yaml [new file with mode: 0644]
otf-robot-test-head/opt/cert/CERT_PLACEHOLDER [new file with mode: 0644]
otf-robot-test-head/pip-requirements.txt [new file with mode: 0644]
otf-robot-test-head/run.py [new file with mode: 0644]
otf-ssh-test-head/.gitignore [new file with mode: 0644]
otf-ssh-test-head/Dockerfile [new file with mode: 0644]
otf-ssh-test-head/Jenkinsfile [new file with mode: 0644]
otf-ssh-test-head/LICENSE.txt [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/.helmignore [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/Chart.yaml [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/templates/deployment.yaml [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/templates/secret.yaml [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/templates/service.yaml [new file with mode: 0644]
otf-ssh-test-head/helm/otf-ssh-test-head/values.yaml [new file with mode: 0644]
otf-ssh-test-head/opt/cert/certInfo.txt [new file with mode: 0644]
otf-ssh-test-head/pip-requirements.txt [new file with mode: 0644]
otf-ssh-test-head/ssh_test_head.py [new file with mode: 0644]