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

pequeños cambios

parent 926717bd
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ global_overrides:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
host_bind_override: "eth3"
type: "vlan"
range: "101:200,301:400"
net_name: "vlan"
......@@ -72,7 +73,7 @@ global_overrides:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth12"
host_bind_override: "eth12"
host_bind_override: "eth3"
type: "flat"
net_name: "flat"
......@@ -149,14 +150,12 @@ compute_hosts:
# cinder volume hosts
storage_hosts:
infra1:
ip: 10.0.1.11
storage1:
ip: 10.0.1.13
container_vars:
cinder_backends:
lvm:
volume_backend_name: LVM
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group: cinder-volumes
iscsi_ip_address: "10.0.2.13"
iscsi_ip_address: "10.0.2.13"
\ No newline at end of file
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