modified for wrong charm metadata 79/15279/4
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 8 Jun 2016 13:21:06 +0000 (08:21 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 8 Jun 2016 13:31:57 +0000 (08:31 -0500)
Change-Id: I3d544990b718f31a90019453dbcc95cee27aeaa4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml
ci/odl/juju-deployer/ovs-odl-ha.yaml
ci/odl/juju-deployer/ovs-odl-nonha.yaml
ci/odl/juju-deployer/ovs-odl-tip.yaml
ci/onos/juju-deployer/ovs-onos-ha.yaml
ci/opencontrail/juju-deployer/ovs-opencontrail-ha.yaml

index 856fc9d..662f190 100644 (file)
@@ -291,6 +291,7 @@ openstack-phase2:
       charm: "local:trusty/nova-cloud-controller"
       num_units: 3
       options:
+        console-access-protocol: novnc
         network-manager: Neutron
         service-guard: true
         vip: 10.4.1.16
index 73a8b3f..39864ff 100644 (file)
@@ -7,7 +7,6 @@ trusty-mitaka-nodes:
 trusty-mitaka:
   inherits: openstack-phase2
   overrides:
-#    cluster_count: 3
     #os-data-network: 10.4.8.0/21
     #ceph-cluster-network: 10.4.0.0/21
     #prefer-ipv6: true
@@ -337,7 +336,6 @@ openstack-phase2:
         console-access-protocol: novnc
         network-manager: Neutron
         service-guard: true
-        neutron-external-network: ext_net
         vip: 10.4.1.16
         #os-public-hostname: api.public-fqdn
       to:
@@ -391,7 +389,7 @@ openstack-phase2:
     neutron-api-odl:
       charm: local:trusty/neutron-api-odl
       options:
-        overlay-network-type: 'vxlan gre'
+        overlay-network-type: 'vxlan'
         security-groups: True
     openvswitch-odl:
       charm: local:trusty/openvswitch-odl
index 4c52b99..fc9e9ed 100644 (file)
@@ -261,7 +261,7 @@ openstack-phase2:
     neutron-api-odl:
       charm: local:trusty/neutron-api-odl
       options:
-        overlay-network-type: 'vxlan gre'
+        overlay-network-type: 'vxlan'
         security-groups: True
     openvswitch-odl:
       charm: local:trusty/openvswitch-odl
index c01dad1..ed34e93 100644 (file)
@@ -269,7 +269,7 @@ openstack-phase2:
     neutron-api-odl:
       charm: local:trusty/neutron-api-odl
       options:
-        overlay-network-type: 'vxlan gre'
+        overlay-network-type: 'vxlan'
         security-groups: True
     openvswitch-odl:
       charm: local:trusty/openvswitch-odl
index a6ad0ef..0d7a2b9 100644 (file)
@@ -24,7 +24,7 @@ openstack-phase1:
   series: trusty
   services:
     nodes:
-      charm: "local:trusty/ubuntu"
+      charm: "cs:trusty/ubuntu"
       num_units: 5
     ntp:
       charm: "local:trusty/ntp"
index ac0f03d..99936e7 100644 (file)
@@ -37,13 +37,13 @@ openstack-phase1:
       - "nodes-api:juju-info"
     - - "ntp:juju-info"
       - "nodes-compute:juju-info"
-openstack-phase2: 
+openstack-phase2:
   inherits: openstack-phase1
-  services: 
-    percona-cluster: 
+  services:
+    percona-cluster:
       branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next"
       num_units: 3
-      options: 
+      options:
         dataset-size: 2G
         lp1366997-workaround: true
         max-connections: 10000
@@ -179,10 +179,10 @@ openstack-phase2:
         - "lxc:nodes-api=0"
         - "lxc:nodes-api=1"
         - "lxc:nodes-api=2"
-    nova-compute: 
+    nova-compute:
       branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
       num_units: 2
-      options: 
+      options:
         enable-live-migration: False
         manage-neutron-plugin-legacy-mode: False
       to:
@@ -191,34 +191,33 @@ openstack-phase2:
 #        - "nodes-api=0"
 #        - "nodes-api=1"
 #        - "nodes-api=2"
-    nova-cloud-controller: 
+    nova-cloud-controller:
       branch: lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next
       num_units: 3
-      options: 
+      options:
         console-access-protocol: novnc
         network-manager: Neutron
         service-guard: true
-        neutron-external-network: ext_net
         vip: 10.4.1.16
       to:
         - "lxc:nodes-api=1"
         - "lxc:nodes-api=0"
         - "lxc:nodes-api=2"
-    neutron-api: 
+    neutron-api:
       branch: lp:~opnfv-team/charms/trusty/neutron-api/next
       num_units: 3
       options:
         neutron-security-groups: True
         manage-neutron-plugin-legacy-mode: False
         vip: 10.4.1.17
-      to: 
+      to:
         - "lxc:nodes-api=2"
         - "lxc:nodes-api=0"
         - "lxc:nodes-api=1"
-    glance: 
+    glance:
       branch: lp:~openstack-charmers/charms/trusty/glance/next
       num_units: 3
-      options: 
+      options:
         vip: 10.4.1.12
       to:
         - "lxc:nodes-api=1"