From 7a2d2dbc37924cdd85bc9ed57ff692640a91f815 Mon Sep 17 00:00:00 2001 From: Matt Westphall Date: Fri, 11 Oct 2024 17:01:32 -0500 Subject: [PATCH 1/3] SOFTWARE-6014: Add info blurb about contacting support to several documentation pages --- docs/compute-element/hosted-ce.md | 2 ++ docs/resource-sharing/os-backfill-containers.md | 2 ++ docs/resource-sharing/overview.md | 2 ++ docs/resource-sharing/user-containers.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/compute-element/hosted-ce.md b/docs/compute-element/hosted-ce.md index d56c9b3e5..5f898f444 100644 --- a/docs/compute-element/hosted-ce.md +++ b/docs/compute-element/hosted-ce.md @@ -4,6 +4,8 @@ DateReviewed: 2021-01-28 Requesting an OSG Hosted CE =========================== +!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" + An OSG Hosted Compute Entrypoint (CE) is the entry point for [resource requests](../resource-sharing/overview.md) coming from the OSG; it handles authorization and delegation of resource requests to your existing campus HPC/HTC cluster. diff --git a/docs/resource-sharing/os-backfill-containers.md b/docs/resource-sharing/os-backfill-containers.md index b56324961..7df28277e 100644 --- a/docs/resource-sharing/os-backfill-containers.md +++ b/docs/resource-sharing/os-backfill-containers.md @@ -4,6 +4,8 @@ DateReviewed: 2021-12-17 Open Science Pool Containers ============================ +!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" + In order to [share compute resources](overview.md) with the Open Science Pool (OSPool), sites can launch pilot jobs directly by starting an OSG-provided Docker container. The container includes a worker node environment and an embedded pilot; diff --git a/docs/resource-sharing/overview.md b/docs/resource-sharing/overview.md index 88e9723fb..325d97a67 100644 --- a/docs/resource-sharing/overview.md +++ b/docs/resource-sharing/overview.md @@ -3,6 +3,8 @@ title: Compute Resource Sharing Overview Compute Resource Sharing Overview ================================= +!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" + OSG uses a resource-overlay ("pilot") model to share resources from your local cluster: compute resources are added to a large central resource pool in the OSG through the use of a bootstrap process, often called a _pilot_ or a _glidein_. diff --git a/docs/resource-sharing/user-containers.md b/docs/resource-sharing/user-containers.md index 8358236ab..31f0f06f8 100644 --- a/docs/resource-sharing/user-containers.md +++ b/docs/resource-sharing/user-containers.md @@ -3,6 +3,8 @@ title: User-launched Containers with Singularity/Apptainer User-launched Containers with Singularity/Apptainer =================================================== +!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" + The [OSG pilot container](os-backfill-containers.md) can be launched by users in order to run jobs on resources they have access to. The most common use case, documented here, is to start the pilot container inside a Slurm batch job that is launched by From 0e6149e42c2f690930b49b2700edaa942e321011 Mon Sep 17 00:00:00 2001 From: Matthew Westphall Date: Thu, 31 Oct 2024 11:37:30 -0500 Subject: [PATCH 2/3] SOFTWARE-6014: Update 'contact us' info blurb --- docs/compute-element/hosted-ce.md | 3 ++- docs/resource-sharing/os-backfill-containers.md | 3 ++- docs/resource-sharing/overview.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/compute-element/hosted-ce.md b/docs/compute-element/hosted-ce.md index 5f898f444..29e03f5fe 100644 --- a/docs/compute-element/hosted-ce.md +++ b/docs/compute-element/hosted-ce.md @@ -4,7 +4,8 @@ DateReviewed: 2021-01-28 Requesting an OSG Hosted CE =========================== -!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" +!!! info "Schedule a consultation" + To ensure that we can meet your research computing goals needs, please contact us at to schedule a consultation. An OSG Hosted Compute Entrypoint (CE) is the entry point for [resource requests](../resource-sharing/overview.md) coming from the OSG; diff --git a/docs/resource-sharing/os-backfill-containers.md b/docs/resource-sharing/os-backfill-containers.md index 7df28277e..d863eaba7 100644 --- a/docs/resource-sharing/os-backfill-containers.md +++ b/docs/resource-sharing/os-backfill-containers.md @@ -4,7 +4,8 @@ DateReviewed: 2021-12-17 Open Science Pool Containers ============================ -!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" +!!! info "Schedule a consultation" + To ensure that we can meet your research computing goals needs, please contact us at to schedule a consultation. In order to [share compute resources](overview.md) with the Open Science Pool (OSPool), sites can launch pilot jobs directly by starting an OSG-provided Docker container. diff --git a/docs/resource-sharing/overview.md b/docs/resource-sharing/overview.md index 325d97a67..5b3b32984 100644 --- a/docs/resource-sharing/overview.md +++ b/docs/resource-sharing/overview.md @@ -3,7 +3,8 @@ title: Compute Resource Sharing Overview Compute Resource Sharing Overview ================================= -!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" +!!! info "Schedule a consultation" + To ensure that we can meet your research computing goals needs, please contact us at to schedule a consultation. OSG uses a resource-overlay ("pilot") model to share resources from your local cluster: compute resources are added to a large central resource pool in the OSG through the use of a bootstrap process, often called a From ed2f8ce660873ff073b4e77c59acd9a67797d819 Mon Sep 17 00:00:00 2001 From: mwestphall Date: Fri, 13 Dec 2024 13:40:36 -0600 Subject: [PATCH 3/3] Update docs/resource-sharing/user-containers.md --- docs/resource-sharing/user-containers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resource-sharing/user-containers.md b/docs/resource-sharing/user-containers.md index 31f0f06f8..e6776fdcb 100644 --- a/docs/resource-sharing/user-containers.md +++ b/docs/resource-sharing/user-containers.md @@ -3,7 +3,8 @@ title: User-launched Containers with Singularity/Apptainer User-launched Containers with Singularity/Apptainer =================================================== -!!! info "For assistance starting a new OSG integration, please reach out to support@osg-htc.org" +!!! info "Schedule a consultation" + To ensure that we can meet your research computing goals needs, please contact us at to schedule a consultation. The [OSG pilot container](os-backfill-containers.md) can be launched by users in order to run jobs on resources they have access to.