93ac94444bddb34806cd4554e7581bf159addb69
[apex.git] / config / build / build_settings.yaml
1 build_params:
2   opendaylight: true
3   onos: false
4   ovs: true
5   odl_puppet: true
6
7 opendaylight_config:
8   name: "OpenDaylight SFC"
9   method: zip
10   location: https://www.dropbox.com/s/6w76eo7loltvvb5/openstack.net-virt-sfc-karaf-1.2.1-SNAPSHOT.zip
11
12 onos_config:
13   name: "ONOS Base Controller"
14   method: rpm
15   location: https://www.example.com/onos.rpm
16
17 ovs_config:
18   name: "OVS NSH Build"
19   method: rpm
20   location: https://www.example.com/ovs_nsh_noarch.rpm
21
22 odl_puppet_config:
23   name: "Puppet to install ODL SFC"
24   method: git
25   location: https://github.com/puppet-opendaylight.git
26   version: "stable/liberty"