Browse Source

Remove RHEL from packet deploy (#4661)

Change-Id: I131d77bb9d16cc0f252dd86166c29f72daa9a64a
pull/4609/head
Matthew Mosesohn 5 years ago
committed by Kubernetes Prow Robot
parent
commit
009e208bcd
3 changed files with 0 additions and 32 deletions
  1. 14
      .gitlab-ci/packet.yml
  2. 9
      tests/files/packet_rhel7-canal-sep.yml
  3. 9
      tests/files/packet_rhel7-weave.yml

14
.gitlab-ci/packet.yml

@ -80,13 +80,6 @@ packet_ubuntu18-cilium-sep:
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_rhel7-weave:
stage: deploy-part2
<<: *packet
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_debian9-calico-upgrade:
stage: deploy-part2
<<: *packet
@ -94,13 +87,6 @@ packet_debian9-calico-upgrade:
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_rhel7-canal-sep:
stage: deploy-special
<<: *packet
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
packet_centos7-calico-ha:
stage: deploy-part2
<<: *packet

9
tests/files/packet_rhel7-canal-sep.yml

@ -1,9 +0,0 @@
---
# Instance settings
cloud_image: rhel-server-7
mode: separate
# Kubespray settings
kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1

9
tests/files/packet_rhel7-weave.yml

@ -1,9 +0,0 @@
---
# Instance settings
cloud_image: rhel-server-7
mode: default
# Kubespray settings
kube_network_plugin: weave
deploy_netchecker: true
dns_min_replicas: 1
Loading…
Cancel
Save