diff options
Diffstat (limited to 'ci/onos/juju-deployer/ovs-onos-nonha.yaml')
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-nonha.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/onos/juju-deployer/ovs-onos-nonha.yaml b/ci/onos/juju-deployer/ovs-onos-nonha.yaml index 31a7e155..76825610 100644 --- a/ci/onos/juju-deployer/ovs-onos-nonha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-nonha.yaml @@ -127,6 +127,12 @@ openstack-phase2: - "keystone:identity-service" #- - nova-compute:lxd #- lxd:lxd + - - congress:shared-db + - mysql:shared-db + - - congress:identity-service + - keystone:identity-service + - - congress:amqp + - rabbitmq-server:amqp services: mysql: charm: "local:trusty/percona-cluster" @@ -261,3 +267,9 @@ openstack-phase2: security-groups: True openvswitch-onos: charm: "local:trusty/openvswitch-onos" + congress: + charm: local:trusty/congress + options: + source-branch: stable/liberty + to: + - "lxc:nodes=0" |