Skip to content

Commit

Permalink
Merged in features/deployCodeJob (pull request deuill#13)
Browse files Browse the repository at this point in the history
features/deployCode - Updating vagrant install files
  • Loading branch information
Matthew Tyas committed Mar 8, 2019
2 parents b9a0a54 + f3b93c4 commit 0661b1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Vagrant.configure(2) do |config|

required_plugins = %w( vagrant-vbguest )
_retry = false

required_plugins.each do |plugin|
unless Vagrant.has_plugin? plugin
unless Vagrant.has_plugin? plugin
system "vagrant plugin install #{plugin}"
_retry = true
end
Expand All @@ -25,7 +25,7 @@ Vagrant.configure(2) do |config|

# VM has an IP on local network - using DHCP
config.vm.network "public_network", use_dhcp_assigned_default_route: true

# Assign a second nic to VirtualBox
config.vm.provider :virtualbox do |vb, override|
override.vm.network "private_network", ip: devConfig["ip"]
Expand All @@ -50,7 +50,8 @@ Vagrant.configure(2) do |config|
devConfig['rom_store_url'],
devConfig['rom_store_sas'],
devConfig['settings_url'],
devConfig['settings_sas']
devConfig['settings_sas'],
devConfig['eventhubskey']
]

config.vm.provision "IP address", type: "shell",
Expand Down
4 changes: 3 additions & 1 deletion dev-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ azure_storage_share_name: 'assharegseun'
rom_store_url: 'asdevstorgameseun'
rom_store_sas: '?sv=2017-07-29&sig=6b4UveGRv2SAD5RjexdmoVzIek9zkIdsXNem6OtCo2E%3D&se=2119-02-27T15%3A53%3A10Z&srt=sco&ss=bf&sp=ra'
settings_url: 'asdevblob'
settings_sas: '?sv=2017-07-29&sig=yHerX6jRg4cOOIZOsJqjtLtDr4mqqBD8LhFbPDF2eu8%3D&se=2119-02-27T15%3A53%3A11Z&srt=sco&ss=bf&sp=r'
settings_sas: '?sv=2017-07-29&sig=yHerX6jRg4cOOIZOsJqjtLtDr4mqqBD8LhFbPDF2eu8%3D&se=2119-02-27T15%3A53%3A11Z&srt=sco&ss=bf&sp=r'

eventhubskey: 'eaJbOPKbJMz3S/A5cOHRQtDNEw2VJ4FxQCjCaZJuE88='

0 comments on commit 0661b1a

Please sign in to comment.