Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup binder related code #700

Closed
jsjiang opened this issue Aug 9, 2024 · 4 comments
Closed

Cleanup binder related code #700

jsjiang opened this issue Aug 9, 2024 · 4 comments

Comments

@jsjiang
Copy link
Contributor

jsjiang commented Aug 9, 2024

Once stopped the binder job we still need to clean up binder related code in EZID:

  • decommission the noid_egg.py library
  • remove binder related configurations
    • settings.py.j2
    • ansible group variables
    • SSM parameters
  • remove binder related scripts including tests and administrative tools
    • enqueue.py: remove BinderQueue from the queue_model_list
    • proc-binder.py: delete
    • proc-cleanup-async-queues.py (remove identifiers from refidentifier table once all required actions are finished)
@jsjiang
Copy link
Contributor Author

jsjiang commented Sep 6, 2024

SSM parameter:

binder_url:                    "{{ ssm_params['binder_url'] }}"
binder_username:               "{{ ssm_params['binder_username'] }}"
binder_password:               "{{ ssm_params['binder_password'] }}"

@jsjiang
Copy link
Contributor Author

jsjiang commented Sep 6, 2024

9/6: Deployed stop-binder tag on ezid-stg for testing

@jsjiang
Copy link
Contributor Author

jsjiang commented Sep 12, 2024

  • deployed changes as v3.2.21 on ezid-prd on Sept 7
  • removed binder related SSMs: sept 12
            "Name": "/uc3/ezid/ui/default/binder_password",
            "Name": "/uc3/ezid/ui/default/binder_url",
            "Name": "/uc3/ezid/ui/default/binder_username",
            "Name": "/uc3/ezid/ui/dev/binder_url"
            "Name": "/uc3/ezid/ui/stg/binder_url",

@jsjiang
Copy link
Contributor Author

jsjiang commented Sep 12, 2024

Created ticket #726 to cleanup data in the binder queue.

@jsjiang jsjiang closed this as completed Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant