StarlingX NFVI Orchestration
Go to file
Bart Wensley f14c851b42 Do not apply NoExecute taint to AIO hosts when locked
When a kubernetes host is locked, the VIM applies the NoExecute
taint to the node which causes pods to be evicted. However, in
the AIO simplex case, there is nowhere else for the pods to go
and when the host is unlocked, pods cannot start until the VIM
removes the NoExecute taint. The problem is that when the
OpenStack application is configured, the VIM requires the
rabbitmq pod to be running before the VIM can start, causing a
chicken and egg scenario. For now, we will avoid applying the
NoExecute taint on AIO hosts when they are locked, to avoid
this scenario.

Story: 2003910
Task: 27852

Change-Id: Icd7c00b6f7fba9cdbf23b60e265e90e9271d5243
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
2018-11-09 09:21:25 -06:00
api-ref/source [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:37:37 +00:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:37:37 +00:00
guest-agent [Trivial Fix] modify spelling error of "resource" 2018-11-01 10:47:43 +08:00
guest-client Rename mwa-* subdirectories to match the git repo name 2018-07-03 16:19:19 -04:00
guest-comm StarlingX open source release updates 2018-05-31 07:36:51 -07:00
mtce-guest Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
nfv Do not apply NoExecute taint to AIO hosts when locked 2018-11-09 09:21:25 -06:00
nova-api-proxy Lock down flake8 version 2018-10-24 11:47:10 -05:00
releasenotes [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:37:37 +00:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-25 14:01:33 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:51 -07:00
.zuul.yaml [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:37:37 +00:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:51 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:51 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:51 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_iso_image.inc Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
centos_pkg_dirs Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
centos_wheels.inc Add hooks for python wheel generation 2018-10-22 16:56:38 -04:00
requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
test-requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
tox.ini fix tox python3 overrides 2018-10-05 10:57:02 +00:00

README.rst

stx-nfv

StarlingX NFVI Orchestration