Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-8781 doc: remove dupllicated info with daos.io #14063

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,4 @@ Interact with members of the DAOS community real-time on [slack](https://daos-st
An invitation to join the slack workspace is automatically sent when joining
the community [mailing list](https://daos.groups.io/g/daos).

DAOS is a SODA Foundation project.

<a href="https://sodafoundation.io/">
<img src="https://sodafoundation.io/wp-content/uploads/2020/01/SODA_logo_outline_color_800x800.png" width="200" height="200">
</a>
DAOS is a Linux Foundation project.
25 changes: 21 additions & 4 deletions docs/QSG/cloud.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Deploying DAOS in the Cloud

## Deploying DAOS in Google Cloud
In addition to on-prem deployments, DAOS can be deployed in cloud environments.

DAOS can be installed in GCP. Please refer to the
[How To Deploy DAOS in Google Cloud](https://github.com/GoogleCloudPlatform/hpc-toolkit/tree/main/community/examples/intel)
section of the Google Cloud HPC Toolkit documentation for details.
## Google Cloud

DAOS is available as an HPC storage option in Google Cloud.

To learn more about DAOS in Google Cloud, please refer to the
[Google Cloud DAOS repository](https://github.com/daos-stack/google-cloud-daos)
on github and the
[Google Cloud HPC Toolkit documentation for DAOS](https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/community/modules/file-system/Intel-DAOS/README.md).

A discussion forum for technical questions and support
for DAOS in Google Cloud is available in the
[DAOS on Google Cloud](https://daos-stack.slack.com/archives/C03GLTLHA59)
Slack channel.

## IBM Cloud VPC

DAOS is available in IBM Cloud VPC.

To learn more about DAOS in IBM Cloud VPC, please refer to the
[IBM blog post](https://www.ibm.com/cloud/blog/daos-on-ibm-cloud-vpc).
25 changes: 0 additions & 25 deletions docs/cloud/index.md

This file was deleted.

11 changes: 2 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_name: daos-stack/daos
repo_url: https://github.com/daos-stack/daos
# edit_uri: blob/release/2.6/docs/
edit_uri: blob/master/docs/
copyright: Copyright 2016-2023 Intel Corporation
copyright: Copyright 2016-2024 Intel Corporation

# Theme
theme:
Expand Down Expand Up @@ -55,18 +55,11 @@ markdown_extensions:

# Page tree
nav:
- Intro:
- 'index.md'
- 'Community Wiki': 'https://wiki.daos.io/'
- 'Community Roadmap': 'https://wiki.daos.io/spaces/DC/pages/4836661105/Roadmap'
- 'Community Mailing list': 'https://daos.groups.io/g/daos'
- 'DAOS in the Cloud': 'cloud/index.md'
- 'Issue tracker': 'https://jira.daos.io/'
- Release Information:
- 'index.md'
- 'Release Notes v2.5': 'release/release_notes.md'
- 'Support Matrix v2.5': 'release/support_matrix.md'
- 'Upgrading to v2.5': 'release/upgrading.md'
- 'Roadmap': 'https://wiki.daos.io/spaces/DC/pages/4836661105/Roadmap'
- Overview:
- 'Architecture': 'overview/architecture.md'
- 'Storage Model': 'overview/storage.md'
Expand Down
Loading