Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
eb45a2b1
Commit
eb45a2b1
authored
4 years ago
by
Franck Bebel
Browse files
Options
Downloads
Patches
Plain Diff
[devops] add tags for service installation
parent
d186c79b
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployment/vitamui_apps.yml
+14
-0
14 additions, 0 deletions
deployment/vitamui_apps.yml
with
14 additions
and
0 deletions
deployment/vitamui_apps.yml
+
14
−
0
View file @
eb45a2b1
...
...
@@ -13,6 +13,8 @@
password_truststore
:
"
{{
truststores_server
}}"
vitam_cert
:
"
{{
vitam_certs.vitamui
}}"
consul_tags
:
"
iam-internal,
api,
internal"
tags
:
-
iam-internal
-
hosts
:
hosts_vitamui_security_internal
gather_facts
:
no
...
...
@@ -25,6 +27,8 @@
password_keystore
:
"
{{
keystores_server_security_internal
}}"
password_truststore
:
"
{{
truststores_server
}}"
consul_tags
:
"
security-internal,
api,
internal"
tags
:
-
security-internal
# External apps
-
hosts
:
hosts_vitamui_iam_external
...
...
@@ -38,6 +42,8 @@
password_keystore
:
"
{{
keystores_server_iam_external
}}"
password_truststore
:
"
{{
truststores_client_external
}}"
consul_tags
:
"
iam-external,
api,
external"
tags
:
-
iam-external
-
hosts
:
hosts_cas_server
gather_facts
:
no
...
...
@@ -50,6 +56,8 @@
password_keystore
:
"
{{
keystores_server_cas_server
}}"
password_truststore
:
"
{{
truststores_client_external
}}"
consul_tags
:
"
cas-server,
cas,
external"
tags
:
-
cas-server
#UI
-
hosts
:
hosts_ui_identity
...
...
@@ -63,6 +71,8 @@
password_keystore
:
"
{{
keystores_server_ui_identity
}}"
password_truststore
:
"
{{
truststores_server
}}"
consul_tags
:
"
ui-identity,
ui"
tags
:
-
ui-identity
-
hosts
:
hosts_ui_portal
...
...
@@ -76,6 +86,8 @@
password_keystore
:
"
{{
keystores_server_ui_portal
}}"
password_truststore
:
"
{{
truststores_server
}}"
consul_tags
:
"
ui-portal,
ui"
tags
:
-
ui-portal
# supposed portlets
-
hosts
:
hosts_ui_identity_admin
...
...
@@ -89,3 +101,5 @@
password_keystore
:
"
{{
keystores_server_ui_identity_admin
}}"
password_truststore
:
"
{{
truststores_server
}}"
consul_tags
:
"
ui-identity-admin,
ui"
tags
:
-
ui-identity-admin
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment