Add instructions regarding updating the API and Scheduler configurations

This commit is contained in:
Emma Rose 2019-01-09 15:24:34 -05:00
Родитель e0085c5ba3
Коммит 197e845af6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1486642516ED3535
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -143,3 +143,11 @@ Deploy new app stack and promote
ansible-playbook playbooks/promote-app.yml --extra-vars 'env=prod rds_stack_id=2 app_stack_id=2'
At this point the old app and rds stacks can be removed.
Update API and Scheduler configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Once the new RDS and EC2 instances are created, the MIG API and Scheduler will need to have
their configurations updated to point to the new RDS instance. Get the instance ID from the
AWS console under the RDS service and then edit `/etc/mig/api.cfg` and `/etc/mig/scheduler.cfg`
respectively.