This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modules/aws: add ec2_ami_override to etcd, master, worker nodes Adds three terraform variables which can be used to override the AMI rather than filtering out the latest Container Linux version for the given node type. * platform/aws: remove image_re unused variable * add initial aws support for bootstrapping through ncg (#2758) * Inject kubeconfig file from ignition * Ut2 integration (#2800) * modules/aws: add ec2_ami_override to etcd, master, worker nodes Adds three terraform variables which can be used to override the AMI rather than filtering out the latest Container Linux version for the given node type. * platform/aws: remove image_re unused variable * add initial aws support for bootstrapping through ncg (#2758) * Inject kubeconfig file from ignition * Ut2 integration (#2801) * module/update-payload: Include TNO and its appversion into the payload. A follow up PR to the release automation repo is required to fully update the payload. * modules/aws: add ec2_ami_override to etcd, master, worker nodes Adds three terraform variables which can be used to override the AMI rather than filtering out the latest Container Linux version for the given node type. * platform/aws: remove image_re unused variable * bazel: fix terraform-examples * bazel: refactor examples and docs This commit refactors the Bazel rules for examples and Documentation to accomplish several goals: 1. Openstack artifacts are now correctly compiled; 2. build rules for examples are in the examples directory and build rules for Documentation are in the Documentation directory. The last point allows us to easily compile all examples with: ```sh bazel build examples:all ``` Similarly, we can compile all Documentation by issuing: ```sh bazel build Documentation:all ``` * Update tectonic-cluo-operator to v0.3.0 * Update CLUO to v0.5.0 * Add support for Kubernetes v1.9 * config.tf: Update etcd version from 3.1.8 to 3.2.14 (#2738) * bazel: create tarball target (#2750) This commit adds tarball targets for Bazel. We can now create tarballs using: ```sh bazel build tarball ``` This will create a gzip compressed tarball named tectonic.tar.gz. The contents of the tarball will be nested in a directory named `tectonic`. To create a tarball with a version string in the directory name, we can build the tarball using: ```sh export VERSION=<some version> bazel build tarball --action_env=VERSION ``` In this case, the file structure will be nested in a directory called `tectonic_<some version>`. This commit also makes the installer binaries pure go so that they are statically linked, which is nicer for containers. * *: Remove option to deploy etcd without TLS (#2763) * frontend: Add space-before-function-paren eslint rule Makes space character before function parameters consistent. * tests: run tests on a running cluster (#2735) * frontend: Rename REMOVE_AT action to REMOVE_FIELD_LIST_ROW and simplify This Redux action is now specifically for removing a row from a field list, so rename it to make that clear. Simplify the reducers by assuming they take a field list id and an index, not an arbitrary path. Also stop clearing any associated error data, since a REMOVE_FIELD_LIST_ROW action will need to trigger a re-validation of the field list anyway. * frontend: Fix 2 htmlFor attributes * platforms/govcloud: add s3 support include in CL alpha * Add terraform fmt test rule to bazel * frontend: Only skip AWS VPC validation for 2 fields This fixes a bug where the "Private Route 53 Zones must use an existing private VPC." error was not cleared when switching to a valid hosted zone. This approach should be less error prone and easier to maintain. * tests: collect machine console logs (aws) (#2754) * tests: add max log file size (1GB) feature * add initial aws support for bootstrapping through ncg (#2758) * add initial aws support for bootstrapping through ncg (#2758) * Inject kubeconfig file from ignition * Ut2 integration (#2800) * modules/aws: add ec2_ami_override to etcd, master, worker nodes Adds three terraform variables which can be used to override the AMI rather than filtering out the latest Container Linux version for the given node type. * platform/aws: remove image_re unused variable * add initial aws support for bootstrapping through ncg (#2758) * Inject kubeconfig file from ignition * Inject kubeconfig file from ignition
- Loading branch information