Update the VM_EXTRA_PACKAGES list for the openstack

images.

The documentation suggests doing a "just fetch this
and run it"-style bootstrap, from which the list of
dependencies was obtained (in github, at:
pellaeon/bsd-cloudinit-installer)

There is one Python dependency unmet, oslo.config,
which is not in the Ports Collection.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-01-14 16:27:43 +00:00
parent 9af30cb24c
commit b4ff8f11d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=277186

View File

@ -4,7 +4,9 @@
#
# Set to a list of packages to install.
export VM_EXTRA_PACKAGES="net/cloud-init"
export VM_EXTRA_PACKAGES="net/cloud-init devel/py-pbr devel/py-iso8601 \
net/py-eventlet net/py-netaddr comms/py-serial devel/py-six \
devel/py-babel net/py-oauth net/py-netifaces"
# Set to a list of third-party software to enable in rc.conf(5).
export VM_RC_LIST="cloudinit"