summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/build/build_settings.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/config/build/build_settings.yaml b/config/build/build_settings.yaml
deleted file mode 100644
index 5fd7a4eb..00000000
--- a/config/build/build_settings.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-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"