From 68087167c98f944f58899f2f4bbd1ec651bf2adc Mon Sep 17 00:00:00 2001
From: "alberto.colla" <alberto.colla@garr.it>
Date: Mon, 13 May 2019 15:56:53 +0000
Subject: [PATCH] 2019-05-13 AC: typos

---
 bundles/openstack/bundle-ceph-config.yaml        | 16 +++++++++++++---
 .../openstack/bundle-openstack-ceph-base.yaml    |  2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/bundles/openstack/bundle-ceph-config.yaml b/bundles/openstack/bundle-ceph-config.yaml
index 533f746d..87508c53 100644
--- a/bundles/openstack/bundle-ceph-config.yaml
+++ b/bundles/openstack/bundle-ceph-config.yaml
@@ -180,6 +180,7 @@ applications:
     to:
       - 'lxd:2'
       - 'lxd:1'
+      - 'lxd:1'
 
   percona-cluster:
     charm: cs:percona-cluster
@@ -196,6 +197,7 @@ applications:
     to:
       - 'lxd:1'
       - 'lxd:2'
+      - 'lxd:2'
 
   keystone:
     charm: cs:keystone
@@ -213,6 +215,7 @@ applications:
     to:
       - 'lxd:2'
       - 'lxd:1'
+      - 'lxd:1'
 
   openstack-dashboard:
     charm: cs:openstack-dashboard
@@ -227,6 +230,7 @@ applications:
     to:
       - 'lxd:1'
       - 'lxd:2'
+      - 'lxd:2'
 
   nova-compute:
     charm: cs:nova-compute
@@ -253,6 +257,7 @@ applications:
     to:
       - 'lxd:1'
       - 'lxd:2'
+      - 'lxd:1'
 
   neutron-api:
     charm: cs:neutron-api
@@ -267,6 +272,7 @@ applications:
     to:
       - 'lxd:2'
       - 'lxd:1'
+      - 'lxd:2'
 
   neutron-openvswitch:
     charm: cs:neutron-openvswitch
@@ -286,6 +292,7 @@ applications:
     to:
       - 'lxd:1'
       - 'lxd:2'
+      - 'lxd:1'
 
   cinder-ceph:
     charm: cs:cinder-ceph
@@ -302,9 +309,9 @@ applications:
       nagios_context: *nagios_context
     num_units: 3
     to:
-      - 'lxd:0'
-      - 'lxd:1'
-      - 'lxd:1'
+      - 'lxd:3'
+      - 'lxd:4'
+      - 'lxd:3'
     annotations:
       gui-x: '1200'
       gui-y: '400'
@@ -341,6 +348,7 @@ applications:
     to:
       - 'lxd:2'
       - 'lxd:1'
+      - 'lxd:1'
 
   glance:
     charm: cs:glance
@@ -355,6 +363,7 @@ applications:
     to:
       - 'lxd:1'
       - 'lxd:2'
+      - 'lxd:2'
 
   memcached:
     charm: cs:memcached
@@ -366,6 +375,7 @@ applications:
     to:
       - 'lxd:2'
       - 'lxd:1'
+      - 'lxd:2'
 
 
   neutron-gateway:
diff --git a/bundles/openstack/bundle-openstack-ceph-base.yaml b/bundles/openstack/bundle-openstack-ceph-base.yaml
index b498b769..a300550f 100644
--- a/bundles/openstack/bundle-openstack-ceph-base.yaml
+++ b/bundles/openstack/bundle-openstack-ceph-base.yaml
@@ -37,7 +37,7 @@ parameters:
   network-device-mtu: &network_device_mtu  9000
   instance-mtu: &instance_mtu	8000
   enable-dvr: &dvr-mode		False
-  vlan-ranges: &vlan_ranges	physnet-ovs:801:801
+  vlan-ranges: &vlan_ranges	physnet-ovs:1000:2000
   enable-local-dhcp-and-metadata: &enable_local_dhcp_and_metadata   True
   enable-ml2-dns: &enable_ml2_dns True
   dns-domain: &dns_domain garr.cloud.na.
-- 
GitLab