You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ant31 72a926a38b
CI: Use Kubevirt VM to run Molecule and Vagrant jobs
5 months ago
..
cloud_playbooks Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
common Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
files Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
local_inventory Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
scripts Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
support Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
templates Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
testcases Check CentOS-Base.repo exists for CentOS 7 (#11546) 2 months ago
Makefile CI: Use Kubevirt VM to run Molecule and Vagrant jobs 2 months ago
README.md Improve markdownlint coverage (#7075) 3 years ago
ansible.cfg Use non-deprecated stdout_callback (#10647) 11 months ago
requirements.txt Update to ansible 2.15 (#10481) 1 year ago
requirements.yml Upgrade ansible (#10190) 1 year ago
run-tests.sh Add complete test integration 8 years ago
shebang-unit Add complete test integration 8 years ago

README.md

Kubespray cloud deployment tests

Amazon Web Service

Calico Flannel Weave
Debian Jessie Build Status Build Status Build Status
Ubuntu Trusty Build Status Build Status Build Status
RHEL 7.2 Build Status Build Status Build Status
CentOS 7 Build Status Build Status Build Status

Test environment variables

Common

Variable Description Required Default
TEST_ID A unique execution ID for this test Yes
KUBE_NETWORK_PLUGIN The network plugin (calico or flannel) Yes
PRIVATE_KEY_FILE The path to the SSH private key file No

AWS Tests

Variable Description Required Default
AWS_ACCESS_KEY The Amazon Access Key ID Yes
AWS_SECRET_KEY The Amazon Secret Access Key Yes
AWS_AMI_ID The AMI ID to deploy Yes
AWS_KEY_PAIR_NAME The name of the EC2 key pair to use Yes
AWS_SECURITY_GROUP The EC2 Security Group to use No default
AWS_REGION The EC2 region No eu-central-1

Use private ssh key

Key
openssl pkcs12 -in gce-secure.p12 -passin pass:notasecret -nodes -nocerts | openssl rsa -out gce-secure.pem
cat gce-secure.pem |base64 -w0 > GCE_PEM_FILE`