Skip to content

Commit 74be686

Browse files
committed
Add vpc option to vagrantfile
1 parent 5d224e1 commit 74be686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
300300
aws.keypair_name = aws_creds["AWSKeyPairName"] || "AWS KEYPAIR NAME"
301301
aws.ami = voc['ami']
302302
aws.region = voc['ami_region']
303+
aws.subnet_id = ENV['AWS_SUBNET_ID'] || vagrant_openshift_config['aws']['subnet_id'] || "subnet-cf57c596"
303304
aws.instance_type = vagrant_openshift_config['instance_type'] || "c3.large"
304305
aws.instance_ready_timeout = 240
305306
aws.tags = { "Name" => ENV['AWS_HOSTNAME'] || vagrant_openshift_config['instance_name'] }

0 commit comments

Comments
 (0)