forked from cloud-native-toolkit/multi-tenancy-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP4D Data Virtualization Recipe (cloud-native-toolkit#261)
* wkc argocd apps Signed-off-by: Bijo Thomas <bijoalex@gmail.com> Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com> * cp4d wkc gitops Signed-off-by: Bijo Thomas <bijoalex@gmail.com> Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com> * add openscale to index Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com> * allow infra to modify kube-system namespace Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com> * dv recipe and new version of ws and wkc Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com> * sync manifests Signed-off-by: Bijo Thomas <64802013+atbijo@users.noreply.github.com>
- Loading branch information
Showing
76 changed files
with
1,017 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...ap/others/1-shared-cluster/cluster-1-cicd-dev-stage-prod/1-infra/argocd/norootsquash.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: norootsquash | ||
labels: | ||
gitops.tier.layer: infra | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "100" | ||
spec: | ||
destination: | ||
namespace: kube-system | ||
server: https://kubernetes.default.svc | ||
project: infra | ||
source: | ||
path: norootsquash | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...luster/cluster-1-cicd-dev-stage-prod/2-services/argocd/instances/ibm-cpd-dv-instance.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ibm-cpd-dv-instance | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "270" | ||
labels: | ||
gitops.tier.group: ibm-cloudpak | ||
gitops.tier.layer: services | ||
gitops.tier.source: helm | ||
spec: | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
destination: | ||
namespace: tools | ||
server: https://kubernetes.default.svc | ||
project: services | ||
source: | ||
chart: ibm-cp4d-data-virtualization-instance | ||
repoURL: "" # Populated by kustomize patches in 2-services/kustomization.yaml | ||
targetRevision: 0.1.0 | ||
helm: | ||
parameters: | ||
- name: metadata.name | ||
value: dv-service | ||
- name: spec.license.accept | ||
value: "true" | ||
- name: spec.license.license | ||
value: Enterprise | ||
- name: spec.version | ||
value: 1.7.8 | ||
- name: spec.size | ||
value: small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...luster/cluster-1-cicd-dev-stage-prod/2-services/argocd/operators/ibm-cpd-dv-operator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ibm-cpd-dv-operator | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "230" | ||
labels: | ||
gitops.tier.group: ibm-cloudpak | ||
gitops.tier.layer: services | ||
gitops.tier.source: helm | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
destination: | ||
namespace: ibm-common-services | ||
server: 'https://kubernetes.default.svc' | ||
project: services | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
source: | ||
chart: ocp-subscription | ||
repoURL: "" # Populated by kustomize patches in 2-services/kustomization.yaml | ||
targetRevision: 1.0.0 | ||
helm: | ||
parameters: | ||
- name: metadata.name | ||
value: ibm-dv-operator-catalog-subscription | ||
- name: spec.channel | ||
value: v1.7 | ||
- name: spec.installPlanApproval | ||
value: Automatic | ||
- name: spec.name | ||
value: ibm-dv-operator | ||
- name: spec.source | ||
value: ibm-operator-catalog | ||
- name: spec.sourceNamespace | ||
value: openshift-marketplace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
0-bootstrap/others/1-shared-cluster/cluster-n-prod/1-infra/argocd/norootsquash.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: norootsquash | ||
labels: | ||
gitops.tier.layer: infra | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "100" | ||
spec: | ||
destination: | ||
namespace: kube-system | ||
server: https://kubernetes.default.svc | ||
project: infra | ||
source: | ||
path: norootsquash | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...hers/1-shared-cluster/cluster-n-prod/2-services/argocd/instances/ibm-cpd-dv-instance.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ibm-cpd-dv-instance | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "270" | ||
labels: | ||
gitops.tier.group: ibm-cloudpak | ||
gitops.tier.layer: services | ||
gitops.tier.source: helm | ||
spec: | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
destination: | ||
namespace: tools | ||
server: https://kubernetes.default.svc | ||
project: services | ||
source: | ||
chart: ibm-cp4d-data-virtualization-instance | ||
repoURL: "" # Populated by kustomize patches in 2-services/kustomization.yaml | ||
targetRevision: 0.1.0 | ||
helm: | ||
parameters: | ||
- name: metadata.name | ||
value: dv-service | ||
- name: spec.license.accept | ||
value: "true" | ||
- name: spec.license.license | ||
value: Enterprise | ||
- name: spec.version | ||
value: 1.7.8 | ||
- name: spec.size | ||
value: small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...hers/1-shared-cluster/cluster-n-prod/2-services/argocd/operators/ibm-cpd-dv-operator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ibm-cpd-dv-operator | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "230" | ||
labels: | ||
gitops.tier.group: ibm-cloudpak | ||
gitops.tier.layer: services | ||
gitops.tier.source: helm | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
destination: | ||
namespace: ibm-common-services | ||
server: 'https://kubernetes.default.svc' | ||
project: services | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
source: | ||
chart: ocp-subscription | ||
repoURL: "" # Populated by kustomize patches in 2-services/kustomization.yaml | ||
targetRevision: 1.0.0 | ||
helm: | ||
parameters: | ||
- name: metadata.name | ||
value: ibm-dv-operator-catalog-subscription | ||
- name: spec.channel | ||
value: v1.7 | ||
- name: spec.installPlanApproval | ||
value: Automatic | ||
- name: spec.name | ||
value: ibm-dv-operator | ||
- name: spec.source | ||
value: ibm-operator-catalog | ||
- name: spec.sourceNamespace | ||
value: openshift-marketplace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...strap/others/2-isolated-cluster/cluster-1-cicd-dev-stage/1-infra/argocd/norootsquash.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: norootsquash | ||
labels: | ||
gitops.tier.layer: infra | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "100" | ||
spec: | ||
destination: | ||
namespace: kube-system | ||
server: https://kubernetes.default.svc | ||
project: infra | ||
source: | ||
path: norootsquash | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...ted-cluster/cluster-1-cicd-dev-stage/2-services/argocd/instances/ibm-cpd-dv-instance.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ibm-cpd-dv-instance | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "270" | ||
labels: | ||
gitops.tier.group: ibm-cloudpak | ||
gitops.tier.layer: services | ||
gitops.tier.source: helm | ||
spec: | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
destination: | ||
namespace: tools | ||
server: https://kubernetes.default.svc | ||
project: services | ||
source: | ||
chart: ibm-cp4d-data-virtualization-instance | ||
repoURL: "" # Populated by kustomize patches in 2-services/kustomization.yaml | ||
targetRevision: 0.1.0 | ||
helm: | ||
parameters: | ||
- name: metadata.name | ||
value: dv-service | ||
- name: spec.license.accept | ||
value: "true" | ||
- name: spec.license.license | ||
value: Enterprise | ||
- name: spec.version | ||
value: 1.7.8 | ||
- name: spec.size | ||
value: small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.