chore: add deploy and restart new service
This commit is contained in:
@@ -24,7 +24,13 @@
|
||||
# branch_name: "feature/add-service-{{ new_service_dir_name }}"
|
||||
# import_playbook: ../plays/ioc/ioc-install.yml
|
||||
|
||||
# - name: Restart New IOC
|
||||
# TODO: ioc_port
|
||||
# - name: Start New IOC
|
||||
# vars:
|
||||
# branch_name: "feature/add-service-{{ new_service_dir_name }}"
|
||||
# import_playbook: ../plays/ioc/ioc-restart.yml
|
||||
# import_playbook: ../plays/ioc/ioc-start.yml
|
||||
|
||||
- name: Deploy and Restart New Service
|
||||
vars:
|
||||
branch_name: "feature/add-service-{{ new_service_dir_name }}"
|
||||
import_playbook: ../plays/service/service-deploy-and-restart.yml
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
- [ ] Add required pvs to .template file
|
||||
- [ ] Add IOC to readme.md and find port number to be configured in yaml file
|
||||
- [ ] Git push
|
||||
- [ ] Initialize / Start IOC for new service
|
||||
- [x] Initialize / Start IOC for new service
|
||||
- Login on machine network and install the new IOC
|
||||
- Ssh sls-lca
|
||||
- Cd /sls/bd/
|
||||
|
||||
Reference in New Issue
Block a user