mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Commit missing .kitchen.yml
This commit is contained in:
parent
58537c76fa
commit
04ad01a064
5
.gitignore
vendored
5
.gitignore
vendored
@ -56,7 +56,10 @@ tools/cli/build/
|
|||||||
*.iso
|
*.iso
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.tgz
|
*.tgz
|
||||||
.*
|
|
||||||
|
# this ignores _all files starting with '.'. Don't do that!
|
||||||
|
#.*
|
||||||
|
|
||||||
target-eclipse
|
target-eclipse
|
||||||
awsapi/modules/*
|
awsapi/modules/*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|||||||
1
tools/appliance/.ruby-version
Normal file
1
tools/appliance/.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.9.3-p484
|
||||||
1
tools/vagrant/systemvm/.gitignore
vendored
1
tools/vagrant/systemvm/.gitignore
vendored
@ -50,3 +50,4 @@ iso/*
|
|||||||
|
|
||||||
rspec.xml
|
rspec.xml
|
||||||
vagrant_ssh_config
|
vagrant_ssh_config
|
||||||
|
.kitchen/
|
||||||
|
|||||||
15
tools/vagrant/systemvm/.kitchen.yml
Normal file
15
tools/vagrant/systemvm/.kitchen.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
driver:
|
||||||
|
name: vagrant
|
||||||
|
vagrantfile_erb: Vagrantfile.kitchen
|
||||||
|
|
||||||
|
provisioner:
|
||||||
|
name: shell
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: systemvm
|
||||||
|
|
||||||
|
suites:
|
||||||
|
- name: default
|
||||||
|
run_list:
|
||||||
|
attributes:
|
||||||
1
tools/vagrant/systemvm/.ruby-version
Normal file
1
tools/vagrant/systemvm/.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.9.3-p484
|
||||||
24
tools/vagrant/systemvm/.rvmrc
Normal file
24
tools/vagrant/systemvm/.rvmrc
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 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.
|
||||||
|
|
||||||
|
rvm use ruby-1.9.3@vagrant-release-cloudstack --create
|
||||||
|
export VAGRANT_HOME=$HOME/.vagrant.d-release-cloudstack
|
||||||
|
bundle check > /dev/null 2>&1
|
||||||
|
RETVAL=$?
|
||||||
|
if [ $RETVAL -ne 0 ]; then
|
||||||
|
bundle install
|
||||||
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user