Migration to multicontainer pod

Change-Id: I2dd4aa5fe1c712d0f923028bd9fdfcde36f47ef4
This commit is contained in:
Sergey Reshetnyak 2016-06-24 14:21:53 +03:00
parent 7530f9bf5f
commit 2830808bb7
1 changed files with 21 additions and 19 deletions

View File

@ -1,29 +1,31 @@
service:
name: horizon
ports:
- horizon_port
container:
node-selector:
openstack-controller: "true"
probes:
name: horizon
ports:
- horizon_port
node-selector:
openstack-controller: "true"
containers:
- name: horizon
image: horizon
probes:
readiness: "true"
liveness: "true"
pre:
pre:
- name: horizon-compress
command: /var/lib/microservices/venv/bin/python /var/lib/microservices/venv/bin/manage.py compress --force
daemon:
daemon:
dependencies:
- keystone
- memcached
- keystone
- memcached
files:
- local-settings
- openstack-dashboard-conf
- horizon-local-settings
- openstack-dashboard-conf
command: daemon.sh
files:
local-settings:
path: /etc/openstack-dashboard/local_settings
content: local_settings.j2
openstack-dashboard-conf:
path: /etc/apache2/conf-enabled/openstack-dashboard.conf
content: openstack-dashboard.conf.j2
horizon-local-settings:
path: /etc/openstack-dashboard/local_settings
content: local_settings.j2
openstack-dashboard-conf:
path: /etc/apache2/conf-enabled/openstack-dashboard.conf
content: openstack-dashboard.conf.j2