Execution plan to patch existing k8s services to include node IPs
when number of nodes changed and we are not using gateways
or we was using gateways and now we don't
These 2 files were supposed to be in
https://review.openstack.org/#/c/175506/
but I forgot to commit them
Also fixes typo that is already fixed in stable/kilo
Change-Id: I6af644511bf25ae7ae31c88914d33b8c518a4eec
* Migrated to v1beta3 API
* cAdvisor is now enabled by default
* command line daemon settings updated
* HAproxy template updated for multi-port services
* Better reporting
Change-Id: Iefcbe8073fb35503e2fe2ee5c6bf4610561c3cb6
Closes-Bug: #1446306
Closes-Bug: #1445541
* LICENSE file placed to every package
* License information is shown during application creation
* License added to every file
Change-Id: I682f3d9a09d0c0b575206d79223c1822c4b94f27
Closes-Bug: #1446121
Kubernetes imposes a number of restrictions for the names
of pods and labels syntax.
This patch adds validation of pod name and labels fields.
Change-Id: If93d1cc8750f1550aaa9649fdc012c302560b88d
Closes-Bug: #1445149
Since now, all flavors that have less than 10 GB disk will
not be added to the possible selection.
Also, unnecessary backslashes were removed.
Change-Id: I0839a4252957acd2be9dddbd335674c22c3d57a5
Previous code used integer keys in port map. But because
JSON doesn't support integer keys they were converted
to corresponding string representations and were not
found on subsequent deployments
Change-Id: I0477a043854a5ed78545d3b944397cdbf2352bd8
Closes-Bug: #1444681
It is wrong to call deploy from getContainer.
Calls were moved into method deploy of class for
all applications which have dependencies in properties.
Change-Id: I6643bf20d3e014c6d19d44896a041f523d52cb42
Builtin k8s services "kubernetes" and "kubernetes-ro" caused port conflicts with
installed applications if they use ports 80 and/or 43
Change-Id: Ibf7be47d0f63dffeae7553dc3ffe9f1903ccce8f
Closes-Bug: #1444213
Kubernetes doesn't allow to add containers to a Pod that
is already deployed. With this change old pods will be deleted
and either new pod created which will include new container
or Replication Controller will be modified (before Pod delete
so that updated Pods be created instead)
Also now Pods are created only when replica number set to 0.
Otherwise Pods created by ReplicationController alone.
Change-Id: I8552793f39083de47ad07e7013dedb72e0550885
Closes-Bug: #1444208
KubernetesCluster method to delete RC was using incorrect
property and there was a typo in execution plan making it
fail on validation
Also renames destroy* methods to delete* methods to match
Kubernetes terms
Change-Id: I2ff71679deeb5ad3692fcc1a5fcfed8fa0e8d94f
Closes-Bug: #1443857
Fixed typo in method implementation. `select` command was used
for data filtration instead of `where`
Change-Id: I80b859333089865f8f054b3cf35746e65eeef192
Closes-Bug: #1443686