diff --git a/main.py b/main.py index 1386665..7eb7f43 100644 --- a/main.py +++ b/main.py @@ -67,11 +67,11 @@ if __name__ == "__main__": # pprint(res.json()) # # bulk create subtasks - # subtask_texts = [ - # "Prepare", - # "Execute", - # "Verify" - # ] + subtask_texts = [] + with open("sub-tasks.txt", "r", encoding="utf-8") as fh: + for line in fh: + subtask_texts.append(line.rstrip('\n')) + # create # for text in subtask_texts: # subtask['body'] = text # ac.create_subtask(subtask) diff --git a/sub-tasks.txt b/sub-tasks.txt new file mode 100644 index 0000000..8689bc3 --- /dev/null +++ b/sub-tasks.txt @@ -0,0 +1,36 @@ +S3 Bucket "320dev-public" is archived +S3 Bucket "320east-acm2-archive" is archived +S3 Bucket "assets-prodeuall1-320east" is archived +S3 Bucket "assets-sdds-01-320east" is archived +S3 Bucket "backups-mattermost" is archived +S3 Bucket "bucket.noc.320east.io" is archived +S3 Bucket "lcmx-master-320east" is archived +S3 Bucket "lcmx-prodeuall1-320east" is archived +S3 Bucket "shop320-backups" is archived +S3 Bucket "320dev-public" is deleted +S3 Bucket "320east-acm2-archive" is deleted +S3 Bucket "assets-prodeuall1-320east" is deleted +S3 Bucket "assets-sdds-01-320east" is deleted +S3 Bucket "backups-mattermost" is deleted +S3 Bucket "backups-prodeuall1-320east" is deleted +S3 Bucket "bigdataioav-idev0052-prodeuall1-320east" is deleted +S3 Bucket "bucket.noc.320east.io" is deleted +S3 Bucket "lcmx-master-320east" is deleted +S3 Bucket "lcmx-prodeuall1-320east" is deleted +S3 Bucket "shop320-backups" is deleted +Cloudfront Distribution "E7R0HGAKU10KT - Production d1w1tdkpk45r2q.cloudfront.net sdds.homeok.io assets-sdds-01-320east.s3.eu-west-1.amazonaws.com" is removed +Cloudfront Distribution "E1YAR9WILYEAOR - Production d283m0l3zuk2cl.cloudfront.net bucket.noc.320east.io.s3.eu-west-1.amazonaws.com" is removed +Cloudfront Distribution "E2HUPIVJFDUSWF - Production dvfi2qvbg5wxw.cloudfront.net www.pds.companyok.io, pds.companyok.io assets-pds-companyok.s3.amazonaws.com" is removed +Cloudfront Distribution "E2Q6TWJX3L3TRS - Production d3gvb7cyihtwwp.cloudfront.net s3-h38-lcm.320east.net.s3.amazonaws.com" is removed +Cloudfront Distribution "E215TJ62TWJBBU - Production d2aseehijcy5it.cloudfront.net assets-sdds.s3.amazonaws.com" is removed +IAM User "320east-ansible" is removed +IAM User "backup" is removed +IAM User "cs" is removed +IAM User "docker-registry" is removed +IAM User "io-bigdataioav-prod320" is removed +IAM User "lcm-h38-prod Active" is removed +IAM User "mattermost-backup" is removed +IAM Usergroup "admin" is removed +IAM Usergroup "ansible" is removed +IAM Usergroup "backup" is removed +IAM Usergroup "lcm" is removed \ No newline at end of file