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
Sacha Brants
infra-azure-provisioning
Commits
32ec6d56
Commit
32ec6d56
authored
Feb 10, 2021
by
Vincent Rondot
Browse files
Add WDMS to the manual deployment instructions
parent
55cb8ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
32ec6d56
...
@@ -330,6 +330,7 @@ git clone https://community.opengroup.org/osdu/platform/system/register.git $SRC
...
@@ -330,6 +330,7 @@ git clone https://community.opengroup.org/osdu/platform/system/register.git $SRC
git clone https://community.opengroup.org/osdu/platform/system/schema-service.git
$SRC_DIR
/schema-service
git clone https://community.opengroup.org/osdu/platform/system/schema-service.git
$SRC_DIR
/schema-service
git clonehttps://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-workflow.git
$SRC_DIR
/ingestion-workflow
git clonehttps://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-workflow.git
$SRC_DIR
/ingestion-workflow
git clone https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service.git
$SRC_DIR
/seismic-store-service
git clone https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service.git
$SRC_DIR
/seismic-store-service
git clone https://community.opengroup.org:osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services.git
$SRC_DIR
/wellbore-domain-services
```
```
__Additional Manual Steps__
__Additional Manual Steps__
...
@@ -337,6 +338,8 @@ Following services require additional steps for manual setup.
...
@@ -337,6 +338,8 @@ Following services require additional steps for manual setup.
-
[
CRS Catalog Service
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/56
)
-
[
CRS Catalog Service
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/56
)
-
[
CRS Conversion Serice
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/65
)
-
[
CRS Conversion Serice
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/65
)
-
[
Unit Service
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/55
)
-
[
Unit Service
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/55
)
-
[
Wellbore DMS
](
https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/issues/36
)
__Kubernetes API Access__
__Kubernetes API Access__
...
@@ -437,6 +440,19 @@ do
...
@@ -437,6 +440,19 @@ do
helm template
$SERVICE
${
SRC_DIR
}
/
$SERVICE
/devops/azure/chart
--set
image.branch
=
$BRANCH
--set
image.tag
=
$TAG
>
${
FLUX_SRC
}
/providers/azure/hld-registry/
$SERVICE
.yaml
helm template
$SERVICE
${
SRC_DIR
}
/
$SERVICE
/devops/azure/chart
--set
image.branch
=
$BRANCH
--set
image.tag
=
$TAG
>
${
FLUX_SRC
}
/providers/azure/hld-registry/
$SERVICE
.yaml
done
done
SERVICE
=
wellbore-domain-services
helm template
$SERVICE
${
SRC_DIR
}
/
$SERVICE
/devops/azure/chart
\
--set
image.repository
=
${
CONTAINER_REGISTRY_NAME
}
.azurecr.io/
${
SERVICE
}
-
${
BRANCH
}
\
--set
image.tag
=
$TAG
\
--set
annotations.buildNumber
=
undefined
\
--set
annotations.buildOrigin
=
manual
\
--set
annotations.commitBranch
=
undefined
\
--set
annotations.commitId
=
undefined
\
--set
labels.env
=
dev
\
>
${
FLUX_SRC
}
/providers/azure/hld-registry/
$SERVICE
.yaml
# Commit and Checkin to Deploy
# Commit and Checkin to Deploy
(
cd
$FLUX_SRC
\
(
cd
$FLUX_SRC
\
&&
git switch
$UNIQUE
\
&&
git switch
$UNIQUE
\
...
...
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