Skip to content

Commit 9e192a7

Browse files
author
Nissim Bitan
committed
Update Deployments with aquactl and remove allinone
1 parent 6e846c6 commit 9e192a7

30 files changed

+18
-622
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
## Navigation and description
88

99
* [**Automation**](automation/) - Contains deployment code for Aqua Container Security Platform (CSP)
10-
* [**Ansible**](automation/ansible/) - ***Coming Soon*** - Ansible playbooks and roles to deploy Aqua Container Security Platform (CSP) on your servers.
1110
* [**Shell**](automation/shell/) - Shell scripts to deploy Aqua Container Security Platform (CSP) on your servers.
12-
* [**Terraform**](automation/terraform/) - ***Coming Soon*** - Terraform templates for provisioning your servers in the cloud, and deploying Aqua Container Security Platform (CSP)
11+
* [**Aquactl**](automation/aquactl/) - Aqua Command line for deploy aqua components and manage aqua
1312
* [**Cloud**](cloud/) - Aqua Container Security Platform (CSP) templates and deployments in public clouds.
1413
* [**AWS**](cloud/aws/) - AWS deployment with CloudFormation templates, Terraform, etc.
1514
* [**Azure**](cloud/azure/) - Microsoft Azure deployment with templates, etc.
1615
* [**GCP**](cloud/gcp/) - Google GCP deployment with Marketplace, Helm, etc.
1716
* [**Orchestrators**](orchestrators/) - Deploy Aqua Container Security Platform (CSP) on Docker orchestrators
1817
* [**Kubernetes**](orchestrators/kubernetes/) - Deploy Aqua Container Security Platform (CSP) on Kubernetes with Helm, templates, etc.
1918
* [**Mesosphere DC/OS**](orchestrators/dcos/) - Deploy Aqua Container Security Platform (CSP) on Mesosphere DC/OS.
20-
* [**Nomad**](orchestrators/nomad/) - Deploy Aqua Container Security Platform (CSP) on Nomad.
2119
* [**OpenShift**](orchestrators/openshift/) - Deploy Aqua Container Security Platform (CSP) on OpenShift with templates.
2220

2321
## CI Plugins

automation/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
## Navigation and description
44

5-
* [**Ansible**](ansible/) - ***Coming Soon*** - Ansible playbooks and roles to deploy aqua container security platform (CSP) on your servers.
65
* [**Shell**](shell/) - Shell scripts to deploy aqua container security platform (CSP) on your servers.
7-
* [**Terraform**](terraform/) - ***Coming Soon*** - Terraform templates for provisioning your servers in cloud and etc, for deploying aqua container security platform (CSP).
6+
* [**aquactl**](aquactl/) - Aquactl configuration and usage guide

automation/ansible/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

automation/aquactl/aquasec.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ common:
4949
aquaLicenseSecretKey: {{ .Values.Common.AquaLicenseSecretKey }}
5050
aquaInternalDbSecretName: {{ .Values.Common.AquaInternalDbSecretName }}
5151
aquaInternalDbSecretKey: {{ .Values.Common.AquaInternalDbSecretKey }}
52+
aquaInternalDbPvc: {{ .Values.Common.AquaInternalDbPvc }}
53+
aquaInternalDbPvcName: {{ .Values.Common.AquaInternalDbPvcName }}
54+
aquaInternalDbPvc: {{ .Values.Common.AquaInternalDbPvcSize }}
55+
initEnforcer: {{ .Values.Common.InitEnforcer }}
56+
enforcerSecretName: {{ .Values.Common.EnforcerSecretName }}
57+
enforcerSecretKey: {{ .Values.Common.EnforcerSecretKey }}
5258
{{- else }}
5359
# Aqua Common variables for all installation process
5460
# common:
@@ -185,4 +191,4 @@ externalDb:
185191
# username:
186192
# passwordSecretName:
187193
# passwordSecretKey:
188-
{{- end }}
194+
{{- end }}

automation/terraform/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

cloud/aws/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Amazon Web Services - AWS
22

33
* [**Dedicated repo for AWS EKS**](https://github.com/aquasecurity/aws-marketplace-eks-byol)
4-
54
* [**AWS ECS Cloud Formation Templates**](https://aws.amazon.com/marketplace/search/results?page=1&filters=vendor_id&vendor_id=db84c051-5747-4bab-964c-d4e858e832d9) are available directlty within AWS Marketplace via offer subscription

orchestrators/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
* [**DC/OS**](dcos/) - Deploy Aqua CSP on Mesosphere DC/OS.
66
* [**Kubernetes**](kubernetes/) - Deploy Aqua CSP on Kubernetes with Helm or Templates and etc.
7-
* [**Nomad**](nomad/) - Deploy Aqua CSP on Nomad.
87
* [**Openshift**](openshift/) - Deploy Aqua CSP on Openshift with templates.

orchestrators/kubernetes/templates/allinone/all-in-one.yaml

Lines changed: 0 additions & 107 deletions
This file was deleted.

orchestrators/kubernetes/templates/allinone/aqua-csp.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

orchestrators/kubernetes/templates/allinone/aqua-enforcer.yaml

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)