Clean up the sample manifest

Move the manifest to an examples directory and update Vagrantfile
accordingly.
This commit is contained in:
Craig Tracey 2014-12-13 12:07:16 -05:00
parent e0e8de0514
commit 98af4f5fa8
3 changed files with 12 additions and 24 deletions

2
Vagrantfile vendored
View File

@ -1,6 +1,6 @@
# encoding: UTF-8
GIFTWRAP_MANIFEST = ENV['GIFTWRAP_MANIFEST'] || 'manifest.yml'
GIFTWRAP_MANIFEST = ENV['GIFTWRAP_MANIFEST'] || 'examples/manifest.yml'
GIFTWRAP_BUILDBOX_NAME = ENV['GIFTWRAP_BUILDBOX_NAME'] || 'ursula-precise'
GIFTWRAP_BUILDBOX_URL = ENV['GIFTWRAP_BUILDBOX_URL'] || 'http://apt.openstack.blueboxgrid.com/vagrant/ursula-precise.box'

11
examples/manifest.yml Normal file
View File

@ -0,0 +1,11 @@
---
settings:
package_name_format: 'openstack-{{project.name}}-{{version}}'
build_type: package
version: '10.0-bbc1'
base_path: '/opt/bbc/openstack-{{version}}/'
force_overwrite: true
projects:
- name: glance
gitref: stable/juno

View File

@ -1,23 +0,0 @@
---
settings:
package_name_format: 'openstack-{{project.name}}-{{version}}'
build_type: docker
version: '9.0-bbc5'
base_path: '/opt/giftwrap/openstack-{{version}}/'
projects:
# - name: keystone
# gitref: stable/icehouse
- name: glance
gitref: stable/icehouse
# - name: nova
# gitref: stable/icehouse
# - name: cinder
# gitref: stable/icehouse
# - name: horizon
# gitref: stable/icehouse
# - name: python-keystoneclient
# - name: python-glanceclient
# - name: python-novaclient
# - name: python-cinderclient