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
Data Flow
Data Enrichment
wks
Commits
e7cec63f
Commit
e7cec63f
authored
Sep 02, 2021
by
Rustam Lotsmanenko (EPAM)
Committed by
Rostislav Dublin (EPAM)
Sep 02, 2021
Browse files
Fix-gcp-bootstrap
parent
37646918
Changes
3
Hide whitespace changes
Inline
Side-by-side
deployments/scripts/gcp/requirements.txt
View file @
e7cec63f
google-cloud-datastore==2.1.3
google-cloud-storage==1.40.0
\ No newline at end of file
google-cloud-datastore
google-cloud-storage
devops/gcp/Dockerfile
View file @
e7cec63f
...
...
@@ -3,6 +3,7 @@ FROM google/cloud-sdk:slim
COPY
./devops/gcp/bootstrap.sh /opt
COPY
./deployments /opt/
RUN
pip3
install
google-crc32c
==
1.0.0
RUN
pip3
install
-r
/opt/scripts/gcp/requirements.txt
RUN
chmod
775 /opt/bootstrap.sh
...
...
devops/gcp/bootstrap.yml
View file @
e7cec63f
...
...
@@ -10,6 +10,7 @@ osdu_gcp_bootstrap:
WKS_TENANT
:
$OSDU_TENANT
WKS_BUCKET
:
$OSDU_GCP_WKS_BUCKET
script
:
-
apt install python3-dev
-
gcloud auth activate-service-account --key-file $OSDU_GCP_DEPLOY_FILE
-
gcloud config set project $OSDU_GCP_PROJECT
-
export GOOGLE_APPLICATION_CREDENTIALS=$OSDU_GCP_DEPLOY_FILE
...
...
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