leonardm
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # SIQ Execution Check List :spiral_note_pad: ## :memo: Where do I start? ### :checkered_flag: CheckPoint 1 - General Guidelines:rocket: - [ ] Make sure change number is replaced with EPIC Number - [ ] Make sure all occurrences of **Environment Reference:** are marked as PROD/Non-Prod as per PROD/QA SIQ Doc - [ ] When migrating to QA make sure that SIQ states **<feature_branch> to develop** branch in migration steps - [ ] When migrating to PROD make sure that SIQ states **develop to <release_YYYYMMDD>** branch in migration steps - [ ] When migrating from QA to Prod make sure to mention correct date in release branch on the SIQ document. The migration takes place every **Wednesday**. Therefore, the release branch is created with following naming convention **release_YYYYMMDD** e.g. **release_20211123**. ***Note:-*** *Here date is the date of a Wednesday falling in the prod migration week*. - [ ] Check system cofiguration variables for system name, repo name, build pipeline path, release pipeline path and deploy branch name - [ ] Make sure to mention the service account in use and specific Ops team service account eg for Syndicated Projects we use **svc-cdls-p-patserv** as dev and **svc-cop-loadprod** for Ops service account similarly for MA-360 we use **svc-cdlma-p-dtag** as dev and **svc-cop-p-prod** - [ ] Change deplyment group in accordance to the Repository and with respect to QA/PROD migrations e.g. *For Prod Migrations in Syndicated we write it as **CDL-SYNDICATED-PROD*** - [ ] Make sure all build and release pipelines are named as per standards: ```csv= For Build Pipelines: cdl-<repo-name>-build-<project_name>-<folder_name> E.g.:- cdl-syndicated-build-resolving-multiple-patient-id-sha-spsn-configuration For Release Pipelines: cdl-<repo-name>-release-<project_name>-<folder_name> E.g.:- cdl-syndicated-build-resolving-multiple-patient-id-sha-spsn-configuration ``` ### :checkered_flag: CheckPoint 2: Build Pipelines - [ ] Add build pipelines path from Azure devops till Yaml file. Make sure your PR is merged to avoid comments from Ops/Admin teams regarding unavailability of files in DevOps e.g. [Link](https://dev.azure.com/abbvie-devops-lab/Abbvie%20BTS/_apps/hub/ms.vss-build-web.ci-designer-hub?pipelineId=949&branch=develop) - [ ] Only add pipelines path for folders that require migration ### :checkered_flag: CheckPoint 3: Release Pipelines - [ ] Add release pipeline paths for all folders under migration. Make sure all paths end on the config page where all the path details are present, Refer: [Link](https://dev.azure.com/abbvie-devops-lab/Abbvie%20BTS/_releaseDefinition?definitionId=1369&_a=definition-tasks&environmentId=6026) - [ ] Make sure All backup and rollback folders are dated as per release dates of the migration and are in **YYYYMMDD** format e.g. backup/rollback folder name: hive_20220216 - [ ] Make sure to provide rollback stages path in the rollback execution steps w.r.t rollback stage folders. ### :checkered_flag: CheckPoint 4: Steps To check when creating New DBs - [ ] Create DB's for all raw,refined, work and consumption layers in all DEV, QA and PROD environments - [ ] Make sure to include DB storage quota details when requesting DB creation in both CAB meetings and DB creation script - [ ] Add grant all on uri command for all required groups - [ ] Sample DB creation Shell script [Link](https://dev.azure.com/abbvie-devops-lab/Abbvie%20BTS/_git/CommercialDatalake-market-access?path=/src/arf/shell/prod/arf_prod_evoucher_db_creation_script.sh) - [ ] Sample DB creation Hive Script [Link](https://dev.azure.com/abbvie-devops-lab/Abbvie%20BTS/_git/CommercialDatalake-market-access?path=/src/arf/hive/prod/arf_prod_accumulator_maximiser_db_creation_script.hql) - [ ] Mention DB Creation scripts after release pipelines steps with execution command - [ ] Mention in steps to execute Shell script e.g.: ```shell= Execute below shell script for DB path creation sh -v /code_repository/prod/comm/market-access/src/arf/shell/arf_prod_evoucher_db_creation_script.sh ``` - [ ] Mention in steps to execute Hive script e.g.: ```shell= Execute below hive script for DB creation hive -f /code_repository/prod/comm/market-access/src/arf/hive/arf_prod_evoucher_db_creation_script.hql ``` - [ ] On the newly created DB make sure to raise **rwx** accesses for OPS and Team service account ### :checkered_flag: Checkpoint 5: Steps To check when using Existing DBs - [ ] If No New DB is created make sure to raise DB specific access as needed - [ ] Make sure to raise requests for both Team and Ops service accounts ### :checkered_flag: Checkpoint 6: Steps To check when performing Ingestion - [x] Raise **recursive** RX access to Ingestion framework folders i.e. **"/code_repository/prod/comm/framework/src/"** - [x] Raise **landing path creation** request if not already present - [ ] Make sure to **raise recursive RWX access** request steps for all DBs for both team and Ops service account - [x] Make sure to **raise RWX access to audit db** if not already present - [x] Create Config HDFS Paths as central location paths as part of configurations e.g. **/ConfigRepository/prod/comm/syndicated/src/caremark/adherence** - [x] Raise recursive access on above mentioned paths for both Ops and team service account - [x] Add **execution path creation step** and raise recursive RWX on the same for both team and Ops service account - [x] Make sure team/Ops service account have **required access on JCEKS** file if not add the steps to raise the same - [ ] Make sure the JCEKS being used has sufficent access to S3 buckets being used in the Ingestion framework - [ ] Make sure team/Ops service account have required access on S3 if not add the steps to raise the same ### :checkered_flag: Checkpoint 7: Final Checks - [x] Make sure to add **autosys logs and error path creation steps** in Prod SIQ - [ ] Add **Alation portal DB Refresh** details if applicable ### :gift: SIQ Samples: Folder Link: [Link to Documents](https://zsassociates.sharepoint.com/:f:/r/Sites/0153IL4484/Shared%20Documents/4.%20MA360%20(including%20Augmentation)/00_MA360_onboarding/SIQs?csf=1&web=1&e=Fffc8Y) DOC 1: SIQ with DB Creation script execution DOC 2: SIQ with Ingestion related Steps

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully