Skip to content
Snippets Groups Projects
Commit 7ef693da authored by Matias Daniel Capucho Cirlinas's avatar Matias Daniel Capucho Cirlinas
Browse files

- Arreglos para ceph

parent 196dd117
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment