diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-08 10:21:14 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-03-08 11:50:40 -0500 |
commit | bc60e373f9784f6e2dd13a958a653563d80c4347 (patch) | |
tree | bc544b986973a99e3c81600b3f7d5cba07438ca4 /build/Makefile | |
parent | 4055f53d09a016a2da611649e856f86fd3348e93 (diff) |
Disabling ONOS from Danube
Integration work for ONOS in Danube was not completed.
Disabling this scenario for this release.
Disabling completed mostly by commenting out sections enabling
easy re-enabling next release once integration work is completed.
Change-Id: I1d7b457e8234bf6bb299b9908b356040e68370e5
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile index dc63bd3e..0bedd9d6 100644 --- a/build/Makefile +++ b/build/Makefile @@ -60,14 +60,17 @@ clean: clean-cache: rm -rf $(CACHE_DIR) +# ONOS integration did not get updated for Danube, +# removing it from the default builds + .PHONY: images -images: undercloud overcloud-full overcloud-opendaylight overcloud-onos +images: undercloud overcloud-full overcloud-opendaylight # overcloud-onos .PHONY: rpms -rpms: common-rpm undercloud-rpm opendaylight-rpm onos-rpm +rpms: common-rpm undercloud-rpm opendaylight-rpm # onos-rpm .PHONY: rpms-check -rpms-check: release-rpm-check common-rpm-check undercloud-rpm-check opendaylight-rpm-check onos-rpm-check +rpms-check: release-rpm-check common-rpm-check undercloud-rpm-check opendaylight-rpm-check # onos-rpm-check .PHONY: rpms-clean rpms-clean: |