Skip to content

Commit

Permalink
Merge pull request ManageIQ#2 from sergio-ocon/update_f25
Browse files Browse the repository at this point in the history
Updating to Fedora 25 cloud
  • Loading branch information
chargio authored Dec 21, 2016
2 parents 94315ea + e33661f commit 394dac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/playbook.retry
/scripts/playbook.retry
/.vagrant
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vagrant.configure(2) do |config|

# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "fedora/24-cloud-base"
config.vm.box = "fedora/25-cloud-base"

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down Expand Up @@ -96,7 +96,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", privileged: false, inline: <<-EOF
echo "Vagrant Box provisioned!"
echo "Local server address is http://localhost:3000"
echo "Please do $vagrant ssh and cd to /manageiq"
echo "Please do $ vagrant ssh and cd to /manageiq"
echo "and do $ bin/setup to finish configuration"
echo "Server can be started with $ bundle exec rake evm:start"
EOF
Expand Down

0 comments on commit 394dac9

Please sign in to comment.