Skip to content

Commit

Permalink
Merge pull request #105 from scality/move-kubespray
Browse files Browse the repository at this point in the history
Move the `kubespray` subtree under `vendor`
  • Loading branch information
NicolasT committed Jul 4, 2018
2 parents 53215f5 + a11bbaa commit 38a344b
Show file tree
Hide file tree
Showing 681 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
credentials/
kubespray/artifacts/
kubespray/credentials/
vendor/kubespray/artifacts/
vendor/kubespray/credentials/

.kube/
.shell-env/
Expand Down
2 changes: 1 addition & 1 deletion group_vars/k8s-cluster/00-kubespray-k8s-cluster.yml
1 change: 0 additions & 1 deletion kubespray/group_vars

This file was deleted.

4 changes: 2 additions & 2 deletions metal-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
tags:
- kubespray
roles:
- role: kubespray/roles/kubespray-defaults/
- role: vendor/kubespray/roles/kubespray-defaults/
- role: kubespray_var_patcher

- import_playbook: 'kubespray/cluster.yml'
- import_playbook: 'vendor/kubespray/cluster.yml'
tags: kubespray

- hosts: kube-node
Expand Down
2 changes: 1 addition & 1 deletion roles/kube_metrics_server/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
- role: ../kubespray/roles/kubespray-defaults
- role: ../vendor/kubespray/roles/kubespray-defaults
2 changes: 1 addition & 1 deletion roles/kubespray_module/library/kube.py
2 changes: 1 addition & 1 deletion roles/kubespray_module/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
- role: ../kubespray/roles/kubespray-defaults
- role: ../vendor/kubespray/roles/kubespray-defaults
2 changes: 1 addition & 1 deletion scale-metal-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
roles:
- role: setup_lvm

- import_playbook: 'kubespray/scale.yml'
- import_playbook: 'vendor/kubespray/scale.yml'
tags: kubespray

- hosts: kube-node
Expand Down
2 changes: 1 addition & 1 deletion third-party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ modules:
repository: https://github.com/pires/kubernetes-elasticsearch-cluster.git
ref: master
license: Apache-2.0
- path: kubespray
- path: vendor/kubespray
source:
type: git-subtree
repository: https://github.com/kubernetes-incubator/kubespray.git
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps =
pip==10.0.1
pip-tools==2.0.1
commands =
pip-compile --index --emit-trusted-host --annotate --upgrade --generate-hashes -o "{toxinidir}/requirements.txt" "{toxinidir}/kubespray/requirements.txt"
pip-compile --index --emit-trusted-host --annotate --upgrade --generate-hashes -o "{toxinidir}/requirements.txt" "{toxinidir}/vendor/kubespray/requirements.txt"
pip-compile --index --emit-trusted-host --annotate --upgrade --generate-hashes -o "{toxinidir}/docs/requirements.txt" "{toxinidir}/docs/requirements.in"
setenv =
CUSTOM_COMPILE_COMMAND = tox -e pip-compile
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions vendor/kubespray/group_vars
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 38a344b

Please sign in to comment.