summaryrefslogtreecommitdiffstats
path: root/fuel/ci/README
blob: 3525d4da94441b3e19aa008ee28261ef174ae889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# stefan.k.berg@ericsson.com
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

The genesis/fuel/ci directory holds all Fuel@OPNFV abstractions for the OPNFV
community release and continous integration pipeline.
There are two Fuel@OPNF autonomous scripts fo this, complying to the OPNFV CI pipeline guideline:
 - build.sh
 - deploy.sh

For more info on usage:
./build.sh -h
./deploy.sh -h

To be able to deploy on a certain metal environment there needs to be a Deplyment Environment Adaptor" executable with propper added to $PATH such that
deploy.sh can call it by $dea [options] as indicated by ./deploy -h.
#39;).read)['name'].split('-')[1] # Readable test descriptions c.formatter = :documentation # Configure all nodes in nodeset c.before :suite do # Install module and dependencies hosts.each do |host| # install git install_package host, 'git' zuul_ref = ENV['ZUUL_REF'] zuul_branch = ENV['ZUUL_BRANCH'] zuul_url = ENV['ZUUL_URL'] repo = 'openstack/puppet-openstack-integration' # Start out with clean moduledir, don't trust r10k to purge it on host, "rm -rf /etc/puppet/modules/*" # Install dependent modules via git or zuul r = on host, "test -e /usr/zuul-env/bin/zuul-cloner", { :acceptable_exit_codes => [0,1] } if r.exit_code == 0 zuul_clone_cmd = '/usr/zuul-env/bin/zuul-cloner ' zuul_clone_cmd += '--cache-dir /opt/git ' zuul_clone_cmd += "--zuul-ref #{zuul_ref} " zuul_clone_cmd += "--zuul-branch #{zuul_branch} " zuul_clone_cmd += "--zuul-url #{zuul_url} " zuul_clone_cmd += "git://git.openstack.org #{repo}" on host, zuul_clone_cmd else on host, "git clone https://git.openstack.org/#{repo} #{repo}" end on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh" # Install the module being tested on host, "rm -fr /etc/puppet/modules/#{modname}" puppet_module_install(:source => proj_root, :module_name => modname) on host, "rm -fr #{repo}" # List modules installed to help with debugging on host, puppet('module','list'), { :acceptable_exit_codes => 0 } end end end