Skip to content
Snippets Groups Projects
Commit 009e208b authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by Kubernetes Prow Robot
Browse files

Remove RHEL from packet deploy (#4661)

Change-Id: I131d77bb9d16cc0f252dd86166c29f72daa9a64a
parent 81e6877b
No related branches found
No related tags found
No related merge requests found
...@@ -80,13 +80,6 @@ packet_ubuntu18-cilium-sep: ...@@ -80,13 +80,6 @@ packet_ubuntu18-cilium-sep:
except: ['triggers'] except: ['triggers']
only: ['master', /^pr-.*$/] only: ['master', /^pr-.*$/]
packet_rhel7-weave:
stage: deploy-part2
<<: *packet
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_debian9-calico-upgrade: packet_debian9-calico-upgrade:
stage: deploy-part2 stage: deploy-part2
<<: *packet <<: *packet
...@@ -94,13 +87,6 @@ packet_debian9-calico-upgrade: ...@@ -94,13 +87,6 @@ packet_debian9-calico-upgrade:
except: ['triggers'] except: ['triggers']
only: ['master', /^pr-.*$/] only: ['master', /^pr-.*$/]
packet_rhel7-canal-sep:
stage: deploy-special
<<: *packet
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_centos7-calico-ha: packet_centos7-calico-ha:
stage: deploy-part2 stage: deploy-part2
<<: *packet <<: *packet
......
---
# Instance settings
cloud_image: rhel-server-7
mode: separate
# Kubespray settings
kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1
---
# Instance settings
cloud_image: rhel-server-7
mode: default
# Kubespray settings
kube_network_plugin: weave
deploy_netchecker: true
dns_min_replicas: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment