summaryrefslogtreecommitdiffstats
path: root/config/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-12-02 17:32:52 -0500
committerTim Rozet <trozet@redhat.com>2015-12-02 17:34:21 -0500
commit95becb2b5a29cf272ac030695c2b76b9ee226b0d (patch)
tree67a7a32c4e455be0c678044bcb5be6074a568bfa /config/build
parent6306d6de5cc825d15667b0dd982847bcf373c07e (diff)
Adds yaml files to use as input to Apex build/deploy
yaml inputs are broken up into: -build settings -deploy options -network definition -pod baremetal information JIRA: APEX-53 Change-Id: Iee85b17beb37ce82bf9312dcce61e09ae924dfc5 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/build')
-rw-r--r--config/build/build_settings.yaml26
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"