Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May
Description
Please see new "appstore_rds" and "provision_rds" role directories on the master branch.
Comments at the top of
- appstore_rds/tasks/main.yml
- provision_rds/tasks/main.yml
describe sequences of tasks related to RDS creation that need to be implemented.
To implement these new roles, adapt and migrate logic from deployRDS.
Note:
Variable files used by this role are be defined in (or ought to be added to):
- common.yml
- secrets.yml (based on example_secrets.yml)
which are located in appstore-playbooks/Ansible/group_vars
In addition, both roles should use reasonable defaults whenever possible, defined in "defaults/main.yml" files.
See playbook setup.yml for an understanding of how and when the roles will be run.
Please take a look. It would be great if you could do this the next time you are on the job.