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
781f31d2
Commit
781f31d2
authored
7 years ago
by
Matthew Mosesohn
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Disable vault from CI (#1546)
https://github.com/kubernetes-incubator/kubespray/issues/1545
parent
df28db00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-18
20 additions, 18 deletions
.gitlab-ci.yml
with
20 additions
and
18 deletions
.gitlab-ci.yml
+
20
−
18
View file @
781f31d2
...
...
@@ -367,14 +367,15 @@ before_script:
KUBELET_DEPLOYMENT
:
rkt
STARTUP_SCRIPT
:
"
"
.ubuntu_vault_sep_variables
:
&ubuntu_vault_sep_variables
# stage: deploy-gce-part1
KUBE_NETWORK_PLUGIN
:
canal
CERT_MGMT
:
vault
CLOUD_IMAGE
:
ubuntu-1604-xenial
CLOUD_REGION
:
us-central1-b
CLUSTER_MODE
:
separate
STARTUP_SCRIPT
:
"
"
#Note(mattymo): Vault deployment is broken and needs work
#.ubuntu_vault_sep_variables: &ubuntu_vault_sep_variables
## stage: deploy-gce-part1
# KUBE_NETWORK_PLUGIN: canal
# CERT_MGMT: vault
# CLOUD_IMAGE: ubuntu-1604-xenial
# CLOUD_REGION: us-central1-b
# CLUSTER_MODE: separate
# STARTUP_SCRIPT: ""
.ubuntu_flannel_rbac_variables
:
&ubuntu_flannel_rbac_variables
# stage: deploy-gce-special
...
...
@@ -599,16 +600,17 @@ ubuntu-rkt-sep:
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
ubuntu-vault-sep
:
stage
:
deploy-gce-part1
<<
:
*job
<<
:
*gce
variables
:
<<
:
*gce_variables
<<
:
*ubuntu_vault_sep_variables
when
:
manual
except
:
[
'
triggers'
]
only
:
[
'
master'
,
/^pr-.*$/
]
#Note(mattymo): Vault deployment is broken (https://github.com/kubernetes-incubator/kubespray/issues/1545)
#ubuntu-vault-sep:
# stage: deploy-gce-part1
# <<: *job
# <<: *gce
# variables:
# <<: *gce_variables
# <<: *ubuntu_vault_sep_variables
# when: manual
# except: ['triggers']
# only: ['master', /^pr-.*$/]
ubuntu-flannel-rbac-sep
:
stage
:
deploy-gce-special
...
...
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