Skip to content

Commit

Permalink
Sitecore Data Exchange Framework Connector Container Deployment 8.0.1…
Browse files Browse the repository at this point in the history
…631.01631.635 (#113)

* Added DEF and DEF-TS files

* Revert "Added DEF and DEF-TS files"

This reverts commit 597381a.

* Add Sitecore Data Exchange Framework Connector Container Deployment 8.0.1631.01631.635
  • Loading branch information
sc-chienweisi authored Jan 12, 2023
1 parent 9795710 commit 2f74abb
Show file tree
Hide file tree
Showing 26 changed files with 336 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2019/xm1/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
3 changes: 3 additions & 0 deletions compose/def/8.0/ltsc2019/xm1/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2019/xp0/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
11 changes: 11 additions & 0 deletions compose/def/8.0/ltsc2019/xp0/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
id:
image: sitecore-def-${TOPOLOGY}-id:${SITECORE_VERSION}
xdbautomationworker:
image: sitecore-def-${TOPOLOGY}-xdbautomationworker:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2019/xp1/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
15 changes: 15 additions & 0 deletions compose/def/8.0/ltsc2019/xp1/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
cd:
image: sitecore-def-${TOPOLOGY}-cd:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
id:
image: sitecore-def-${TOPOLOGY}-id:${SITECORE_VERSION}
xdbautomationworker:
image: sitecore-def-${TOPOLOGY}-xdbautomationworker:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2022/xm1/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
3 changes: 3 additions & 0 deletions compose/def/8.0/ltsc2022/xm1/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
services:
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2022/xp0/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
11 changes: 11 additions & 0 deletions compose/def/8.0/ltsc2022/xp0/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
id:
image: sitecore-def-${TOPOLOGY}-id:${SITECORE_VERSION}
xdbautomationworker:
image: sitecore-def-${TOPOLOGY}-xdbautomationworker:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
7 changes: 7 additions & 0 deletions compose/def/8.0/ltsc2022/xp1/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add the following environment variables to the Sitecore Platform .env file

#Sitecore Platform topology to deploy
TOPOLOGY=

#The host for the Tenant service website if necessary, for example, <topology-to-deploy>ts.localhost
TENANT_SERVICE_HOST=
15 changes: 15 additions & 0 deletions compose/def/8.0/ltsc2022/xp1/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
cd:
image: sitecore-def-${TOPOLOGY}-cd:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
cm:
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
id:
image: sitecore-def-${TOPOLOGY}-id:${SITECORE_VERSION}
xdbautomationworker:
image: sitecore-def-${TOPOLOGY}-xdbautomationworker:${SITECORE_VERSION}
environment:
Sitecore_ConnectionStrings_TenantService: https://${TENANT_SERVICE_HOST}
10 changes: 10 additions & 0 deletions k8s/def/8.0/ltsc2019/overrides/xm1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../xm1

images:
- name: scr.sitecore.com/sxp/sitecore-xm1-cm
newName: "{registry}/sitecore-def-xm1-cm"
newTag: tag
24 changes: 24 additions & 0 deletions k8s/def/8.0/ltsc2019/overrides/xp1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../xp1

images:
- name: scr.sitecore.com/sxp/sitecore-xp1-cm
newName: "{registry}/sitecore-def-xp1-cm"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-xp1-cd
newName: "{registry}/sitecore-def-xp1-cd"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-id7
newName: "{registry}/sitecore-def-xp1-id"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationworker
newName: "{registry}/sitecore-def-xp1-xdbautomationworker"
newTag: tag

patchesStrategicMerge:
- patch-cd.def.yaml
- patch-cm.def.yaml
- patch-xdbautomationworker.def.yaml
23 changes: 23 additions & 0 deletions k8s/def/8.0/ltsc2019/overrides/xp1/patch-cd.def.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cd
spec:
selector:
matchLabels:
app: cd
template:
metadata:
labels:
app: cd
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-cd
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
23 changes: 23 additions & 0 deletions k8s/def/8.0/ltsc2019/overrides/xp1/patch-cm.def.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cm
spec:
selector:
matchLabels:
app: cm
template:
metadata:
labels:
app: cm
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-cm
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: xdbautomationworker
spec:
selector:
matchLabels:
app: xdbautomationworker
template:
metadata:
labels:
app: xdbautomationworker
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-xdbautomationworker
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
14 changes: 14 additions & 0 deletions k8s/def/8.0/ltsc2019/overrides/xp1/secrets/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../../xp1/secrets

generatorOptions:
disableNameSuffixHash: true

secretGenerator:
- name: sitecore-tenant-service
files:
- sitecore-tenant-service-connection-string.txt

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://ts.globalhost
10 changes: 10 additions & 0 deletions k8s/def/8.0/ltsc2022/overrides/xm1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../xm1

images:
- name: scr.sitecore.com/sxp/sitecore-xm1-cm
newName: "{registry}/sitecore-def-xm1-cm"
newTag: tag
24 changes: 24 additions & 0 deletions k8s/def/8.0/ltsc2022/overrides/xp1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../xp1

images:
- name: scr.sitecore.com/sxp/sitecore-xp1-cm
newName: "{registry}/sitecore-def-xp1-cm"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-xp1-cd
newName: "{registry}/sitecore-def-xp1-cd"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-id7
newName: "{registry}/sitecore-def-xp1-id"
newTag: tag
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationworker
newName: "{registry}/sitecore-def-xp1-xdbautomationworker"
newTag: tag

patchesStrategicMerge:
- patch-cd.def.yaml
- patch-cm.def.yaml
- patch-xdbautomationworker.def.yaml
23 changes: 23 additions & 0 deletions k8s/def/8.0/ltsc2022/overrides/xp1/patch-cd.def.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cd
spec:
selector:
matchLabels:
app: cd
template:
metadata:
labels:
app: cd
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-cd
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
23 changes: 23 additions & 0 deletions k8s/def/8.0/ltsc2022/overrides/xp1/patch-cm.def.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cm
spec:
selector:
matchLabels:
app: cm
template:
metadata:
labels:
app: cm
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-cm
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: xdbautomationworker
spec:
selector:
matchLabels:
app: xdbautomationworker
template:
metadata:
labels:
app: xdbautomationworker
spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- name: sitecore-xp1-xdbautomationworker
env:
- name: Sitecore_ConnectionStrings_tenantservice
valueFrom:
secretKeyRef:
name: sitecore-tenant-service
key: sitecore-tenant-service-connection-string.txt
14 changes: 14 additions & 0 deletions k8s/def/8.0/ltsc2022/overrides/xp1/secrets/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- ../../../xp1/secrets

generatorOptions:
disableNameSuffixHash: true

secretGenerator:
- name: sitecore-tenant-service
files:
- sitecore-tenant-service-connection-string.txt

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://ts.globalhost

0 comments on commit 2f74abb

Please sign in to comment.