Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
f4796819
Commit
f4796819
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix copy external ceph files from custome/gnocchi in gnocchi"
parents
d3bedc57
dfb5ddaa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/gnocchi/tasks/external_ceph.yml
+2
-2
2 additions, 2 deletions
ansible/roles/gnocchi/tasks/external_ceph.yml
releasenotes/notes/fix-gnocchi-external-ceph-filepath-672ea7ac3c325ec2.yaml
+5
-0
5 additions, 0 deletions
.../fix-gnocchi-external-ceph-filepath-672ea7ac3c325ec2.yaml
with
7 additions
and
2 deletions
ansible/roles/gnocchi/tasks/external_ceph.yml
+
2
−
2
View file @
f4796819
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
-
name
:
Copy over ceph.conf file
-
name
:
Copy over ceph.conf file
template
:
template
:
src
:
"
{{
node_custom_config
}}/
{{
item
}}
/ceph.conf"
src
:
"
{{
node_custom_config
}}/
gnocchi
/ceph.conf"
dest
:
"
{{
node_config_directory
}}/{{
item
}}/ceph.conf"
dest
:
"
{{
node_config_directory
}}/{{
item
}}/ceph.conf"
when
:
inventory_hostname in groups[item]
when
:
inventory_hostname in groups[item]
with_items
:
with_items
:
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
-
name
:
Copy over ceph gnocchi keyring
-
name
:
Copy over ceph gnocchi keyring
copy
:
copy
:
src
:
"
{{
node_custom_config
}}/
{{
item
}}
/ceph.client.gnocchi.keyring"
src
:
"
{{
node_custom_config
}}/
gnocchi
/ceph.client.gnocchi.keyring"
dest
:
"
{{
node_config_directory
}}/{{
item
}}/ceph.client.gnocchi.keyring"
dest
:
"
{{
node_config_directory
}}/{{
item
}}/ceph.client.gnocchi.keyring"
when
:
inventory_hostname in groups[item]
when
:
inventory_hostname in groups[item]
with_items
:
with_items
:
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/fix-gnocchi-external-ceph-filepath-672ea7ac3c325ec2.yaml
0 → 100644
+
5
−
0
View file @
f4796819
---
fixes
:
-
|
Load custom ceph.conf and keyring file from <<node_custom_config>>/gnocchi
folder rathen than each folder of gnocchi components.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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