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

Use AWS v2, add more manual cleanups #47

Merged
merged 26 commits into from
Nov 17, 2023
Merged

Use AWS v2, add more manual cleanups #47

merged 26 commits into from
Nov 17, 2023

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    79d8647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a854eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56fa2a View commit details
    Browse the repository at this point in the history
  4. fix condition

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    37f2dc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    945b593 View commit details
    Browse the repository at this point in the history
  6. try to fix error

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fa2e7b4 View commit details
    Browse the repository at this point in the history
  7. try to fix the error

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f3a310c View commit details
    Browse the repository at this point in the history
  8. try to address error

    The full traceback is:
    Traceback (most recent call last):
      File "/home/opentlc-mgr/pool_management/python_virtualenv/lib64/python3.9/site-packages/ansible/executor/task_executor.py", line 105, in run
        items = self._get_loop_items()
      File "/home/opentlc-mgr/pool_management/python_virtualenv/lib64/python3.9/site-packages/ansible/executor/task_executor.py", line 251, in _get_loop_items
        items = templar.template(self._task.loop)
      File "/home/opentlc-mgr/pool_management/python_virtualenv/lib64/python3.9/site-packages/ansible/template/__init__.py", line 612, in template
        result = self.do_template(
      File "/home/opentlc-mgr/pool_management/python_virtualenv/lib64/python3.9/site-packages/ansible/template/__init__.py", line 877, in do_template
        res = j2_concat(rf)
      File "<template>", line 24, in root
      File "/usr/lib64/python3.9/json/__init__.py", line 346, in loads
        return _default_decoder.decode(s)
      File "/usr/lib64/python3.9/json/decoder.py", line 337, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "/usr/lib64/python3.9/json/decoder.py", line 355, in raw_decode
        raise JSONDecodeError("Expecting value", s, err.value) from None
    json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
    fatal: [localhost]: FAILED! => {
        "msg": "Unexpected failure during module execution.",
        "stdout": ""
    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1c9e523 View commit details
    Browse the repository at this point in the history
  9. try another fix

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    80159f1 View commit details
    Browse the repository at this point in the history
  10. Try to fix

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    02192bd View commit details
    Browse the repository at this point in the history
  11. Add changed_when: false

    fridim committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    eb8b264 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9622a37 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Add FSx file-system cleanup

    error:
    
                "us-east-2 - FSxFileSystem - fs-06cc090bdfcf8a221 - [Type: \"ONTAP\", tag:Name: \"OntapFileSystem_SAZ\", tag:aws:cloudformation:logical-id: \"FSxONTAP\", tag:aws:cloudformation:stack-id: \"arn:aws:cloudformation:us-east-2:26135
    6917804:stack/ROSA-FSXONTAP/b38f3d30-7ff8-11ee-8326-067f114c23f1\", tag:aws:cloudformation:stack-name: \"ROSA-FSXONTAP\"] - failed"
    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b8ca1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fae86d View commit details
    Browse the repository at this point in the history
  3. Delete fsx volumes

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e2bbedf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    238e7d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b63ff18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a78417 View commit details
    Browse the repository at this point in the history
  7. Deregister Workspace directory

    before trying to delete the DS
    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2567b83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4c1008 View commit details
    Browse the repository at this point in the history
  9. Remove deleting WorkDocs users

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dcd2bf5 View commit details
    Browse the repository at this point in the history
  10. Skip KMSAlias eks/*

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    04cd827 View commit details
    Browse the repository at this point in the history
  11. Fix aws cli

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    72d49e6 View commit details
    Browse the repository at this point in the history
  12. add missing aws cli path

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bd70235 View commit details
    Browse the repository at this point in the history
  13. Detach MFA devices from users

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    24bc555 View commit details
    Browse the repository at this point in the history
  14. Ignore config-rule-policy

    fridim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d07d84d View commit details
    Browse the repository at this point in the history