From af0e297456a0646ea6d3e14cc63cb4a199dac506 Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Thu, 28 Jan 2016 16:19:39 +0100 Subject: joid: clean deployment files Change-Id: I98115c2f15cd399a371fa63d974f3200750e0949 Signed-off-by: David Blaisonneau --- ci/onos/juju-deployer/ovs-onos-nonha.yaml | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'ci/onos/juju-deployer/ovs-onos-nonha.yaml') diff --git a/ci/onos/juju-deployer/ovs-onos-nonha.yaml b/ci/onos/juju-deployer/ovs-onos-nonha.yaml index 2a8057db..8f0c8995 100644 --- a/ci/onos/juju-deployer/ovs-onos-nonha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-nonha.yaml @@ -10,7 +10,7 @@ openstack-phase1: charm: "cs:trusty/ubuntu" num_units: 1 constraints: tags=compute - "ntp": + ntp: charm: "cs:trusty/ntp" relations: - - "ntp:juju-info" @@ -20,22 +20,22 @@ openstack-phase1: openstack-phase2: inherits: openstack-phase1 services: - "mysql": + mysql: branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next" num_units: 1 options: - "dataset-size": 2G - "max-connections": 10000 + dataset-size: 2G + max-connections: 10000 to: - "lxc:nodes-api=0" - "ceilometer": + ceilometer: branch: "lp:~openstack-charmers/charms/trusty/ceilometer/next" num_units: 1 to: - "lxc:nodes-api=0" - "ceilometer-agent": + ceilometer-agent: branch: "lp:~openstack-charmers/charms/trusty/ceilometer-agent/next" - "mongodb": + mongodb: charm: "cs:trusty/mongodb" num_units: 1 to: @@ -83,21 +83,21 @@ openstack-phase2: - "lxc:nodes-api=0" cinder-ceph: branch: "lp:~openstack-charmers/charms/trusty/cinder-ceph/next" - "rabbitmq-server": + rabbitmq-server: branch: "lp:~openstack-charmers/charms/trusty/rabbitmq-server/next" num_units: 1 to: - "lxc:nodes-api=0" - "keystone": + keystone: branch: "lp:~openstack-charmers/charms/trusty/keystone/next" num_units: 1 options: # ha-mcastport: 5402 admin-password: openstack - "admin-token": admin + admin-token: admin to: - "lxc:nodes-api=0" - "openstack-dashboard": + openstack-dashboard: branch: "lp:~openstack-charmers/charms/trusty/openstack-dashboard/next" num_units: 1 options: @@ -105,28 +105,28 @@ openstack-phase2: webroot: / to: - "lxc:nodes-api=0" - "nova-compute": + nova-compute: branch: lp:~openstack-charmers/charms/trusty/nova-compute/next num_units: 1 options: - "enable-live-migration": False - "manage-neutron-plugin-legacy-mode": False + enable-live-migration: False + manage-neutron-plugin-legacy-mode: False to: - "nodes-compute=0" # - "nodes-compute=1" # - "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: 1 options: - "console-access-protocol": novnc - "network-manager": Neutron - "quantum-security-groups": "yes" + console-access-protocol: novnc + network-manager: Neutron + quantum-security-groups: "yes" to: - "lxc:nodes-api=0" - "neutron-api": + neutron-api: branch: lp:~openstack-charmers/charms/trusty/neutron-api/next num_units: 1 options: @@ -137,7 +137,7 @@ openstack-phase2: neutron-gateway: branch: "lp:~wuwenbin2/onosfw/neutron-gateway" options: -# "ext-port": "eth1" +# ext-port: "eth1" plugin: onos instance-mtu: 1400 to: @@ -146,7 +146,7 @@ openstack-phase2: branch: "lp:~wuwenbin2/onosfw/onos-controller" to: - "lxc:nodes-api=0" - "glance": + glance: branch: lp:~openstack-charmers/charms/trusty/glance/next num_units: 1 to: @@ -267,7 +267,7 @@ trusty-liberty: #prefer-ipv6: true region: Canonical source: "cloud:trusty-liberty" - "openstack-origin": "cloud:trusty-liberty" + openstack-origin: "cloud:trusty-liberty" series: trusty ceph-osd-replication-count: 1 admin-role: admin @@ -286,7 +286,7 @@ trusty-kilo: #prefer-ipv6: true region: Canonical source: "cloud:trusty-kilo" - "openstack-origin": "cloud:trusty-kilo" + openstack-origin: "cloud:trusty-kilo" series: trusty ceph-osd-replication-count: 1 admin-role: admin @@ -305,7 +305,7 @@ trusty-juno: #prefer-ipv6: true region: Canonical source: "cloud:trusty-juno" - "openstack-origin": "cloud:trusty-juno" + openstack-origin: "cloud:trusty-juno" series: trusty ceph-osd-replication-count: 1 admin-role: admin -- cgit 1.2.3-korg