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
Tetiana Lashchova
54bdd3f7dc
Update namespace for DockerStandaloneHost
...
Replace com.example with com.mirantis
Change-Id: I03716573186fc0f6a973b25c95116aeea864a077
2016-07-14 13:22:07 +03:00
Tetiana Lashchova
492ec6e097
Update namespaces for docker applications
...
io.murano.apps -> com.mirantis for k8s applications,
io.murano.apps -> com.example for example applications.
bp fix-fqn-usage
Change-Id: I7061b48ebcc5c33b96a14cfabb982d709f8b709d
2016-06-17 12:37:23 +03:00
Dmytro Dovbii
120ea65419
Add Docker App
...
This app provide ability to deploy docker container from
image specified by user
Change-Id: I26fb63c286adf63e48919052d590745ecaec84a5
Closes-Bug: #1446153
2015-04-22 03:56:44 +03:00