Skip to content

Conversation

@o-orand
Copy link
Member

@o-orand o-orand commented Jan 18, 2019

TODO:

  • illustrate usage in reference dataset
  • add cf integration tests, related to Use a reference data set to increase test coverage #108
    • enable & load cf-app pipeline
    • generate appropriate docs/reference_dataset/config_repository/hello-world-root-depls/cf-apps-deployments/generic-app/enable-cf-app.yml
      • we can override values in this file
       cf_username: a-test-User
       cf_password: a-test-Password
       cf_organization: my-test-org
       cf_space: my-test-space
      
      • we can retrieve values from credhub (but I'm not sure our concourse has a credhub available)
       #find from /????/main name space
       cf_username: ((coa_cf_username)) 
       cf_password: ((coa_cf_password))
       cf_organization: ((coa_cf_generic_app_org))
       cf_space: ((coa_cf_generic_app_space))
      
    • tag tests requiring a run CF, to be able to skip its when no CF is available

Fixes #188.

Changes proposed in this pull-request:

  • a file ending with vars.yml in application template dir is detected as file with variables to be injected into application manifest.

@o-orand o-orand force-pushed the cf_push_variable_support branch from 88c5d95 to f3765aa Compare January 18, 2019 16:05
 - document usage in reference dataset
 - add minimal tests
WIP-tasks(cf_push): support variable substitution for cf apps

a file ending with `vars.yml` in application template dir is detected as
file with `variables` to be injected into application manifest.

fix #188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrate CF CLI to support variable substitution

2 participants