diff options
author | Dan Radez <dradez@redhat.com> | 2015-12-04 05:06:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-04 05:06:23 +0000 |
commit | 6640617f6569ea782ef3aca8ab4c8e914eae5668 (patch) | |
tree | eb2a046a5143b800f5382f74649c7626bccc3821 /config/build | |
parent | 15ed73f81608a038cfcea0a846ae9b38d6671e79 (diff) | |
parent | 95becb2b5a29cf272ac030695c2b76b9ee226b0d (diff) |
Merge "Adds yaml files to use as input to Apex build/deploy"
Diffstat (limited to 'config/build')
-rw-r--r-- | config/build/build_settings.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config/build/build_settings.yaml b/config/build/build_settings.yaml new file mode 100644 index 00000000..93ac9444 --- /dev/null +++ b/config/build/build_settings.yaml @@ -0,0 +1,26 @@ +build_params: + opendaylight: true + onos: false + ovs: true + odl_puppet: true + +opendaylight_config: + name: "OpenDaylight SFC" + method: zip + location: https://www.dropbox.com/s/6w76eo7loltvvb5/openstack.net-virt-sfc-karaf-1.2.1-SNAPSHOT.zip + +onos_config: + name: "ONOS Base Controller" + method: rpm + location: https://www.example.com/onos.rpm + +ovs_config: + name: "OVS NSH Build" + method: rpm + location: https://www.example.com/ovs_nsh_noarch.rpm + +odl_puppet_config: + name: "Puppet to install ODL SFC" + method: git + location: https://github.com/puppet-opendaylight.git + version: "stable/liberty" |