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
4de6a78e
Commit
4de6a78e
authored
6 years ago
by
Maxime Guyot
Committed by
Kubernetes Prow Robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI for packet_centos7-flannel-addons (#4586)
parent
026088de
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci/gce.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci/gce.yml
.gitlab-ci/packet.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci/packet.yml
tests/files/packet_centos7-flannel-addons.yml
+3
-2
3 additions, 2 deletions
tests/files/packet_centos7-flannel-addons.yml
with
5 additions
and
4 deletions
.gitlab-ci/gce.yml
+
1
−
1
View file @
4de6a78e
...
@@ -51,7 +51,7 @@ gce_coreos-calico-aio:
...
@@ -51,7 +51,7 @@ gce_coreos-calico-aio:
gce_centos7-flannel-addons
:
gce_centos7-flannel-addons
:
stage
:
deploy-gce
stage
:
deploy-gce
<<
:
*gce
<<
:
*gce
when
:
on_success
when
:
manual
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
only
:
[
/^pr-.*$/
]
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci/packet.yml
+
1
−
1
View file @
4de6a78e
...
@@ -26,7 +26,7 @@ packet_ubuntu18-flannel-aio:
...
@@ -26,7 +26,7 @@ packet_ubuntu18-flannel-aio:
packet_centos7-flannel-addons
:
packet_centos7-flannel-addons
:
stage
:
deploy-part2
stage
:
deploy-part2
<<
:
*packet
<<
:
*packet
when
:
manual
when
:
on_success
except
:
[
'
triggers'
]
except
:
[
'
triggers'
]
only
:
[
/^pr-.*$/
]
only
:
[
/^pr-.*$/
]
...
...
This diff is collapsed.
Click to expand it.
tests/files/packet_centos7-flannel-addons.yml
+
3
−
2
View file @
4de6a78e
...
@@ -4,6 +4,8 @@ cloud_image: centos-7
...
@@ -4,6 +4,8 @@ cloud_image: centos-7
mode
:
ha
mode
:
ha
# Kubespray settings
# Kubespray settings
kubeadm_control_plane
:
true
kubeadm_certificate_key
:
3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
kube_network_plugin
:
flannel
kube_network_plugin
:
flannel
helm_enabled
:
true
helm_enabled
:
true
kubernetes_audit
:
true
kubernetes_audit
:
true
...
@@ -12,13 +14,12 @@ local_volume_provisioner_enabled: true
...
@@ -12,13 +14,12 @@ local_volume_provisioner_enabled: true
etcd_deployment_type
:
host
etcd_deployment_type
:
host
deploy_netchecker
:
true
deploy_netchecker
:
true
dns_min_replicas
:
1
dns_min_replicas
:
1
cloud_provider
:
gce
kube_encrypt_secret_data
:
true
kube_encrypt_secret_data
:
true
ingress_nginx_enabled
:
true
ingress_nginx_enabled
:
true
cert_manager_enabled
:
true
cert_manager_enabled
:
true
metrics_server_enabled
:
true
metrics_server_enabled
:
true
kube_token_auth
:
true
kube_token_auth
:
true
kube_basic_auth
:
true
kube_basic_auth
:
true
enable_nodelocaldns
:
tru
e
enable_nodelocaldns
:
fals
e
vm_memory
:
6144Mi
vm_memory
:
6144Mi
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