We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af30b3c commit aff37d3Copy full SHA for aff37d3
packer/openstack.pkr.hcl
@@ -101,6 +101,11 @@ variable "floating_ip_network" {
101
default = null
102
}
103
104
+variable "manifest_output_path" {
105
+ type = string
106
+ default = "packer-manifest.json"
107
+}
108
+
109
source "openstack" "openhpc" {
110
flavor = "${var.flavor}"
111
networks = "${var.networks}"
@@ -133,6 +138,7 @@ build {
133
138
134
139
135
140
post-processor "manifest" {
141
+ output = "${var.manifest_output_path}"
136
142
custom_data = {
137
143
source = "${source.name}"
144
@@ -157,6 +163,7 @@ build {
157
163
158
164
159
165
166
160
167
161
168
162
169
0 commit comments