mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: use pre-uploaded image on OpenStack
Before, the terraform infrastructure code would upload an image on the fly. Now, we upload images in advance and specify the image ID instead.
This commit is contained in:
parent
3b2da12781
commit
6f9020d527
8 changed files with 22 additions and 56 deletions
|
@ -25,7 +25,7 @@ variable "node_groups" {
|
|||
|
||||
variable "image_id" {
|
||||
type = string
|
||||
description = "OS image URL for the cluster's nodes."
|
||||
description = "OS image ID for the cluster's nodes."
|
||||
}
|
||||
|
||||
variable "debug" {
|
||||
|
@ -48,11 +48,6 @@ variable "cloud" {
|
|||
description = "Cloud to use within the OpenStack \"clouds.yaml\" file. Optional. If not set, environment variables are used."
|
||||
}
|
||||
|
||||
variable "direct_download" {
|
||||
type = bool
|
||||
description = "Download OS image directly from source URL to OpenStack. Otherwise, the image is downloaded to the local machine and uploads to OpenStack."
|
||||
}
|
||||
|
||||
variable "floating_ip_pool_id" {
|
||||
type = string
|
||||
description = "Pool (network name) to use for floating IPs."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue