aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/automation/README.md
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-10-21 17:36:17 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-10-21 16:17:40 +0000
commitb3dd50eff64544200c0678b2e49cd822fc373927 (patch)
treecc5be58f4ed30bbe4684ef2333afc415771231d5 /tutorials/ApacheCNF/automation/README.md
parentfa39bef3f4532802314cb89721e13c37555634b1 (diff)
[APACHECNF] Update healthcheck and add scale workflowjakarta
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I7cf59f58592321ec06d8d812bd081293130ec74d (cherry picked from commit 5762244a0c6282557169c8183e464f6950438122)
Diffstat (limited to 'tutorials/ApacheCNF/automation/README.md')
-rw-r--r--tutorials/ApacheCNF/automation/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/tutorials/ApacheCNF/automation/README.md b/tutorials/ApacheCNF/automation/README.md
index 5b2b80b3..66138c98 100644
--- a/tutorials/ApacheCNF/automation/README.md
+++ b/tutorials/ApacheCNF/automation/README.md
@@ -28,5 +28,8 @@
8. Run script `python create_cloud_regions.py` in order to create **k8s or openstack cloud region**
9. Onboard CNF `python onboard.py`
10. Instantiate CNF `python instantiate.py`
-11. Once test is done, CNF service instance can be deleted with `python delete.py` command
-
+11. To run healtcheck operation execute `python healthcheck.py <status_check_max_count>` where <status_check_max_count> [int] (default 1)
+ indicates iteration number to run status check in case of failure
+12. To run scale operation execute `python scale.py <replica_count>` where <replica_count> [int] (default 1)
+ indicates the number of desired replicas of Apache pods
+13. Once test is done, CNF service instance can be deleted with `python delete.py` command