From 0a7033a792035144e5beda345550db94339c55d7 Mon Sep 17 00:00:00 2001 From: sc-marcusheath Date: Fri, 31 May 2024 16:04:26 -0400 Subject: [PATCH] Add Sitecore Codeless Schema Extensions 1.0 --- .../1.0/ltsc2019/ltsc2019/xp0/.env-example | 2 + .../ltsc2019/xp0/docker-compose.override.yml | 12 ++++++ .../1.0/ltsc2019/ltsc2019/xp1/.env-example | 2 + .../ltsc2019/xp1/docker-compose.override.yml | 26 +++++++++++ .../1.0/ltsc2019/ltsc2022/xp0/.env-example | 2 + .../ltsc2022/xp0/docker-compose.override.yml | 12 ++++++ .../1.0/ltsc2019/ltsc2022/xp1/.env-example | 2 + .../ltsc2022/xp1/docker-compose.override.yml | 26 +++++++++++ compose/scse/1.0/ltsc2022/xp0/.env-example | 2 + .../ltsc2022/xp0/docker-compose.override.yml | 12 ++++++ compose/scse/1.0/ltsc2022/xp1/.env-example | 2 + .../ltsc2022/xp1/docker-compose.override.yml | 26 +++++++++++ .../Sitecore.GP.Standard/kustomization.yaml | 43 +++++++++++++++++++ .../Sitecore.GP.Standard/kustomization.yaml | 43 +++++++++++++++++++ 14 files changed, 212 insertions(+) create mode 100644 compose/scse/1.0/ltsc2019/ltsc2019/xp0/.env-example create mode 100644 compose/scse/1.0/ltsc2019/ltsc2019/xp0/docker-compose.override.yml create mode 100644 compose/scse/1.0/ltsc2019/ltsc2019/xp1/.env-example create mode 100644 compose/scse/1.0/ltsc2019/ltsc2019/xp1/docker-compose.override.yml create mode 100644 compose/scse/1.0/ltsc2019/ltsc2022/xp0/.env-example create mode 100644 compose/scse/1.0/ltsc2019/ltsc2022/xp0/docker-compose.override.yml create mode 100644 compose/scse/1.0/ltsc2019/ltsc2022/xp1/.env-example create mode 100644 compose/scse/1.0/ltsc2019/ltsc2022/xp1/docker-compose.override.yml create mode 100644 compose/scse/1.0/ltsc2022/xp0/.env-example create mode 100644 compose/scse/1.0/ltsc2022/xp0/docker-compose.override.yml create mode 100644 compose/scse/1.0/ltsc2022/xp1/.env-example create mode 100644 compose/scse/1.0/ltsc2022/xp1/docker-compose.override.yml create mode 100644 k8s/scse/1.0/ltsc2019/overlays/Sitecore.GP.Standard/kustomization.yaml create mode 100644 k8s/scse/1.0/ltsc2022/overlays/Sitecore.GP.Standard/kustomization.yaml diff --git a/compose/scse/1.0/ltsc2019/ltsc2019/xp0/.env-example b/compose/scse/1.0/ltsc2019/ltsc2019/xp0/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2019/xp0/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2019/ltsc2019/xp0/docker-compose.override.yml b/compose/scse/1.0/ltsc2019/ltsc2019/xp0/docker-compose.override.yml new file mode 100644 index 0000000..958bc5b --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2019/xp0/docker-compose.override.yml @@ -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} diff --git a/compose/scse/1.0/ltsc2019/ltsc2019/xp1/.env-example b/compose/scse/1.0/ltsc2019/ltsc2019/xp1/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2019/xp1/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2019/ltsc2019/xp1/docker-compose.override.yml b/compose/scse/1.0/ltsc2019/ltsc2019/xp1/docker-compose.override.yml new file mode 100644 index 0000000..842548c --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2019/xp1/docker-compose.override.yml @@ -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} diff --git a/compose/scse/1.0/ltsc2019/ltsc2022/xp0/.env-example b/compose/scse/1.0/ltsc2019/ltsc2022/xp0/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2022/xp0/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2019/ltsc2022/xp0/docker-compose.override.yml b/compose/scse/1.0/ltsc2019/ltsc2022/xp0/docker-compose.override.yml new file mode 100644 index 0000000..958bc5b --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2022/xp0/docker-compose.override.yml @@ -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} diff --git a/compose/scse/1.0/ltsc2019/ltsc2022/xp1/.env-example b/compose/scse/1.0/ltsc2019/ltsc2022/xp1/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2022/xp1/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2019/ltsc2022/xp1/docker-compose.override.yml b/compose/scse/1.0/ltsc2019/ltsc2022/xp1/docker-compose.override.yml new file mode 100644 index 0000000..842548c --- /dev/null +++ b/compose/scse/1.0/ltsc2019/ltsc2022/xp1/docker-compose.override.yml @@ -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} diff --git a/compose/scse/1.0/ltsc2022/xp0/.env-example b/compose/scse/1.0/ltsc2022/xp0/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2022/xp0/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2022/xp0/docker-compose.override.yml b/compose/scse/1.0/ltsc2022/xp0/docker-compose.override.yml new file mode 100644 index 0000000..958bc5b --- /dev/null +++ b/compose/scse/1.0/ltsc2022/xp0/docker-compose.override.yml @@ -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} diff --git a/compose/scse/1.0/ltsc2022/xp1/.env-example b/compose/scse/1.0/ltsc2022/xp1/.env-example new file mode 100644 index 0000000..4985f00 --- /dev/null +++ b/compose/scse/1.0/ltsc2022/xp1/.env-example @@ -0,0 +1,2 @@ +GP_VERSION= +SITECORE_VERSION= diff --git a/compose/scse/1.0/ltsc2022/xp1/docker-compose.override.yml b/compose/scse/1.0/ltsc2022/xp1/docker-compose.override.yml new file mode 100644 index 0000000..842548c --- /dev/null +++ b/compose/scse/1.0/ltsc2022/xp1/docker-compose.override.yml @@ -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} diff --git a/k8s/scse/1.0/ltsc2019/overlays/Sitecore.GP.Standard/kustomization.yaml b/k8s/scse/1.0/ltsc2019/overlays/Sitecore.GP.Standard/kustomization.yaml new file mode 100644 index 0000000..cf99070 --- /dev/null +++ b/k8s/scse/1.0/ltsc2019/overlays/Sitecore.GP.Standard/kustomization.yaml @@ -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} diff --git a/k8s/scse/1.0/ltsc2022/overlays/Sitecore.GP.Standard/kustomization.yaml b/k8s/scse/1.0/ltsc2022/overlays/Sitecore.GP.Standard/kustomization.yaml new file mode 100644 index 0000000..cf99070 --- /dev/null +++ b/k8s/scse/1.0/ltsc2022/overlays/Sitecore.GP.Standard/kustomization.yaml @@ -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}