diff options
author | Dan Radez <dradez@redhat.com> | 2017-05-08 15:58:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-08 15:58:35 +0000 |
commit | bf00ebca10d6366058c5ab8875efa020633f34b2 (patch) | |
tree | 27edaf3a4ccd39a734cdf679b8878b77b897e9e2 /build/Makefile | |
parent | e0eda9d2ce02eb0afddd66f328f8794b073a7958 (diff) | |
parent | 266e9a5336defeff5f10331ab8316d69e7b20cc1 (diff) |
Merge "add onos deployment steps"
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/build/Makefile b/build/Makefile index 5dc4ef13..ed983256 100644 --- a/build/Makefile +++ b/build/Makefile @@ -60,17 +60,14 @@ 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: |