X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=tutorials%2FApacheCNF%2Fautomation%2FREADME.md;fp=tutorials%2FApacheCNF%2Fautomation%2FREADME.md;h=66138c9895672be55b90b49f430e63ea984a6822;hp=5b2b80b38531005448446a3e25a9dc9ad56a59f7;hb=5762244a0c6282557169c8183e464f6950438122;hpb=0c85ee9fc85870f8ba39befc63b8351301d4842f 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 ` where [int] (default 1) + indicates iteration number to run status check in case of failure +12. To run scale operation execute `python scale.py ` where [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