Skip to content
GitLab
Menu
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/ubuntu-14.04-x86_64-vagrant.yml
View file @
9bca1036
...
...
@@ -7,5 +7,5 @@ HOSTS:
hypervisor
:
vagrant
box
:
puppetlabs/ubuntu-14.04-64-nocm
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
spec/acceptance/nodesets/ubuntu-14.10-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.10-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
ubuntu-1410-latest
user
:
ubuntu
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/ubuntu-15.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-15.04-x86_64-openstack.yml
View file @
9bca1036
...
...
@@ -9,6 +9,6 @@ HOSTS:
image
:
ubuntu-1504-latest
user
:
ubuntu
CONFIG
:
type
:
foss
type
:
aio
log_level
:
debug
openstack_network
:
default
spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml
0 → 100644
View file @
9bca1036
HOSTS
:
ubuntu-1510-x64
:
default_apply_opts
:
order
:
random
strict_variables
:
platform
:
ubuntu-15.10-amd64
hypervisor
:
docker
image
:
ubuntu:15.10
docker_preserve_image
:
true
docker_cmd
:
'
["/sbin/init"]'
docker_image_commands
:
-
'
apt-get
install
-y
net-tools
wget'
-
'
locale-gen
en_US.UTF-8'
CONFIG
:
type
:
aio
log_level
:
debug
Prev
1
2
Next
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