-
-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to run multinode integration tests
- Loading branch information
Showing
8 changed files
with
226 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- yum install -y crontabs initscripts iproute openssl wget which sysvinit-tools | ||
tar ss | ||
image: quay.io/centos/centos:centos7 | ||
platform: el-7-x86_64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- yum install -y crontabs initscripts iproute openssl wget which sysvinit-tools | ||
tar ss | ||
image: quay.io/centos/centos:centos7 | ||
platform: el-7-x86_64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- dnf install -y cronie crontabs initscripts iproute openssl wget which glibc-langpack-en | ||
hostname | ||
image: quay.io/centos/centos:stream9 | ||
platform: el-9-x86_64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- dnf install -y cronie crontabs initscripts iproute openssl wget which glibc-langpack-en | ||
hostname | ||
image: quay.io/centos/centos:stream9 | ||
platform: el-9-x86_64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:10 | ||
platform: debian-10-amd64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:10 | ||
platform: debian-10-amd64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:11 | ||
platform: debian-11-amd64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:11 | ||
platform: debian-11-amd64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:12 | ||
platform: debian-12-amd64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- rm -f /usr/sbin/policy-rc.d | ||
- apt-get update && apt-get install -y cron locales-all net-tools wget gnupg iproute2 | ||
image: amd64/debian:12 | ||
platform: debian-12-amd64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- apt-get install -y net-tools wget locales iproute2 gnupg | ||
- locale-gen en_US.UTF-8 | ||
- echo LANG=en_US.UTF-8 > /etc/default/locale | ||
image: amd64/ubuntu:20.04 | ||
platform: ubuntu-20.04-amd64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- apt-get install -y net-tools wget locales iproute2 gnupg | ||
- locale-gen en_US.UTF-8 | ||
- echo LANG=en_US.UTF-8 > /etc/default/locale | ||
image: amd64/ubuntu:20.04 | ||
platform: ubuntu-20.04-amd64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
HOSTS: | ||
node-1: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- apt-get install -y net-tools wget locales iproute2 gnupg | ||
- locale-gen en_US.UTF-8 | ||
- echo LANG=en_US.UTF-8 > /etc/default/locale | ||
image: amd64/ubuntu:22.04 | ||
platform: ubuntu-22.04-amd64 | ||
hypervisor: docker | ||
roles: | ||
- master | ||
- shard | ||
node-2: | ||
docker_cmd: | ||
- "/sbin/init" | ||
docker_image_commands: | ||
- cp /bin/true /sbin/agetty | ||
- apt-get install -y net-tools wget locales iproute2 gnupg | ||
- locale-gen en_US.UTF-8 | ||
- echo LANG=en_US.UTF-8 > /etc/default/locale | ||
image: amd64/ubuntu:22.04 | ||
platform: ubuntu-22.04-amd64 | ||
hypervisor: docker | ||
roles: | ||
- slave | ||
- router | ||
CONFIG: {} |