Commit Graph

84 Commits

Author SHA1 Message Date
tushargite96 43dbeb3c53 Moving IRC network reference to OFTC
Change-Id: I1f2ecbde7d7477b6e42cea63bb192b1ed0ed511e
2021-07-17 12:34:54 +05:30
Mark Korondi acd2259e01
2020 Virtual ediiton
* Updated README
* Updated pip and deb packages.
* New firefox bookmark format [currently doesn't work]

Change-Id: I115609d6db6b77a6812dd92aa066fb5edc4f38a1
2020-10-16 16:24:01 +02:00
Sean McGinnis 2da8de4254
Remove reference to mox3
This lib isn't used in this repo, but it's presence in a requirements
file makes it show up as in use in global searches. This removes it from
the repo so we can remove it from global requirements.

Change-Id: I21e71d73efc7cac5cc0bb59b12a84dff133f6b0e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-08 09:38:22 -05:00
Mark Korondi 67b9faf7ea
Updated CHANGELOG.md
Change-Id: I11f72925a95f5c08dcdac64d0994453e3af13430
2019-10-10 14:07:27 +02:00
Zuul 228da0601f Merge "Updating pip packages. Enabling VBoxSVGA driver." 2019-10-10 12:00:31 +00:00
Mark Korondi dca42b9623
Updating pip packages. Enabling VBoxSVGA driver.
- The latest VirtualBox versions warn the user about obsolete VGA driver,
thus the modified ovf file.
- Updated pip requirements and cirros image
- Updated Changelog and Readme about version 6 compatibility

Change-Id: I5e4d22634dd49d05eac22f7660fa1ea8bc8ca452
2019-10-09 20:29:11 +02:00
liuwei 96a07c4819 update git.openstack.org to opendev
Change-Id: I0ed9e92572949efa415e59be60c57560ea629623
2019-04-29 13:54:11 +08:00
Gergely Csatari 713815c74c Updating the VM image link
Better later than never...

Change-Id: I2140268f13911c373bfc5bcb906db8925a78b36a
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2019-04-28 18:59:21 +02:00
OpenDev Sysadmins 8700679201 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:35:57 +00:00
Mark Korondi a019f9dbee Update in-VM links, bookmarks and help
This patch brings a better in-VM experience to attendees of the upstream
training, with fixed links and README and a default opening page of
firefox that points to the rendered version of the README.

The firefox places sqlite database is also removed and the
git-compatible text version is included so updating links would be
easier in the future.

Pip packaage list also updated (2019-02-13)

Change-Id: I0849df7a09d94d5d8118c87da9b2f1b2210b1c25
2019-02-14 07:21:49 +01:00
Zuul 0deaad50da Merge "Upadting the VM image link" 2019-01-29 12:06:25 +00:00
Mark Korondi c9099a54fd Update to Ubuntu 18.04 LTS (bionic)
This patch brings the VM up to Ubuntu 18.04 LTS (bionic). Package list
upgraded to reflect changes between 16.04 and 18.04.

Known problems:
- After devstack installation, booted cirros system doesn't have proper
  name resolution. Editing /etc/resolv.conf solves the problem

Change-Id: I28a3cbf6902e18b8956e9060f1d3ef0e38bdb387
2019-01-23 17:54:22 +01:00
Mark Korondi b51c0fe8ca import-virsh script for qemu/kvm
This change introduces import-virsh.sh which is a convenience script
that helps converting the downloaded ova file to be imported by virsh,
thus providing an easy way to start the trainig VM using virt-manager.

Change-Id: I8012cfd13126acd08410d58568fb86a0a0469b27
2018-12-04 21:50:30 +00:00
Mark Korondi e904278e50 Upgrading Virtual Machine to Ubuntu Xenial
During the Berlin summit, 2018 November, we used an updated version of
the training VM, with always-latest devstack running on Ubuntu 18.04
LTS.

This patch fixes issues coming with installing devstack on the new
operating system, and also introduces some bug fixes.

For a full list of changes, refer to CHANGELOG.md

Change-Id: I822f68d5aba5721d6eb7dd9066e10dff81bcd736
2018-11-26 12:12:56 +00:00
Gergely Csatari b1d644f18a Upadting the VM image link
To the latest, Berlin one.

Change-Id: Ia0e1af8a7a134e28770fd73fe5cf6cfb0ae444be
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-11-11 14:59:12 +01:00
Zuul d438cb0811 Merge "Allow users to override output format in create-training-box.sh" 2018-08-31 14:48:33 +00:00
Zuul 269ba65d41 Merge "Add cloud-init to package-installs.yaml" 2018-08-31 12:46:45 +00:00
Florian Haas b84194f735 Allow users to override output format in create-training-box.sh
Users may want to override the generated output format, in case they
want to run in a virtualization environment other than VMware or
VirtualBox.

Accept a positional argument enabling users to select their preferred
output format, defaulting to VMDK (the previously hard-coded format).

Also, make the creation of an OVA archive conditional on the user
selecting a disk format commonly used with VirtualBox (that is, VDI or
VMDK).

Change-Id: I8829c1a21aa79de877748d9bdc3b7eef7802a6d8
2018-08-29 08:14:12 +02:00
Florian Haas 24d96585fd Add cloud-init to package-installs.yaml
Users may want to build images for use in OpenStack (or for that
matter, any cloud-init supported cloud platform). Instruct DIB to
include cloud-init in the generated images.

Change-Id: I304435e01fdeee4090c932541241848695c2a16c
2018-08-09 16:19:34 +02:00
Ian Y. Choi 7c2da45821 Rename #openstack-101 to #openstack-dev
Freenode IRC channel #openstack-101 is retired and upstream
institute participants are encouraged to join #openstack-dev
channel.

Note: This patch aligns with
https://review.openstack.org/#/c/561082/

Change-Id: Ifdca409b4dfa1744c4d688647a639e757a250b8e
2018-04-13 01:00:25 +00:00
Zuul 5c7335d88f Merge "Reflects the changes on diskimage-builder" 2018-04-10 19:56:11 +00:00
Ian Y. Choi 142050362c Reflects the changes on diskimage-builder
New version of diskimage-builder
(https://pypi.python.org/pypi/diskimage-builder) requires to
explicitly specify the type of block-device such as
block-device-mbr or block-device-gpt when using vm element
: I4a566a97d073fc0dda0ab2494ac988fe015800a9.

This patch fixes to specify as block-device-mbr,
since it was the default type for the previous versions
of diskimage-builder.

Change-Id: I9fa78773e47e45c8f4638854314a741f3e4cf603
2018-03-29 13:20:20 +09:00
Gergely Csatari b4614d0b8c Mention VirtualBox extension pack
As the ExtensionPack is also needed for VirtualBox this change
mentions it.

Change-Id: I6163f3e6d04ac213090df3d0daeb86790f001bca
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-03-27 20:22:10 +02:00
Mark Korondi 525e4cdd51 Moving to diskimage-builder
This patch makes it possible to build the Virtualbox-compatible OVA
archive withouth using vagrant, virtualbox, or vmware-specific tools.

Currently the created ova archive can be imported on VirtualBox and
VMWare Player, the disk image itself can be used with libvirt
(qemu-kvm). It contains all the drivers that enables using it
as a desktop system with shared clipboard, auto-resizing display, etc.

Since the diskimage-builder method installs in chroot, there is no way
to pre-install devstack by running stack.sh. The image makes a best
effort including all the deb and pip packages to make the first run of
stack.sh as short as possible.

Change-Id: Ie1f6e44db7e0af8d072cfdf16ace1ba3f749c246
2018-03-12 20:47:44 +01:00
Mark Korondi 4ec42ceff3 Fixes for Sydney. Removed re-stacking instructions. Gitreview set up.
Change-Id: Idb90f9a7cf79a0cd16622a00b3c02279b4638801
2017-11-02 19:33:04 +00:00
Mark Korondi db420899e2 unstack not needed 2017-08-08 10:35:43 +02:00
Mark Korondi 1ed64f05d4 Image shrinked further 2017-05-07 14:37:39 -04:00
Mark Korondi 0718d218ba Firefox DevStack bookmark changed to point to localhost 2017-05-07 10:22:48 -04:00
Mark Korondi 8a155a5a9b Updated CHANGELOG 2017-05-07 10:20:48 -04:00
Mark Korondi c06d9839f3 Devstack fixes and changes. 2017-05-07 10:19:24 -04:00
Mark Korondi 5d8afec78f Updated CHANGELOG 2017-05-07 06:49:14 -04:00
Mark Korondi b8d357819d Use SSD as default Disk drive type. Fixes booting up the VM on OSX 2017-05-06 17:38:31 -04:00
Mark Korondi ddba86d73d version fix in README.md. IN BOSTON 2017-05-06 13:05:08 -04:00
Mark Korondi 15fe3015d4 Image version fixed in README 2017-05-04 13:16:26 +02:00
Mark Korondi 3940579690 VMware player supported. USE_SCREEN=True 2017-05-04 13:06:49 +02:00
Mark Korondi 0ac9e00fd3 Removed keystone-wsgi and nova-placement-api memory oprtimizer sed commands 2017-04-28 17:35:46 +02:00
Mark Korondi 0cf6327de9 Moar simplifications 2017-04-28 17:34:53 +02:00
Mark Korondi a41ac13dbb Updated README.md 2017-04-28 17:21:49 +02:00
Mark Korondi 76eedb2ac7 Updated README.md
Less bla-bla, more instructions
2017-04-28 17:12:54 +02:00
Mark Korondi 965e763324 Boston updates on README 2017-04-28 15:40:03 +02:00
Mark Korondi dfb0c38a52 Updated changelog 2017-04-28 14:28:38 +02:00
Mark Korondi 1c0c006904 Multiple changes to save on disk and memory usage 2017-04-28 14:13:21 +02:00
Mark Korondi 73228ec51a Always check for update build time 2017-04-28 14:13:21 +02:00
Mark Korondi 95396ef1fc Merge pull request #4 from nokia/windows-import-fix
Windows import fix
2017-04-28 09:24:40 +02:00
Gergely Csatari 64aaaf84e8 Update README-virtualbox-import.md 2017-04-28 09:19:31 +02:00
csatari 16bb00ceb1 Correcting the link markup in the windows import help.
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-04-28 09:14:24 +02:00
Mark Korondi f7470b2ce6 Memory optimized 2017-04-12 13:44:58 +02:00
Mark Korondi 74f3553d78 Default user 'ubuntu's password updated in documentation 2017-04-11 00:39:57 +02:00
Mark Korondi cccda5d7a1 Xenial image working. Hexchat replaces Xchat. Nat networking instead of private networks. 2017-04-11 00:36:05 +02:00
Mark Korondi 06937f8172 xenial update 2017-04-08 00:47:05 +02:00