cloudstack/tools/appliance
Chip Childers 86f5b424b5 CLOUDSTACK-1233: Fixed veewee config file legal documentation
The veewee configuration files used for the devcloud base-box build, as
well as the newly introduced files used to create a system vm, were
inappropriately identified as ASLv2 licensed and copyrighted by the ASF.

The fixes:
- The ASF headers stripped to match the source.
- The files are now excluded from RAT checks in the root pom.
- The tools/whisker/descriptor.xml file updated
- The root LICENSE and NOTICE were re-generated

Changes in the Apache Whisker templates for LICENSE and NOTICE files
caused a good bit of whitespace oddness in this commit for those 2
files.

Signed-off-by: Chip Childers <chip.childers@gmail.com>

Conflicts:

	tools/appliance/definitions/systemvmtemplate/base.sh
	tools/appliance/definitions/systemvmtemplate/cleanup.sh
	tools/appliance/definitions/systemvmtemplate/zerodisk.sh
2013-02-11 21:54:49 -05:00
..
definitions/systemvmtemplate CLOUDSTACK-1233: Fixed veewee config file legal documentation 2013-02-11 21:54:49 -05:00
.rvmrc CLOUDSTACK-1066: Add definitions for building systemvm template appliance 2013-02-07 17:46:37 +05:30
Gemfile CLOUDSTACK-1066: Add definitions for building systemvm template appliance 2013-02-07 17:46:37 +05:30
README.md CLOUDSTACK-1066: Add definitions for building systemvm template appliance 2013-02-07 17:46:37 +05:30

README.md

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

===========================================================

Setting up Tools and Environment

- Install [RVM](https://rvm.io/rvm/install)
- Setup paths:
      export PATH=~/.rvm/bin:$PATH
- Install Ruby 1.9.3, if it installed some other version:
      rvm install 1.9.3

All the dependencies will be fetched automatically.

Vagrant: https://github.com/chipchilders/vagrant.git

To save some time if you've downloaded iso of your distro, put the isos in: tools/appliance/iso/

Note, gem may require gcc-4.2, make sure link exists:

sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2

How to build SystemVM template appliance

List available appliances one can build:

veewee vbox list

Modify scripts in definitions/systemvmtemplate/ as per needs. Build systemvm template appliance:

veewee vbox build 'systemvmtemplate'

Start the box:

veewee vbox up 'systemvmtemplate'