Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
9e881cf0
Commit
9e881cf0
authored
Jan 29, 2015
by
Mickaël Canévet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update with modulesync
parent
2cbc9ef4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
87 additions
and
2 deletions
+87
-2
.travis.yml
.travis.yml
+3
-2
spec/acceptance/nodesets/centos-7-x86_64-docker.yml
spec/acceptance/nodesets/centos-7-x86_64-docker.yml
+12
-0
spec/acceptance/nodesets/centos-7-x86_64-openstack.yml
spec/acceptance/nodesets/centos-7-x86_64-openstack.yml
+13
-0
spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml
spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml
+10
-0
spec/acceptance/nodesets/debian-7-x86_64-docker.yml
spec/acceptance/nodesets/debian-7-x86_64-docker.yml
+12
-0
spec/acceptance/nodesets/debian-7-x86_64-openstack.yml
spec/acceptance/nodesets/debian-7-x86_64-openstack.yml
+13
-0
spec/acceptance/nodesets/debian-7-x86_64-vagrant.yml
spec/acceptance/nodesets/debian-7-x86_64-vagrant.yml
+11
-0
spec/acceptance/nodesets/debian-8-x86_64-openstack.yml
spec/acceptance/nodesets/debian-8-x86_64-openstack.yml
+13
-0
No files found.
.travis.yml
View file @
9e881cf0
...
...
@@ -13,8 +13,9 @@ matrix:
env
:
PUPPET_GEM_VERSION="~> 3.0"
-
rvm
:
2.0.0
env
:
PUPPET_GEM_VERSION="~> 3.0"
-
rvm
:
2.0.0
env
:
PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
allow_failures
:
-
rvm
:
2.0.0
env
:
PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
notifications
:
email
:
false
deploy
:
...
...
spec/acceptance/nodesets/centos-7-x86_64-docker.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
centos-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
el-7-x86_64
hypervisor
:
docker
image
:
centos:7
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image
:
true
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/centos-7-x86_64-openstack.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
centos-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
el-7-x86_64
hypervisor
:
openstack
flavor
:
m1.small
image
:
centos-7-x86_64-genericcloud-20140929_01
user
:
centos
CONFIG
:
type
:
foss
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
centos-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
el-7-x86_64
hypervisor
:
vagrant
box
:
puppetlabs/centos-6.5-64-nocm
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/debian-7-x86_64-docker.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
debian-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
debian-7-amd64
hypervisor
:
docker
image
:
debian:7.5
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image
:
true
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/debian-7-x86_64-openstack.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
debian-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
debian-7-amd64
hypervisor
:
openstack
flavor
:
m1.small
image
:
debian-7-amd64-20141121
user
:
debian
CONFIG
:
type
:
foss
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/debian-7-x86_64-vagrant.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
debian-7-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
debian-7-amd64
hypervisor
:
vagrant
box
:
debian-73-x64-virtualbox-nocm
box_url
:
http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box
CONFIG
:
type
:
foss
log_level
:
debug
spec/acceptance/nodesets/debian-8-x86_64-openstack.yml
0 → 100644
View file @
9e881cf0
HOSTS
:
debian-8-x86_64
:
default_apply_opts
:
strict_variables
:
platform
:
debian-8-amd64
hypervisor
:
openstack
flavor
:
m1.small
image
:
debian-8-amd64-20141121
user
:
debian
CONFIG
:
type
:
foss
openstack_network
:
default
log_level
:
debug
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment