---
title: Charmhub | Deploy Odl Controller using Charmhub - The Open Operator Collection
description: Deploy the latest version of Odl Controller on any cloud.
url: https://charmhub.io/odl-controller/configurations
---

# Odl Controller

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)

Platform:

18.10

18.04

17.10

17.04

16.10

16.04

14.04

stable 236

```
juju deploy odl-controller
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [http-proxy](https://charmhub.io/odl-controller/configurations#http-proxy)
* [https-proxy](https://charmhub.io/odl-controller/configurations#https-proxy)
* [install-keys](https://charmhub.io/odl-controller/configurations#install-keys)
* [install-sources](https://charmhub.io/odl-controller/configurations#install-sources)
* [install-url](https://charmhub.io/odl-controller/configurations#install-url)
* [profile](https://charmhub.io/odl-controller/configurations#profile)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* http-proxy | string

  Proxy to use for http connections for OpenDayLight
* https-proxy | string

  Proxy to use for https connections for OpenDayLight
* install-keys | string

  Apt keys for package install sources
* install-sources | string

  Package sources to install. Can be used to specify where to install the
  opendaylight-karaf package from.
* install-url | string

  Default: https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz

  Web addressable location of OpenDayLight binaries to install

  If unset, the charm will install binaries from the opendaylight-karaf
  package.
* profile | string

  Default: default

  SDN controller profile to configure OpenDayLight for; supported values include

  cisco-vpp: Cisco VPP for OpenStack
  openvswitch-odl: Open vSwitch OpenDayLight for OpenStack - Helium release
  openvswitch-odl-lithium: Open vSwitch OpenDayLight for OpenStack - Lithium release
  openvswitch-odl-beryllium: Open vSwitch OpenDayLight for OpenStack - Beryllium release
  openvswitch-odl-boron: Open vSwitch OpenDayLight for OpenStack - Boron release

  Only a single profile is supported at any one time.
