-
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.
Merge pull request #154 from Sitecore/feature/scse10
Add Sitecore Codeless Schema Extensions 1.0
- Loading branch information
Showing
14 changed files
with
212 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,2 @@ | ||
GP_VERSION= | ||
SITECORE_VERSION= |
12 changes: 12 additions & 0 deletions
12
compose/scse/1.0/ltsc2019/ltsc2019/xp0/docker-compose.override.yml
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 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp0-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
xconnect: | ||
image: sitecore-gp-standard-integration-xp0-xconnect:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp0-cortexprocessingworker:${GP_VERSION}-${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,2 @@ | ||
GP_VERSION= | ||
SITECORE_VERSION= |
26 changes: 26 additions & 0 deletions
26
compose/scse/1.0/ltsc2019/ltsc2019/xp1/docker-compose.override.yml
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,26 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp1-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
cd: | ||
image: sitecore-gp-standard-integration-xp1-cd:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbcollection: | ||
image: sitecore-gp-standard-integration-xp1-xdbcollection:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearch: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearch:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessing: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessing:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexreporting: | ||
image: sitecore-gp-standard-integration-xp1-cortexreporting:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomation: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomation:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationrpt: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationrpt:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbrefdata: | ||
image: sitecore-gp-standard-integration-xp1-xdbrefdata:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessingworker:${GP_VERSION}-${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,2 @@ | ||
GP_VERSION= | ||
SITECORE_VERSION= |
12 changes: 12 additions & 0 deletions
12
compose/scse/1.0/ltsc2019/ltsc2022/xp0/docker-compose.override.yml
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 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp0-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
xconnect: | ||
image: sitecore-gp-standard-integration-xp0-xconnect:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp0-cortexprocessingworker:${GP_VERSION}-${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,2 @@ | ||
GP_VERSION= | ||
SITECORE_VERSION= |
26 changes: 26 additions & 0 deletions
26
compose/scse/1.0/ltsc2019/ltsc2022/xp1/docker-compose.override.yml
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,26 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp1-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
cd: | ||
image: sitecore-gp-standard-integration-xp1-cd:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbcollection: | ||
image: sitecore-gp-standard-integration-xp1-xdbcollection:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearch: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearch:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessing: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessing:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexreporting: | ||
image: sitecore-gp-standard-integration-xp1-cortexreporting:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomation: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomation:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationrpt: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationrpt:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbrefdata: | ||
image: sitecore-gp-standard-integration-xp1-xdbrefdata:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessingworker:${GP_VERSION}-${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,2 @@ | ||
GP_VERSION= | ||
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,12 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp0-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
xconnect: | ||
image: sitecore-gp-standard-integration-xp0-xconnect:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp0-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp0-cortexprocessingworker:${GP_VERSION}-${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,2 @@ | ||
GP_VERSION= | ||
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,26 @@ | ||
version: "3.7" | ||
services: | ||
cm: | ||
image: sitecore-gp-standard-integration-xp1-cm:${GP_VERSION}-${SITECORE_VERSION} | ||
cd: | ||
image: sitecore-gp-standard-integration-xp1-cd:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbcollection: | ||
image: sitecore-gp-standard-integration-xp1-xdbcollection:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearch: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearch:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessing: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessing:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexreporting: | ||
image: sitecore-gp-standard-integration-xp1-cortexreporting:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomation: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomation:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationrpt: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationrpt:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbrefdata: | ||
image: sitecore-gp-standard-integration-xp1-xdbrefdata:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbautomationworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbautomationworker:${GP_VERSION}-${SITECORE_VERSION} | ||
xdbsearchworker: | ||
image: sitecore-gp-standard-integration-xp1-xdbsearchworker:${GP_VERSION}-${SITECORE_VERSION} | ||
cortexprocessingworker: | ||
image: sitecore-gp-standard-integration-xp1-cortexprocessingworker:${GP_VERSION}-${SITECORE_VERSION} |
43 changes: 43 additions & 0 deletions
43
k8s/scse/1.0/ltsc2019/overlays/Sitecore.GP.Standard/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,43 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../xp1 | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cm | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cm | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cd | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cd | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbcollection | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbcollection | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearch | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbsearch | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexprocessing | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexprocessing | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexreporting | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexreporting | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomation | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomation | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationrpt | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomationrpt | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbrefdata | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbrefdata | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomationworker | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearchworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbsearchworker | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexprocessingworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexprocessingworker | ||
newTag: {newtag} |
43 changes: 43 additions & 0 deletions
43
k8s/scse/1.0/ltsc2022/overlays/Sitecore.GP.Standard/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,43 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../xp1 | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cm | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cm | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cd | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cd | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbcollection | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbcollection | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearch | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbsearch | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexprocessing | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexprocessing | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexreporting | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexreporting | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomation | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomation | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationrpt | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomationrpt | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbrefdata | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbrefdata | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbautomationworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbautomationworker | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-xdbsearchworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-xdbsearchworker | ||
newTag: {newtag} | ||
- name: scr.sitecore.com/sxp/sitecore-xp1-cortexprocessingworker | ||
newName: {registry}/sitecore-gp-standard-integration-xp1-cortexprocessingworker | ||
newTag: {newtag} |