Commit Graph

213 Commits

Author SHA1 Message Date
Peter Razumovsky
f9b2710b87 Fix changing DOCKER_OPTS for DSH and KubeCluster
Currently DOCKER_OPTS incorrectly changed with insecure-registry and
registry-mirror opts (setupDockerRegistry and setupDockerMirror
scripts): opts aren't wrapped with quotes after changing.

Change-Id: I3265953cc6e6d9de75fa4ba185059cd75c06181c
Closes-bug: #1628405
2016-10-11 13:51:45 +00:00
Jenkins
a0e5e597a7 Merge "Add separate section for v1.0.0" 2016-10-11 13:42:39 +00:00
Jenkins
9cfc7e23e9 Merge "[k8s] Add KubeDns addon to K8s Cluster" 2016-10-11 08:50:25 +00:00
Jenkins
2dd972b805 Merge "[K8s] Create service folders for addons and configs" 2016-10-11 08:50:21 +00:00
Sergey Kraynev
3674455cde Add separate section for v1.0.0
Change-Id: Iadd22ab8e112c8555f1c92525e2b797b97d359cc
2016-10-10 06:30:27 +00:00
archyufa
6b27f02c55 [k8s] Add KubeDns addon to K8s Cluster
This patch introduce kubeDns addon support in murano k8s app.
The docs of how kubeDns works and how it can be checked are
here:

https://github.com/kubernetes/kubernetes/blob/master/build/kube-dns/README.md#how-do-i-test-if-it-is-working

Co-Authored-By: ddovbii <ddovbii@mirantis.com>
Change-Id: I77b400ffd059a326b8fa051e038706370cbf6aaf
2016-10-07 22:46:39 +03:00
Dmytro Dovbii
df281eb66c [K8s] Create service folders for addons and configs
This patch creates directory for kubernetes addons
and put kubeconfig.yaml file to k8s nodes

Change-Id: I943724b71151de2ce6e95259ddab3d596b94e214
2016-10-07 22:46:39 +03:00
Jenkins
7daaa5d0ea Merge "Fix name pattern for DockerApp" 2016-10-07 12:16:40 +00:00
Jenkins
d77b9d4a38 Merge "Add suppport for RElease NOtes" 2016-10-07 11:43:32 +00:00
Peter Razumovsky
82056d980f Fix name pattern for DockerApp
Currently name pattern for DockerApp allows to use underlines, dots and
doesn't limit name length (at least that's described in field description).
This occurs validation error with some regexp. Kubernetes docs [1] indicates,
that container name should be DNS_LABEL, which described in [2]. Also,
kubernetes code [3] contains regexp and length limit for DNS_LABEL
pattern.

[1] http://kubernetes.io/docs/user-guide/pods/multi-container/#containers

[2] http://kubernetes.io/docs/user-guide/labels/#syntax-and-character-set

[3] 8fd414537b/pkg/util/validation/validation.go (L88-L89)

Change-Id: Icb2ed2b00afe15bd547c01895beedd5ff02b0b0d
Closes-bug: #1622899
2016-10-07 14:08:22 +03:00
Sergey Kraynev
da2833fa1f Add suppport for RElease NOtes
There are follow changes in the current patch:
 - Update .gitignore to exclude releasenotes/build subdirectory.
 - Add placeholders for notes and source files.
 - Add index.rst with reference on unreleased notes.
 - Use pbr to search branches and tags of project.
 - Update tox.ini by new environment for building releasenotes.

Change-Id: I7f834a3fb05bf1a7d7565ce7bdb44a1d4b4e2e3d
2016-10-06 17:35:03 +03:00
Tetiana Lashchova
17237b6eb3 Clarify description for Docker mirror and registry
Change-Id: Ia95ad163eb978dd0db5ddc21c901f5ac8877cef9
Closes-Bug: #1630585
2016-10-05 16:33:22 +03:00
Jenkins
9d300c7382 Merge "Readme minor updates" 2016-09-28 17:31:44 +00:00
Jenkins
12f45a06d8 Merge "Minor fix for release notes" 2016-09-28 16:12:35 +00:00
Sergey Kraynev
100bee5513 Minor fix for release notes
Change-Id: I426433c4b374c05e2011988523706b8fbf767a14
2016-09-28 16:01:04 +00:00
Jenkins
1a3a3241f3 Merge "Release Notes update with component versions" 2016-09-28 16:01:00 +00:00
archyufa
49b9144d94 Release Notes update with component versions
Added Kubernetes components

Change-Id: Icf61408a47c7d36a0732babdd13903ea3599a178
2016-09-28 11:48:25 -04:00
archyufa
66c066edb5 Update Readme on upgrade of kubernetes
Added limitaion of upgrade kubernetes cluster
Added limitation of update murano kubernetes app
Added information on rolling update of apps running in k8s

Change-Id: Id5a8acc12e610dabb338cf49779fa0f49cbb8468
2016-09-28 10:10:32 -04:00
Sergey Kraynev
addf159f6c Add 1.0.0 version of package to description
Change-Id: I8724dcef0ed390094a3be21f9a6759f3f055aae1
2016-09-27 18:35:52 +03:00
Jenkins
a98d3a6c08 Merge "Revert "Pin stable/mitaka to 1.0.0 version"" 2016-09-27 15:09:50 +00:00
Jenkins
1c4a12710c Merge "Revert "Specify required version for example docker apps"" 2016-09-27 15:09:37 +00:00
Jenkins
251606b434 Merge "Revert "Add missed parts of providing versioning to stable/mitaka"" 2016-09-27 15:05:39 +00:00
Sergey Kraynev
98c8d04cf3 Revert "Specify required version for example docker apps"
This reverts commit 258670842d.

Change-Id: I85dc6237e84d148483baf08a1508e05f9d27f65b
2016-09-27 14:59:04 +00:00
Sergey Kraynev
0b914ee8fe Revert "Pin stable/mitaka to 1.0.0 version"
This reverts commit 2860fb3a96.

Change-Id: Ibb251a25d02ca3905c0f6f5d1ee70d523f5fcf81
2016-09-27 14:58:42 +00:00
Sergey Kraynev
aa0b74f906 Revert "Add missed parts of providing versioning to stable/mitaka"
This reverts commit 437183a3c7.

Change-Id: I47926599432708df4186f724f1ce582444b6add4
2016-09-27 14:57:59 +00:00
archyufa
f3d6166f3b Readme minor updates
Fixed URLs for networking
Minor updates

Change-Id: I2c78c83eedb0e1b6457d4d223e9cc404ae4534c8
2016-09-27 07:56:01 -04:00
Jenkins
058dfd364c Merge "Readme Update" 2016-09-27 09:47:42 +00:00
Jenkins
826478307f Merge "Specify required version for example docker apps" 2016-09-27 09:06:58 +00:00
Jenkins
87cc7949b7 Merge "Pin stable/mitaka to 1.0.0 version" 2016-09-27 09:02:48 +00:00
Jenkins
3a7e454639 Merge "Add missed parts of providing versioning to stable/mitaka" 2016-09-27 09:02:43 +00:00
Jenkins
7403acc7b1 Merge "[kubernetes][app] Modify calico.conf for new version" 2016-09-27 08:48:32 +00:00
Dmytro Dovbii
437183a3c7 Add missed parts of providing versioning to stable/mitaka
Change-Id: Ife9de7da408f340c5a855be3281e4a8ca55837bc
(cherry picked from commit a631cf57ff)
2016-09-27 08:37:54 +00:00
Sergey Kraynev
2860fb3a96 Pin stable/mitaka to 1.0.0 version
Change-Id: Ic4c2fe480c6f2a99bfea545a9855ad9635322c2a
(cherry picked from commit d83b8b48c6)
2016-09-27 08:37:40 +00:00
Artem Silenkov
d52a7d28c7 [kubernetes][app] Modify calico.conf for new version
- MTU added as param
  - Config refactored for calico ge 1.4
  - MASTER_IP added

Murano spawns VM with MTU set for 1400. We should use use lower setting
for calico mesh network.

Closes-Bug: #1626999

Change-Id: I77efb3ae2abaf7c2705524b6e8b78e83c30f34e3
2016-09-27 11:32:32 +03:00
archyufa
f5d032a4c3 Readme Update
Added How Murano installs Kubernetes Cluster
Added How Murano upgrades Kubernetes Cluster
Minor updates on Networking
Fixed broken links
Added detailed info on Calico
Change-Id: Ic1538b33fa79ba0bb772a442dfc7c0a5db3a2e97
2016-09-26 19:55:46 -04:00
Dmytro Dovbii
258670842d Specify required version for example docker apps
Change-Id: I035a658f599685ba1f392e12d5aa6c812882afc2
2016-09-26 15:35:53 +00:00
archyufa
2958e230c1 Release notes minor updates
1. Fixed breaking lines
2. Uppercase fixed to lowercase for some terms

Change-Id: I5f7a8a6970fa0973328032308beda683e918c024
2016-09-26 09:44:38 -04:00
Jenkins
7fcb75dfe5 Merge "Added Release notes file" 2016-09-23 15:10:28 +00:00
Jenkins
af8b628f8c Merge "Enable access to the Internet in case if Calico is used" 2016-09-23 14:58:28 +00:00
archyufa
44bc9dca99 Added Release notes file
Added Information about V1.0.0 release

Change-Id: Ia8530de363ebac86dd8225803d22db47b3fbd882
2016-09-23 17:51:57 +03:00
Dmytro Dovbii
3927be4a59 Enable access to the Internet in case if Calico is used
Partial-Bug: #1626999
Change-Id: I360feec9cbb2b135866279b526b87349534d48fa
2016-09-23 12:06:31 +00:00
archyufa
66ddf3c4e0 Readme Update
Following sections has been addedd:

 * Features
 * Rolling Updates of Kubernetes application
 * Interacting with Kubernetes Cluster deployed by Murano

Co-Authored-By: Nikolay Mahotkin <nmakhotkin@mirantis.com>
Change-Id: I7d7572d6c53c9f6f0165ff55fa4d0ed5abdedef9
2016-09-23 07:34:13 +00:00
Jenkins
31e2504251 Merge "Tune etcd settings to increase stability" 2016-09-22 17:04:07 +00:00
Jenkins
2a0ebeaac9 Merge "Adding setup.|(py,cfg) for building docs" 2016-09-22 16:37:23 +00:00
Dmytro Dovbii
0aaeba1217 Tune etcd settings to increase stability
Change-Id: Ia9fcefc3b03bb6c44b401dcc7d09b5f578bd506e
2016-09-22 16:32:44 +00:00
Nikolay Mahotkin
6370419b6d Adding setup.|(py,cfg) for building docs
Change-Id: I668460839806b1ac051a80a880955b914ef2bb7b
2016-09-22 18:52:26 +03:00
Dmytro Dovbii
05e6967318 Allow user to choose networking for containers
this commit provides ability to choose the network.
Calico is default.

Change-Id: I9dd97385d981db91791cc51ebb9f3265188fa984
2016-09-21 08:35:34 +00:00
Jenkins
35407bc8bd Merge "Adding tox env for docs" 2016-09-21 08:29:42 +00:00
Jenkins
9120931f2c Merge "Adding initial doc hierarchy for building with sphinx" 2016-09-21 08:23:13 +00:00
Jenkins
f6a1449985 Merge "Add linters tests" 2016-09-21 08:12:14 +00:00