OpenStack host maintenance and upgrade in interaction with application on top of it
Go to file
Tomi Juvonen 8a3723b43e Detailed session information and enhancements
- Add GET /v1/maintenance/{session_id}/detail
- Add 'maintenance.session' event. This can be used
  to track workflow. It gives you percent of hosts
  maintained.

Other enhancements:
- Add Sample VNFM for OpenStack: vnfm.py
  (Kubernetes renamed to vnfm_k8s.py)
- Add Sample VNF for OpenStack:
  maintenance_hot_tpl.yaml
- Update testing instructions (tools)
- Update documentation
- Add more tools for testing:
  - fenix_db_reset (flushed the database)
  - set_config.py (set the AODH / Ceilometer config)
- Add admin tool: infra_admin.py
  This tool can run maintenance workflow and
  track its progress
- Make sure everything is written in database.
  If Fenix is restarted, it initialise existing
  'ongoing' workflows from database. More functions
  to database API and utilization in example workflows.

story: 2004336
Task: #27922

Change-Id: I794b11a8684f5fc513cb8f5affcd370ec70f3dbc
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2020-04-17 12:32:13 +03:00
devstack Correction of the auth_type option handling 2019-11-08 03:40:47 +00:00
doc Detailed session information and enhancements 2020-04-17 12:32:13 +03:00
fenix Detailed session information and enhancements 2020-04-17 12:32:13 +03:00
releasenotes Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
.coveragerc Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
.gitignore Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:40 +00:00
.mailmap Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
.stestr.conf Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
.zuul.yaml API schema validation 2020-02-11 11:24:28 +02:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-10-09 05:29:22 +00:00
HACKING.rst Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
LICENSE Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
README.rst Detailed session information and enhancements 2020-04-17 12:32:13 +03:00
babel.cfg Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
lower-constraints.txt Add test cases 2020-03-19 16:17:56 +02:00
requirements.txt API schema validation 2020-02-11 11:24:28 +02:00
setup.cfg API schema validation 2020-02-11 11:24:28 +02:00
setup.py Initial Cookiecutter Commit. 2018-06-27 12:30:02 +03:00
test-requirements.txt Add test cases 2020-03-19 16:17:56 +02:00
tox.ini Add test cases 2020-03-19 16:17:56 +02:00

README.rst

Fenix

OpenStack host maintenance and upgrade in interaction with application

Fenix implements rolling infrastructure maintenance and upgrade in interaction with application on top of it. In Telco world we talk about VNFM, but one can implement own simple manager for any application.

Infrastructure admin can call Fenix API to start a maintenance workflow session. This session will make needed maintenance and upgrade operations to infrastructure in interaction with application manager to guarantee zero down time for its service. Interaction gives ability for application manager to know about new capabilities coming over maintenance to make his own upgrade. Application can have a time window to finish what he is doing, make own action to re-instantiate his instance or have Fenix to make migration. Also scaling application or retirement will be possible.

As Fenix will have project specific messaging with information about instances affected towards application manager, it will also have admin level messaging. This messaging can tell what host is down for maintenance, so any infrastructure components can have this information. Special case for this would also be telling about adding or removing a host.