Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
39afa83f
Commit
39afa83f
authored
Jul 29, 2021
by
Kishore Battula
Browse files
Updated python dependencies
parent
da28dfb0
Pipeline
#55215
passed with stages
in 1 minute and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
39afa83f
...
...
@@ -337,6 +337,9 @@ airflow:
configMapKeyRef:
name: osdu-svc-properties
key: ENV_KEYVAULT
# Needed for installing python osdu python sdk. In future this will be changed
- name: CI_COMMIT_TAG
value: "v0.10.0"
extraConfigmapMounts:
- name: remote-log-config
mountPath: /opt/airflow/config
...
...
@@ -357,7 +360,11 @@ airflow:
"azure-servicebus==7.0.1",
"toposort==1.6",
"strict-rfc3339==0.7",
"https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.0.4.tar.gz"
"jsonschema==3.2.0",
"pyyaml==5.4.1",
"requests==2.25.1",
"tenacity=8.0.1",
"https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.10.0.tar.gz"
]
extraVolumeMounts:
- name: azure-keyvault
...
...
charts/airflow/helm-config-dp.yaml
View file @
39afa83f
...
...
@@ -292,6 +292,9 @@ airflow:
value
:
"
#{appinsights-key}#"
-
name
:
PYTHONPATH
value
:
"
/opt/celery"
# Needed for installing python osdu python sdk. In future this will be changed
-
name
:
CI_COMMIT_TAG
value
:
"
v0.10.0"
extraConfigmapMounts
:
-
name
:
remote-log-config
mountPath
:
/opt/airflow/config
...
...
@@ -316,7 +319,11 @@ airflow:
"
azure-servicebus==7.0.1"
,
"
toposort==1.6"
,
"
strict-rfc3339==0.7"
,
"
https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.0.4.tar.gz"
"
jsonschema==3.2.0"
,
"
pyyaml==5.4.1"
,
"
requests==2.25.1"
,
"
tenacity=8.0.1"
,
"
https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.10.0.tar.gz"
]
extraVolumeMounts
:
-
name
:
azure-keyvault
...
...
charts/airflow/helm-config.yaml
View file @
39afa83f
...
...
@@ -302,6 +302,9 @@ airflow:
key
:
appinsights
-
name
:
PYTHONPATH
value
:
"
/opt/celery"
# Needed for installing python osdu python sdk. In future this will be changed
-
name
:
CI_COMMIT_TAG
value
:
"
v0.10.0"
extraConfigmapMounts
:
-
name
:
remote-log-config
mountPath
:
/opt/airflow/config
...
...
@@ -326,7 +329,11 @@ airflow:
"
azure-servicebus==7.0.1"
,
"
toposort==1.6"
,
"
strict-rfc3339==0.7"
,
"
https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.0.4.tar.gz"
"
jsonschema==3.2.0"
,
"
pyyaml==5.4.1"
,
"
requests==2.25.1"
,
"
tenacity=8.0.1"
,
"
https://azglobalosdutestlake.blob.core.windows.net/pythonsdk/osdu_api-0.10.0.tar.gz"
]
extraVolumeMounts
:
-
name
:
azure-keyvault
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment