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

Integrate depresolver #192

Merged
merged 1 commit into from
Oct 30, 2020
Merged

Integrate depresolver #192

merged 1 commit into from
Oct 30, 2020

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Oct 29, 2020

close(#170)

We now load all inputs during init time, instead of runtime.
Inputs are loaded once and validated. Any input is accessible from the
single source of truth: .Config
found in receiver *GslbReconciler.
Making Route53Enabled private.

transferred env vars:

  • DNS_ZONE
  • EXT_GSLB_CLUSTERS_GEO_TAGS
  • CLUSTER_GEO_TAG
  • EDGE_DNS_SERVER
  • INFOBLOX_GRID_HOST
  • INFOBLOX_WAPI_VERSION
  • INFOBLOX_WAPI_PORT
  • EXTERNAL_DNS_INFOBLOX_WAPI_USERNAME
  • EXTERNAL_DNS_INFOBLOX_WAPI_PASSWORD
  • OVERRIDE_WITH_FAKE_EXT_DNS
  • OVERRIDE_WITH_FAKE_EXT_DNS
  • EDGE_DNS_ZONE
  • FAKE_INFOBLOX

close(#170)

All inputs are now loaded during init time, instead of runtime.
Inputs are loaded once and vilidated. Any input is accessible
from the (single surce of truth)[https://en.wikipedia.org/wiki/Single_source_of_truth]: `.Config`
found in receiver `*GslbReconciler`.
Making Route53Enabled private.

transfered env vars:
 - DNS_ZONE
 - EXT_GSLB_CLUSTERS_GEO_TAGS
 - CLUSTER_GEO_TAG
 - EDGE_DNS_SERVER
 - INFOBLOX_GRID_HOST
 - INFOBLOX_WAPI_VERSION
 - INFOBLOX_WAPI_PORT
 - EXTERNAL_DNS_INFOBLOX_WAPI_USERNAME
 - EXTERNAL_DNS_INFOBLOX_WAPI_PASSWORD
 - OVERRIDE_WITH_FAKE_EXT_DNS
 - OVERRIDE_WITH_FAKE_EXT_DNS
 - EDGE_DNS_ZONE
 - FAKE_INFOBLOX

remove Route53Enabled from execution code
Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kuritka kuritka merged commit c8a9376 into master Oct 30, 2020
@kuritka kuritka deleted the 170-modifying-reconciliation branch November 3, 2020 09:56
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