This repository was archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
installer/pkg: Add config generators #2751
Merged
spangenberg
merged 6 commits into
coreos:ut2-integration
from
spangenberg:cluster-config-generator
Feb 8, 2018
Merged
installer/pkg: Add config generators #2751
spangenberg
merged 6 commits into
coreos:ut2-integration
from
spangenberg:cluster-config-generator
Feb 8, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Can one of the admins verify this patch? |
288f8db to
c008844
Compare
a060f4e to
b6b3195
Compare
alexsomesan
approved these changes
Feb 1, 2018
Contributor
|
retest this please |
9ed35da to
59e01b0
Compare
1ed8587 to
67c070d
Compare
59e01b0 to
0635d68
Compare
This enables to generate the cluster configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress.
This enables to generate the terraform configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress.
0635d68 to
ecaaba4
Compare
Contributor
Author
|
retest this please |
enxebre
pushed a commit
to enxebre/tectonic-installer
that referenced
this pull request
Feb 15, 2018
* installer/pkg: Add cluster config generator This enables to generate the cluster configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installer/pkg: Add terraform config generator This enables to generate the terraform configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installker/pkg: Parse and generate platform specific properties * installer: Update dependencies * installer/pkg/config-generator: Remove initial core config * installer: Fix and generate bazel build files
alexsomesan
pushed a commit
to alexsomesan/tectonic-installer
that referenced
this pull request
Feb 21, 2018
* installer/pkg: Add cluster config generator This enables to generate the cluster configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installer/pkg: Add terraform config generator This enables to generate the terraform configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installker/pkg: Parse and generate platform specific properties * installer: Update dependencies * installer/pkg/config-generator: Remove initial core config * installer: Fix and generate bazel build files
mxinden
pushed a commit
that referenced
this pull request
Feb 27, 2018
* installer/pkg: Add cluster config generator This enables to generate the cluster configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installer/pkg: Add terraform config generator This enables to generate the terraform configuration from an abstract configuration which describes multiple tectonic clusters. Not all configuration options have been mapped so far, this is work in progress. * installker/pkg: Parse and generate platform specific properties * installer: Update dependencies * installer/pkg/config-generator: Remove initial core config * installer: Fix and generate bazel build files
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This enables to generate the cluster and terraform configuration from an abstract
configuration which describes multiple tectonic clusters.
Not all configuration options have been mapped so far, this is work in progress.