-
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.
Add Sitecore Microsoft Dynamics CRM Connector Container Deployment 8.…
…0.1521.01521.209 (#115)
- Loading branch information
1 parent
507ce95
commit 7c1c725
Showing
20 changed files
with
232 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 | ||
|
||
#The connectionstring for Dynamics CRM Connect, for example, AuthType=Office365;Url=<dynamics-crm-url>;Username=<username>;Password=<password> | ||
ConnectionString_DCRM= | ||
|
||
#The connectionstring for Staging database, for example, user id=<user-id>;password=<password>;data source=<data-source>;database=<database> | ||
ConnectionString_StagingDB= |
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,12 @@ | ||
services: | ||
cm: | ||
image: sitecore-dcrm-xp0-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DCRM: ${ConnectionString_DCRM} | ||
Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging: ${ConnectionString_StagingDB} | ||
xdbsearchworker: | ||
image: sitecore-dcrm-xp0-xdbsearchworker:${SITECORE_VERSION} | ||
xconnect: | ||
image: sitecore-dcrm-xp0-xconnect:${SITECORE_VERSION} | ||
mssql-init: | ||
image: sitecore-dcrm-xp0-mssql-init:${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 | ||
|
||
#The connectionstring for Dynamics CRM Connect, for example, AuthType=Office365;Url=<dynamics-crm-url>;Username=<username>;Password=<password> | ||
ConnectionString_DCRM= | ||
|
||
#The connectionstring for Staging database, for example, user id=<user-id>;password=<password>;data source=<data-source>;database=<database> | ||
ConnectionString_StagingDB= |
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 @@ | ||
services: | ||
cm: | ||
image: sitecore-dcrm-xp1-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DCRM: ${ConnectionString_DCRM} | ||
Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging: ${ConnectionString_StagingDB} | ||
xdbsearchworker: | ||
image: sitecore-dcrm-xp1-xdbsearchworker:${SITECORE_VERSION} | ||
xdbsearch: | ||
image: sitecore-dcrm-xp1-xdbsearch:${SITECORE_VERSION} | ||
xdbcollection: | ||
image: sitecore-dcrm-xp1-xdbcollection:${SITECORE_VERSION} | ||
mssql-init: | ||
image: sitecore-dcrm-xp1-mssql-init:${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 | ||
|
||
#The connectionstring for Dynamics CRM Connect, for example, AuthType=Office365;Url=<dynamics-crm-url>;Username=<username>;Password=<password> | ||
ConnectionString_DCRM= | ||
|
||
#The connectionstring for Staging database, for example, user id=<user-id>;password=<password>;data source=<data-source>;database=<database> | ||
ConnectionString_StagingDB= |
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,12 @@ | ||
services: | ||
cm: | ||
image: sitecore-dcrm-xp0-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DCRM: ${ConnectionString_DCRM} | ||
Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging: ${ConnectionString_StagingDB} | ||
xdbsearchworker: | ||
image: sitecore-dcrm-xp0-xdbsearchworker:${SITECORE_VERSION} | ||
xconnect: | ||
image: sitecore-dcrm-xp0-xconnect:${SITECORE_VERSION} | ||
mssql-init: | ||
image: sitecore-dcrm-xp0-mssql-init:${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 | ||
|
||
#The connectionstring for Dynamics CRM Connect, for example, AuthType=Office365;Url=<dynamics-crm-url>;Username=<username>;Password=<password> | ||
ConnectionString_DCRM= | ||
|
||
#The connectionstring for Staging database, for example, user id=<user-id>;password=<password>;data source=<data-source>;database=<database> | ||
ConnectionString_StagingDB= |
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 @@ | ||
services: | ||
cm: | ||
image: sitecore-dcrm-xp1-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DCRM: ${ConnectionString_DCRM} | ||
Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging: ${ConnectionString_StagingDB} | ||
xdbsearchworker: | ||
image: sitecore-dcrm-xp1-xdbsearchworker:${SITECORE_VERSION} | ||
xdbsearch: | ||
image: sitecore-dcrm-xp1-xdbsearch:${SITECORE_VERSION} | ||
xdbcollection: | ||
image: sitecore-dcrm-xp1-xdbcollection:${SITECORE_VERSION} | ||
mssql-init: | ||
image: sitecore-dcrm-xp1-mssql-init:${SITECORE_VERSION} |
10 changes: 10 additions & 0 deletions
10
k8s/dcrm/8.0/ltsc2019/overrides/xp1/init/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,10 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../../xp1/init | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-mssql-init | ||
newName: "{registry}/sitecore-dcrm-xp1-mssql-init" | ||
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,22 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../xp1 | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cm | ||
newName: "{registry}/sitecore-dcrm-xp1-cm" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbcollection | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbcollection" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearch | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbsearch" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearchworker | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbsearchworker" | ||
newTag: tag | ||
|
||
patchesStrategicMerge: | ||
- patch-cm.dcrm.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,28 @@ | ||
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_DCRM | ||
valueFrom: | ||
secretKeyRef: | ||
name: sitecore-dcrm-connection-strings | ||
key: sitecore-dcrm.txt | ||
- name: Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging | ||
valueFrom: | ||
secretKeyRef: | ||
name: sitecore-dcrm-connection-strings | ||
key: sitecore-data-exchange-staging.txt |
14 changes: 14 additions & 0 deletions
14
k8s/dcrm/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-dcrm-connection-strings | ||
files: | ||
- sitecore-dcrm.txt | ||
- sitecore-data-exchange-staging.txt |
1 change: 1 addition & 0 deletions
1
k8s/dcrm/8.0/ltsc2019/overrides/xp1/secrets/sitecore-data-exchange-staging.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 @@ | ||
user id=[user-id];password=[password];data source=[data-source];database=[database] |
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 @@ | ||
AuthType=Office365;Url=[dynamics-crm-url];Username=[username];Password=[password] |
10 changes: 10 additions & 0 deletions
10
k8s/dcrm/8.0/ltsc2022/overrides/xp1/init/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,10 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../../xp1/init | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-mssql-init | ||
newName: "{registry}/sitecore-dcrm-xp1-mssql-init" | ||
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,22 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../xp1 | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cm | ||
newName: "{registry}/sitecore-dcrm-xp1-cm" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbcollection | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbcollection" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearch | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbsearch" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearchworker | ||
newName: "{registry}/sitecore-dcrm-xp1-xdbsearchworker" | ||
newTag: tag | ||
|
||
patchesStrategicMerge: | ||
- patch-cm.dcrm.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,28 @@ | ||
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_DCRM | ||
valueFrom: | ||
secretKeyRef: | ||
name: sitecore-dcrm-connection-strings | ||
key: sitecore-dcrm.txt | ||
- name: Sitecore_ConnectionStrings_Sitecore.DataExchange.Staging | ||
valueFrom: | ||
secretKeyRef: | ||
name: sitecore-dcrm-connection-strings | ||
key: sitecore-data-exchange-staging.txt |
14 changes: 14 additions & 0 deletions
14
k8s/dcrm/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-dcrm-connection-strings | ||
files: | ||
- sitecore-dcrm.txt | ||
- sitecore-data-exchange-staging.txt |
1 change: 1 addition & 0 deletions
1
k8s/dcrm/8.0/ltsc2022/overrides/xp1/secrets/sitecore-data-exchange-staging.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 @@ | ||
user id=[user-id];password=[password];data source=[data-source];database=[database] |
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 @@ | ||
AuthType=Office365;Url=[dynamics-crm-url];Username=[username];Password=[password] |