diff options
Diffstat (limited to 'ci/onos/juju-deployer/ovs-onos-tip.yaml')
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-tip.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ci/onos/juju-deployer/ovs-onos-tip.yaml b/ci/onos/juju-deployer/ovs-onos-tip.yaml index 8b4cd6dd..e574bcc6 100644 --- a/ci/onos/juju-deployer/ovs-onos-tip.yaml +++ b/ci/onos/juju-deployer/ovs-onos-tip.yaml @@ -125,7 +125,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" @@ -266,3 +271,9 @@ openstack-phase2: security-groups: True openvswitch-onos: charm: "local:trusty/openvswitch-onos" + congress: + charm: local:trusty/congress + options: + source-branch: stable/mitaka + to: + - "lxc:nodes=0" |