~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to common-startup.sh

  • Committer: Aaron Bentley
  • Date: 2014-04-30 15:55:30 UTC
  • Revision ID: aaron.bentley@canonical.com-20140430155530-ssbdb3xocmqraxsv
Remove bash manual-provider code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# Do the deployment for upgrade testing.
11
11
: ${JUJU_REPOSITORY=$HOME/repository}
12
12
 
13
 
prepare_manual(){
14
 
    export INSTANCE_TYPE=m1.large
15
 
    export AMI_IMAGE=ami-bd6d40d4
16
 
    machine_0_id=$(ec2-run-instance-get-id -g manual-juju-test)
17
 
    machine_1_id=$(ec2-run-instance-get-id -g manual-juju-test)
18
 
    machine_2_id=$(ec2-run-instance-get-id -g manual-juju-test)
19
 
    ec2-tag-job-instances $machine_0_id $machine_1_id $machine_2_id
20
 
    machine_0_name=$(ec2-get-name $machine_0_id)
21
 
    machine_1_name=$(ec2-get-name $machine_1_id)
22
 
    machine_2_name=$(ec2-get-name $machine_2_id)
23
 
    export BOOTSTRAP_HOST=$machine_0_name
24
 
    export MACHINES="$machine_1_name $machine_2_name"
25
 
}
26
 
 
27
13
artifacts_path=$WORKSPACE/artifacts
28
14
export MACHINES=""
29
15
set -x