Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Last week I presented at OpenStack Day Seattle - and did a short demonstration of OpenStack managing Hyper-V.
Today I want to show you how to get a basic OpenStack + Hyper-V deployment up and running quickly.
The process is as follows:
About an hour later you will have OpenStack on Hyper-V ready to go! Nice and simple. You can now open up the OpenStack website (V-Magine always makes this available on https://10.74.19.3) and login with the username "admin" and the password you provided during installation.
The next thing you will want to do is to get a Windows image that you can deploy in your new OpenStack environment. This is a little more complicated. Here you will need to:
source keystonerc_admin mount //192.168.2.36/CloudBase /mnt -o username=benjamin,password=P@ssw0rd gunzip -cd /mnt/windows_server_2012_r2_standard_eval_hyperv_20140530.vhdx.gz | glance image-create --property hypervisor_type=hyperv --name "Windows Server 2012 R2 Eval" --container-format bare --disk-format vhd --visibility public
Now you can login to the OpenStack website again and start provisioning Windows Server instances.
To show you how easy this is to do - I have captured a video of me doing this on my laptop:
Don't worry - even though the entire process takes about 70 minutes - I have fast forwarded through the boring bits so that this video is only 20 minutes long.
Cheers,
Ben
Anonymous
November 25, 2015
The comment has been removed
Anonymous
November 29, 2015
The comment has been removed
Anonymous
December 01, 2015
Stop the V-Magine program
rpm -e puppet
rpm -e hiera
vi /etc/yum.repos.d/epel.repo
Search for [epel]
Serach in Epel for gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Add after exclude=hiera*
Check if more entries
yum install -y puppet-3.6.2-3.el7.noarch
Reboot the server.
rm /etc/puppet/hiera.yaml
packstack --answer-file=/root/packstack-answers.txt
Anonymous
December 20, 2016
New v-magine version available: https://cloudbase.it/v-maginev-magine is Open Source: https://github.com/cloudbase/v-magineQuestions? http://ask.cloudbase.it
Please sign in to use this experience.
Sign in