Skip to content
Snippets Groups Projects
Commit 569bbe6d authored by Shane Hutchins's avatar Shane Hutchins
Browse files

doc update and requirements update

parent 4723a5af
No related branches found
No related tags found
1 merge request!343Notice Update, Updated libraries, Version change and Backup API
Pipeline #185653 failed
......@@ -4,7 +4,7 @@ elasticsearch-dsl==7.4.0
fastapi==0.95.1
pydantic==1.10.7
PyJWT==2.6.0
requests==2.30.0
requests>=2.28.1
responses==0.23.1
starlette==0.26.1
starlette-context==0.3.5
......@@ -36,4 +36,4 @@ google-cloud-storage
# osdu dependences
--extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple
osdu-api[all]~=0.20.0rc1, ==0.20.*
osdu-api[all]~=0.21.0rc1, ==0.21.*
......@@ -125,11 +125,6 @@ bundles:
You will need add the following:
!!! note "Replace"
`bundle service` can be: s3, gcs, azure_storage_account, etc.
`data partition` is the new data partition you are adding.
```
osdu/partition/<data partition>:
service: <bundle service>
......@@ -139,7 +134,16 @@ You will need add the following:
max_delay_seconds: 12
```
Multiple values for [min_delay_seconds and max_delay_seconds](https://www.openpolicyagent.org/docs/latest/configuration/#bundles) are supported, but you might need to adjust [BUNDLE_PAUSE](testing.md#bundle_pause) if you are running automated integration tests.
!!! note "Replace"
`bundle service` can be: s3, gcs, azure_storage_account, etc.
`data partition` is the new data partition you are adding.
!!! warning
All values for [min_delay_seconds and max_delay_seconds](https://www.openpolicyagent.org/docs/latest/configuration/#bundles) are supported, but you might need to adjust [BUNDLE_PAUSE](testing.md#bundle_pause) if you are running automated integration tests in this new data partition.
### Interactive update of config map (not recommended)
......
......@@ -18,4 +18,4 @@ google-cloud-storage==1.40.0
# osdu dependences
--extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple
osdu-api[all]~=0.20.0rc1, ==0.20.* # it will install a rc-version if there is no release one.
osdu-api[all]~=0.21.0rc1, ==0.21.* # it will install a rc-version if there is no release one.
......@@ -14,4 +14,4 @@ msal
# osdu dependences
--extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple
osdu-api[all]~=0.20.0rc1, ==0.20.*
osdu-api[all]~=0.21.0rc1, ==0.21.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment