-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sitecore Data Exchange Framework Connector Container Deployment 8.0.1…
…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
1 parent
9795710
commit 2f74abb
Showing
26 changed files
with
336 additions
and
0 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
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= |
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,3 @@ | ||
services: | ||
cm: | ||
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION} |
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,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= |
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,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} |
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,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= |
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,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} |
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,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= |
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,3 @@ | ||
services: | ||
cm: | ||
image: sitecore-def-${TOPOLOGY}-cm:${SITECORE_VERSION} |
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,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= |
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,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} |
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,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= |
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,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} |
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,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 |
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,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 |
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,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 |
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,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 |
23 changes: 23 additions & 0 deletions
23
k8s/def/8.0/ltsc2019/overrides/xp1/patch-xdbautomationworker.def.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,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
14
k8s/def/8.0/ltsc2019/overrides/xp1/secrets/kustomization.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,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 | ||
|
1 change: 1 addition & 0 deletions
1
k8s/def/8.0/ltsc2019/overrides/xp1/secrets/sitecore-tenant-service-connection-string.txt
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 @@ | ||
http://ts.globalhost |
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,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 |
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,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 |
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,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 |
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,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 |
23 changes: 23 additions & 0 deletions
23
k8s/def/8.0/ltsc2022/overrides/xp1/patch-xdbautomationworker.def.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,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
14
k8s/def/8.0/ltsc2022/overrides/xp1/secrets/kustomization.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,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 | ||
|
1 change: 1 addition & 0 deletions
1
k8s/def/8.0/ltsc2022/overrides/xp1/secrets/sitecore-tenant-service-connection-string.txt
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 @@ | ||
http://ts.globalhost |