fetch the correct ceilometer. 65/22765/6
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 7 Oct 2016 05:03:20 +0000 (00:03 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Fri, 7 Oct 2016 13:18:23 +0000 (08:18 -0500)
Change-Id: I68bd8c58cd9424886086275664dc70110270252a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
16 files changed:
ci/config_tpl/bundle_tpl/ceilometer.yaml
ci/config_tpl/bundle_tpl/ceph.yaml
ci/config_tpl/bundle_tpl/cinder.yaml
ci/config_tpl/bundle_tpl/congress.yaml
ci/config_tpl/bundle_tpl/glance.yaml
ci/config_tpl/bundle_tpl/heat.yaml
ci/config_tpl/bundle_tpl/keystone.yaml
ci/config_tpl/bundle_tpl/neutron-api.yaml
ci/config_tpl/bundle_tpl/neutron-gateway.yaml
ci/config_tpl/bundle_tpl/neutron-ovs.yaml
ci/config_tpl/bundle_tpl/nova-cloud-controller.yaml
ci/config_tpl/bundle_tpl/nova-compute.yaml
ci/config_tpl/bundle_tpl/phase2-overrides.yaml
ci/config_tpl/bundle_tpl/rabbitmq.yaml
ci/config_tpl/bundle_tpl/subordinate.yaml
ci/opencontrail/fetch-charms.sh

index ef70630..e7b0d92 100644 (file)
@@ -7,6 +7,7 @@
       num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.ceilometer }}
 {% endif %}
index 10b9684..faddbc3 100644 (file)
       charm: "local:{{ ubuntu.release }}/ceph-radosgw"
       num_units: {{ unit_qty() if os.beta.hacluster_ceph_radosgw else 1 }}
       options:
+        region: {{ os.region }}
         use-embedded-webserver: true
         operator-roles: "Member,admin"
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
       to:
 {% for unit_id in to_select(unit_qty() if os.beta.hacluster_ceph_radosgw else 1) %}
         - "lxc:nodes={{ unit_id }}"
index 82e1873..bf3fb04 100644 (file)
@@ -7,6 +7,13 @@
 {% endif %}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.cinder }}
 {% endif %}
index 3d05295..7d68f1d 100644 (file)
@@ -1,7 +1,8 @@
     congress:
       charm: "local:{{ ubuntu.release }}/congress"
-{% if ubuntu.release == 'trusty' %}
       options:
+        region: {{ os.region }}
+{% if ubuntu.release == 'trusty' %}
         source-branch: "stable/{{ os.release  }}"
 {% endif %}
       to:
index 50ee54b..6c88446 100644 (file)
@@ -3,6 +3,13 @@
       num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.glance }}
 {% endif %}
index 087cd4f..58d039d 100644 (file)
@@ -3,6 +3,10 @@
 #      num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
 #        vip: {{ opnfv.vip.heat }}
 {% endif %}
index 991dfa4..d8c778c 100644 (file)
@@ -3,6 +3,10 @@
       num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
         admin-password: {{ opnfv.admin_password | default(os.admin.password) }}
         admin-token: {{ os.admin.name }}
 {% if os.ha.mode == 'ha' %}
index 807d9f4..0ae0a97 100644 (file)
@@ -3,7 +3,11 @@
       num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
         neutron-security-groups: true
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.neutron }}
 {% endif %}
 {% endif %}
 {% if os.beta.public_api %}
         os-public-hostname: api.{{ opnfv.domain }}
+{% endif %}
+{% if os.network.dvr %}
+        enable-dvr: true
+{% endif %}
+{% if os.network.l2_population %}
+        l2-population: true
 {% endif %}
       to:
 {% for unit_id in to_select() %}
index 7b97d47..ab58f5a 100644 (file)
@@ -2,6 +2,9 @@
       charm: "local:{{ ubuntu.release }}/neutron-gateway"
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
 {% if opnfv.spaces_dict.data is defined %}
         os-data-network: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}
index 800f470..6823ca8 100644 (file)
@@ -1,7 +1,6 @@
     neutron-openvswitch:
       charm: local:{{ ubuntu.release }}/neutron-openvswitch
       options:
-        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% if opnfv.spaces_dict.data is defined %}
         os-data-network: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}
index 05ece87..38aa7d3 100644 (file)
@@ -3,9 +3,13 @@
       num_units: {{ unit_qty() }}
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+        region: {{ os.region }}
         #console-access-protocol: novnc
         neutron-external-network: ext-net
         service-guard: true
+{% if os.api.worker_multiplier %}
+        worker-multiplier: {{ os.api.worker_multiplier }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.nova }}
 {% endif %}
index 0a9305a..456ac41 100644 (file)
@@ -14,6 +14,9 @@
         enable-live-migration: true
         enable-resize: true
         migration-auth-type: ssh
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
 {% if os.beta.huge_pages %}
         hugepages: "50%"
 {% endif %}
index 2063607..12b8905 100644 (file)
@@ -6,22 +6,21 @@
 {% endif %}
 {% if os.ha.mode == 'ha' %}
 {% if os.api.haproxy_timeout %}
-    haproxy-server-timeout: {{ os.api.haproxy_timeout }}
-    haproxy-client-timeout: {{ os.api.haproxy_timeout }}
-    haproxy-queue-timeout: {{ os.api.haproxy_timeout }}
-    haproxy-connect-timeout: {{ os.api.haproxy_timeout }}
+    #haproxy-server-timeout: {{ os.api.haproxy_timeout }}
+    #haproxy-client-timeout: {{ os.api.haproxy_timeout }}
+    #haproxy-queue-timeout: {{ os.api.haproxy_timeout }}
+    #haproxy-connect-timeout: {{ os.api.haproxy_timeout }}
 {% endif %}
 {% endif %}
 {% if os.api.worker_multiplier %}
-    worker-multiplier: {{ os.api.worker_multiplier }}
+    #worker-multiplier: {{ os.api.worker_multiplier }}
 {% endif %}
 {% if os.network.dvr %}
-    enable-dvr: true
+    #enable-dvr: true
 {% endif %}
 {% if os.network.l2_population %}
-    l2-population: true
+    #l2-population: true
 {% endif %}
-    region: {{ os.region }}
 {% if ubuntu.release == 'trusty' %}
     #source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% endif %}
     #source: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% endif %}
 {% endif %}
-    #openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% if os.ha.mode == 'nonha' %}
 {% if opnfv.storage_dict.ceph is defined %}
-    ceph-osd-replication-count: {{ unit_ceph_qty() }}
+    #ceph-osd-replication-count: {{ unit_ceph_qty() }}
 {% endif %}
 {% endif %}
     admin-role: {{ os.admin.role }}
index 1020340..17d764d 100644 (file)
@@ -2,6 +2,9 @@
       charm: "local:{{ ubuntu.release }}/rabbitmq-server"
       num_units: {{ unit_qty() }}
       options:
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
 {% if os.ha.mode == 'ha' %}
         vip: {{ opnfv.vip.rabbitmq }}
         min-cluster-size: {{ unit_qty() }}
index 65e065a..3f043dc 100644 (file)
@@ -6,7 +6,9 @@
     cinder-ceph:
       charm: local:{{ ubuntu.release }}/cinder-ceph
       options:
-        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
+{% if opnfv.storage_dict.ceph is defined %}
+        ceph-osd-replication-count: {{ unit_ceph_qty() }}
+{% endif %}
 {% endif %}
 {% if os.network.controller == 'nosdn' %}
 {% include 'neutron-ovs.yaml' %}
@@ -19,7 +21,6 @@
     openvswitch-odl:
       charm: local:{{ ubuntu.release }}/openvswitch-odl
       options:
-        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% if opnfv.spaces_dict.data is defined %}
         os-data-network: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}
@@ -63,7 +64,6 @@
     lxd:
       charm: local:{{ ubuntu.release }}/lxd
       options:
-        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
 {% endif %}
 {% if opnfv.storage_dict.scaleio is defined %}
     scaleio-openstack:
index 5550094..402132c 100755 (executable)
@@ -21,7 +21,8 @@ git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress
 build congress
 
 git clone -b stable/16.07 https://github.com/openstack/charm-hacluster.git $distro/hacluster
-git clone -b stable/16.07 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
+bzr branch lp:~sdn-charmers/charms/$distro/ceilometer/ceilometer-plugin $distro/ceilometer
+#git clone -b stable/16.07 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer
 git clone -b stable/16.07 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent
 git clone -b stable/16.07 https://github.com/openstack/charm-ceph.git $distro/ceph
 git clone -b stable/16.07 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
@@ -72,5 +73,4 @@ bzr branch lp:~sdn-charmers/charms/$distro/contrail-webui/trunk $distro/contrail
 charm pull cs:trusty/apache-zookeeper $distro/zookeeper
 bzr branch lp:~sdn-charmers/charms/trusty/neutron-api-contrail/trunk $distro/neutron-api-contrail
 bzr branch lp:~sdn-charmers/charms/trusty/neutron-contrail/trunk $distro/neutron-contrail
-bzr branch lp:~sdn-charmers/charms/$distro/ceilometer/ceilometer-plugin $distro/ceilometer-contrail
 bzr branch lp:~sdn-charmers/charms/$distro/ceilometer-contrail/trunk $distro/ceilometer-contrail