Updated QSGs authored by Dzmitry Malkevich (EPAM)'s avatar Dzmitry Malkevich (EPAM)
- [Purpose of the document](#purpose-of-the-document)
- [GC vs REFI deployment](#gc-vs-refi-deployment)
- [GC vs baremetal deployment](#gc-vs-baremetal-deployment)
- [Configuring a Postman environment](#configuring-a-postman-environment)
- [Working with OSDU](#working-with-osdu)
- [Schema creation](#schema-creation)
......@@ -34,9 +34,9 @@ The document goals are:
This document is not intended to introduce you to all OSDU services. For full OSDU documentation please use [the link](https://osduforum.org/getting-started/osdu-documentation/)
### GC vs REFI deployment
### GC vs baremetal deployment
This guide is for GC deployment. If you are using reference implementation (REFI) please refer to [this guide](https://community.opengroup.org/osdu/documentation/-/wikis/OSDU-REFI-QSG) to configure Postman and manage users and their permissions. Then continue with [Working with OSDU](#working-with-osdu) section.
This guide is for GC deployment. If you are on baremetal please refer to [this guide](https://community.opengroup.org/osdu/documentation/-/wikis/OSDU-baremetal-QSG) to configure Postman and manage users and their permissions. Then continue with [Working with OSDU](#working-with-osdu) section.
### Configuring a Postman environment
......@@ -94,7 +94,7 @@ Refer to [Postman authentication guide](https://community.opengroup.org/osdu/pla
Open [Quick start](https://community.opengroup.org/osdu/documentation/-/wikis/uploads/3c9820ad7dfe9ed873755c53500afe4e/OSDU_Quick_start.postman_collection.json) or other Postman collection and go to the Authorization tab:
![auth tab](./uploads/refi-qsg-img/kk-postman-auth-1.png)
![auth tab](./uploads/baremetal-qsg-img/kk-postman-auth-1.png)
Verify that following variables are set in Postman enviroment and this environment is selected as active (use dropdown in top right corner):
```text
......@@ -390,7 +390,7 @@ Part of the file:
### Example: Data ingestion using Cloud Tools
Users can access OSDU Storage Service using cloud tools and just upload needed files there. Here is an example of how to do this on Google Cloud (GC). This way is not supported in REFI implementation.
Users can access OSDU Storage Service using cloud tools and just upload needed files there. Here is an example of how to do this on Google Cloud (GC). This way is not supported in baremetal deployment.
**Step 1. Load file(s)**
......
......