aboutsummaryrefslogtreecommitdiff
path: root/cloud-deploy/0-add-machines.sh
blob: b8a0ce7e50fe58d5e90aa1ebdc91fc23d6fd35bc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo "Creating machines for Openstack environment"

echo "Adding higher-performance machine:"
juju add-machine --constraints "tags=scott1"
#echo "Adding lower-performance machine:"
#juju add-machine --constraints "tags=borman"