summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2016-08-04 17:37:15 +0200
committerDavid Blaisonneau <david.blaisonneau@orange.com>2016-08-05 16:50:35 +0200
commit5cc5559348a8a18a41cfd25cce446955d63afb83 (patch)
tree75d5434688d3d4dbcc467581205c5fe4a40c2e60 /ci/bundle_tpl/bundle.yaml
parenteae61f596efd44095dbb78db6e7dd45d249cf77e (diff)
New scripts for configs generation, based on jinja2
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'ci/bundle_tpl/bundle.yaml')
-rw-r--r--ci/bundle_tpl/bundle.yaml60
1 files changed, 0 insertions, 60 deletions
diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml
deleted file mode 100644
index 8c08c1a2..00000000
--- a/ci/bundle_tpl/bundle.yaml
+++ /dev/null
@@ -1,60 +0,0 @@
-# vim: set ts=2 et:
-{{ ubuntu.release }}-{{ os.release }}-nodes:
- inherits: openstack-phase1
- overrides:
-{% include 'phase2-overrides.yaml' %}
-
-{{ ubuntu.release }}-{{ os.release }}:
- inherits: openstack-phase2
-
-openstack-phase1:
- services:
- nodes:
- charm: "cs:{{ ubuntu.release }}/ubuntu"
- num_units: {{ opnfv.units }}
- ntp:
- charm: "local:{{ ubuntu.release }}/ntp"
-{% if os.network.controller == 'ocl' %}
- options:
- source: "0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org"
- auto_peers: false
-{% endif %}
-{% include 'mysql.yaml' %}
-{% include 'ceilometer.yaml' %}
-{% include 'ceph.yaml' %}
-{% include 'cinder.yaml' %}
-{% include 'glance.yaml' %}
-{% include 'opnfv-promise.yaml' %}
-{% include 'congress.yaml' %}
-{% include 'keystone.yaml' %}
-{% include 'nova-cloud-controller.yaml' %}
-{% include 'nova-compute.yaml' %}
-{% include 'openstack-dashboard.yaml' %}
-{% include 'rabbitmq.yaml' %}
-{% include 'heat.yaml' %}
-{% include 'neutron-api.yaml' %}
-{% include 'neutron-gateway.yaml' %}
-{% include 'aodh.yaml' %}
-{% if os.network.controller == 'odl' %}
-{% include 'odl.yaml' %}
-{% elif os.network.controller == 'onos' %}
-{% include 'onos.yaml' %}
-{% elif os.network.controller == 'ocl' %}
-{% include 'oclphase1.yaml' %}
-{% endif %}
-{% if os.ha.mode == 'ha' %}
-{% include 'haclusters.yaml' %}
-{% endif %}
-
- relations:
- - [ 'ntp:juju-info', 'nodes:juju-info' ]
-{% if os.ha.mode == 'ha' %}
-{% include 'harelations.yaml' %}
-{% endif %}
-
-openstack-phase2:
- inherits: openstack-phase1
- relations:
-{% include 'relations.yaml' %}
- services:
-{% include 'subordinate.yaml' %}