From bdc2213a8076721199fe845650df7f25ea3229b9 Mon Sep 17 00:00:00 2001
From: Tim Rozet <trozet@redhat.com>
Date: Mon, 15 May 2017 16:24:27 -0400
Subject: Refactors build script for Apex

Changes Include:
 - Build has been refactored into python
 - Caching now packs into multiple unique tar files which are
   logged into a journal file
 - Multiple files and journal allow for multiple apex builds to run
   simultaenously while minimizing risk of collision between cache
   reading and writing
 - Build dependency packages updated and will install when missing
   via ansible
 - If more than 2 caches exist then prune the oldest cache

Change-Id: Iae703253eb6034aee42bf33153bb6e434d3cec48
Signed-off-by: Tim Rozet <trozet@redhat.com>
---
 config/build/build_settings.yaml | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 config/build/build_settings.yaml

(limited to 'config')

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"
-- 
cgit