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
6a7c3c6e
Unverified
Commit
6a7c3c6e
authored
5 years ago
by
Florian Ruynat
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade terraform version to 0.12.24 (#5928)
parent
883194af
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/terraform.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci/terraform.yml
docs/packet.md
+1
-1
1 addition, 1 deletion
docs/packet.md
with
8 additions
and
8 deletions
.gitlab-ci/terraform.yml
+
7
−
7
View file @
6a7c3c6e
...
@@ -52,28 +52,28 @@
...
@@ -52,28 +52,28 @@
tf-validate-openstack
:
tf-validate-openstack
:
extends
:
.terraform_validate
extends
:
.terraform_validate
variables
:
variables
:
TF_VERSION
:
0.12.
1
2
TF_VERSION
:
0.12.2
4
PROVIDER
:
openstack
PROVIDER
:
openstack
CLUSTER
:
$CI_COMMIT_REF_NAME
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-validate-packet
:
tf-validate-packet
:
extends
:
.terraform_validate
extends
:
.terraform_validate
variables
:
variables
:
TF_VERSION
:
0.12.
1
2
TF_VERSION
:
0.12.2
4
PROVIDER
:
packet
PROVIDER
:
packet
CLUSTER
:
$CI_COMMIT_REF_NAME
CLUSTER
:
$CI_COMMIT_REF_NAME
tf-validate-aws
:
tf-validate-aws
:
extends
:
.terraform_validate
extends
:
.terraform_validate
variables
:
variables
:
TF_VERSION
:
0.12.
1
2
TF_VERSION
:
0.12.2
4
PROVIDER
:
aws
PROVIDER
:
aws
CLUSTER
:
$CI_COMMIT_REF_NAME
CLUSTER
:
$CI_COMMIT_REF_NAME
# tf-packet-ubuntu16-default:
# tf-packet-ubuntu16-default:
# extends: .terraform_apply
# extends: .terraform_apply
# variables:
# variables:
# TF_VERSION: 0.12.
1
2
# TF_VERSION: 0.12.2
4
# PROVIDER: packet
# PROVIDER: packet
# CLUSTER: $CI_COMMIT_REF_NAME
# CLUSTER: $CI_COMMIT_REF_NAME
# TF_VAR_number_of_k8s_masters: "1"
# TF_VAR_number_of_k8s_masters: "1"
...
@@ -87,7 +87,7 @@ tf-validate-aws:
...
@@ -87,7 +87,7 @@ tf-validate-aws:
# tf-packet-ubuntu18-default:
# tf-packet-ubuntu18-default:
# extends: .terraform_apply
# extends: .terraform_apply
# variables:
# variables:
# TF_VERSION: 0.12.
1
2
# TF_VERSION: 0.12.2
4
# PROVIDER: packet
# PROVIDER: packet
# CLUSTER: $CI_COMMIT_REF_NAME
# CLUSTER: $CI_COMMIT_REF_NAME
# TF_VAR_number_of_k8s_masters: "1"
# TF_VAR_number_of_k8s_masters: "1"
...
@@ -125,7 +125,7 @@ tf-ovh_ubuntu18-calico:
...
@@ -125,7 +125,7 @@ tf-ovh_ubuntu18-calico:
when
:
on_success
when
:
on_success
variables
:
variables
:
<<
:
*ovh_variables
<<
:
*ovh_variables
TF_VERSION
:
0.12.
1
2
TF_VERSION
:
0.12.2
4
PROVIDER
:
openstack
PROVIDER
:
openstack
CLUSTER
:
$CI_COMMIT_REF_NAME
CLUSTER
:
$CI_COMMIT_REF_NAME
ANSIBLE_TIMEOUT
:
"
60"
ANSIBLE_TIMEOUT
:
"
60"
...
@@ -153,7 +153,7 @@ tf-ovh_coreos-calico:
...
@@ -153,7 +153,7 @@ tf-ovh_coreos-calico:
when
:
on_success
when
:
on_success
variables
:
variables
:
<<
:
*ovh_variables
<<
:
*ovh_variables
TF_VERSION
:
0.12.
1
2
TF_VERSION
:
0.12.2
4
PROVIDER
:
openstack
PROVIDER
:
openstack
CLUSTER
:
$CI_COMMIT_REF_NAME
CLUSTER
:
$CI_COMMIT_REF_NAME
ANSIBLE_TIMEOUT
:
"
60"
ANSIBLE_TIMEOUT
:
"
60"
...
...
This diff is collapsed.
Click to expand it.
docs/packet.md
+
1
−
1
View file @
6a7c3c6e
...
@@ -40,7 +40,7 @@ Grab the latest version of Terraform and install it.
...
@@ -40,7 +40,7 @@ Grab the latest version of Terraform and install it.
```
bash
```
bash
echo
"https://releases.hashicorp.com/terraform/
$(
curl
-s
https://checkpoint-api.hashicorp.com/v1/check/terraform | jq
-r
-M
'.current_version'
)
/terraform_
$(
curl
-s
https://checkpoint-api.hashicorp.com/v1/check/terraform | jq
-r
-M
'.current_version'
)
_darwin_amd64.zip"
echo
"https://releases.hashicorp.com/terraform/
$(
curl
-s
https://checkpoint-api.hashicorp.com/v1/check/terraform | jq
-r
-M
'.current_version'
)
/terraform_
$(
curl
-s
https://checkpoint-api.hashicorp.com/v1/check/terraform | jq
-r
-M
'.current_version'
)
_darwin_amd64.zip"
sudo
yum
install
unzip
sudo
yum
install
unzip
sudo
unzip terraform_0.12.
1
2_linux_amd64.zip
-d
/usr/local/bin/
sudo
unzip terraform_0.12.2
4
_linux_amd64.zip
-d
/usr/local/bin/
```
```
## Download Kubespray
## Download Kubespray
...
...
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