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
Fabien Bosquet
infra-azure-provisioning
Commits
2f7eef5c
Commit
2f7eef5c
authored
Oct 13, 2020
by
Daniel Scholl
Browse files
Updated Pipelines
parent
fee687fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/pipeline-setup.md
View file @
2f7eef5c
...
...
@@ -334,14 +334,15 @@ __Setup 2 Secure Files__
__Execute the pipelines in `osdu-infrastructure`__
> This should be executed to completion in order
1.
`
azure-pipeline-central.yml
`
1.
`
infrastructure-central-resources
`
> For the first run of the pipeline approvals will need to be made for the 2 secure files and the Service Connection.
```
bash
# Create and Deploy the
Central Resources
# Create and Deploy the
Pipeline
az pipelines create
\
--name
'infrastructure-central-resources'
\
--repository
infra-azure-provisioning
\
...
...
@@ -354,12 +355,12 @@ az pipelines create \
```
2.
`
azure-pipeline-data.yml
`
2.
`
infrastructure-data-partition
`
> For the first run of the pipeline approvals will need to be made for the 2 secure files and the Service Connection.
```
bash
# Create and Deploy the
Central Resources
# Create and Deploy the
Pipeline
az pipelines create
\
--name
'infrastructure-data-partition'
\
--repository
infra-azure-provisioning
\
...
...
@@ -377,7 +378,7 @@ az pipelines create \
> For the first run of the pipeline approvals will need to be made for the 2 secure files and the Service Connection.
```
bash
# Create and Deploy the
Central Resources
# Create and Deploy the
Pipeline
az pipelines create
\
--name
'infrastructure-service-resources'
\
--repository
infra-azure-provisioning
\
...
...
infra/templates/osdu-r3-mvp/pipeline-data-partition.yml
View file @
2f7eef5c
...
...
@@ -61,7 +61,7 @@ variables:
-
group
:
'
Infrastructure
Pipeline
Variables'
stages
:
-
template
:
/devops/prepare-stage.yml
-
template
:
/devops/
infra-
prepare-stage.yml
parameters
:
environments
:
-
name
:
'
demo'
...
...
@@ -74,8 +74,3 @@ stages:
terraformTemplatePath
:
/infra/templates/osdu-r3-mvp/data_partition
deploymentTimeoutInMinutes
:
120
dataPartitionName
:
opendes
-
jobName
:
data_partition_2
terraformWorkspacePrefix
:
dp2
terraformTemplatePath
:
/infra/templates/osdu-r3-mvp/data_partition
deploymentTimeoutInMinutes
:
120
dataPartitionName
:
common
infra/templates/osdu-r3-mvp/pipeline-service-resources.yml
View file @
2f7eef5c
...
...
@@ -60,7 +60,7 @@ variables:
-
group
:
'
Infrastructure
Pipeline
Variables'
stages
:
-
template
:
/devops/prepare-stage.yml
-
template
:
/devops/
infra-
prepare-stage.yml
parameters
:
environments
:
-
name
:
'
demo'
...
...
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