CORD-2272 Enable multiple CiaB compute nodes
Change-Id: Id82ac1c95ea841cd58000410c54a86ccc7aea248
diff --git a/Makefile b/Makefile
index c836ee1..ac4e8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -390,6 +390,9 @@
$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) ansible/maas-provision.yml --extra-vars='maas_user=maas vagrant_name=cord_compute$*'" $(LOGCMD)
touch $@
+compute1-up: | $(M)/compute1-up
+compute2-up: | $(M)/compute2-up
+compute3-up: | $(M)/compute3-up
# Fabric targets
fabric-refresh: | $(M)/setup-automation