diff --git a/src/deploy/ceph/user_variables.yml b/src/deploy/ceph/user_variables.yml
index 6ece305d2c39b862a9d5627b7fb2e2eb4233e7cd..5552cca6d0a70ef0a71d3f7eb6a8372a08586a18 100644
--- a/src/deploy/ceph/user_variables.yml
+++ b/src/deploy/ceph/user_variables.yml
@@ -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