forked from pgrandin/openstack-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
21 lines (16 loc) · 975 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This overlay is here to run Nova / Openstack on our Gentoo Image
You'll notice there are some ebuilds in here which are revision bumped versions of what's already present in the main gentoo portage tree.
Typically these ebuild have been modified to exclude building for python 3.*, since they depend on setuptools, which is not available for python 3.*.
Using this overlay through layman:
----------------------------------
- "emerge layman"
- Edit the layman configuration "vi /etc/layman/layman.cfg" and add
https://raw.github.com/hyves-org/openstack-overlay/master/openstack-overlay.xml
to the 'overlays:' section.
- Sync "layman -S"
- Now run "layman -a openstack" to add the overlay
- if it's your first run of layman you have to create the cache first using 'layman -L'
OR alternativlely
- For layman-2.0.0_rc* and later
- Simply download the openstack-overlay.xml to /etc/layman/overlays/openstack-overlay.xml
- run "layman -a openstack" to add the overlay