Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstack
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Santiago Elizondo
openstack
Commits
7ef693da
Commit
7ef693da
authored
5 years ago
by
Matias Daniel Capucho Cirlinas
Browse files
Options
Downloads
Patches
Plain Diff
- Arreglos para ceph
parent
196dd117
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/deploy/ceph/user_variables.yml
+11
-1
11 additions, 1 deletion
src/deploy/ceph/user_variables.yml
with
11 additions
and
1 deletion
src/deploy/ceph/user_variables.yml
+
11
−
1
View file @
7ef693da
...
...
@@ -177,6 +177,11 @@ deployment_environment_variables:
# Variable para habilitar la creación de imagenes en el Horizon en forma legacy
horizon_images_upload_mode
:
"
legacy"
cidr_networks
:
container
:
10.0.1.0/24
tunnel
:
10.0.10.0/24
storage
:
10.0.2.0/24
## Ceph cluster fsid (must be generated before first run)
## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))'
generate_fsid
:
false
...
...
@@ -188,7 +193,12 @@ fsid: b89476da-b2ea-4aae-b8cf-0b91d7aa2208 # Replace with your generated UUID
monitor_address_block
:
"
{{
cidr_networks.container
}}"
public_network
:
"
{{
cidr_networks.container
}}"
cluster_network
:
"
{{
cidr_networks.storage
}}"
osd_scenario
:
collocated
osd_scenario
:
non-collocated
osd_objectstore
:
bluestore
osd_auto_discovery
:
false
lvm_volumes
:
-
data
:
/dev/vdb
-
data_vg
:
ceph1
journal_size
:
10240
# size in MB
# ceph-ansible automatically creates pools & keys for OpenStack services
openstack_config
:
true
...
...
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