Skip to content

Commit

Permalink
set internal dns for director
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Dec 1, 2017
1 parent da5ec8c commit d669786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/danhigham/bosh-azure-cookbook/master/deploy-bosh.sh",
"https://github.com/danhigham/bosh-azure-cookbook/archive/0.2.11.tar.gz"
"https://github.com/danhigham/bosh-azure-cookbook/archive/0.2.12.tar.gz"
]
},
"protectedSettings": {
Expand Down
1 change: 1 addition & 0 deletions deploy-bosh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ bosh --tty create-env /tmp/bosh-deployment/bosh.yml \
-o /tmp/bosh-deployment/local-dns.yml \
--state=/home/pivotal/azure-bosh-director.yml \
--vars-store=/home/pivotal/azure-bosh-director-creds.yml \
-v internal_dns=[168.63.129.16] \
-v director_name=azure-bosh \
-v internal_cidr=10.2.0.0/24 \
-v internal_gw=10.2.0.1 \
Expand Down

0 comments on commit d669786

Please sign in to comment.