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