Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
0171c71d
Commit
0171c71d
authored
3 years ago
by
Florian Ruynat
Committed by
Kubernetes Prow Robot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Terraform 0.14 to .11, remove 0.13 jobs and add 0.15
parent
46d0df39
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
.gitlab-ci/terraform.yml
+16
-16
16 additions, 16 deletions
.gitlab-ci/terraform.yml
with
18 additions
and
18 deletions
.gitlab-ci.yml
+
2
−
2
View file @
0171c71d
...
...
@@ -31,8 +31,8 @@ variables:
ANSIBLE_LOG_LEVEL
:
"
-vv"
RECOVER_CONTROL_PLANE_TEST
:
"
false"
RECOVER_CONTROL_PLANE_TEST_GROUPS
:
"
etcd[2:],kube_control_plane[1:]"
TERRAFORM_14_VERSION
:
0.14.1
0
TERRAFORM_1
3
_VERSION
:
0.1
3.6
TERRAFORM_14_VERSION
:
0.14.1
1
TERRAFORM_1
5
_VERSION
:
0.1
5.5
before_script
:
-
./tests/scripts/rebase.sh
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/terraform.yml
+
16
−
16
View file @
0171c71d
...
...
@@ -12,7 +12,7 @@
# Prepare inventory
-
cp contrib/terraform/$PROVIDER/sample-inventory/cluster.tfvars .
-
ln -s contrib/terraform/$PROVIDER/hosts
-
terraform
init
contrib/terraform/$PROVIDER
-
terraform
-chdir="
contrib/terraform/$PROVIDER
" init
# Copy SSH keypair
-
mkdir -p ~/.ssh
-
echo "$PACKET_PRIVATE_KEY" | base64 -d > ~/.ssh/id_rsa
...
...
@@ -28,8 +28,8 @@
tags
:
[
light
]
only
:
[
'
master'
,
/^pr-.*$/
]
script
:
-
terraform
validate -var-file=cluster.tfvars
contrib/terraform/$PROVIDER
-
terraform
fmt -check -diff
contrib/terraform/$PROVIDER
-
terraform
-chdir="
contrib/terraform/$PROVIDER
" validate
-
terraform
-chdir="
contrib/terraform/$PROVIDER
" fmt -check -diff
.terraform_apply
:
extends
:
.terraform_install
...
...
@@ -53,44 +53,44 @@
# Cleanup regardless of exit code
-
chronic ./tests/scripts/testcases_cleanup.sh
tf-0.1
3
.x-validate-openstack
:
tf-0.1
5
.x-validate-openstack
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
openstack
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-0.1
3
.x-validate-packet
:
tf-0.1
5
.x-validate-packet
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
packet
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-0.1
3
.x-validate-aws
:
tf-0.1
5
.x-validate-aws
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
aws
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-0.1
3
.x-validate-exoscale
:
tf-0.1
5
.x-validate-exoscale
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
exoscale
tf-0.1
3
.x-validate-vsphere
:
tf-0.1
5
.x-validate-vsphere
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
vsphere
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-0.1
3
.x-validate-upcloud
:
tf-0.1
5
.x-validate-upcloud
:
extends
:
.terraform_validate
variables
:
TF_VERSION
:
$TERRAFORM_1
3
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
upcloud
CLUSTER
:
$CI_COMMIT_REF_NAME
...
...
@@ -210,7 +210,7 @@ tf-elastx_ubuntu18-calico:
allow_failure
:
true
variables
:
<<
:
*elastx_variables
TF_VERSION
:
$TERRAFORM_1
4
_VERSION
TF_VERSION
:
$TERRAFORM_1
5
_VERSION
PROVIDER
:
openstack
CLUSTER
:
$CI_COMMIT_REF_NAME
ANSIBLE_TIMEOUT
:
"
60"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment