Refactor GCP to remove controller internal module

* Remove the controller internal module to align with
other platforms and since its not a supported use case
This commit is contained in:
Dalton Hubble
2018-04-11 23:19:35 -07:00
parent 9bb3de5327
commit 5035d56db2
11 changed files with 51 additions and 157 deletions

View File

@ -16,6 +16,10 @@ Notable changes between versions.
* To SSH during a disk install for debugging, SSH as user "core" with port 2222
* Remove the old trick of using a user "debug" during disk install
#### Google Cloud
* Refactor out the `controller` internal module
#### Addons
* Add Prometheus discovery for etcd peers on controller nodes ([#175](https://github.com/poseidon/typhoon/pull/175))