tacker/tacker/vnfm
Naoaki Horie 5bf8df21e0 Fix a regex of naming rule for a Pod of a Deployment
This patch is fix a regex of naming rule for a Pod of a Deployment.

The naming rule of Pod in deployment is
"(deployment name)-(pod template hash)-(5 charactors)".

Currently, "pod template hash" is a regex with a fixed 10 characters.
However, it may be less than 10 characters, this case is fail in
"scale_wait" of CNF scale.

The "pod template hash" string is generated from 32 bit hash. This
may be from 1 to 10 caracters but not sure the lower limit from the
source code of Kubernetes. Temporarily, this is set to be "{1,10}"
but may need to be fixed.

Closes-Bug: #1921059
Change-Id: I49f6cbe032f35f435f6c9ee69ccb8596cccdb326
2021-03-24 06:06:03 +00:00
..
infra_drivers Fix a regex of naming rule for a Pod of a Deployment 2021-03-24 06:06:03 +00:00
lcm_user_data Fix invalid "is not {}" judgement of empty dict 2020-12-07 09:53:45 +08:00
mgmt_drivers unite parameters for MgmtDriver interfaces 2021-03-22 15:51:51 +09:00
monitor_drivers Drop most of six importings 2020-10-19 12:10:05 +00:00
policy_actions Drop most of six importings 2020-10-19 12:10:05 +00:00
__init__.py Device refactor Part3: Rename device in codes 2016-08-26 16:26:57 +08:00
keystone.py Move to use only kestone v3 api 2019-03-06 05:09:13 +00:00
monitor.py Fix python3 utf-8 decode issue and typo while creating app_monitor 2020-10-06 05:34:43 +00:00
nfvo_client.py Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
plugin.py Drop most of six importings 2020-10-19 12:10:05 +00:00
utils.py Add new policy action: vdu_autoheal 2019-01-24 09:55:30 +09:00
vim_client.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00