pierventre | 8361142 | 2020-08-14 22:53:15 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright 2020-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | # Released tags, commits hash, branches and reviews / pull requests. |
| 18 | |
| 19 | # The APPNAME targets defined in the Makefile will download the repo and will try to checkout |
| 20 | # the APPNAME_VERSION defined here, using the following methods in order: |
| 21 | # (1) Checkout local source code (local branch not yet pushed); |
| 22 | # (2) Fetch from Gerrit/Github (pending review in the form of refs/changes/... or pending pull request); |
| 23 | # |
| 24 | # The APPNAME-build targets will try to build with the given version, using the following sources in order: |
| 25 | # (1) Download from Maven central (for released versions or snapshots); |
| 26 | # (2) Checkout Local source code (local branch not yet pushed); |
| 27 | # (3) Fetch from Gerrit/Github (pending review in the form of refs/changes/... or pending pull request); |
| 28 | |
Carmelo Cascone | 4f4d421 | 2020-10-05 12:50:11 -0700 | [diff] [blame] | 29 | export ONOS_VERSION ?= 930b0cdde44c268052cd4690652405fdc95ef924 # onos-2.2 |
pierventre | 58432d6 | 2020-09-03 19:38:54 +0200 | [diff] [blame] | 30 | export TRELLIS_CONTROL_VERSION ?= 3.0.0 |
| 31 | export TRELLIS_T3_VERSION ?= 3.0.0 |
pierventre | 8361142 | 2020-08-14 22:53:15 +0200 | [diff] [blame] | 32 | export FABRIC_TOFINO_VERSION ?= e1cf4551b4ab74bb82a7cecf19d197698ffbc1cb |
pierventre | 0b6a9c3 | 2020-10-02 11:32:54 +0200 | [diff] [blame] | 33 | export UP4_VERSION ?= b65aa0ff16627ae638c344d2b014c8e54b49a502 |
pierventre | 8361142 | 2020-08-14 22:53:15 +0200 | [diff] [blame] | 34 | export KAFKA_ONOS_VERSION ?= 2.4.0-SNAPSHOT |
Yi Tseng | dbf9c3e | 2020-10-06 11:42:42 -0700 | [diff] [blame^] | 35 | export FABRIC_TNA_VERSION ?= 04a885aca700186e955800b2912f398d60035b0c |