You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,12 @@ Create a VM named prodXX-mil using defaults
42
42
* OS_VOLUME_API_VERSION - API version for cinder. Defaults to 1
43
43
* OS_AVAILABILITY_ZONE - openstack availability zone within the tenant (optional if the provider has only one zone or it uses same default for all services)
44
44
45
+
* TIMEOUT - how long shall we wait for volume or instance creation to succeed (in 10s of seconds)
46
+
45
47
* IMAGE_NAME - glance image to be used. defaults to EEA-docker-generic-v2.1 (should be already present in glance)
46
-
* INSTANCE_NAME - provide a name for the new instance. A UUID will be generated if this is missing
48
+
49
+
* INSTANCE_NAME - provide a name for the new instance. It is considered a prefix if it ends with "-" and consecutive numbers are added to the name. A UUID will be generated if this is missing.
50
+
47
51
* INSTANCE_FLAVOR - name of the flavor to be used. defaults to a flavor named e2standard.x5 (should be already defined)
48
52
* INSTANCE_ROOT_SIZE - self explanatory. defaults to 10 and is in GBytes
49
53
* INSTANCE_ROOT_PERSISTENT - can be "true" or "false" (default). It sets the instance to delete all related volumes on termination
0 commit comments