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

Chore/tform custom #1426

Merged
merged 7 commits into from
Oct 13, 2020
Merged

Chore/tform custom #1426

merged 7 commits into from
Oct 13, 2020

Conversation

frickjack
Copy link
Contributor

Jira Ticket: PXP-6918

  • introduce __custom terraform workspace - ex:
  gen3 workon cdistest reubenbucket__custom
  gen3 cd
  cat - > bucket.tf <<EOM
provider "aws" {}

module "s3_bucket" {
  bucket_name       = "frickjack-crazy-test"
  environment       = "qaplanetv1"
  source            = "../../../../../cloud-automation/tf_files/aws/modules/s3-bucket"
  cloud_trail_count = "0"
}
EOM

# run workon to re-init local modules
gen3 workon . .
gen3 tfplan
gen3 tfapply
  • global update to tf_files/ to make tags a property instead of a block toward terraform 12 support
  • bump some terraform scripts over to use terraform12: role, usergeneric, rds, encrypted-rds, data_bucket, data_bucket_queue
  • make terraform workspace a git repo
  • extend terraform test suite - run more scripts up to tfplan
  • Jenkins install terraform12
  • Jenkins to nodejs12

New Features

Breaking Changes

Bug Fixes

Improvements

  • introduce __custom terraform workspace - ex:
  gen3 workon cdistest reubenbucket__custom
  gen3 cd
  cat - > bucket.tf <<EOM
provider "aws" {}

module "s3_bucket" {
  bucket_name       = "frickjack-crazy-test"
  environment       = "qaplanetv1"
  source            = "../../../../../cloud-automation/tf_files/aws/modules/s3-bucket"
  cloud_trail_count = "0"
}
EOM

# run workon to re-init local modules
gen3 workon . .
gen3 tfplan
gen3 tfapply
  • global update to tf_files/ to make tags a property instead of a block toward terraform 12 support
  • bump some terraform scripts over to use terraform12: role, usergeneric, rds, encrypted-rds, data_bucket, data_bucket_queue
  • make terraform workspace a git repo
  • extend terraform test suite - run more scripts up to tfplan
  • Jenkins install terraform12
  • Jenkins to nodejs12

Dependency updates

Deployment changes

@frickjack frickjack merged commit e2a5880 into master Oct 13, 2020
@frickjack frickjack deleted the chore/tform__custom branch October 13, 2020 15:41
jacquayj added a commit to bioteam/cloud-automation that referenced this pull request Nov 10, 2020
* commit '59bf7fdd8bc1a497b2347eb3610612b97ded3023': (234 commits)
  Chore/config env upgrade pip (uc-cdis#1448)
  Chore/remove pylib2 (uc-cdis#1447)
  add new dependency (uc-cdis#1446)
  Chore/wts fail fast (uc-cdis#1445)
  feat(sftp-server): Added terraform to create sftp server (uc-cdis#1437)
  Feat/mariner storage (uc-cdis#1442)
  chore(useryaml): only in usersync (uc-cdis#1440)
  Whitelist opportunityinsights.org (uc-cdis#1441)
  Fix/tform eks (uc-cdis#1439)
  Pybase: don't wait for wsgi.sock (uc-cdis#1438)
  chore(dashboard/open-links): new dash app (uc-cdis#1436)
  Chore/update calico 1.7 (uc-cdis#1427)
  fix(jenkinx-pv-size): Updated the size of the persistent volume to match manual size increase (uc-cdis#1417)
  Fix/configmaps del (uc-cdis#1434)
  Chore/vpn signed url (uc-cdis#1433)
  feat(access-roll): Added access-backend to kube-roll-all (uc-cdis#1431)
  (PXP-6861): configure Metadata Service creds in kube-setup-ssjdispatcher (uc-cdis#1428)
  Chore/tform  custom (uc-cdis#1426)
  Update maintenance.md (uc-cdis#1425)
  fix(qa): Define submission order for gentestdata (uc-cdis#1424)
  ...
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

Successfully merging this pull request may close these issues.

2 participants