Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mistral-workflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Jira
Jira
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cloud-infrastructure
mistral-workflows
Commits
226b55df
Verified
Commit
226b55df
authored
Jul 02, 2020
by
Jose Castro Leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove quotes in volume quotas
parent
1c396c4f
Pipeline
#1765924
passed with stages
in 5 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
workbooks/service_initialize.yaml
workbooks/service_initialize.yaml
+6
-6
No files found.
workbooks/service_initialize.yaml
View file @
226b55df
...
...
@@ -91,7 +91,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_standard
:
10
gigabytes_standard
:
250
snapshots_standard
:
'
-1'
snapshots_standard
:
-1
on-success
:
-
update_volume_quota_io1
...
...
@@ -102,7 +102,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_io1
:
0
gigabytes_io1
:
0
snapshots_io1
:
'
-1'
snapshots_io1
:
-1
on-success
:
-
update_volume_quota_cp1
...
...
@@ -113,7 +113,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_cp1
:
0
gigabytes_cp1
:
0
snapshots_cp1
:
'
-1'
snapshots_cp1
:
-1
on-success
:
-
update_volume_quota_cpio1
...
...
@@ -124,7 +124,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_cpio1
:
0
gigabytes_cpio1
:
0
snapshots_cpio1
:
'
-1'
snapshots_cpio1
:
-1
on-success
:
-
update_volume_quota_vault_100
...
...
@@ -135,7 +135,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_vault-100
:
0
gigabytes_vault-100
:
0
snapshots_vault-100
:
'
-1'
snapshots_vault-100
:
-1
on-success
:
-
update_volume_quota_vault_500
...
...
@@ -146,7 +146,7 @@ workflows:
tenant_id
:
<% $.id %>
volumes_vault_500
:
0
gigabytes_vault-500
:
0
snapshots_vault-500
:
'
-1'
snapshots_vault-500
:
-1
glance
:
description
:
Initializes a project on the image service and sets default quotas
...
...
Write
Preview
Markdown
is supported
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