Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
9bca1036
Commit
9bca1036
authored
Nov 13, 2015
by
Mickaël Canévet
Browse files
Use AIO for nodesets
parent
df5576ed
Changes
26
Hide whitespace changes
Inline
Side-by-side
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -11,5 +11,5 @@ HOSTS:
docker_image_commands
:
-
'
yum
install
-y
crontabs
tar
wget
which'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/centos-6-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -12,5 +12,5 @@ HOSTS:
-
'
rm
-rf
/var/run/network/*'
-
'
yum
install
-y
crontabs
tar
wget'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/centos-6-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
centos-6-latest
user
:
root
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/centos-6-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
camptocamp/centos-6-x86_64
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/centos-7-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -11,5 +11,5 @@ HOSTS:
docker_image_commands
:
-
'
yum
install
-y
crontabs
tar
wget'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/centos-7-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
centos-7-latest
user
:
centos
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
camptocamp/centos-7-x86_64
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-6-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -11,5 +11,5 @@ HOSTS:
docker_image_commands
:
-
'
apt-get
install
-y
cron
locales-all
net-tools
wget'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-6-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
debian-6-latest
user
:
debian
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
puppetlabs/debian-6.0.10-64-nocm
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-7-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -11,5 +11,5 @@ HOSTS:
docker_image_commands
:
-
'
apt-get
install
-y
cron
locales-all
net-tools
wget'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-7-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
debian-7-latest
user
:
debian
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/debian-7-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
camptocamp/debian-7-amd64
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-8-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -12,5 +12,5 @@ HOSTS:
-
'
apt-get
install
-y
cron
locales-all
net-tools
wget'
-
'
rm
-f
/usr/sbin/policy-rc.d'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/debian-8-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
debian-8-latest
user
:
debian
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/debian-8-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
camptocamp/debian-8-amd64
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/ubuntu-12.04-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -12,5 +12,5 @@ HOSTS:
-
'
apt-get
install
-y
net-tools
wget'
-
'
locale-gen
en_US.UTF-8'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/ubuntu-12.04-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
ubuntu-1204-latest
user
:
ubuntu
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/ubuntu-14.04-x86_64-docker.yml
View file @
9bca1036
...
...
@@ -14,5 +14,5 @@ HOSTS:
-
'
apt-get
install
-y
net-tools
wget'
-
'
locale-gen
en_US.UTF-8'
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
ubuntu-1404-latest
user
:
ubuntu
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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