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
d6549a70
Commit
d6549a70
authored
7 years ago
by
caoyuan
Browse files
Options
Downloads
Patches
Plain Diff
Remove the duplicate dict key (become)
Change-Id: I5f9d3eb6bd42f43073704d1e8c2b8bd03fb9eb9b
parent
1ab1c835
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/ceph/tasks/distribute_keyrings.yml
+0
-3
0 additions, 3 deletions
ansible/roles/ceph/tasks/distribute_keyrings.yml
ansible/roles/ceph/tasks/start_osds.yml
+0
-1
0 additions, 1 deletion
ansible/roles/ceph/tasks/start_osds.yml
with
0 additions
and
4 deletions
ansible/roles/ceph/tasks/distribute_keyrings.yml
+
0
−
3
View file @
d6549a70
...
...
@@ -18,7 +18,6 @@
dest
:
"
{{
node_config_directory
}}/ceph-osd/{{
item.filename
}}"
sha1
:
"
{{
item.sha1
}}"
mode
:
0600
become
:
true
with_items
:
-
"
{{
ceph_files['ceph.client.admin.keyring']
}}"
when
:
inventory_hostname in groups['ceph-osd']
...
...
@@ -30,7 +29,6 @@
dest
:
"
{{
node_config_directory
}}/ceph-mon/{{
item.filename
}}"
sha1
:
"
{{
item.sha1
}}"
mode
:
0600
become
:
true
with_items
:
-
"
{{
ceph_files['ceph.client.admin.keyring']
}}"
-
"
{{
ceph_files['ceph.client.mon.keyring']
}}"
...
...
@@ -45,7 +43,6 @@
dest
:
"
{{
node_config_directory
}}/ceph-rgw/{{
item.filename
}}"
sha1
:
"
{{
item.sha1
}}"
mode
:
0600
become
:
true
with_items
:
-
"
{{
ceph_files['ceph.client.admin.keyring']
}}"
-
"
{{
ceph_files['ceph.client.radosgw.keyring']
}}"
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/ceph/tasks/start_osds.yml
+
0
−
1
View file @
d6549a70
...
...
@@ -20,7 +20,6 @@
name
:
"
/var/lib/ceph/osd/{{
item['fs_uuid']
}}"
opts
:
"
{{
ceph_osd_mount_options
}}"
with_items
:
"
{{
osds
}}"
become
:
true
become_method
:
sudo
-
name
:
Gathering OSD IDs
...
...
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