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
73e240c6
Commit
73e240c6
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
Running apps after cluster setup
parent
533fe3b8
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
cluster.yml
+6
-3
6 additions, 3 deletions
cluster.yml
requirements.yml
+0
-4
0 additions, 4 deletions
requirements.yml
roles/apps/k8s-haproxy
+0
-1
0 additions, 1 deletion
roles/apps/k8s-haproxy
with
6 additions
and
11 deletions
.gitmodules
+
0
−
3
View file @
73e240c6
...
...
@@ -23,9 +23,6 @@
[submodule "roles/apps/k8s-memcached"]
path = roles/apps/k8s-memcached
url = https://github.com/ansibl8s/k8s-memcached.git
[submodule "roles/apps/k8s-haproxy"]
path = roles/apps/k8s-haproxy
url = https://github.com/ansibl8s/k8s-haproxy.git
[submodule "roles/apps/k8s-postgres"]
path = roles/apps/k8s-postgres
url = https://github.com/ansibl8s/k8s-postgres.git
...
...
This diff is collapsed.
Click to expand it.
cluster.yml
+
6
−
3
View file @
73e240c6
...
...
@@ -14,10 +14,13 @@
-
hosts
:
kube-master
roles
:
-
{
role
:
kubernetes/master
,
tags
:
master
}
# Apps to be installed
# - { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
-
hosts
:
kube-node
roles
:
-
{
role
:
kubernetes/node
,
tags
:
node
}
#- hosts: kube-master
# roles:
# Apps to be installed
# - { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
This diff is collapsed.
Click to expand it.
requirements.yml
+
0
−
4
View file @
73e240c6
...
...
@@ -27,10 +27,6 @@
# path: roles/apps
# # version: v1.0
#
#- src: https://github.com/ansibl8s/k8s-haproxy.git
# path: roles/apps
# # version: v1.0
#
#- src: https://github.com/ansibl8s/k8s-postgres.git
# path: roles/apps
# version: v1.0
This diff is collapsed.
Click to expand it.
k8s-haproxy
@
c17312c4
Compare
c17312c4
...
c17312c4
Subproject commit c17312c4dffd4728deeea12782fab5f42b6fed1d
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