]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Translations
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 9 Sep 2021 16:08:56 +0000 (18:08 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 9 Sep 2021 16:08:56 +0000 (18:08 +0200)
locale/create_terraform.pot
locale/de_DE/LC_MESSAGES/create_terraform.po
locale/en_US/LC_MESSAGES/create_terraform.po

index 9ea03c72fee6c9497a1f69fd71216f7f4fff68ea..5108adc6917dcbc7095ba6183e40506f5059802b 100644 (file)
 # Translations template for create_terraform.
-# Copyright (C) 2019 Frank Brehm, Pixelpark GmbH, Berlin
+# Copyright (C) 2021 Frank Brehm, Pixelpark GmbH, Berlin
 # This file is distributed under the same license as the create_terraform project.
-# Frank Brehm <frank.brehm@pixelpark.com>, 2019.
+# Frank Brehm <frank.brehm@pixelpark.com>, 2021.
 #
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: create_terraform 1.4.3\n"
+"Project-Id-Version: create_terraform 1.5.2\n"
 "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n"
-"POT-Creation-Date: 2019-12-18 12:14+0100\n"
+"POT-Creation-Date: 2021-09-09 17:55+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <frank.brehm@pixelpark.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.7.0\n"
+"Generated-By: Babel 2.9.1\n"
 
-#: lib/cr_tf/app.py:82 lib/cr_tf/app.py:108
+#: lib/cr_tf/app.py:86 lib/cr_tf/app.py:112
 msgid "File {!r} does not exists."
 msgstr ""
 
-#: lib/cr_tf/app.py:85 lib/cr_tf/app.py:111
+#: lib/cr_tf/app.py:89 lib/cr_tf/app.py:115
 msgid "File {!r} is not a regular file."
 msgstr ""
 
-#: lib/cr_tf/app.py:137
+#: lib/cr_tf/app.py:141
 msgid "The following steps to interrupt the execution after are available:"
 msgstr ""
 
-#: lib/cr_tf/app.py:140
+#: lib/cr_tf/app.py:144
 msgid "<no description>"
 msgstr ""
 
-#: lib/cr_tf/app.py:175
+#: lib/cr_tf/app.py:179
 msgid "Creates or updates a directory with a terraform environment on base of a given YAML file."
 msgstr ""
 
-#: lib/cr_tf/app.py:223
+#: lib/cr_tf/app.py:210
+msgid "Searching for config file {!r} ..."
+msgstr ""
+
+#: lib/cr_tf/app.py:254
 msgid ""
-"Configuration file {f!r} does not exists.\n"
-"Please copy {d!r} to {f!r} and fill out all necessary entries, e.g. the passwords and API keys."
+"Config file {f!r} not found, using defaults.\n"
+"To avoid this message, you may copy {d!r} to {c1!r}, {c2!r} or {c3!r} and fill out all necessary"
+" entries, e.g. the passwords and API keys."
 msgstr ""
 
-#: lib/cr_tf/app.py:237
+#: lib/cr_tf/app.py:271
 msgid "Error in configuration:"
 msgstr ""
 
-#: lib/cr_tf/app.py:246
+#: lib/cr_tf/app.py:274
 msgid "Read configuration:"
 msgstr ""
 
-#: lib/cr_tf/app.py:258
-msgid "PowerDNS API key for {!r}"
+#: lib/cr_tf/app.py:284
+msgid "Removing allowed puppet environments ..."
 msgstr ""
 
-#: lib/cr_tf/app.py:260
-msgid "PowerDNS API key"
+#: lib/cr_tf/app.py:288
+msgid "Removing puppet environment {!r} ..."
+msgstr ""
+
+#: lib/cr_tf/app.py:292
+msgid "Adding allowed puppet environments ..."
+msgstr ""
+
+#: lib/cr_tf/app.py:296
+msgid "Adding puppet environment {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/app.py:266
-msgid "Using faked root password {!r} - but this is currently not used."
+#: lib/cr_tf/app.py:301
+msgid "Allowed puppet environments:"
 msgstr ""
 
-#: lib/cr_tf/app.py:341
+#: lib/cr_tf/app.py:313
+msgid "PowerDNS API key for {!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:316
+msgid "PowerDNS API key"
+msgstr ""
+
+#: lib/cr_tf/app.py:396
 msgid "STEP"
 msgstr ""
 
-#: lib/cr_tf/app.py:343
+#: lib/cr_tf/app.py:398
 msgid ""
 "Name of the step, where to interrupt the execution of this script. Use {!r} to show a list of "
 "all avaliable steps."
 msgstr ""
 
-#: lib/cr_tf/app.py:349
+#: lib/cr_tf/app.py:404
 msgid "FILE"
 msgstr ""
 
-#: lib/cr_tf/app.py:351
+#: lib/cr_tf/app.py:406
 msgid "Configuration file (default: {!r})"
 msgstr ""
 
-#: lib/cr_tf/app.py:355
+#: lib/cr_tf/app.py:410
 msgid "PowerDNS options"
 msgstr ""
 
-#: lib/cr_tf/app.py:358
+#: lib/cr_tf/app.py:413
 msgid "HOST"
 msgstr ""
 
-#: lib/cr_tf/app.py:359
+#: lib/cr_tf/app.py:414
 msgid "The hostname or address of the PowerDNS master server (Default: {!r})."
 msgstr ""
 
-#: lib/cr_tf/app.py:365
+#: lib/cr_tf/app.py:420
 msgid "PORT"
 msgstr ""
 
-#: lib/cr_tf/app.py:366
+#: lib/cr_tf/app.py:421
 msgid "The port number of the PowerDNS API (Default: {})."
 msgstr ""
 
-#: lib/cr_tf/app.py:371
+#: lib/cr_tf/app.py:426
 msgid "KEY"
 msgstr ""
 
-#: lib/cr_tf/app.py:372
+#: lib/cr_tf/app.py:427
 msgid "The key accessing to the PDNS API."
 msgstr ""
 
-#: lib/cr_tf/app.py:377
+#: lib/cr_tf/app.py:432
 msgid "Should PDNS API requests executed per HTTPS?"
 msgstr ""
 
-#: lib/cr_tf/app.py:381
+#: lib/cr_tf/app.py:436
 msgid "PATH"
 msgstr ""
 
-#: lib/cr_tf/app.py:382
+#: lib/cr_tf/app.py:437
 msgid "The path prefix in the URL for PDNS API requests (Default: {!r})."
 msgstr ""
 
-#: lib/cr_tf/app.py:388
+#: lib/cr_tf/app.py:443
 msgid "YAML_FILE"
 msgstr ""
 
-#: lib/cr_tf/app.py:389
+#: lib/cr_tf/app.py:444
 msgid "The YAML-file with the definition of the VMs to create with terraform."
 msgstr ""
 
-#: lib/cr_tf/app.py:431
+#: lib/cr_tf/app.py:486
 msgid "Starting {a!r}, version {v!r} ..."
 msgstr ""
 
-#: lib/cr_tf/app.py:438
+#: lib/cr_tf/app.py:495
 msgid "Create Terraform environment"
 msgstr ""
 
-#: lib/cr_tf/app.py:450
+#: lib/cr_tf/app.py:502
+msgid "No handler object available."
+msgstr ""
+
+#: lib/cr_tf/app.py:509
+msgid "Please input the {}."
+msgstr ""
+
+#: lib/cr_tf/app.py:510 lib/cr_tf/app.py:514
+msgid "vSphere user name"
+msgstr ""
+
+#: lib/cr_tf/app.py:512
+msgid "Name"
+msgstr ""
+
+#: lib/cr_tf/app.py:514 lib/cr_tf/app.py:536
+msgid "No {} given."
+msgstr ""
+
+#: lib/cr_tf/app.py:518
+msgid "Setting user for vSphere {vs!r} to {usr!r}."
+msgstr ""
+
+#: lib/cr_tf/app.py:529
+msgid "User password of {!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:531
+msgid "Password for user {u!r} of vSphere {n} on {h!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:536
+msgid "password of vSphere user"
+msgstr ""
+
+#: lib/cr_tf/app.py:540
+msgid "Setting passwort of vSphere {vs!r} user {usr!r}."
+msgstr ""
+
+#: lib/cr_tf/app.py:559
 msgid "Executing {} ..."
 msgstr ""
 
-#: lib/cr_tf/config.py:161
+#: lib/cr_tf/config.py:160
 msgid "a port may not be less than 1: {}."
 msgstr ""
 
-#: lib/cr_tf/config.py:165
+#: lib/cr_tf/config.py:164
 msgid "a port may not be greater than {m}: {v}."
 msgstr ""
 
-#: lib/cr_tf/config.py:169
+#: lib/cr_tf/config.py:168
 msgid "Wrong port number {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:274
+#: lib/cr_tf/config.py:273
 msgid "may not be less than 10: {:0.1f}."
 msgstr ""
 
-#: lib/cr_tf/config.py:278
+#: lib/cr_tf/config.py:277
 msgid "may not be greater than {m}: {v:0.1f}."
 msgstr ""
 
-#: lib/cr_tf/config.py:282
+#: lib/cr_tf/config.py:281
 msgid "Wrong minimum root size in GiB {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:351
+#: lib/cr_tf/config.py:352
 msgid "Comparing {} objects ..."
 msgstr ""
 
-#: lib/cr_tf/config.py:390
+#: lib/cr_tf/config.py:385
 msgid "unknown"
 msgstr ""
 
-#: lib/cr_tf/config.py:393
+#: lib/cr_tf/config.py:389
+msgid "Checking validity of {o}-object {n!r} ..."
+msgstr ""
+
+#: lib/cr_tf/config.py:400
 msgid "Attribute {a!r} of the {o}-object {n!r} is not set."
 msgstr ""
 
-#: lib/cr_tf/config.py:401
+#: lib/cr_tf/config.py:409
 msgid "Found an error in VSPhere configuration"
 msgid_plural "Found {} errors in VSPhere configuration"
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/config.py:439
+#: lib/cr_tf/config.py:419
+msgid ""
+"Attribute {a!r} of the {o}-object {n!r} is not set, it will be requestet during this script and "
+"on starting terraform."
+msgstr ""
+
+#: lib/cr_tf/config.py:475
 msgid "Invalid value {v!r} for {n!r} configuration ({f!r}:[{s}]): {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:440
+#: lib/cr_tf/config.py:476
 msgid "Invalid value {v} for {n!r} configuration ({f!r}:[{s}]): must be equal or greater than zero."
 msgstr ""
 
-#: lib/cr_tf/config.py:541
+#: lib/cr_tf/config.py:587
 msgid "Invalid timeout {t!r} for requesting the PowerDNS API, must be 0 < SECONDS < {m}."
 msgstr ""
 
-#: lib/cr_tf/config.py:575
+#: lib/cr_tf/config.py:621
 msgid "The default size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:579
+#: lib/cr_tf/config.py:625
 msgid "The default size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:592
+#: lib/cr_tf/config.py:638
 msgid "The minimal size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:596
+#: lib/cr_tf/config.py:642
 msgid "The minimal size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:609
+#: lib/cr_tf/config.py:655
 msgid "The maximal size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:613
+#: lib/cr_tf/config.py:659
 msgid "The maximal size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:626
+#: lib/cr_tf/config.py:672
 msgid "The minimal size of the root disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:630
+#: lib/cr_tf/config.py:676
 msgid "The minimal size of the root disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:643
+#: lib/cr_tf/config.py:689
 msgid "The maximal size of the root disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:647
+#: lib/cr_tf/config.py:693
 msgid "The maximal size of the root disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:700
+#: lib/cr_tf/config.py:716 lib/cr_tf/config.py:885
+msgid "Creating a {}-object with parameters:"
+msgstr ""
+
+#: lib/cr_tf/config.py:721 lib/cr_tf/config.py:890
+msgid "Created object:"
+msgstr ""
+
+#: lib/cr_tf/config.py:774
 msgid "Checking config section {!r}:"
 msgstr ""
 
-#: lib/cr_tf/config.py:711
+#: lib/cr_tf/config.py:785
 msgid "Empty VSPhere name found."
 msgstr ""
 
-#: lib/cr_tf/config.py:763
+#: lib/cr_tf/config.py:837
 msgid "Checking config section {s!r} ({n}) ..."
 msgstr ""
 
-#: lib/cr_tf/config.py:804
+#: lib/cr_tf/config.py:879 lib/cr_tf/config.py:927
 msgid "Unknown configuration parameter {k!r} with value {v!r} for VSPhere {n!r} found."
 msgstr ""
 
-#: lib/cr_tf/config.py:810
-msgid "Creating a {}-object with parameters:"
+#: lib/cr_tf/config.py:933
+msgid "Updated object:"
 msgstr ""
 
-#: lib/cr_tf/config.py:815
-msgid "Created object:"
+#: lib/cr_tf/config.py:945 lib/cr_tf/config.py:986
+msgid "Checking config section {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/config.py:827 lib/cr_tf/config.py:868
-msgid "Checking config section {!r} ..."
+#: lib/cr_tf/config.py:1034
+msgid "Invalid puppet environment {env!r} found in {k!r}."
 msgstr ""
 
-#: lib/cr_tf/errors.py:58
+#: lib/cr_tf/errors.py:72
 msgid "The network {!r} is not existing."
 msgstr ""
 
-#: lib/cr_tf/handler.py:80
+#: lib/cr_tf/handler.py:128
 msgid "<some unknown step>"
 msgstr ""
 
-#: lib/cr_tf/handler.py:85
+#: lib/cr_tf/handler.py:133
 msgid "Aborting after {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:122
+#: lib/cr_tf/handler.py:170
 msgid "After initialization of all objects and handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:123
+#: lib/cr_tf/handler.py:171
+msgid "After initialisation of VSPhere handlers."
+msgstr ""
+
+#: lib/cr_tf/handler.py:172
 msgid "After reading the given YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:124
+#: lib/cr_tf/handler.py:173
 msgid "After retrieving all DNS zones from PowerDNS."
 msgstr ""
 
-#: lib/cr_tf/handler.py:125
-msgid "After initialisation of VSPhere handlers."
+#: lib/cr_tf/handler.py:174
+msgid "After testing VSPhere handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:126
+#: lib/cr_tf/handler.py:175
 msgid "After collecting all VMWare and local folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:127
+#: lib/cr_tf/handler.py:176
 msgid "After collecting all VMWare clusters."
 msgstr ""
 
-#: lib/cr_tf/handler.py:128
+#: lib/cr_tf/handler.py:177
 msgid "After collecting all VMWare datastores."
 msgstr ""
 
-#: lib/cr_tf/handler.py:129
+#: lib/cr_tf/handler.py:178
 msgid "After collecting all VMWare datastore clusters."
 msgstr ""
 
-#: lib/cr_tf/handler.py:130
+#: lib/cr_tf/handler.py:179
 msgid "After collecting all VMWare networks."
 msgstr ""
 
-#: lib/cr_tf/handler.py:131
+#: lib/cr_tf/handler.py:180
 msgid "After validating all given VMWare templates."
 msgstr ""
 
-#: lib/cr_tf/handler.py:132
+#: lib/cr_tf/handler.py:181
 msgid "After syntax validating of data from loaded YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:133
+#: lib/cr_tf/handler.py:182
 msgid "After validating all given storage data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:134
+#: lib/cr_tf/handler.py:183
 msgid "After validating all given network interface data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:135
+#: lib/cr_tf/handler.py:184
 msgid "After validating all given DNS data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:136
+#: lib/cr_tf/handler.py:185
 msgid "After performing all necessary actions in DNS."
 msgstr ""
 
-#: lib/cr_tf/handler.py:137
+#: lib/cr_tf/handler.py:186
 msgid "After ensuring availability of the project directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:138
+#: lib/cr_tf/handler.py:187
 msgid "After creation of the Terraform project files."
 msgstr ""
 
-#: lib/cr_tf/handler.py:139
+#: lib/cr_tf/handler.py:188
 msgid "After ensuring availability of VM folders in VMWare vSphere."
 msgstr ""
 
-#: lib/cr_tf/handler.py:223
+#: lib/cr_tf/handler.py:274
+msgid "Given configuration:"
+msgstr ""
+
+#: lib/cr_tf/handler.py:278
 msgid "Directory for postinstall scripts: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:225
+#: lib/cr_tf/handler.py:280
 msgid "Directory for postinstall scripts {!r} does not exists."
 msgstr ""
 
-#: lib/cr_tf/handler.py:229
+#: lib/cr_tf/handler.py:284
 msgid "Path {!r} for postinstall scripts exists, but is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:242
+#: lib/cr_tf/handler.py:297
 msgid "Setting simulate of all subsequent objects to {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:268
+#: lib/cr_tf/handler.py:323
 msgid "Invalid step name {!r} for interrupting execution."
 msgstr ""
 
-#: lib/cr_tf/handler.py:324
+#: lib/cr_tf/handler.py:379
 msgid "Invalid time zone name {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:326
+#: lib/cr_tf/handler.py:381
 msgid "Setting time zone to {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:348
+#: lib/cr_tf/handler.py:403
 msgid "No configuration given before initialisation of handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:352
+#: lib/cr_tf/handler.py:407
 msgid "{n} is not a {e}-instance, but a {w}-instance instead."
 msgstr ""
 
-#: lib/cr_tf/handler.py:363
+#: lib/cr_tf/handler.py:418
 msgid "Initialize some additional handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:390
+#: lib/cr_tf/handler.py:446
 msgid "Checking the terraform version ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:394 lib/cr_tf/handler.py:2812 lib/cr_tf/handler.py:2855
+#: lib/cr_tf/handler.py:450 lib/cr_tf/handler.py:2922
 msgid "Executing {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:397 lib/cr_tf/handler.py:2823 lib/cr_tf/handler.py:2852
-#: lib/cr_tf/handler.py:2866
+#: lib/cr_tf/handler.py:453 lib/cr_tf/handler.py:2933 lib/cr_tf/handler.py:2962
 msgid "Completed process:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:400
+#: lib/cr_tf/handler.py:456
 msgid "No output on command {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:405
+#: lib/cr_tf/handler.py:461
 msgid "First line:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:408
+#: lib/cr_tf/handler.py:464
 msgid "Could not evaluate version output of terraform:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:412
+#: lib/cr_tf/handler.py:468
 msgid "Terraform version: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:415 lib/cr_tf/handler.py:423
+#: lib/cr_tf/handler.py:471 lib/cr_tf/handler.py:479
 msgid "Checking for {o}{m!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:418 lib/cr_tf/handler.py:426
+#: lib/cr_tf/handler.py:474 lib/cr_tf/handler.py:482
 msgid "Invalid version {c!r} of terraform, expected {o}{m!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:434
+#: lib/cr_tf/handler.py:490
 msgid "Self destruction."
 msgstr ""
 
-#: lib/cr_tf/handler.py:447
+#: lib/cr_tf/handler.py:503 lib/cr_tf/handler.py:528
 msgid "{}-object not initialized."
 msgstr ""
 
-#: lib/cr_tf/handler.py:453
+#: lib/cr_tf/handler.py:509
 msgid "Go ahead..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:459
+#: lib/cr_tf/handler.py:514
+msgid "Initialising VSPhere handlers."
+msgstr ""
+
+#: lib/cr_tf/handler.py:534
 msgid "Simulation mode"
 msgstr ""
 
-#: lib/cr_tf/handler.py:461
+#: lib/cr_tf/handler.py:536
 msgid "Necessary DNS records are not created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:462
+#: lib/cr_tf/handler.py:537
 msgid "Terraform files are not created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:485
-msgid "Initialising VSPhere handlers."
+#: lib/cr_tf/handler.py:560
+msgid "Cpllecting first information from vSPhere."
 msgstr ""
 
-#: lib/cr_tf/handler.py:491
+#: lib/cr_tf/handler.py:566
 msgid "Retrieving information from vSphere."
 msgstr ""
 
-#: lib/cr_tf/handler.py:509
+#: lib/cr_tf/handler.py:584
 msgid "Validated VMs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:515
+#: lib/cr_tf/handler.py:590
 msgid "There is one existing virtual machine."
 msgid_plural "There are {c} existing virtual machines."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:520
+#: lib/cr_tf/handler.py:595
 msgid "Existing virtual machine:"
 msgid_plural "Existing virtual machines:"
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:523
+#: lib/cr_tf/handler.py:598
 msgid "No existing virtual machines found in YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:531
+#: lib/cr_tf/handler.py:606
 msgid "Finished all steps."
 msgstr ""
 
-#: lib/cr_tf/handler.py:541
+#: lib/cr_tf/handler.py:616
 msgid "And how I said before - it was only a simulation!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:552
+#: lib/cr_tf/handler.py:627
 msgid "Current {} object:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:554 lib/cr_tf/handler.py:573 lib/cr_tf/handler.py:627 lib/cr_tf/handler.py:648
-#: lib/cr_tf/handler.py:676 lib/cr_tf/handler.py:760 lib/cr_tf/handler.py:774 lib/cr_tf/handler.py:788
-#: lib/cr_tf/handler.py:808 lib/cr_tf/handler.py:826 lib/cr_tf/handler.py:850 lib/cr_tf/handler.py:894
-#: lib/cr_tf/handler.py:912 lib/cr_tf/handler.py:930 lib/cr_tf/handler.py:942 lib/cr_tf/handler.py:955
-#: lib/cr_tf/handler.py:967 lib/cr_tf/handler.py:979
+#: lib/cr_tf/handler.py:629 lib/cr_tf/handler.py:648 lib/cr_tf/handler.py:702 lib/cr_tf/handler.py:723
+#: lib/cr_tf/handler.py:751 lib/cr_tf/handler.py:821 lib/cr_tf/handler.py:860 lib/cr_tf/handler.py:883
+#: lib/cr_tf/handler.py:906 lib/cr_tf/handler.py:926 lib/cr_tf/handler.py:944 lib/cr_tf/handler.py:968
+#: lib/cr_tf/handler.py:1012 lib/cr_tf/handler.py:1030 lib/cr_tf/handler.py:1048
+#: lib/cr_tf/handler.py:1060 lib/cr_tf/handler.py:1073 lib/cr_tf/handler.py:1085
+#: lib/cr_tf/handler.py:1097
 msgid "Finished step {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:567
+#: lib/cr_tf/handler.py:642
 msgid "Found one error in evaluation of YAML data of {f!r}."
 msgid_plural "Found {n} errors in evaluation of YAML data of {f!r}."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:583
+#: lib/cr_tf/handler.py:658
 msgid "Collecting all VMWare and local folders ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:584
+#: lib/cr_tf/handler.py:659
 msgid "Get vSphere datacenter ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:588
+#: lib/cr_tf/handler.py:663
 msgid "Collecting vSphere folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:595
+#: lib/cr_tf/handler.py:670
 msgid "Collected vSphere folders:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:603
+#: lib/cr_tf/handler.py:678
 msgid "Project name is {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:605
+#: lib/cr_tf/handler.py:680
 msgid "Project directory is: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:621
+#: lib/cr_tf/handler.py:696
 msgid "Did not found root terraform directory above {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:625
+#: lib/cr_tf/handler.py:700
 msgid "Full project name: {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:638
+#: lib/cr_tf/handler.py:713
 msgid "Retrieving informations from PowerDNS ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:642
+#: lib/cr_tf/handler.py:717
 msgid "Found one error in exploring PowerDNS zones."
 msgid_plural "Found {n} errors in exploring PowerDNS zones."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:666
+#: lib/cr_tf/handler.py:741
 msgid "There is only one, unique VSPhere definition allowed in a project file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:668
+#: lib/cr_tf/handler.py:743
 msgid "In {f!r} were found {nr} different VSPhere definitions:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:688
+#: lib/cr_tf/handler.py:763
 msgid "VSPhere {!r} not defined in configuration."
 msgstr ""
 
-#: lib/cr_tf/handler.py:710
+#: lib/cr_tf/handler.py:790
 msgid "Initialising a {}-object with params:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:717
+#: lib/cr_tf/handler.py:814
 msgid "Created {}-object:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:730
+#: lib/cr_tf/handler.py:830
 msgid "Assigning not defined templates and clusters of VMs by their appropriate default values."
 msgstr ""
 
-#: lib/cr_tf/handler.py:739
+#: lib/cr_tf/handler.py:839
 msgid "Setting cluster of {n!r} to {c!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:746
+#: lib/cr_tf/handler.py:846
 msgid "Setting template of {n!r} to {t!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:757
+#: lib/cr_tf/handler.py:857
 msgid "Searching for clusters in VSPhere {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:771
+#: lib/cr_tf/handler.py:873
 msgid "Searching for datastores in VSPhere {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:785
+#: lib/cr_tf/handler.py:878
+msgid "Found one datastore."
+msgid_plural "Found {n} datastores."
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/cr_tf/handler.py:881
+msgid "No VSPhere datastores found."
+msgstr ""
+
+#: lib/cr_tf/handler.py:896
 msgid "Searching for datastore clusters in VSPhere {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:799
+#: lib/cr_tf/handler.py:901
+msgid "Found one datastore cluster."
+msgid_plural "Found {n} datastore clusters."
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/cr_tf/handler.py:904
+msgid "No VSPhere datastore clusters found."
+msgstr ""
+
+#: lib/cr_tf/handler.py:917
 msgid "Searching for networks in VSPhere {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:802
+#: lib/cr_tf/handler.py:920
 msgid "Found one error in exploring vSphere {v!r} resources."
 msgid_plural "Found {n} errors in exploring vSphere {v!r} resources."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:820
+#: lib/cr_tf/handler.py:938
 msgid "Found one error in exploring vSphere templates."
 msgid_plural "Found {n} errors in exploring vSphere templates."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:837
+#: lib/cr_tf/handler.py:955
 msgid "Validating information from YAML file ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:841
+#: lib/cr_tf/handler.py:959
 msgid "Found one error in validating vSphere computing clusters."
 msgid_plural "Found {n} errors in validating vSphere computing clusters."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:857
+#: lib/cr_tf/handler.py:975
 msgid "Got a list of all VMs and templates ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:876
+#: lib/cr_tf/handler.py:994
 msgid "All existing VMs and templates:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:888
+#: lib/cr_tf/handler.py:1006
 msgid "Found one error in validating VM storages."
 msgid_plural "Found {n} errors in validating VM storages."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:906
+#: lib/cr_tf/handler.py:1024
 msgid "Found one error in validating VM interfaces."
 msgid_plural "Found {n} errors in validating VM interfaces."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:924
+#: lib/cr_tf/handler.py:1042
 msgid "Found one error in validating DNS mappings."
 msgid_plural "Found {n} errors in validating DNS mappings."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:986
+#: lib/cr_tf/handler.py:1104
 msgid "Reading YAML file {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:997
+#: lib/cr_tf/handler.py:1115
 msgid "Error in YAML file {f!r}: {e}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1001
+#: lib/cr_tf/handler.py:1119
 msgid "Error position: {li}:{c}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1006
+#: lib/cr_tf/handler.py:1124
 msgid "Read data from YAML file:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1009
+#: lib/cr_tf/handler.py:1127
 msgid "Data read from YAML file {f!r} are not a dictionary, but a {c} object instead."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1025
+#: lib/cr_tf/handler.py:1143
 msgid "Searching for default VM definition ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1034
+#: lib/cr_tf/handler.py:1152
 msgid "Searching for VM definitions ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1051
+#: lib/cr_tf/handler.py:1169
 msgid "Evaluated VMs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1065
+#: lib/cr_tf/handler.py:1183
 msgid "{c} in evaluating template VM: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1071
+#: lib/cr_tf/handler.py:1189
 msgid "Defined Terraform Template VM {n!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1089
+#: lib/cr_tf/handler.py:1207
 msgid "{c} in evaluating VM: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1094
+#: lib/cr_tf/handler.py:1212
 msgid "Defined Terraform-VM {n!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1098
+#: lib/cr_tf/handler.py:1216
 msgid "VM {!r} is already defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1108
+#: lib/cr_tf/handler.py:1226
 msgid "Group definition list is not a list:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1114
+#: lib/cr_tf/handler.py:1232
 msgid "Maximum recursion depth for VM groups of {} reached."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1118
+#: lib/cr_tf/handler.py:1236
 msgid "Evaluating group list:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1120
+#: lib/cr_tf/handler.py:1238
 msgid "Used template: {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1129 lib/cr_tf/terraform/vm.py:254
+#: lib/cr_tf/handler.py:1247 lib/cr_tf/terraform/vm.py:259
 msgid "VM definition is not a dictionary:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1143
+#: lib/cr_tf/handler.py:1261
 msgid "No group name defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1147
+#: lib/cr_tf/handler.py:1265
 msgid "Searching for group default VM definition in group {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1162
+#: lib/cr_tf/handler.py:1280
 msgid "Used template for creating VMs in group {g!r}: {n!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1165
+#: lib/cr_tf/handler.py:1283
 msgid "Used template structure:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1168
+#: lib/cr_tf/handler.py:1286
 msgid "Searching for VM definitions in group {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1185
+#: lib/cr_tf/handler.py:1303
 msgid "Exploring all vSphere templates ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1200
+#: lib/cr_tf/handler.py:1318
 msgid "VM {!r} has not template defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1203
+#: lib/cr_tf/handler.py:1321
 msgid "All {} VSPhere templates to explore:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1212
+#: lib/cr_tf/handler.py:1330
 msgid "Searching for template {t!r} in VSPhere {v!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1222
+#: lib/cr_tf/handler.py:1340
 msgid "Template {t!r} not found in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1227
+#: lib/cr_tf/handler.py:1345
 msgid "All explored vSphere templates:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1240
+#: lib/cr_tf/handler.py:1358
 msgid "Validating existence of computing clusters of the VMs."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1261
+#: lib/cr_tf/handler.py:1379
 msgid "Checking existence of computing cluster {c!r} in VSPhere {v!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1269
+#: lib/cr_tf/handler.py:1387
 msgid "Found computing cluster {cl!r} in VSPhere {v!r} (defined for VMs {vms})."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1273
+#: lib/cr_tf/handler.py:1391
 msgid "Computing cluster {cl!r} (defined for VMs {vms}) in VSPhere {v!r} not found."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1282
+#: lib/cr_tf/handler.py:1400
 msgid "Validating existence of VMs in VMWare."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1299
+#: lib/cr_tf/handler.py:1417
 msgid "[{m}]  - VM is already existing in VSphere {v!r}, path {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1307
+#: lib/cr_tf/handler.py:1425
 msgid "VM info:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1309
+#: lib/cr_tf/handler.py:1427
 msgid "Datastore of VM {vm!r}: {ds!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1329
+#: lib/cr_tf/handler.py:1447
 msgid "CAUTION!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1333
+#: lib/cr_tf/handler.py:1451
 msgid "Did not found any VM to deploy!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1336
+#: lib/cr_tf/handler.py:1454
 msgid "No VMs to deploy"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1352
+#: lib/cr_tf/handler.py:1470
 msgid "Used datastore clusters:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1354
+#: lib/cr_tf/handler.py:1472
 msgid "No datastore clusters are used."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1361
+#: lib/cr_tf/handler.py:1479
 msgid "Used datastors:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1363
+#: lib/cr_tf/handler.py:1481
 msgid "No datastores are used."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1368
+#: lib/cr_tf/handler.py:1486
 msgid "Validating given datastore clusters of VMs ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1393
+#: lib/cr_tf/handler.py:1511
 msgid "Found datastore cluster {c!r} in VSphere {v!r} for VM {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1397
+#: lib/cr_tf/handler.py:1515
 msgid "Setting datastore cluster for VM {n!r} to {c!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1402
+#: lib/cr_tf/handler.py:1520
 msgid "Free space of cluster {c!r} in VSphere {v!r} before provisioning: {a:0.1f} GiB."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1407
+#: lib/cr_tf/handler.py:1525
 msgid ""
 "Datastore cluster {d!r} in VSphere {v!r} has not sufficient space for storage of VM {vm!r} "
 "(needed {n:0.1f} GiB, available {a:0.1f} GiB)."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1417
+#: lib/cr_tf/handler.py:1535
 msgid "Free space in cluster {c!r} in VSphere {v!r} after provisioning: {a:0.1f} GiB."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1429
+#: lib/cr_tf/handler.py:1547
 msgid "Datastore cluster {c!r} of VM {n!r} not found in VSphere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1436
+#: lib/cr_tf/handler.py:1554
 msgid "Validating given datastores of VMs and assign failing ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1442
+#: lib/cr_tf/handler.py:1560
 msgid "Removing defined datastore {d!r} for VM {n!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1467 lib/cr_tf/handler.py:1575
+#: lib/cr_tf/handler.py:1585 lib/cr_tf/handler.py:1693
 msgid "Did not found cluster object {c!r} for VM {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1477 lib/cr_tf/handler.py:1512
+#: lib/cr_tf/handler.py:1595 lib/cr_tf/handler.py:1630
 msgid "Found datastore {d!r} for VM {n!r} in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1480
+#: lib/cr_tf/handler.py:1598
 msgid "Datastore {d!r} not available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1484
+#: lib/cr_tf/handler.py:1602
 msgid "Setting datastore for VM {n!r} to {d!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1489
+#: lib/cr_tf/handler.py:1607
 msgid ""
 "Datastore {d!r} has not sufficient space for storage of VM {v!r} (needed {n:0.1f} GiB, available"
 " {a:0.1f} GiB)."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1500
+#: lib/cr_tf/handler.py:1618
 msgid "Datastore {d!r} of VM {n!r} not found in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1525
+#: lib/cr_tf/handler.py:1643
 msgid "Validating interfaces of VMs and assign networks ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1530
+#: lib/cr_tf/handler.py:1648
 msgid "Validated FQDNs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1531
+#: lib/cr_tf/handler.py:1649
 msgid "Validated Addresses:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1541
+#: lib/cr_tf/handler.py:1659
 msgid "Used networks:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1547
+#: lib/cr_tf/handler.py:1665
 msgid "Used forward DNS entries:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1553
+#: lib/cr_tf/handler.py:1671
 msgid "Used reverse DNS entries:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1559
+#: lib/cr_tf/handler.py:1677
 msgid "Checking interfaces of VM {n!r} in VSPhere {v!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1563
+#: lib/cr_tf/handler.py:1681
 msgid "No interfaces defined for VM {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1591
+#: lib/cr_tf/handler.py:1709
 msgid "Checking interface {i} of VM {n!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1595
+#: lib/cr_tf/handler.py:1713
 msgid "Interface {i} of VM {n!r} has no defined address."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1601
+#: lib/cr_tf/handler.py:1719
 msgid "Interface {i} of VM {n!r} has no defined FQDN."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1607
+#: lib/cr_tf/handler.py:1725
 msgid "FQDN {f!r} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1619
+#: lib/cr_tf/handler.py:1737
 msgid "IPv4 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1634
+#: lib/cr_tf/handler.py:1752
 msgid "IPv6 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1650
+#: lib/cr_tf/handler.py:1768
 msgid "Could not find network {n!r} for VM {v!r}, interface {i}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1662
+#: lib/cr_tf/handler.py:1780
 msgid "Found network {n!r} for interface {i} of VM {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1666
+#: lib/cr_tf/handler.py:1784
 msgid "Network {n!r} for interface {i} of VM {v!r} not available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1671
+#: lib/cr_tf/handler.py:1789
 msgid "Network {n!r} is available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1676
+#: lib/cr_tf/handler.py:1794
 msgid "Setting gateway of interface {i} of VM {v!r} to {g}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1696
+#: lib/cr_tf/handler.py:1814
 msgid "Validating DNS mappings ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1706 lib/cr_tf/handler.py:1716
+#: lib/cr_tf/handler.py:1824 lib/cr_tf/handler.py:1834
 msgid "None"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1707
+#: lib/cr_tf/handler.py:1825
 msgid "Forward DNS entries to create:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1717
+#: lib/cr_tf/handler.py:1835
 msgid "Reverse DNS entries to create:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1725
+#: lib/cr_tf/handler.py:1843
 msgid "Validating forward DNS mappings ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1730
+#: lib/cr_tf/handler.py:1848
 msgid "Validating {f!r} => {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1756
+#: lib/cr_tf/handler.py:1874
 msgid "Found existing addresses for {f!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1758
+#: lib/cr_tf/handler.py:1876
 msgid "Did not found existing addresses for {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1765 lib/cr_tf/handler.py:1773
+#: lib/cr_tf/handler.py:1883 lib/cr_tf/handler.py:1891
 msgid "FQDN {f!r} already points to {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1778
+#: lib/cr_tf/handler.py:1896
 msgid "FQDN {f!r} has already existing addresses, but none of them are {a!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1794
+#: lib/cr_tf/handler.py:1912
 msgid "Validating reverse DNS mappings ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1799
+#: lib/cr_tf/handler.py:1917
 msgid "Validating {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1806
+#: lib/cr_tf/handler.py:1924
 msgid "Got reverse info:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1813
+#: lib/cr_tf/handler.py:1931
 msgid "Did not found reverse pointer for {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1821
+#: lib/cr_tf/handler.py:1939
 msgid "Found reverse pointer {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1824
+#: lib/cr_tf/handler.py:1942
 msgid "Reverse pointer for {!r} was already existing."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1828
+#: lib/cr_tf/handler.py:1946
 msgid "Address {a!r} has already an existing reverse pointer to {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1839 lib/cr_tf/handler.py:1860 lib/cr_tf/handler.py:1881
+#: lib/cr_tf/handler.py:1957 lib/cr_tf/handler.py:1978 lib/cr_tf/handler.py:1999
 msgid "Method {c}.{m} expected at most one argument, got {n}."
 msgid_plural "Method {c}.{m} expected at most {e} arguments, got {n}."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:1851
+#: lib/cr_tf/handler.py:1969
 msgid "Did not found network {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1872
+#: lib/cr_tf/handler.py:1990
 msgid "Did not found datastore cluster {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1893
+#: lib/cr_tf/handler.py:2011
 msgid "Did not found datastore {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1899
+#: lib/cr_tf/handler.py:2017
 msgid "Performing DNS actions ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1915
+#: lib/cr_tf/handler.py:2033
 msgid "There was one error in creating DNS mappings."
 msgid_plural "There were {n} errors in creating DNS mappings."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:1921
+#: lib/cr_tf/handler.py:2039
 msgid "No errors in creating DNS mappings."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1931
+#: lib/cr_tf/handler.py:2049
 msgid "Increasing serial of zone {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1950
+#: lib/cr_tf/handler.py:2068
 msgid "Got zone {z!r} for FQDN {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1953
+#: lib/cr_tf/handler.py:2071
 msgid "Did not found zone to insert {t}-record for {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1971
+#: lib/cr_tf/handler.py:2089
 msgid "Trying to create PTR-record {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1976
+#: lib/cr_tf/handler.py:2094
 msgid "PTR of {a!r}: {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1981
+#: lib/cr_tf/handler.py:2099
 msgid "Got reverse zone {z!r} for address {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1984
+#: lib/cr_tf/handler.py:2102
 msgid "Did not found zone to insert PTR-record {p!r} ({a})."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1998
+#: lib/cr_tf/handler.py:2116
 msgid "Ensuring existence of directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2002
+#: lib/cr_tf/handler.py:2120
 msgid "Directory {!r} already exists."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2004
+#: lib/cr_tf/handler.py:2122
 msgid "Path {!r} exists, but is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2007
+#: lib/cr_tf/handler.py:2125
 msgid "Creating directory {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2009
+#: lib/cr_tf/handler.py:2127
 msgid "Simulation mode - directory will not be created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2014
+#: lib/cr_tf/handler.py:2132
 msgid "Could not create directory {d!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2022
+#: lib/cr_tf/handler.py:2140
 msgid "Directory {!r} does not exists ?!?!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2026
+#: lib/cr_tf/handler.py:2144
 msgid "No write access to directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2029
+#: lib/cr_tf/handler.py:2147
 msgid "Changing into directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2034
+#: lib/cr_tf/handler.py:2152
 msgid "Script-Dir relative to project dir: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2037
+#: lib/cr_tf/handler.py:2155
 msgid "Checking {!r} for a previous terraform configuration."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2042
+#: lib/cr_tf/handler.py:2160
 msgid "In {d!r} there exists already {w!r}, but this is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2048
+#: lib/cr_tf/handler.py:2166
 msgid "In {d!r} there exists already {w!r}, but this not a file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2053
+#: lib/cr_tf/handler.py:2171
 msgid ""
 "In directory {d!r} there are already existing both {w1!r} and {w2!r}. Is this an old terraform "
 "project?"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2063
+#: lib/cr_tf/handler.py:2181
 msgid "Cleaning project directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2072
+#: lib/cr_tf/handler.py:2190
 msgid "Directory {!r} is already clean."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2077
+#: lib/cr_tf/handler.py:2195
 msgid "Removing recursive directory {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2081
+#: lib/cr_tf/handler.py:2199
 msgid "Removing {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2090
+#: lib/cr_tf/handler.py:2208
 msgid "Creating all necessary files for terraform."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2111 lib/cr_tf/handler.py:2163 lib/cr_tf/handler.py:2233
-#: lib/cr_tf/handler.py:2250 lib/cr_tf/handler.py:2349
+#: lib/cr_tf/handler.py:2229 lib/cr_tf/handler.py:2280 lib/cr_tf/handler.py:2341
+#: lib/cr_tf/handler.py:2358 lib/cr_tf/handler.py:2457
 msgid "Creating {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2117 lib/cr_tf/handler.py:2252
+#: lib/cr_tf/handler.py:2235 lib/cr_tf/handler.py:2360
 msgid "Creating {w} for VSPhere {v!r} ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2374
+#: lib/cr_tf/handler.py:2482
 msgid "No minimum version of Terraform defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2389
+#: lib/cr_tf/handler.py:2497
 msgid "Creating terraform files for VM instances."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2400
+#: lib/cr_tf/handler.py:2508
 msgid "Creating file {f!r} for VM instance {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2408
+#: lib/cr_tf/handler.py:2516
 msgid "Using template:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2433
+#: lib/cr_tf/handler.py:2541
 msgid "Writing {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2450
+#: lib/cr_tf/handler.py:2558
 msgid "Generating global definitions of {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2458
+#: lib/cr_tf/handler.py:2566
 msgid "Cluster {!r} not found - this shouldn't be happened."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2513
+#: lib/cr_tf/handler.py:2621
 msgid "Generating interface definition {i} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2534
+#: lib/cr_tf/handler.py:2642
 msgid "Generating disk definition {i} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2554
+#: lib/cr_tf/handler.py:2662
 msgid "Generating customization of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2596
+#: lib/cr_tf/handler.py:2704
 msgid "Generating file provisioner for {f!r} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2803
+#: lib/cr_tf/handler.py:2913
 msgid "Ensuring existence of all necessary vSphere VM folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2827
+#: lib/cr_tf/handler.py:2937
 msgid "Importing existing virtual machines ..."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2833
+#: lib/cr_tf/handler.py:2943
 msgid "Importing VM {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2850
+#: lib/cr_tf/handler.py:2960
 msgid "Error on importing VM {!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2872
+#: lib/cr_tf/handler.py:2982
 msgid "Congratulations!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2874
+#: lib/cr_tf/handler.py:2984
 msgid "Now you are ready to deploy the following virtual machines:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2878
+#: lib/cr_tf/handler.py:2988
 msgid "To start the deployment process change to directory {}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2881
+#: lib/cr_tf/handler.py:2991
 msgid "and enter: {}"
 msgstr ""
 
@@ -1295,7 +1406,7 @@ msgstr ""
 msgid "IP address {!r} is not an IPv6 address."
 msgstr ""
 
-#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:720
+#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:728
 msgid "The hostname {!r} is no a valid FQDN."
 msgstr ""
 
@@ -1323,7 +1434,7 @@ msgstr ""
 msgid "Interface definition is not a dictionary:"
 msgstr ""
 
-#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:294
+#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:299
 msgid "Evaluating key {k!r}: {v}"
 msgstr ""
 
@@ -1331,283 +1442,287 @@ msgstr ""
 msgid "Copying Terraform interface object with address {}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:228
+#: lib/cr_tf/terraform/vm.py:233
 msgid "A VM template definition may not have a FQDN (found: {!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:232
+#: lib/cr_tf/terraform/vm.py:237
 msgid "A VM template definition must have a name."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:236
+#: lib/cr_tf/terraform/vm.py:241
 msgid "A VM definition (no template) must have a FQDN."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:251
+#: lib/cr_tf/terraform/vm.py:256
 msgid "Trying to instantiate VM from data:"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:259
+#: lib/cr_tf/terraform/vm.py:264
 msgid "Given parameter {!r} is not a TerraformVm object."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:329
+#: lib/cr_tf/terraform/vm.py:334
 msgid "Could not evaluate nameservers from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:340
+#: lib/cr_tf/terraform/vm.py:345
 msgid "Could not evaluate search domains from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:355
+#: lib/cr_tf/terraform/vm.py:361
 msgid "Template definitions may not have interface definitions."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:363
+#: lib/cr_tf/terraform/vm.py:369
 msgid "Could not evaluate interfaces from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:366
+#: lib/cr_tf/terraform/vm.py:372
 msgid "Unknown VM definition key {k!r} with value: {v!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:429
+#: lib/cr_tf/terraform/vm.py:385
+msgid "Applying vSphere {!r} to VM."
+msgstr ""
+
+#: lib/cr_tf/terraform/vm.py:437
 msgid "Could not evaluate size of root disk, {!r} is not a dictionary."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:441
+#: lib/cr_tf/terraform/vm.py:449
 msgid "Could not evaluate data disk from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:454
+#: lib/cr_tf/terraform/vm.py:462
 msgid "Data disks for VM {!r} were set to None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:456
+#: lib/cr_tf/terraform/vm.py:464
 msgid "Could not evaluate data disks from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:477
+#: lib/cr_tf/terraform/vm.py:485
 msgid "Key {k!r} has no string value, but a {c!r} instead."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:485
+#: lib/cr_tf/terraform/vm.py:493
 msgid "Invalid contact name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:492 lib/cr_tf/terraform/vm.py:547
+#: lib/cr_tf/terraform/vm.py:500 lib/cr_tf/terraform/vm.py:555
 msgid "Invalid puppet customer name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:499 lib/cr_tf/terraform/vm.py:554
+#: lib/cr_tf/terraform/vm.py:507 lib/cr_tf/terraform/vm.py:562
 msgid "Invalid puppet customer project name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:506 lib/cr_tf/terraform/vm.py:561
+#: lib/cr_tf/terraform/vm.py:514 lib/cr_tf/terraform/vm.py:569
 msgid "Invalid puppet role {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:513 lib/cr_tf/terraform/vm.py:568
+#: lib/cr_tf/terraform/vm.py:521 lib/cr_tf/terraform/vm.py:576
 msgid "Invalid puppet tier {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:520 lib/cr_tf/terraform/vm.py:576
+#: lib/cr_tf/terraform/vm.py:528 lib/cr_tf/terraform/vm.py:584
 msgid "Setting Puppet environment to {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:522 lib/cr_tf/terraform/vm.py:579
+#: lib/cr_tf/terraform/vm.py:530 lib/cr_tf/terraform/vm.py:587
 msgid "Invalid puppet environment {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:535
+#: lib/cr_tf/terraform/vm.py:543
 msgid "Evaluating sub key of {d!r}: {k!r} => {v!r}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:540
+#: lib/cr_tf/terraform/vm.py:548
 msgid "Invalid puppet contact name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:591
+#: lib/cr_tf/terraform/vm.py:599
 msgid "Template"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:596
+#: lib/cr_tf/terraform/vm.py:604
 msgid "Copying Terraform VM object {!r} ..."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:628 lib/cr_tf/terraform/vm.py:655
+#: lib/cr_tf/terraform/vm.py:636 lib/cr_tf/terraform/vm.py:663
 msgid "Parameter {p} {ns!r} is not iterable."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:637
+#: lib/cr_tf/terraform/vm.py:645
 msgid "There are at most {mx} nameservers accepted, {addr} will not be considered."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:645
+#: lib/cr_tf/terraform/vm.py:653
 msgid "Invalid nameserver address {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:662
+#: lib/cr_tf/terraform/vm.py:670
 msgid "There are at most {mx} search domains accepted, {srv} will not be considered."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:724
+#: lib/cr_tf/terraform/vm.py:732
 msgid "The hostname {!r} may not end with a dot '.'."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:743
+#: lib/cr_tf/terraform/vm.py:751
 msgid "The name of a template VM may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:751
+#: lib/cr_tf/terraform/vm.py:759
 msgid "The name of a template VM may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:766
+#: lib/cr_tf/terraform/vm.py:774
 msgid "The name of the VSPhere may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:771
+#: lib/cr_tf/terraform/vm.py:779
 msgid "The name of the VSPhere may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:810
+#: lib/cr_tf/terraform/vm.py:818
 msgid "Invalid number of CPUs {n} - number must be {min} <= NUMBER <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:827
+#: lib/cr_tf/terraform/vm.py:835
 msgid "Trying to detect memory from value {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:831
+#: lib/cr_tf/terraform/vm.py:839
 msgid "Invalid memory {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:841
+#: lib/cr_tf/terraform/vm.py:849
 msgid "Invalid memory {m} - memory must be {min} <= MiBytes <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:846
+#: lib/cr_tf/terraform/vm.py:854
 msgid "Invalid memory {m}, must be a multipe of {c}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:860
+#: lib/cr_tf/terraform/vm.py:868
 msgid "The name of the computing cluster of the VM may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:865
+#: lib/cr_tf/terraform/vm.py:873
 msgid "The name of the computing cluster of the VM may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:879
+#: lib/cr_tf/terraform/vm.py:887
 msgid "A folder name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:884
+#: lib/cr_tf/terraform/vm.py:892
 msgid "A folder name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:898
+#: lib/cr_tf/terraform/vm.py:906
 msgid "Invalid boot delay {b:0.1} - delay must be {min} <= NUMBER <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:955
+#: lib/cr_tf/terraform/vm.py:963
 msgid "Datastore type {t!r} not allowed, valid datastore types are: {li}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:969
+#: lib/cr_tf/terraform/vm.py:977
 msgid "A customer name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:974
+#: lib/cr_tf/terraform/vm.py:982
 msgid "A customer name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:993
+#: lib/cr_tf/terraform/vm.py:1001
 msgid "A purpose may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:998
+#: lib/cr_tf/terraform/vm.py:1006
 msgid "A purpose may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1011
+#: lib/cr_tf/terraform/vm.py:1019
 msgid "A template VM name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1016
+#: lib/cr_tf/terraform/vm.py:1024
 msgid "A template VM name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1029
+#: lib/cr_tf/terraform/vm.py:1037
 msgid "A puppet contact name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1034
+#: lib/cr_tf/terraform/vm.py:1042
 msgid "A puppet contact name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1047
+#: lib/cr_tf/terraform/vm.py:1055
 msgid "A puppet hiera customer name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1052
+#: lib/cr_tf/terraform/vm.py:1060
 msgid "A puppet hiera customer name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1055
+#: lib/cr_tf/terraform/vm.py:1063
 msgid "A puppet hiera customer name may not contain a slash (/) character."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1068
+#: lib/cr_tf/terraform/vm.py:1076
 msgid "A puppet hiera project name should not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1074
+#: lib/cr_tf/terraform/vm.py:1082
 msgid "A puppet hiera customer project may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1077
+#: lib/cr_tf/terraform/vm.py:1085
 msgid "A puppet hiera customer project may not contain a slash (/) character."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1110
+#: lib/cr_tf/terraform/vm.py:1118
 msgid "A puppet role may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1115
+#: lib/cr_tf/terraform/vm.py:1123
 msgid "A puppet role may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1128
+#: lib/cr_tf/terraform/vm.py:1136
 msgid "A puppet tier name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1133
+#: lib/cr_tf/terraform/vm.py:1141
 msgid "A puppet tier name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1137
+#: lib/cr_tf/terraform/vm.py:1145
 msgid "A puppet tier should be one of {li} (given: {v!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1163
-msgid "A puppet environment must be one of {li} (given: {v!r})."
+#: lib/cr_tf/terraform/vm.py:1171
+msgid "A puppet environment should be one of {li} (given: {v!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1188
+#: lib/cr_tf/terraform/vm.py:1195
 msgid "Invalid root disk size {n} - size must be {min} <= SIZE <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1262
+#: lib/cr_tf/terraform/vm.py:1269
 msgid "Resetting root disk."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1289
+#: lib/cr_tf/terraform/vm.py:1296
 msgid "Using parameters for init data disk:"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1297
+#: lib/cr_tf/terraform/vm.py:1304
 msgid "Got data disk:"
 msgstr ""
 
index 4b69fcddcd5a970a61b182a99424af585b487750..0c770fe30813e061ff7f289b7e1e18de29be3565 100644 (file)
@@ -1,13 +1,13 @@
 # German (Germany) translations for create_terraform.
-# Copyright (C) 2019 Frank Brehm, Pixelpark GmbH, Berlin
+# Copyright (C) 2021 Frank Brehm, Pixelpark GmbH, Berlin
 # This file is distributed under the same license as the create_terraform project.
-# Frank Brehm <frank.brehm@pixelpark.com>, 2019.
+# Frank Brehm <frank.brehm@pixelpark.com>, 2021.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: create_terraform 1.4.4\n"
+"Project-Id-Version: create_terraform 1.5.2\n"
 "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n"
-"POT-Creation-Date: 2019-12-18 12:14+0100\n"
+"POT-Creation-Date: 2021-09-09 17:55+0200\n"
 "PO-Revision-Date: 2019-12-18 12:30+0100\n"
 "Last-Translator: Frank Brehm <frank.brehm@pixelpark.com>\n"
 "Language: de_DE\n"
@@ -16,63 +16,99 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.7.0\n"
+"Generated-By: Babel 2.9.1\n"
 
-#: lib/cr_tf/app.py:82 lib/cr_tf/app.py:108
+#: lib/cr_tf/app.py:86 lib/cr_tf/app.py:112
 msgid "File {!r} does not exists."
 msgstr "Die Datei {!r} existiert nicht."
 
-#: lib/cr_tf/app.py:85 lib/cr_tf/app.py:111
+#: lib/cr_tf/app.py:89 lib/cr_tf/app.py:115
 msgid "File {!r} is not a regular file."
 msgstr "Die Datei {!r} ist keine reguläre Datei."
 
-#: lib/cr_tf/app.py:137
+#: lib/cr_tf/app.py:141
 msgid "The following steps to interrupt the execution after are available:"
 msgstr "Die folgenden Schritte, nach denen die Ausführung unterbrochen werden kann, sind verfügbar:"
 
-#: lib/cr_tf/app.py:140
+#: lib/cr_tf/app.py:144
 msgid "<no description>"
 msgstr "<keine Beschreibung>"
 
-#: lib/cr_tf/app.py:175
+#: lib/cr_tf/app.py:179
 msgid "Creates or updates a directory with a terraform environment on base of a given YAML file."
 msgstr ""
 "Erstellt oder aktualisiert ein Verzeichnis mit einer Terraform-Umgebung auf Basis einer "
 "gegebenen YAML-Datei."
 
-#: lib/cr_tf/app.py:223
+#: lib/cr_tf/app.py:210
+#, fuzzy
+#| msgid "Searching for networks in VSPhere {!r} ..."
+msgid "Searching for config file {!r} ..."
+msgstr "Suche nach Netzwerken in VSPhere {!r} …"
+
+#: lib/cr_tf/app.py:254
+#, fuzzy
+#| msgid "" "Configuration file {f!r} does not exists.\n" "Please copy {d!r} to {f!r} and fill out all
+#| necessary entries, e.g. the passwords and API keys."
 msgid ""
-"Configuration file {f!r} does not exists.\n"
-"Please copy {d!r} to {f!r} and fill out all necessary entries, e.g. the passwords and API keys."
+"Config file {f!r} not found, using defaults.\n"
+"To avoid this message, you may copy {d!r} to {c1!r}, {c2!r} or {c3!r} and fill out all necessary"
+" entries, e.g. the passwords and API keys."
 msgstr ""
 "Die Konfigurationsdatei {f!r} existiert nicht.\n"
 "Bitte kopiere {d!r} nach {f!r} und fülle alle notwendigen Felder, wie Paßworte und API-Keys, aus."
 
-#: lib/cr_tf/app.py:237
+#: lib/cr_tf/app.py:271
 msgid "Error in configuration:"
 msgstr "Konfigurationsfehler:"
 
-#: lib/cr_tf/app.py:246
+#: lib/cr_tf/app.py:274
 msgid "Read configuration:"
 msgstr "Gelesene Konfiguration:"
 
-#: lib/cr_tf/app.py:258
+#: lib/cr_tf/app.py:284
+#, fuzzy
+#| msgid "Invalid puppet environment {!r}."
+msgid "Removing allowed puppet environments ..."
+msgstr "Ungültige Puppet-Umgebung {!r}."
+
+#: lib/cr_tf/app.py:288
+#, fuzzy
+#| msgid "Setting Puppet environment to {!r}."
+msgid "Removing puppet environment {!r} ..."
+msgstr "Setze Puppet Umgebung auf {!r}."
+
+#: lib/cr_tf/app.py:292
+#, fuzzy
+#| msgid "Invalid puppet environment {!r}."
+msgid "Adding allowed puppet environments ..."
+msgstr "Ungültige Puppet-Umgebung {!r}."
+
+#: lib/cr_tf/app.py:296
+#, fuzzy
+#| msgid "Invalid puppet environment {!r}."
+msgid "Adding puppet environment {!r} ..."
+msgstr "Ungültige Puppet-Umgebung {!r}."
+
+#: lib/cr_tf/app.py:301
+#, fuzzy
+#| msgid "Invalid puppet environment {!r}."
+msgid "Allowed puppet environments:"
+msgstr "Ungültige Puppet-Umgebung {!r}."
+
+#: lib/cr_tf/app.py:313
 msgid "PowerDNS API key for {!r}"
 msgstr "PowerDNS-API-Schlüssel für {!r}"
 
-#: lib/cr_tf/app.py:260
+#: lib/cr_tf/app.py:316
 msgid "PowerDNS API key"
 msgstr "PowerDNS-API-Schlüssel"
 
-#: lib/cr_tf/app.py:266
-msgid "Using faked root password {!r} - but this is currently not used."
-msgstr "Verwendung des gefakten Root-Passwortes {!r} - dieses wird aber gegenwärtig nicht verwendet."
-
-#: lib/cr_tf/app.py:341
+#: lib/cr_tf/app.py:396
 msgid "STEP"
 msgstr "SCHRITT"
 
-#: lib/cr_tf/app.py:343
+#: lib/cr_tf/app.py:398
 msgid ""
 "Name of the step, where to interrupt the execution of this script. Use {!r} to show a list of "
 "all avaliable steps."
@@ -80,772 +116,886 @@ msgstr ""
 "Name des Schrittes, nach dem die Ausführung dieses Skripts unterbrochen werden soll. Verwende "
 "{!r}, um eine Liste aller verfügbarer Schritte anzuzeigen."
 
-#: lib/cr_tf/app.py:349
+#: lib/cr_tf/app.py:404
 msgid "FILE"
 msgstr "DATEI"
 
-#: lib/cr_tf/app.py:351
+#: lib/cr_tf/app.py:406
 msgid "Configuration file (default: {!r})"
 msgstr "Konfigurationsdatei (Vorgabe: {!r})"
 
-#: lib/cr_tf/app.py:355
+#: lib/cr_tf/app.py:410
 msgid "PowerDNS options"
 msgstr "PowerDNS-Optionen"
 
-#: lib/cr_tf/app.py:358
+#: lib/cr_tf/app.py:413
 msgid "HOST"
 msgstr "HOST"
 
-#: lib/cr_tf/app.py:359
+#: lib/cr_tf/app.py:414
 msgid "The hostname or address of the PowerDNS master server (Default: {!r})."
 msgstr "Der Hostname oder die Adresse des PowerDNS-Masterservers (Vorgabe: {!r})."
 
-#: lib/cr_tf/app.py:365
+#: lib/cr_tf/app.py:420
 msgid "PORT"
 msgstr "PORT"
 
-#: lib/cr_tf/app.py:366
+#: lib/cr_tf/app.py:421
 msgid "The port number of the PowerDNS API (Default: {})."
 msgstr "Die Portnummer der PowerDNS-API (Vorgabe: {})."
 
-#: lib/cr_tf/app.py:371
+#: lib/cr_tf/app.py:426
 msgid "KEY"
 msgstr "SCHLÜSSEL"
 
-#: lib/cr_tf/app.py:372
+#: lib/cr_tf/app.py:427
 msgid "The key accessing to the PDNS API."
 msgstr "Der Schlüssel, um auf die PDNS-API zuzugreifen."
 
-#: lib/cr_tf/app.py:377
+#: lib/cr_tf/app.py:432
 msgid "Should PDNS API requests executed per HTTPS?"
 msgstr "Sollen die PDNS-API-Zugriffe mittels HTTP ausgeführt werden?"
 
-#: lib/cr_tf/app.py:381
+#: lib/cr_tf/app.py:436
 msgid "PATH"
 msgstr "PFAD"
 
-#: lib/cr_tf/app.py:382
+#: lib/cr_tf/app.py:437
 msgid "The path prefix in the URL for PDNS API requests (Default: {!r})."
 msgstr "Der Pfad-Präfix in der URL der PDNS-API-Zugriffe (Vorgane: {!r})."
 
-#: lib/cr_tf/app.py:388
+#: lib/cr_tf/app.py:443
 msgid "YAML_FILE"
 msgstr "YAML_DATEI"
 
-#: lib/cr_tf/app.py:389
+#: lib/cr_tf/app.py:444
 msgid "The YAML-file with the definition of the VMs to create with terraform."
 msgstr "Die YAML-Datei mit den Definitionen der mittels Terraform zu erstellenden VMs."
 
-#: lib/cr_tf/app.py:431
+#: lib/cr_tf/app.py:486
 msgid "Starting {a!r}, version {v!r} ..."
 msgstr "Starte {a!r}, Version {v!r} …"
 
-#: lib/cr_tf/app.py:438
+#: lib/cr_tf/app.py:495
 msgid "Create Terraform environment"
 msgstr "Erstelle Terraform-Umgebung"
 
-#: lib/cr_tf/app.py:450
+#: lib/cr_tf/app.py:502
+msgid "No handler object available."
+msgstr "Kein Handler-Objekt verfügbar."
+
+#: lib/cr_tf/app.py:509
+msgid "Please input the {}."
+msgstr "Bitte den {} eingeben."
+
+#: lib/cr_tf/app.py:510 lib/cr_tf/app.py:514
+msgid "vSphere user name"
+msgstr "vSphere-Nutzernamen"
+
+#: lib/cr_tf/app.py:512
+msgid "Name"
+msgstr "Name"
+
+#: lib/cr_tf/app.py:514 lib/cr_tf/app.py:536
+msgid "No {} given."
+msgstr "Kein {} angegeben."
+
+#: lib/cr_tf/app.py:518
+#, fuzzy
+#| msgid "Setting cluster of {n!r} to {c!r} ..."
+msgid "Setting user for vSphere {vs!r} to {usr!r}."
+msgstr "Setze Cluster von {n!r} auf {c!r} …"
+
+#: lib/cr_tf/app.py:529
+msgid "User password of {!r}"
+msgstr "Nutzerpasswort von {!r}"
+
+#: lib/cr_tf/app.py:531
+msgid "Password for user {u!r} of vSphere {n} on {h!r}"
+msgstr "Passwort für Nutzer {u!r} in vSphere {n} auf {h!r}"
+
+#: lib/cr_tf/app.py:536
+msgid "password of vSphere user"
+msgstr "Passwort des vSphere-Nutzers"
+
+#: lib/cr_tf/app.py:540
+msgid "Setting passwort of vSphere {vs!r} user {usr!r}."
+msgstr "Setze das Passwort von Nutzer {usr!r} in vSphere {vs!r}."
+
+#: lib/cr_tf/app.py:559
 msgid "Executing {} ..."
 msgstr "Führe {} aus …"
 
-#: lib/cr_tf/config.py:161
+#: lib/cr_tf/config.py:160
 msgid "a port may not be less than 1: {}."
 msgstr "eine Portnummer darf nicht kleiner als 1 sein: {}."
 
-#: lib/cr_tf/config.py:165
+#: lib/cr_tf/config.py:164
 msgid "a port may not be greater than {m}: {v}."
 msgstr "eine Portnummer darf nicht größer als {m} sein: {v}."
 
-#: lib/cr_tf/config.py:169
+#: lib/cr_tf/config.py:168
 msgid "Wrong port number {v!r}: {e}"
 msgstr "Ungültige Portnummer {v!r}: {e}"
 
-#: lib/cr_tf/config.py:274
+#: lib/cr_tf/config.py:273
 msgid "may not be less than 10: {:0.1f}."
 msgstr "darf nicht kleiner als 10 sein: {:0.1f}."
 
-#: lib/cr_tf/config.py:278
+#: lib/cr_tf/config.py:277
 msgid "may not be greater than {m}: {v:0.1f}."
 msgstr "darf nicht größer als {m} sein: {v:0.1f}."
 
-#: lib/cr_tf/config.py:282
+#: lib/cr_tf/config.py:281
 msgid "Wrong minimum root size in GiB {v!r}: {e}"
 msgstr "Ungültige Minimalgröße des root-Volumes in GiB {v!r}: {e}"
 
-#: lib/cr_tf/config.py:351
+#: lib/cr_tf/config.py:352
 msgid "Comparing {} objects ..."
 msgstr "Vergleiche {}-Onjekte …"
 
-#: lib/cr_tf/config.py:390
+#: lib/cr_tf/config.py:385
 msgid "unknown"
 msgstr "unbekannt"
 
-#: lib/cr_tf/config.py:393
+#: lib/cr_tf/config.py:389
+#, fuzzy
+#| msgid "Checking for {o}{m!r} ..."
+msgid "Checking validity of {o}-object {n!r} ..."
+msgstr "Teste nach {o}{m!r} …"
+
+#: lib/cr_tf/config.py:400
 msgid "Attribute {a!r} of the {o}-object {n!r} is not set."
 msgstr "Das Attribut {a!r} des {o}-Objektes {n!r} ist nicht gesetzt."
 
-#: lib/cr_tf/config.py:401
+#: lib/cr_tf/config.py:409
 msgid "Found an error in VSPhere configuration"
 msgid_plural "Found {} errors in VSPhere configuration"
 msgstr[0] "Fand einen Fehler in der VSPhere-Konfiguration"
 msgstr[1] "Fand {} Fehler in der VSPhere-Konfiguration"
 
-#: lib/cr_tf/config.py:439
+#: lib/cr_tf/config.py:419
+msgid ""
+"Attribute {a!r} of the {o}-object {n!r} is not set, it will be requestet during this script and "
+"on starting terraform."
+msgstr ""
+"Das Attribut {a!r} des {o}-Objektes {n!r} wurde nicht gesetzt, es wird während der "
+"Ausführung dieses Skripts und beim Start von terraform abgefragt."
+
+#: lib/cr_tf/config.py:475
 msgid "Invalid value {v!r} for {n!r} configuration ({f!r}:[{s}]): {e}"
 msgstr "Ungültiger Wert {v!r} für {n!r}-Konfiguration ({f!r}:[{s}]): {e}"
 
-#: lib/cr_tf/config.py:440
+#: lib/cr_tf/config.py:476
 msgid "Invalid value {v} for {n!r} configuration ({f!r}:[{s}]): must be equal or greater than zero."
 msgstr ""
 "Ungültiger Wert {v!r} für {n!r}-Konfiguration ({f!r}:[{s}]): muss gleich oder größer als Null "
 "sein."
 
-#: lib/cr_tf/config.py:541
+#: lib/cr_tf/config.py:587
 msgid "Invalid timeout {t!r} for requesting the PowerDNS API, must be 0 < SECONDS < {m}."
 msgstr ""
 "Ungültiger Wert {t!r} für den Timeout beim Zugriff auf die PowerDNS-API, dieser muss 0 < "
 "SEKUNDEN {m} sein."
 
-#: lib/cr_tf/config.py:575
+#: lib/cr_tf/config.py:621
 msgid "The default size of the data disk may not be None."
 msgstr "Die Vorgabegröße der Daten-Disk darf nicht None sein."
 
-#: lib/cr_tf/config.py:579
+#: lib/cr_tf/config.py:625
 msgid "The default size of the data disk must be greater or equal to one GB."
 msgstr "Die Vorgabegröße der Daten-Disk muss größer als oder gleich einem GB sein."
 
-#: lib/cr_tf/config.py:592
+#: lib/cr_tf/config.py:638
 msgid "The minimal size of the data disk may not be None."
 msgstr "Die Minimalgröße der Daten-Disk darf nicht None sein."
 
-#: lib/cr_tf/config.py:596
+#: lib/cr_tf/config.py:642
 msgid "The minimal size of the data disk must be greater or equal to one GB."
 msgstr "Die Minimalgröße der Daten-Disk muss größer als oder gleich einem GB sein."
 
-#: lib/cr_tf/config.py:609
+#: lib/cr_tf/config.py:655
 msgid "The maximal size of the data disk may not be None."
 msgstr "Die Maximalgröße der Daten-Disk darf nicht None sein."
 
-#: lib/cr_tf/config.py:613
+#: lib/cr_tf/config.py:659
 msgid "The maximal size of the data disk must be greater or equal to one GB."
 msgstr "Die Maximalgröße der Daten-Disk muss größer als oder gleich einem GB sein."
 
-#: lib/cr_tf/config.py:626
+#: lib/cr_tf/config.py:672
 msgid "The minimal size of the root disk may not be None."
 msgstr "Die Minimalgröße der Root-Disk darf nicht None sein."
 
-#: lib/cr_tf/config.py:630
+#: lib/cr_tf/config.py:676
 msgid "The minimal size of the root disk must be greater or equal to one GB."
 msgstr "Die Minimalgröße der Root-Disk muss größer als oder gleich einem GB sein."
 
-#: lib/cr_tf/config.py:643
+#: lib/cr_tf/config.py:689
 msgid "The maximal size of the root disk may not be None."
 msgstr "Die Maximalgröße der Root-Disk darf nicht None sein."
 
-#: lib/cr_tf/config.py:647
+#: lib/cr_tf/config.py:693
 msgid "The maximal size of the root disk must be greater or equal to one GB."
 msgstr "Die Maximalgröße der Root-Disk muss größer als oder gleich einem GB sein."
 
-#: lib/cr_tf/config.py:700
+#: lib/cr_tf/config.py:716 lib/cr_tf/config.py:885
+msgid "Creating a {}-object with parameters:"
+msgstr "Erstelle ein {}-Objekt mit den Parametern:"
+
+#: lib/cr_tf/config.py:721 lib/cr_tf/config.py:890
+msgid "Created object:"
+msgstr "Erstelltes Objekt:"
+
+#: lib/cr_tf/config.py:774
 msgid "Checking config section {!r}:"
 msgstr "Überprüfe Konfigurationsabschnitt {!r}:"
 
-#: lib/cr_tf/config.py:711
+#: lib/cr_tf/config.py:785
 msgid "Empty VSPhere name found."
 msgstr "Leeren VSPhere-Namen gefunden."
 
-#: lib/cr_tf/config.py:763
+#: lib/cr_tf/config.py:837
 msgid "Checking config section {s!r} ({n}) ..."
 msgstr "Überprüfe Konfigurations-Abschnitt {s!r} ({n}) …"
 
-#: lib/cr_tf/config.py:804
+#: lib/cr_tf/config.py:879 lib/cr_tf/config.py:927
 msgid "Unknown configuration parameter {k!r} with value {v!r} for VSPhere {n!r} found."
 msgstr "Unbekannten Konfigurations-Parameter {k!r} mit dem Wert {v!r} für die VSPhere {n!r} gefunden."
 
-#: lib/cr_tf/config.py:810
-msgid "Creating a {}-object with parameters:"
-msgstr "Erstelle ein {}-Objekt mit den Parametern:"
-
-#: lib/cr_tf/config.py:815
-msgid "Created object:"
+#: lib/cr_tf/config.py:933
+#, fuzzy
+#| msgid "Created object:"
+msgid "Updated object:"
 msgstr "Erstelltes Objekt:"
 
-#: lib/cr_tf/config.py:827 lib/cr_tf/config.py:868
+#: lib/cr_tf/config.py:945 lib/cr_tf/config.py:986
 msgid "Checking config section {!r} ..."
 msgstr "Überprüfe Konfigurationsabschnitt {!r} …"
 
-#: lib/cr_tf/errors.py:58
+#: lib/cr_tf/config.py:1034
+#, fuzzy
+#| msgid "Invalid puppet environment {!r}."
+msgid "Invalid puppet environment {env!r} found in {k!r}."
+msgstr "Ungültige Puppet-Umgebung {!r}."
+
+#: lib/cr_tf/errors.py:72
 msgid "The network {!r} is not existing."
 msgstr "Das Netzwerk {!r} existiert nicht."
 
-#: lib/cr_tf/handler.py:80
+#: lib/cr_tf/handler.py:128
 msgid "<some unknown step>"
 msgstr "<irgend ein unbekannter Schritt>"
 
-#: lib/cr_tf/handler.py:85
+#: lib/cr_tf/handler.py:133
 msgid "Aborting after {!r}."
 msgstr "Abbruch nach {!r}."
 
-#: lib/cr_tf/handler.py:122
+#: lib/cr_tf/handler.py:170
 msgid "After initialization of all objects and handlers."
 msgstr "Nach der Initialisierung aller Objekte und Handler."
 
-#: lib/cr_tf/handler.py:123
+#: lib/cr_tf/handler.py:171
+msgid "After initialisation of VSPhere handlers."
+msgstr "Nach der Initialisierung des VSPhere-Handlers."
+
+#: lib/cr_tf/handler.py:172
 msgid "After reading the given YAML file."
 msgstr "Nach dem Lesen der übergebenen YAML-Datei."
 
-#: lib/cr_tf/handler.py:124
+#: lib/cr_tf/handler.py:173
 msgid "After retrieving all DNS zones from PowerDNS."
 msgstr "Nach dem Ermitteln aller DNS-Zonen von PowerDNS."
 
-#: lib/cr_tf/handler.py:125
-msgid "After initialisation of VSPhere handlers."
-msgstr "Nach der Initialisierung des VSPhere-Handlers."
+#: lib/cr_tf/handler.py:174
+#, fuzzy
+#| msgid "Initialising VSPhere handlers."
+msgid "After testing VSPhere handlers."
+msgstr "Initialisiere VSPhere-Handler."
 
-#: lib/cr_tf/handler.py:126
+#: lib/cr_tf/handler.py:175
 msgid "After collecting all VMWare and local folders."
 msgstr "Nach dem Sammeln alle VMWare- und lokalen Verzeichnisse."
 
-#: lib/cr_tf/handler.py:127
+#: lib/cr_tf/handler.py:176
 msgid "After collecting all VMWare clusters."
 msgstr "Nach dem Ermitteln aller VMWare-Cluster."
 
-#: lib/cr_tf/handler.py:128
+#: lib/cr_tf/handler.py:177
 msgid "After collecting all VMWare datastores."
 msgstr "Nach dem Ermitteln aller VMWare-Datastores."
 
-#: lib/cr_tf/handler.py:129
+#: lib/cr_tf/handler.py:178
 msgid "After collecting all VMWare datastore clusters."
 msgstr "Nach dem Ermitteln aller VMWare-Datastore-Cluster."
 
-#: lib/cr_tf/handler.py:130
+#: lib/cr_tf/handler.py:179
 msgid "After collecting all VMWare networks."
 msgstr "Nach dem Ermitteln aller VMWare-Netzwerke."
 
-#: lib/cr_tf/handler.py:131
+#: lib/cr_tf/handler.py:180
 msgid "After validating all given VMWare templates."
 msgstr "Nach der Validierung aller übergebenen VMWare-Vorlagen."
 
-#: lib/cr_tf/handler.py:132
+#: lib/cr_tf/handler.py:181
 msgid "After syntax validating of data from loaded YAML file."
 msgstr "Nach der Syntaxüberprüfung der Daten aus der geladenen YAML-Datei."
 
-#: lib/cr_tf/handler.py:133
+#: lib/cr_tf/handler.py:182
 msgid "After validating all given storage data."
 msgstr "Nach der Validierung aller übergebenen Speicher-Daten."
 
-#: lib/cr_tf/handler.py:134
+#: lib/cr_tf/handler.py:183
 msgid "After validating all given network interface data."
 msgstr "Nach der Validierung aller übergebenen Netzwerkschnittstellen-Daten."
 
-#: lib/cr_tf/handler.py:135
+#: lib/cr_tf/handler.py:184
 msgid "After validating all given DNS data."
 msgstr "Nach der Validierung aller übergebenen DNS-Daten."
 
-#: lib/cr_tf/handler.py:136
+#: lib/cr_tf/handler.py:185
 msgid "After performing all necessary actions in DNS."
 msgstr "Nach der Durchführung aller notwendigen Aktionen im DNS."
 
-#: lib/cr_tf/handler.py:137
+#: lib/cr_tf/handler.py:186
 msgid "After ensuring availability of the project directory."
 msgstr "Nach der Gewährleistung der Verfügbarkeit des Projekt-Verzeichnisses."
 
-#: lib/cr_tf/handler.py:138
+#: lib/cr_tf/handler.py:187
 msgid "After creation of the Terraform project files."
 msgstr "Nach der Erstellung der Terraform-Projektdateien."
 
-#: lib/cr_tf/handler.py:139
+#: lib/cr_tf/handler.py:188
 msgid "After ensuring availability of VM folders in VMWare vSphere."
 msgstr "Nach der Gewährleistung der Verfügbarkeit des VM-Ordners in VMWare vSphere."
 
-#: lib/cr_tf/handler.py:223
+#: lib/cr_tf/handler.py:274
+#, fuzzy
+#| msgid "Read configuration:"
+msgid "Given configuration:"
+msgstr "Gelesene Konfiguration:"
+
+#: lib/cr_tf/handler.py:278
 msgid "Directory for postinstall scripts: {!r}."
 msgstr "Verzeichnis für Postinstall-Skripts: {!r}."
 
-#: lib/cr_tf/handler.py:225
+#: lib/cr_tf/handler.py:280
 msgid "Directory for postinstall scripts {!r} does not exists."
 msgstr "Das Verzeichnis für Postinstall-Skripts {!r} existiert nicht."
 
-#: lib/cr_tf/handler.py:229
+#: lib/cr_tf/handler.py:284
 msgid "Path {!r} for postinstall scripts exists, but is not a directory."
 msgstr "Der Pfad {!r} für Postinstall-Skripts existiert, ist aber kein Verzeichnis."
 
-#: lib/cr_tf/handler.py:242
+#: lib/cr_tf/handler.py:297
 msgid "Setting simulate of all subsequent objects to {!r} ..."
 msgstr "Setze Simulationsmodus aller untergeordneter Objekte auf {!r} …"
 
-#: lib/cr_tf/handler.py:268
+#: lib/cr_tf/handler.py:323
 msgid "Invalid step name {!r} for interrupting execution."
 msgstr "Ungültiger Schrittname {!r} zur Unterbrechung der Ausführung."
 
-#: lib/cr_tf/handler.py:324
+#: lib/cr_tf/handler.py:379
 msgid "Invalid time zone name {!r}."
 msgstr "Ungültiger Zeitzonenname {!r}."
 
-#: lib/cr_tf/handler.py:326
+#: lib/cr_tf/handler.py:381
 msgid "Setting time zone to {!r}."
 msgstr "Setze Zeitzone auf {!r}."
 
-#: lib/cr_tf/handler.py:348
+#: lib/cr_tf/handler.py:403
 msgid "No configuration given before initialisation of handlers."
 msgstr "Keine Konfiguration vor der Initialisierung der Handler gegeben."
 
-#: lib/cr_tf/handler.py:352
+#: lib/cr_tf/handler.py:407
 msgid "{n} is not a {e}-instance, but a {w}-instance instead."
 msgstr "{n} ist keine {e}-Instanz, statt dessen ist es eine {w}-Instanz."
 
-#: lib/cr_tf/handler.py:363
+#: lib/cr_tf/handler.py:418
 msgid "Initialize some additional handlers."
 msgstr "Initialisiere einige zusätzliche Handler."
 
-#: lib/cr_tf/handler.py:390
+#: lib/cr_tf/handler.py:446
 msgid "Checking the terraform version ..."
 msgstr "Überprüfe Version von Terraform …"
 
-#: lib/cr_tf/handler.py:394 lib/cr_tf/handler.py:2812 lib/cr_tf/handler.py:2855
+#: lib/cr_tf/handler.py:450 lib/cr_tf/handler.py:2922
 msgid "Executing {!r} ..."
 msgstr "Führe {!r} aus …"
 
-#: lib/cr_tf/handler.py:397 lib/cr_tf/handler.py:2823 lib/cr_tf/handler.py:2852
-#: lib/cr_tf/handler.py:2866
+#: lib/cr_tf/handler.py:453 lib/cr_tf/handler.py:2933 lib/cr_tf/handler.py:2962
 msgid "Completed process:"
 msgstr "Fertiggestellter Prozess:"
 
-#: lib/cr_tf/handler.py:400
+#: lib/cr_tf/handler.py:456
 msgid "No output on command {!r}."
 msgstr "Keine Ausgabe auf das Kommando {!r}."
 
-#: lib/cr_tf/handler.py:405
+#: lib/cr_tf/handler.py:461
 msgid "First line:"
 msgstr "Erste Zeile:"
 
-#: lib/cr_tf/handler.py:408
+#: lib/cr_tf/handler.py:464
 msgid "Could not evaluate version output of terraform:"
 msgstr "Konnte die Versionsausgabe von Terraform nicht analysieren. "
 
-#: lib/cr_tf/handler.py:412
+#: lib/cr_tf/handler.py:468
 msgid "Terraform version: {!r}."
 msgstr "Terraform Version: {!r}."
 
-#: lib/cr_tf/handler.py:415 lib/cr_tf/handler.py:423
+#: lib/cr_tf/handler.py:471 lib/cr_tf/handler.py:479
 msgid "Checking for {o}{m!r} ..."
 msgstr "Teste nach {o}{m!r} …"
 
-#: lib/cr_tf/handler.py:418 lib/cr_tf/handler.py:426
+#: lib/cr_tf/handler.py:474 lib/cr_tf/handler.py:482
 msgid "Invalid version {c!r} of terraform, expected {o}{m!r}."
 msgstr "Ungültige Version {c!r} von Terraform, erwartet wurde {o}{m!r}."
 
-#: lib/cr_tf/handler.py:434
+#: lib/cr_tf/handler.py:490
 msgid "Self destruction."
 msgstr "Selbstzerstörung."
 
-#: lib/cr_tf/handler.py:447
+#: lib/cr_tf/handler.py:503 lib/cr_tf/handler.py:528
 msgid "{}-object not initialized."
 msgstr "Das {}-Objekt ist nicht initialisiert."
 
-#: lib/cr_tf/handler.py:453
+#: lib/cr_tf/handler.py:509
 msgid "Go ahead..."
 msgstr "Geht los ……"
 
-#: lib/cr_tf/handler.py:459
+#: lib/cr_tf/handler.py:514
+msgid "Initialising VSPhere handlers."
+msgstr "Initialisiere VSPhere-Handler."
+
+#: lib/cr_tf/handler.py:534
 msgid "Simulation mode"
 msgstr "Simulationsmodus"
 
-#: lib/cr_tf/handler.py:461
+#: lib/cr_tf/handler.py:536
 msgid "Necessary DNS records are not created."
 msgstr "Notwendige DNS-Einträge werden nicht erstellt."
 
-#: lib/cr_tf/handler.py:462
+#: lib/cr_tf/handler.py:537
 msgid "Terraform files are not created."
 msgstr "Terraform-Dateien werden nicht erstellt."
 
-#: lib/cr_tf/handler.py:485
-msgid "Initialising VSPhere handlers."
-msgstr "Initialisiere VSPhere-Handler."
+#: lib/cr_tf/handler.py:560
+#, fuzzy
+#| msgid "Retrieving information from vSphere."
+msgid "Cpllecting first information from vSPhere."
+msgstr "Hole Informationen von vSphere."
 
-#: lib/cr_tf/handler.py:491
+#: lib/cr_tf/handler.py:566
 msgid "Retrieving information from vSphere."
 msgstr "Hole Informationen von vSphere."
 
-#: lib/cr_tf/handler.py:509
+#: lib/cr_tf/handler.py:584
 msgid "Validated VMs:"
 msgstr "Validierte VMs:"
 
-#: lib/cr_tf/handler.py:515
+#: lib/cr_tf/handler.py:590
 msgid "There is one existing virtual machine."
 msgid_plural "There are {c} existing virtual machines."
 msgstr[0] "Es gibt eine existierende virtuelle Maschine."
 msgstr[1] "Es gibt {c} existierende virtuelle Maschinen."
 
-#: lib/cr_tf/handler.py:520
+#: lib/cr_tf/handler.py:595
 msgid "Existing virtual machine:"
 msgid_plural "Existing virtual machines:"
 msgstr[0] "Existierende virtuelle Maschine:"
 msgstr[1] "Existierende virtuelle Maschinen:"
 
-#: lib/cr_tf/handler.py:523
+#: lib/cr_tf/handler.py:598
 msgid "No existing virtual machines found in YAML file."
 msgstr "Keine existierenden virtuelle Maschinen in der YAML-Datei gefunden."
 
-#: lib/cr_tf/handler.py:531
+#: lib/cr_tf/handler.py:606
 msgid "Finished all steps."
 msgstr "Alle Schritte beendet."
 
-#: lib/cr_tf/handler.py:541
+#: lib/cr_tf/handler.py:616
 msgid "And how I said before - it was only a simulation!"
 msgstr "Und wie ich bereits sagte - es war nur eine Simulation!"
 
-#: lib/cr_tf/handler.py:552
+#: lib/cr_tf/handler.py:627
 msgid "Current {} object:"
 msgstr "Aktuelles {}-Objekt:"
 
-#: lib/cr_tf/handler.py:554 lib/cr_tf/handler.py:573 lib/cr_tf/handler.py:627 lib/cr_tf/handler.py:648
-#: lib/cr_tf/handler.py:676 lib/cr_tf/handler.py:760 lib/cr_tf/handler.py:774 lib/cr_tf/handler.py:788
-#: lib/cr_tf/handler.py:808 lib/cr_tf/handler.py:826 lib/cr_tf/handler.py:850 lib/cr_tf/handler.py:894
-#: lib/cr_tf/handler.py:912 lib/cr_tf/handler.py:930 lib/cr_tf/handler.py:942 lib/cr_tf/handler.py:955
-#: lib/cr_tf/handler.py:967 lib/cr_tf/handler.py:979
+#: lib/cr_tf/handler.py:629 lib/cr_tf/handler.py:648 lib/cr_tf/handler.py:702 lib/cr_tf/handler.py:723
+#: lib/cr_tf/handler.py:751 lib/cr_tf/handler.py:821 lib/cr_tf/handler.py:860 lib/cr_tf/handler.py:883
+#: lib/cr_tf/handler.py:906 lib/cr_tf/handler.py:926 lib/cr_tf/handler.py:944 lib/cr_tf/handler.py:968
+#: lib/cr_tf/handler.py:1012 lib/cr_tf/handler.py:1030 lib/cr_tf/handler.py:1048
+#: lib/cr_tf/handler.py:1060 lib/cr_tf/handler.py:1073 lib/cr_tf/handler.py:1085
+#: lib/cr_tf/handler.py:1097
 msgid "Finished step {!r}."
 msgstr "Schritt {!r} beendet."
 
-#: lib/cr_tf/handler.py:567
+#: lib/cr_tf/handler.py:642
 msgid "Found one error in evaluation of YAML data of {f!r}."
 msgid_plural "Found {n} errors in evaluation of YAML data of {f!r}."
 msgstr[0] "Einen Fehler bei der Auswertung der YAML-Daten von {f!r} gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Auswertung der YAML-Daten von {f!r} gefunden."
 
-#: lib/cr_tf/handler.py:583
+#: lib/cr_tf/handler.py:658
 msgid "Collecting all VMWare and local folders ..."
 msgstr "Sammle alle VMWare- und lokalen VBerzeichnisse zusammen …"
 
-#: lib/cr_tf/handler.py:584
+#: lib/cr_tf/handler.py:659
 msgid "Get vSphere datacenter ..."
 msgstr "Hole vSphere-Datacenter …"
 
-#: lib/cr_tf/handler.py:588
+#: lib/cr_tf/handler.py:663
 msgid "Collecting vSphere folders."
 msgstr "Sammle alle vSphere-Ordner zusammen."
 
-#: lib/cr_tf/handler.py:595
+#: lib/cr_tf/handler.py:670
 msgid "Collected vSphere folders:"
 msgstr "Gesammelte vSphere-Ordner:"
 
-#: lib/cr_tf/handler.py:603
+#: lib/cr_tf/handler.py:678
 msgid "Project name is {!r}."
 msgstr "Der Projektname ist {!r}."
 
-#: lib/cr_tf/handler.py:605
+#: lib/cr_tf/handler.py:680
 msgid "Project directory is: {!r}."
 msgstr "Das Projektverzeichnis ist: {!r}."
 
-#: lib/cr_tf/handler.py:621
+#: lib/cr_tf/handler.py:696
 msgid "Did not found root terraform directory above {!r}."
 msgstr "Kein Root-Terraform-Verzeichnis oberhalb von {!r} gefunden."
 
-#: lib/cr_tf/handler.py:625
+#: lib/cr_tf/handler.py:700
 msgid "Full project name: {!r}"
 msgstr "Kompletter Projektname: {!r}"
 
-#: lib/cr_tf/handler.py:638
+#: lib/cr_tf/handler.py:713
 msgid "Retrieving informations from PowerDNS ..."
 msgstr "Hole Informationen von PowerDNS …"
 
-#: lib/cr_tf/handler.py:642
+#: lib/cr_tf/handler.py:717
 msgid "Found one error in exploring PowerDNS zones."
 msgid_plural "Found {n} errors in exploring PowerDNS zones."
 msgstr[0] "Einen Fehler bei der Ermittlung der PowerDNS-Zonen gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Ermittlung der PowerDNS-Zonen gefunden."
 
-#: lib/cr_tf/handler.py:666
+#: lib/cr_tf/handler.py:741
 msgid "There is only one, unique VSPhere definition allowed in a project file."
 msgstr "Nur eine einzige VSPhere-Definition ist innerhalb einer Projektdatei erlaubt."
 
-#: lib/cr_tf/handler.py:668
+#: lib/cr_tf/handler.py:743
 msgid "In {f!r} were found {nr} different VSPhere definitions:"
 msgstr "In {f!r} wurden {nr} verschiedene VSPhere-Definition gefunden:"
 
-#: lib/cr_tf/handler.py:688
+#: lib/cr_tf/handler.py:763
 msgid "VSPhere {!r} not defined in configuration."
 msgstr "Die VSPhere {!r} wurde in der Konfiguration nicht definiert."
 
-#: lib/cr_tf/handler.py:710
+#: lib/cr_tf/handler.py:790
 msgid "Initialising a {}-object with params:"
 msgstr "Initialisiere ein {}-Objekt mit den Parametern:"
 
-#: lib/cr_tf/handler.py:717
+#: lib/cr_tf/handler.py:814
 msgid "Created {}-object:"
 msgstr "Erstelltes {}-Objekt:"
 
-#: lib/cr_tf/handler.py:730
+#: lib/cr_tf/handler.py:830
 msgid "Assigning not defined templates and clusters of VMs by their appropriate default values."
 msgstr "Weise nicht definierten Vorlagen und Clustern von VMs die entsprechenden Vorgabe-Werte zu."
 
-#: lib/cr_tf/handler.py:739
+#: lib/cr_tf/handler.py:839
 msgid "Setting cluster of {n!r} to {c!r} ..."
 msgstr "Setze Cluster von {n!r} auf {c!r} …"
 
-#: lib/cr_tf/handler.py:746
+#: lib/cr_tf/handler.py:846
 msgid "Setting template of {n!r} to {t!r} ..."
 msgstr "Setze Vorlage von {n!r} auf {t!r} …"
 
-#: lib/cr_tf/handler.py:757
+#: lib/cr_tf/handler.py:857
 msgid "Searching for clusters in VSPhere {!r} ..."
 msgstr "Suche nach Clustern in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:771
+#: lib/cr_tf/handler.py:873
 msgid "Searching for datastores in VSPhere {!r} ..."
 msgstr "Suche nach Datastores in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:785
+#: lib/cr_tf/handler.py:878
+#, fuzzy
+#| msgid "Did not found datastore {!r}."
+msgid "Found one datastore."
+msgid_plural "Found {n} datastores."
+msgstr[0] "Fand einen Datastore."
+msgstr[1] "Insgesamt {n} Datastores gefunden."
+
+#: lib/cr_tf/handler.py:881
+#, fuzzy
+#| msgid "No datastores are used."
+msgid "No VSPhere datastores found."
+msgstr "Es werden keine Datastores verwendet."
+
+#: lib/cr_tf/handler.py:896
 msgid "Searching for datastore clusters in VSPhere {!r} ..."
 msgstr "Suche nach Datastore-Clustern in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:799
+#: lib/cr_tf/handler.py:901
+#, fuzzy
+#| msgid "Did not found datastore cluster {!r}."
+msgid "Found one datastore cluster."
+msgid_plural "Found {n} datastore clusters."
+msgstr[0] "Fand einen Datastore-Cluster."
+msgstr[1] "Insgesamt {!r} Datastore-Clusters gefunden."
+
+#: lib/cr_tf/handler.py:904
+#, fuzzy
+#| msgid "No datastore clusters are used."
+msgid "No VSPhere datastore clusters found."
+msgstr "Es werden keine Datastore-Cluster verwendet."
+
+#: lib/cr_tf/handler.py:917
 msgid "Searching for networks in VSPhere {!r} ..."
 msgstr "Suche nach Netzwerken in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:802
+#: lib/cr_tf/handler.py:920
 msgid "Found one error in exploring vSphere {v!r} resources."
 msgid_plural "Found {n} errors in exploring vSphere {v!r} resources."
 msgstr[0] "Fand einen Fehler in der Untersuchung der VSPhere {v!r} Resourcen."
 msgstr[1] "Fand {n} Fehler in der Untersuchung der VSPhere {v!r} Resourcen."
 
-#: lib/cr_tf/handler.py:820
+#: lib/cr_tf/handler.py:938
 msgid "Found one error in exploring vSphere templates."
 msgid_plural "Found {n} errors in exploring vSphere templates."
 msgstr[0] "Einen Fehler bei der Ermittlung der vSphere-Vorlagen gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Ermittlung der vSphere-Vorlagen gefunden."
 
-#: lib/cr_tf/handler.py:837
+#: lib/cr_tf/handler.py:955
 msgid "Validating information from YAML file ..."
 msgstr "Validiere Informationen aus der YAML-Datei …"
 
-#: lib/cr_tf/handler.py:841
+#: lib/cr_tf/handler.py:959
 msgid "Found one error in validating vSphere computing clusters."
 msgid_plural "Found {n} errors in validating vSphere computing clusters."
 msgstr[0] "Einen Fehler bei der Ermittlung der vSphere-Rechencluster gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Ermittlung der vSphere-Rechencluster gefunden."
 
-#: lib/cr_tf/handler.py:857
+#: lib/cr_tf/handler.py:975
 msgid "Got a list of all VMs and templates ..."
 msgstr "Habe eine Liste aller VMs und Vorlagen erhalten …"
 
-#: lib/cr_tf/handler.py:876
+#: lib/cr_tf/handler.py:994
 msgid "All existing VMs and templates:"
 msgstr "Alle existierenden VMs und Vorlagen:"
 
-#: lib/cr_tf/handler.py:888
+#: lib/cr_tf/handler.py:1006
 msgid "Found one error in validating VM storages."
 msgid_plural "Found {n} errors in validating VM storages."
 msgstr[0] "Einen Fehler bei der Ermittlung der VM-Speicher gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Ermittlung der VM-Speicher gefunden."
 
-#: lib/cr_tf/handler.py:906
+#: lib/cr_tf/handler.py:1024
 msgid "Found one error in validating VM interfaces."
 msgid_plural "Found {n} errors in validating VM interfaces."
 msgstr[0] "Einen Fehler bei der Validierung der VM-Netzwerkschnittstellen gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Validierung der VM-Netzwerkschnittstellen gefunden."
 
-#: lib/cr_tf/handler.py:924
+#: lib/cr_tf/handler.py:1042
 msgid "Found one error in validating DNS mappings."
 msgid_plural "Found {n} errors in validating DNS mappings."
 msgstr[0] "Einen Fehler bei der Validierung der DNS-Zuordnungen gefunden."
 msgstr[1] "Insgesamt {n} Fehler bei der Validierung der DNS-Zuordnungen gefunden."
 
-#: lib/cr_tf/handler.py:986
+#: lib/cr_tf/handler.py:1104
 msgid "Reading YAML file {!r} ..."
 msgstr "Lese YAML-Datei {!r} …"
 
-#: lib/cr_tf/handler.py:997
+#: lib/cr_tf/handler.py:1115
 msgid "Error in YAML file {f!r}: {e}."
 msgstr "Fehler in YAML-Datei {f!r}: {e}."
 
-#: lib/cr_tf/handler.py:1001
+#: lib/cr_tf/handler.py:1119
 msgid "Error position: {li}:{c}"
 msgstr "Fehler-Position: {li}:{c}"
 
-#: lib/cr_tf/handler.py:1006
+#: lib/cr_tf/handler.py:1124
 msgid "Read data from YAML file:"
 msgstr "Lese Daten aus YAML-Datei:"
 
-#: lib/cr_tf/handler.py:1009
+#: lib/cr_tf/handler.py:1127
 msgid "Data read from YAML file {f!r} are not a dictionary, but a {c} object instead."
 msgstr ""
 "Die gelesenen Daten aus der YAML-Datei {f!r} sind kein Dictionary, sondern statt dessen ein "
 "{c}-Objekt."
 
-#: lib/cr_tf/handler.py:1025
+#: lib/cr_tf/handler.py:1143
 msgid "Searching for default VM definition ..."
 msgstr "Suche nach Vorgabe-VM-Definition …"
 
-#: lib/cr_tf/handler.py:1034
+#: lib/cr_tf/handler.py:1152
 msgid "Searching for VM definitions ..."
 msgstr "Suche VM-Definitionen …"
 
-#: lib/cr_tf/handler.py:1051
+#: lib/cr_tf/handler.py:1169
 msgid "Evaluated VMs:"
 msgstr "Ermittelte VMs:"
 
-#: lib/cr_tf/handler.py:1065
+#: lib/cr_tf/handler.py:1183
 msgid "{c} in evaluating template VM: {e}"
 msgstr "{c} in Ermittlung der Vorlagen-VM gefunden: {e}"
 
-#: lib/cr_tf/handler.py:1071
+#: lib/cr_tf/handler.py:1189
 msgid "Defined Terraform Template VM {n!r}:"
 msgstr "Definition der Terraform-Vorlagen-VM {n!r}:"
 
-#: lib/cr_tf/handler.py:1089
+#: lib/cr_tf/handler.py:1207
 msgid "{c} in evaluating VM: {e}"
 msgstr "{c} in Ermittlung der VM gefunden: {e}"
 
-#: lib/cr_tf/handler.py:1094
+#: lib/cr_tf/handler.py:1212
 msgid "Defined Terraform-VM {n!r}:"
 msgstr "Definition der Terraform-VM {n!r}:"
 
-#: lib/cr_tf/handler.py:1098
+#: lib/cr_tf/handler.py:1216
 msgid "VM {!r} is already defined."
 msgstr "Die VM {!r} ist bereits definiert."
 
-#: lib/cr_tf/handler.py:1108
+#: lib/cr_tf/handler.py:1226
 msgid "Group definition list is not a list:"
 msgstr "Die Gruppendefinitionsliste ist keine Liste:"
 
-#: lib/cr_tf/handler.py:1114
+#: lib/cr_tf/handler.py:1232
 msgid "Maximum recursion depth for VM groups of {} reached."
 msgstr "Maximale Rekursionstiefe für VM-Gruppen von {} erreicht."
 
-#: lib/cr_tf/handler.py:1118
+#: lib/cr_tf/handler.py:1236
 msgid "Evaluating group list:"
 msgstr "Ermiitle Gruppenliste:"
 
-#: lib/cr_tf/handler.py:1120
+#: lib/cr_tf/handler.py:1238
 msgid "Used template: {!r}"
 msgstr "Verwendete Vorlage: {!r}"
 
-#: lib/cr_tf/handler.py:1129 lib/cr_tf/terraform/vm.py:254
+#: lib/cr_tf/handler.py:1247 lib/cr_tf/terraform/vm.py:259
 msgid "VM definition is not a dictionary:"
 msgstr "Die VM-Definition is kein Dictionary:"
 
-#: lib/cr_tf/handler.py:1143
+#: lib/cr_tf/handler.py:1261
 msgid "No group name defined."
 msgstr "Kein Gruppenname definiert."
 
-#: lib/cr_tf/handler.py:1147
+#: lib/cr_tf/handler.py:1265
 msgid "Searching for group default VM definition in group {!r} ..."
 msgstr "Suche nach Vorgabe-VM-Definition in Gruppe {!r} …"
 
-#: lib/cr_tf/handler.py:1162
+#: lib/cr_tf/handler.py:1280
 msgid "Used template for creating VMs in group {g!r}: {n!r}"
 msgstr "Verwendete Vorlage zur Erstellung von VMs in Gruppe {g!r}: {n!r}"
 
-#: lib/cr_tf/handler.py:1165
+#: lib/cr_tf/handler.py:1283
 msgid "Used template structure:"
 msgstr "Verwendete Vorlagen-Struktur:"
 
-#: lib/cr_tf/handler.py:1168
+#: lib/cr_tf/handler.py:1286
 msgid "Searching for VM definitions in group {!r} ..."
 msgstr "Suche nach VM-Definitionen in Gruppe {!r} …"
 
-#: lib/cr_tf/handler.py:1185
+#: lib/cr_tf/handler.py:1303
 msgid "Exploring all vSphere templates ..."
 msgstr "Ermittle alle vSphere-Vorlagen …"
 
-#: lib/cr_tf/handler.py:1200
+#: lib/cr_tf/handler.py:1318
 msgid "VM {!r} has not template defined."
 msgstr "Für die VM {!r} wurde keine Vorlage definiert."
 
-#: lib/cr_tf/handler.py:1203
+#: lib/cr_tf/handler.py:1321
 msgid "All {} VSPhere templates to explore:"
 msgstr "Alle {}-VSPhere-Vorlagen zum Ermitteln:"
 
-#: lib/cr_tf/handler.py:1212
+#: lib/cr_tf/handler.py:1330
 msgid "Searching for template {t!r} in VSPhere {v!r} ..."
 msgstr "Suche nach Vorlage {t!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1222
+#: lib/cr_tf/handler.py:1340
 msgid "Template {t!r} not found in VSPhere {v!r}."
 msgstr "Die Vorlage {t!r} wurde in VSPhere {v!r} nicht gefunden."
 
-#: lib/cr_tf/handler.py:1227
+#: lib/cr_tf/handler.py:1345
 msgid "All explored vSphere templates:"
 msgstr "Alle ermittelten vSphere-Vorlagen:"
 
-#: lib/cr_tf/handler.py:1240
+#: lib/cr_tf/handler.py:1358
 msgid "Validating existence of computing clusters of the VMs."
 msgstr "Validiere Existenz der vSphere-Rechencluster der VMs."
 
-#: lib/cr_tf/handler.py:1261
+#: lib/cr_tf/handler.py:1379
 msgid "Checking existence of computing cluster {c!r} in VSPhere {v!r} ..."
 msgstr "Überprüfe die Existenz des Rechenclusters {c!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1269
+#: lib/cr_tf/handler.py:1387
 msgid "Found computing cluster {cl!r} in VSPhere {v!r} (defined for VMs {vms})."
 msgstr "Fand Rechencluster {cl!r} in VSPhere {v!r} (definiert für die VMs {vms})."
 
-#: lib/cr_tf/handler.py:1273
+#: lib/cr_tf/handler.py:1391
 msgid "Computing cluster {cl!r} (defined for VMs {vms}) in VSPhere {v!r} not found."
 msgstr "Der Rechencluster {cl!r} (definiert für die VMs {vms}) wurde in VSPhere {v!r} nicht gefunden."
 
-#: lib/cr_tf/handler.py:1282
+#: lib/cr_tf/handler.py:1400
 msgid "Validating existence of VMs in VMWare."
 msgstr "Validiere Existenz der VMs in VMWare."
 
-#: lib/cr_tf/handler.py:1299
+#: lib/cr_tf/handler.py:1417
 msgid "[{m}]  - VM is already existing in VSphere {v!r}, path {p!r}."
 msgstr "[{m}]  - die VM existiert bereits in VSphere {v!r}, Pfad {p!r}."
 
-#: lib/cr_tf/handler.py:1307
+#: lib/cr_tf/handler.py:1425
 msgid "VM info:"
 msgstr "Informationen zur VM:"
 
-#: lib/cr_tf/handler.py:1309
+#: lib/cr_tf/handler.py:1427
 msgid "Datastore of VM {vm!r}: {ds!r}."
 msgstr "Datastore der VM {vm!r}: {ds!r}."
 
-#: lib/cr_tf/handler.py:1329
+#: lib/cr_tf/handler.py:1447
 msgid "CAUTION!"
 msgstr "ACHTUNG!"
 
-#: lib/cr_tf/handler.py:1333
+#: lib/cr_tf/handler.py:1451
 msgid "Did not found any VM to deploy!"
 msgstr "Keine VM zum Deploy gefunden!"
 
-#: lib/cr_tf/handler.py:1336
+#: lib/cr_tf/handler.py:1454
 msgid "No VMs to deploy"
 msgstr "Keine VMs zu deployen"
 
-#: lib/cr_tf/handler.py:1352
+#: lib/cr_tf/handler.py:1470
 msgid "Used datastore clusters:"
 msgstr "Verwendete Datastore-Cluster:"
 
-#: lib/cr_tf/handler.py:1354
+#: lib/cr_tf/handler.py:1472
 msgid "No datastore clusters are used."
 msgstr "Es werden keine Datastore-Cluster verwendet."
 
-#: lib/cr_tf/handler.py:1361
+#: lib/cr_tf/handler.py:1479
 msgid "Used datastors:"
 msgstr "Verwendete Datastores:"
 
-#: lib/cr_tf/handler.py:1363
+#: lib/cr_tf/handler.py:1481
 msgid "No datastores are used."
 msgstr "Es werden keine Datastores verwendet."
 
-#: lib/cr_tf/handler.py:1368
+#: lib/cr_tf/handler.py:1486
 msgid "Validating given datastore clusters of VMs ..."
 msgstr "Validiere gegebene Datastore-Cluster der VMs …"
 
-#: lib/cr_tf/handler.py:1393
+#: lib/cr_tf/handler.py:1511
 msgid "Found datastore cluster {c!r} in VSphere {v!r} for VM {n!r}."
 msgstr "Fand Datastore-Cluster {c!r} in VSphere {v!r} für die VM {n!r}."
 
-#: lib/cr_tf/handler.py:1397
+#: lib/cr_tf/handler.py:1515
 msgid "Setting datastore cluster for VM {n!r} to {c!r} ..."
 msgstr "Setze Datastore-Cluster für VM {n!r} auf {c!r} …"
 
-#: lib/cr_tf/handler.py:1402
+#: lib/cr_tf/handler.py:1520
 msgid "Free space of cluster {c!r} in VSphere {v!r} before provisioning: {a:0.1f} GiB."
 msgstr "Freier Platz in Cluster {c!r} in VSphere {v!r} vor der Provisionierung: {a:0.1f} GiB."
 
-#: lib/cr_tf/handler.py:1407
+#: lib/cr_tf/handler.py:1525
 msgid ""
 "Datastore cluster {d!r} in VSphere {v!r} has not sufficient space for storage of VM {vm!r} "
 "(needed {n:0.1f} GiB, available {a:0.1f} GiB)."
@@ -853,39 +1003,39 @@ msgstr ""
 "Der Datastore-Cluster {d!r} in VSphere {v!r} hat nicht genügend freien Platz für den Storage der"
 " VM {vm!r} (benötigt {n:0.1f} GiB, verfügbar {a:0.1f} GiB)."
 
-#: lib/cr_tf/handler.py:1417
+#: lib/cr_tf/handler.py:1535
 msgid "Free space in cluster {c!r} in VSphere {v!r} after provisioning: {a:0.1f} GiB."
 msgstr "Freier Speicher in Cluster {c!r} in VSphere {v!r} nach der Provisionierung: {a:0.1f} GiB."
 
-#: lib/cr_tf/handler.py:1429
+#: lib/cr_tf/handler.py:1547
 msgid "Datastore cluster {c!r} of VM {n!r} not found in VSphere {v!r}."
 msgstr "Der Datastore-Cluster {d!r} wurde nicht in VSphere {v!r} gefunden."
 
-#: lib/cr_tf/handler.py:1436
+#: lib/cr_tf/handler.py:1554
 msgid "Validating given datastores of VMs and assign failing ..."
 msgstr "Validiere die übergebenen Datastores der VMs und weise fehlende zu …"
 
-#: lib/cr_tf/handler.py:1442
+#: lib/cr_tf/handler.py:1560
 msgid "Removing defined datastore {d!r} for VM {n!r} ..."
 msgstr "Entferne definierten Datastore {d!r} für VM {n!r} …"
 
-#: lib/cr_tf/handler.py:1467 lib/cr_tf/handler.py:1575
+#: lib/cr_tf/handler.py:1585 lib/cr_tf/handler.py:1693
 msgid "Did not found cluster object {c!r} for VM {n!r}."
 msgstr "Cluster-Objekt {c!r} für VM {n!r} nicht gefunden."
 
-#: lib/cr_tf/handler.py:1477 lib/cr_tf/handler.py:1512
+#: lib/cr_tf/handler.py:1595 lib/cr_tf/handler.py:1630
 msgid "Found datastore {d!r} for VM {n!r} in VSPhere {v!r}."
 msgstr "Fand Datastore {d!r} für VM {n!r} in VSPhere {v!r}."
 
-#: lib/cr_tf/handler.py:1480
+#: lib/cr_tf/handler.py:1598
 msgid "Datastore {d!r} not available in cluster {c!r}."
 msgstr "Der Datastore {d!r} ist im Cluster {c!r} nicht verfügbar."
 
-#: lib/cr_tf/handler.py:1484
+#: lib/cr_tf/handler.py:1602
 msgid "Setting datastore for VM {n!r} to {d!r} ..."
 msgstr "Setze Datastore für VM auf {d!r} …"
 
-#: lib/cr_tf/handler.py:1489
+#: lib/cr_tf/handler.py:1607
 msgid ""
 "Datastore {d!r} has not sufficient space for storage of VM {v!r} (needed {n:0.1f} GiB, available"
 " {a:0.1f} GiB)."
@@ -893,273 +1043,273 @@ msgstr ""
 "Der Datastore {d!r} hat nicht genügend freien Speicher für die VM {v!r} (benötigt {n:0.1f} GiB, "
 "verfügbar {a:0.1f} GiB)."
 
-#: lib/cr_tf/handler.py:1500
+#: lib/cr_tf/handler.py:1618
 msgid "Datastore {d!r} of VM {n!r} not found in VSPhere {v!r}."
 msgstr "Der Datastore {d!r} für VM {n!r} wurde nicht in VSphere {v!r} gefunden."
 
-#: lib/cr_tf/handler.py:1525
+#: lib/cr_tf/handler.py:1643
 msgid "Validating interfaces of VMs and assign networks ..."
 msgstr "Validiere Netzwerkschnittstellen der VMs und weise Netzwerke zu …"
 
-#: lib/cr_tf/handler.py:1530
+#: lib/cr_tf/handler.py:1648
 msgid "Validated FQDNs:"
 msgstr "Validierte FQDNs:"
 
-#: lib/cr_tf/handler.py:1531
+#: lib/cr_tf/handler.py:1649
 msgid "Validated Addresses:"
 msgstr "Validierte Adressen:"
 
-#: lib/cr_tf/handler.py:1541
+#: lib/cr_tf/handler.py:1659
 msgid "Used networks:"
 msgstr "Verwendete Netzwerke:"
 
-#: lib/cr_tf/handler.py:1547
+#: lib/cr_tf/handler.py:1665
 msgid "Used forward DNS entries:"
 msgstr "Verwendete Vorwärts-DNS-Einträge:"
 
-#: lib/cr_tf/handler.py:1553
+#: lib/cr_tf/handler.py:1671
 msgid "Used reverse DNS entries:"
 msgstr "Verwendete Rückwärts-DNS-Einträge:"
 
-#: lib/cr_tf/handler.py:1559
+#: lib/cr_tf/handler.py:1677
 msgid "Checking interfaces of VM {n!r} in VSPhere {v!r} ..."
 msgstr "Überprüfe Netzwerkschnittstellen der VM {n!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1563
+#: lib/cr_tf/handler.py:1681
 msgid "No interfaces defined for VM {!r}."
 msgstr "Keine Netzwerkschnittstellen für VM {!r} definiert."
 
-#: lib/cr_tf/handler.py:1591
+#: lib/cr_tf/handler.py:1709
 msgid "Checking interface {i} of VM {n!r} ..."
 msgstr "Überprüfe Netzwerkschnittstelle {i} der VM {n!r} …"
 
-#: lib/cr_tf/handler.py:1595
+#: lib/cr_tf/handler.py:1713
 msgid "Interface {i} of VM {n!r} has no defined address."
 msgstr "Für die Netzwerkschnittstelle {i} der VM {n!r} wurde keine Adresse definiert."
 
-#: lib/cr_tf/handler.py:1601
+#: lib/cr_tf/handler.py:1719
 msgid "Interface {i} of VM {n!r} has no defined FQDN."
 msgstr "Für die Netzwerkschnittstelle {i} der VM {n!r} wurde kein FQDN definiert."
 
-#: lib/cr_tf/handler.py:1607
+#: lib/cr_tf/handler.py:1725
 msgid "FQDN {f!r} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 "Der FQDN {f!r}, der bereits für die VM {va!r}({ia}) definiert wurde, soll für "
 "Netzwerkschnittstelle {ib} von {vb!r} gesetzt werden."
 
-#: lib/cr_tf/handler.py:1619
+#: lib/cr_tf/handler.py:1737
 msgid "IPv4 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 "Die IPv4-Adfresse {a}, die bereits für die VM {va!r}({ia}) definiert wurde, soll für "
 "Netzwerkschnittstelle {ib} von {vb!r} gesetzt werden."
 
-#: lib/cr_tf/handler.py:1634
+#: lib/cr_tf/handler.py:1752
 msgid "IPv6 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 "Die IPv6-Adfresse {a}, die bereits für die VM {va!r}({ia}) definiert wurde, soll für "
 "Netzwerkschnittstelle {ib} von {vb!r} gesetzt werden."
 
-#: lib/cr_tf/handler.py:1650
+#: lib/cr_tf/handler.py:1768
 msgid "Could not find network {n!r} for VM {v!r}, interface {i}."
 msgstr "Konnte Netzwerk {n!r} für die VM {v!r}, Schnittstelle {i}, nicht finden."
 
-#: lib/cr_tf/handler.py:1662
+#: lib/cr_tf/handler.py:1780
 msgid "Found network {n!r} for interface {i} of VM {v!r}."
 msgstr "Netzwerk {n!r} für Schnittstelle {i} der VM {v!r} gefunden."
 
-#: lib/cr_tf/handler.py:1666
+#: lib/cr_tf/handler.py:1784
 msgid "Network {n!r} for interface {i} of VM {v!r} not available in cluster {c!r}."
 msgstr "Das Netzwerk {n!r} für die Schnittstelle {i} der VM {v!r} ist in Cluster {c!r} nicht verfügbar."
 
-#: lib/cr_tf/handler.py:1671
+#: lib/cr_tf/handler.py:1789
 msgid "Network {n!r} is available in cluster {c!r}."
 msgstr "Das Netzwerk {n!r} ist in Cluster {c!r} verfügbar."
 
-#: lib/cr_tf/handler.py:1676
+#: lib/cr_tf/handler.py:1794
 msgid "Setting gateway of interface {i} of VM {v!r} to {g}."
 msgstr "Setze Gateway von Schnittstelle {i} der VM {v!r} auf {g}."
 
-#: lib/cr_tf/handler.py:1696
+#: lib/cr_tf/handler.py:1814
 msgid "Validating DNS mappings ..."
 msgstr "Validieren der DNS-Zuordnungen …"
 
-#: lib/cr_tf/handler.py:1706 lib/cr_tf/handler.py:1716
+#: lib/cr_tf/handler.py:1824 lib/cr_tf/handler.py:1834
 msgid "None"
 msgstr "Keine"
 
-#: lib/cr_tf/handler.py:1707
+#: lib/cr_tf/handler.py:1825
 msgid "Forward DNS entries to create:"
 msgstr "Zu erstellende Vorwärts-DNS-Einträge:"
 
-#: lib/cr_tf/handler.py:1717
+#: lib/cr_tf/handler.py:1835
 msgid "Reverse DNS entries to create:"
 msgstr "Zu erstellende Rückwärts-DNS-Einträge:"
 
-#: lib/cr_tf/handler.py:1725
+#: lib/cr_tf/handler.py:1843
 msgid "Validating forward DNS mappings ..."
 msgstr "Validiere Vorwärts-DNS-Einträge …"
 
-#: lib/cr_tf/handler.py:1730
+#: lib/cr_tf/handler.py:1848
 msgid "Validating {f!r} => {a!r}."
 msgstr "Validierung {f!r} => {a!r}."
 
-#: lib/cr_tf/handler.py:1756
+#: lib/cr_tf/handler.py:1874
 msgid "Found existing addresses for {f!r}:"
 msgstr "Existierende Adresse für {f!r} gefunden:"
 
-#: lib/cr_tf/handler.py:1758
+#: lib/cr_tf/handler.py:1876
 msgid "Did not found existing addresses for {!r}."
 msgstr "Keine existierenden Adressen für {!r} gefunden."
 
-#: lib/cr_tf/handler.py:1765 lib/cr_tf/handler.py:1773
+#: lib/cr_tf/handler.py:1883 lib/cr_tf/handler.py:1891
 msgid "FQDN {f!r} already points to {a!r}."
 msgstr "Der FQDN {f!r} zeigt bereits auf {a!r}."
 
-#: lib/cr_tf/handler.py:1778
+#: lib/cr_tf/handler.py:1896
 msgid "FQDN {f!r} has already existing addresses, but none of them are {a!r}:"
 msgstr "Der FQDN {f!r} hat bereits existierende Adressen, aber keine von ihnen ist {a!r}:"
 
-#: lib/cr_tf/handler.py:1794
+#: lib/cr_tf/handler.py:1912
 msgid "Validating reverse DNS mappings ..."
 msgstr "Validiere Rückwärts-DNS-Einträge …"
 
-#: lib/cr_tf/handler.py:1799
+#: lib/cr_tf/handler.py:1917
 msgid "Validating {a!r} => {f!r}."
 msgstr "Validierung {f!r} => {a!r}."
 
-#: lib/cr_tf/handler.py:1806
+#: lib/cr_tf/handler.py:1924
 msgid "Got reverse info:"
 msgstr "Rückwärts-Informationen erhalten:"
 
-#: lib/cr_tf/handler.py:1813
+#: lib/cr_tf/handler.py:1931
 msgid "Did not found reverse pointer for {!r}."
 msgstr "Keinen Rückwärtsverweis für {!r} bekommen:"
 
-#: lib/cr_tf/handler.py:1821
+#: lib/cr_tf/handler.py:1939
 msgid "Found reverse pointer {a!r} => {f!r}."
 msgstr "Rückwärtsverweis {a!r} => {f!r} gefunden."
 
-#: lib/cr_tf/handler.py:1824
+#: lib/cr_tf/handler.py:1942
 msgid "Reverse pointer for {!r} was already existing."
 msgstr "Ein Rückwärtsverweis für {!r} existiert bereits."
 
-#: lib/cr_tf/handler.py:1828
+#: lib/cr_tf/handler.py:1946
 msgid "Address {a!r} has already an existing reverse pointer to {p!r}."
 msgstr "Die Adresse {a!r} besitzt bereits einen Rückwärtsverweis auf {p!r}."
 
-#: lib/cr_tf/handler.py:1839 lib/cr_tf/handler.py:1860 lib/cr_tf/handler.py:1881
+#: lib/cr_tf/handler.py:1957 lib/cr_tf/handler.py:1978 lib/cr_tf/handler.py:1999
 msgid "Method {c}.{m} expected at most one argument, got {n}."
 msgid_plural "Method {c}.{m} expected at most {e} arguments, got {n}."
 msgstr[0] "Die Methode {c}.{m} erwartet höchstens ein Argument, es wurden aber {n} übergeben."
 msgstr[1] "Die Methode {c}.{m} erwartet höchstens {e} Argumente, es wurden aber {n} übergeben."
 
-#: lib/cr_tf/handler.py:1851
+#: lib/cr_tf/handler.py:1969
 msgid "Did not found network {!r}."
 msgstr "Netzwerk {!r} wurde nicht gefunden."
 
-#: lib/cr_tf/handler.py:1872
+#: lib/cr_tf/handler.py:1990
 msgid "Did not found datastore cluster {!r}."
 msgstr "Datastore-Cluster {!r} wurde nicht gefunden."
 
-#: lib/cr_tf/handler.py:1893
+#: lib/cr_tf/handler.py:2011
 msgid "Did not found datastore {!r}."
 msgstr "Datastore {!r} wurde nicht gefunden."
 
-#: lib/cr_tf/handler.py:1899
+#: lib/cr_tf/handler.py:2017
 msgid "Performing DNS actions ..."
 msgstr "Führe DNS-Aktionen aus …"
 
-#: lib/cr_tf/handler.py:1915
+#: lib/cr_tf/handler.py:2033
 msgid "There was one error in creating DNS mappings."
 msgid_plural "There were {n} errors in creating DNS mappings."
 msgstr[0] "Es ist ein Fehler beim Erstellen der DNS-Zuordnungen aufgetreten."
 msgstr[1] "Es sind {n} ehler beim Erstellen der DNS-Zuordnungen aufgetreten."
 
-#: lib/cr_tf/handler.py:1921
+#: lib/cr_tf/handler.py:2039
 msgid "No errors in creating DNS mappings."
 msgstr "Keine Fehler beim Erstellen der DNS-Zuordnungen."
 
-#: lib/cr_tf/handler.py:1931
+#: lib/cr_tf/handler.py:2049
 msgid "Increasing serial of zone {!r}."
 msgstr "Erhöhe Seriennummer der Zone {!r}."
 
-#: lib/cr_tf/handler.py:1950
+#: lib/cr_tf/handler.py:2068
 msgid "Got zone {z!r} for FQDN {f!r}."
 msgstr "Zone {z!r} für FQDN {f!r} erhalten."
 
-#: lib/cr_tf/handler.py:1953
+#: lib/cr_tf/handler.py:2071
 msgid "Did not found zone to insert {t}-record for {f!r}."
 msgstr "Keine Zone gefunden, um {t}-Einträge für {f!r} einzufügen."
 
-#: lib/cr_tf/handler.py:1971
+#: lib/cr_tf/handler.py:2089
 msgid "Trying to create PTR-record {a!r} => {f!r}."
 msgstr "Versuche PTR-Eintrag {a!r} => {f!r} zu erstellen."
 
-#: lib/cr_tf/handler.py:1976
+#: lib/cr_tf/handler.py:2094
 msgid "PTR of {a!r}: {p!r}."
 msgstr "PTR von {a!r}: {p!r}."
 
-#: lib/cr_tf/handler.py:1981
+#: lib/cr_tf/handler.py:2099
 msgid "Got reverse zone {z!r} for address {a!r}."
 msgstr "Rückwärts-Zone {z!r} für Adresse {a!r} erhalten."
 
-#: lib/cr_tf/handler.py:1984
+#: lib/cr_tf/handler.py:2102
 msgid "Did not found zone to insert PTR-record {p!r} ({a})."
 msgstr "Keine Zone gefunden, um PTR-Eintrag {p!r} ({a}) einzufügen."
 
-#: lib/cr_tf/handler.py:1998
+#: lib/cr_tf/handler.py:2116
 msgid "Ensuring existence of directory {!r}."
 msgstr "Sichere Existenz von Verzeichnis {!r} ab."
 
-#: lib/cr_tf/handler.py:2002
+#: lib/cr_tf/handler.py:2120
 msgid "Directory {!r} already exists."
 msgstr "Verzeichnis {!r} exitiert bereits."
 
-#: lib/cr_tf/handler.py:2004
+#: lib/cr_tf/handler.py:2122
 msgid "Path {!r} exists, but is not a directory."
 msgstr "Der Pfad {!r} existiert, ist aber kein Verzeichnis."
 
-#: lib/cr_tf/handler.py:2007
+#: lib/cr_tf/handler.py:2125
 msgid "Creating directory {!r} ..."
 msgstr "Erstelle Verzeichnis {!r} …"
 
-#: lib/cr_tf/handler.py:2009
+#: lib/cr_tf/handler.py:2127
 msgid "Simulation mode - directory will not be created."
 msgstr "Simulationsmodus - Verzeichnis wird nicht erstellt."
 
-#: lib/cr_tf/handler.py:2014
+#: lib/cr_tf/handler.py:2132
 msgid "Could not create directory {d!r}: {e}"
 msgstr "Konnte Verzeichnis {d!r} nicht erstellen: {e}"
 
-#: lib/cr_tf/handler.py:2022
+#: lib/cr_tf/handler.py:2140
 msgid "Directory {!r} does not exists ?!?!"
 msgstr "Das Verzeichnis {!r} existiert nicht ?!?!"
 
-#: lib/cr_tf/handler.py:2026
+#: lib/cr_tf/handler.py:2144
 msgid "No write access to directory {!r}."
 msgstr "Kein Schreibzugriff auf das Verzeichnis {!r}."
 
-#: lib/cr_tf/handler.py:2029
+#: lib/cr_tf/handler.py:2147
 msgid "Changing into directory {!r}."
 msgstr "Wechsele in das Verzeichnis {!r}."
 
-#: lib/cr_tf/handler.py:2034
+#: lib/cr_tf/handler.py:2152
 msgid "Script-Dir relative to project dir: {!r}."
 msgstr "Skript-Verzeichnis relativ zum Projektverzeichnis: {!r}."
 
-#: lib/cr_tf/handler.py:2037
+#: lib/cr_tf/handler.py:2155
 msgid "Checking {!r} for a previous terraform configuration."
 msgstr "Überprüfe {!r} nach einer früheren Terraform-Konfiguration."
 
-#: lib/cr_tf/handler.py:2042
+#: lib/cr_tf/handler.py:2160
 msgid "In {d!r} there exists already {w!r}, but this is not a directory."
 msgstr "In {d!r} existiert bereits {w!r}, aber das ist kein Verzeichnis."
 
-#: lib/cr_tf/handler.py:2048
+#: lib/cr_tf/handler.py:2166
 msgid "In {d!r} there exists already {w!r}, but this not a file."
 msgstr "In {d!r} existiert bereits {w!r}, aber das ist keine Datei."
 
-#: lib/cr_tf/handler.py:2053
+#: lib/cr_tf/handler.py:2171
 msgid ""
 "In directory {d!r} there are already existing both {w1!r} and {w2!r}. Is this an old terraform "
 "project?"
@@ -1167,108 +1317,108 @@ msgstr ""
 "In Verzeichnis existieren bereits sowohl {w1!r} als auch {w2!r}. Ist das ein altes Terraform-"
 "Projekt?"
 
-#: lib/cr_tf/handler.py:2063
+#: lib/cr_tf/handler.py:2181
 msgid "Cleaning project directory {!r}."
 msgstr "Räume Projekt-Verzeichnis {!r} auf."
 
-#: lib/cr_tf/handler.py:2072
+#: lib/cr_tf/handler.py:2190
 msgid "Directory {!r} is already clean."
 msgstr "Das Verzeichnis {!r} ist bereits sauber."
 
-#: lib/cr_tf/handler.py:2077
+#: lib/cr_tf/handler.py:2195
 msgid "Removing recursive directory {!r} ..."
 msgstr "Lösche rekursiv das Verzeichnis {!r} …"
 
-#: lib/cr_tf/handler.py:2081
+#: lib/cr_tf/handler.py:2199
 msgid "Removing {!r} ..."
 msgstr "Lösche {!r} …"
 
-#: lib/cr_tf/handler.py:2090
+#: lib/cr_tf/handler.py:2208
 msgid "Creating all necessary files for terraform."
 msgstr "Erstellen aller notwendigen Dateien für Terraform."
 
-#: lib/cr_tf/handler.py:2111 lib/cr_tf/handler.py:2163 lib/cr_tf/handler.py:2233
-#: lib/cr_tf/handler.py:2250 lib/cr_tf/handler.py:2349
+#: lib/cr_tf/handler.py:2229 lib/cr_tf/handler.py:2280 lib/cr_tf/handler.py:2341
+#: lib/cr_tf/handler.py:2358 lib/cr_tf/handler.py:2457
 msgid "Creating {!r} ..."
 msgstr "Erstelle {!r} …"
 
-#: lib/cr_tf/handler.py:2117 lib/cr_tf/handler.py:2252
+#: lib/cr_tf/handler.py:2235 lib/cr_tf/handler.py:2360
 msgid "Creating {w} for VSPhere {v!r} ..."
 msgstr "Erstelle {w} für VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:2374
+#: lib/cr_tf/handler.py:2482
 msgid "No minimum version of Terraform defined."
 msgstr "Es wurde keine Minimalversion für Terraform definiert."
 
-#: lib/cr_tf/handler.py:2389
+#: lib/cr_tf/handler.py:2497
 msgid "Creating terraform files for VM instances."
 msgstr "Erstelle Terraform-Dateien für VM-Instanzen."
 
-#: lib/cr_tf/handler.py:2400
+#: lib/cr_tf/handler.py:2508
 msgid "Creating file {f!r} for VM instance {n!r}."
 msgstr "Erstelle Datei {f!r} für VM-Instanz {n!r}."
 
-#: lib/cr_tf/handler.py:2408
+#: lib/cr_tf/handler.py:2516
 msgid "Using template:"
 msgstr "Verwende Vorlage:"
 
-#: lib/cr_tf/handler.py:2433
+#: lib/cr_tf/handler.py:2541
 msgid "Writing {!r}"
 msgstr "Schreibe {!r}"
 
-#: lib/cr_tf/handler.py:2450
+#: lib/cr_tf/handler.py:2558
 msgid "Generating global definitions of {!r}."
 msgstr "Generiere globale Definitionen von {!r}."
 
-#: lib/cr_tf/handler.py:2458
+#: lib/cr_tf/handler.py:2566
 msgid "Cluster {!r} not found - this shouldn't be happened."
 msgstr "Der Cluster {!r} wurde nicht gefunden - das sollte nicht passieren."
 
-#: lib/cr_tf/handler.py:2513
+#: lib/cr_tf/handler.py:2621
 msgid "Generating interface definition {i} of {v!r}."
 msgstr "Generiere Schnittstellen-Definition {i} von {v!r}."
 
-#: lib/cr_tf/handler.py:2534
+#: lib/cr_tf/handler.py:2642
 msgid "Generating disk definition {i} of {v!r}."
 msgstr "Generiere Disk-Definition {i} von {v!r}."
 
-#: lib/cr_tf/handler.py:2554
+#: lib/cr_tf/handler.py:2662
 msgid "Generating customization of {v!r}."
 msgstr "Generiere Anpassungen von {v!r}."
 
-#: lib/cr_tf/handler.py:2596
+#: lib/cr_tf/handler.py:2704
 msgid "Generating file provisioner for {f!r} of {v!r}."
 msgstr "Generiere Datei-Provisioniere für {f!r} von {v!r}."
 
-#: lib/cr_tf/handler.py:2803
+#: lib/cr_tf/handler.py:2913
 msgid "Ensuring existence of all necessary vSphere VM folders."
 msgstr "Gewährleiste Existenz aller notwendigen vSphere-VM-Ordner."
 
-#: lib/cr_tf/handler.py:2827
+#: lib/cr_tf/handler.py:2937
 msgid "Importing existing virtual machines ..."
 msgstr "Importiere Existierende virtuelle Maschinen …"
 
-#: lib/cr_tf/handler.py:2833
+#: lib/cr_tf/handler.py:2943
 msgid "Importing VM {!r}."
 msgstr "Importiere VM {!r}."
 
-#: lib/cr_tf/handler.py:2850
+#: lib/cr_tf/handler.py:2960
 msgid "Error on importing VM {!r}:"
 msgstr "Fehler beim Importieren der VM {!r}:"
 
-#: lib/cr_tf/handler.py:2872
+#: lib/cr_tf/handler.py:2982
 msgid "Congratulations!"
 msgstr "Herzlichen Glückwünschen!"
 
-#: lib/cr_tf/handler.py:2874
+#: lib/cr_tf/handler.py:2984
 msgid "Now you are ready to deploy the following virtual machines:"
 msgstr "Du bist jetzt bereit, die folgenden virtuelle Maschinen zu deployen:"
 
-#: lib/cr_tf/handler.py:2878
+#: lib/cr_tf/handler.py:2988
 msgid "To start the deployment process change to directory {}"
 msgstr "Um mit dem Deployment-Prozess zu beginnen, wechsle in das Verzeichnis {}"
 
-#: lib/cr_tf/handler.py:2881
+#: lib/cr_tf/handler.py:2991
 msgid "and enter: {}"
 msgstr "und gib ein: {}"
 
@@ -1320,7 +1470,7 @@ msgstr "Die IP-Adresse {!r} ist keine IPv4-Adresse."
 msgid "IP address {!r} is not an IPv6 address."
 msgstr "Die IP-Adresse {!r} ist keine IPv6-Adresse."
 
-#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:720
+#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:728
 msgid "The hostname {!r} is no a valid FQDN."
 msgstr "Der Hostname {!r} ist kein gültiger FQDN."
 
@@ -1348,7 +1498,7 @@ msgstr "Versuche eine Terraform-Netzwerkschnittstelle von den folgenden daten au
 msgid "Interface definition is not a dictionary:"
 msgstr "Die Terraform-Netzwerkschnittstellen-Definition ist kein Dictionary:"
 
-#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:294
+#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:299
 msgid "Evaluating key {k!r}: {v}"
 msgstr "Erforsche Schlüssel {k!r}: {v}"
 
@@ -1356,287 +1506,293 @@ msgstr "Erforsche Schlüssel {k!r}: {v}"
 msgid "Copying Terraform interface object with address {}."
 msgstr "Kopiere Terraform-Netzwerkschnittstellen-Objekt mit der Adresse {}."
 
-#: lib/cr_tf/terraform/vm.py:228
+#: lib/cr_tf/terraform/vm.py:233
 msgid "A VM template definition may not have a FQDN (found: {!r})."
 msgstr "Eine VM-Vorkagendefinition darf keinen FQDN enthalten (gefunden: {!r})."
 
-#: lib/cr_tf/terraform/vm.py:232
+#: lib/cr_tf/terraform/vm.py:237
 msgid "A VM template definition must have a name."
 msgstr "Eine VM-Vorkagendefinition muss einen Namen haben."
 
-#: lib/cr_tf/terraform/vm.py:236
+#: lib/cr_tf/terraform/vm.py:241
 msgid "A VM definition (no template) must have a FQDN."
 msgstr "Eine VM-Definition (keine Vorlage) muss einen FQDN enthalten."
 
-#: lib/cr_tf/terraform/vm.py:251
+#: lib/cr_tf/terraform/vm.py:256
 msgid "Trying to instantiate VM from data:"
 msgstr "Versuche eine VM von folgenden Daten zu instanzieren:"
 
-#: lib/cr_tf/terraform/vm.py:259
+#: lib/cr_tf/terraform/vm.py:264
 msgid "Given parameter {!r} is not a TerraformVm object."
 msgstr "Der übergebene Parameter ist kein TerraformVm-Objekt."
 
-#: lib/cr_tf/terraform/vm.py:329
+#: lib/cr_tf/terraform/vm.py:334
 msgid "Could not evaluate nameservers from {!r}."
 msgstr "Konnte Nameserver nichtaus {!r} ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:340
+#: lib/cr_tf/terraform/vm.py:345
 msgid "Could not evaluate search domains from {!r}."
 msgstr "Konnte Suchdomänen nicht aus {!r} ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:355
+#: lib/cr_tf/terraform/vm.py:361
 msgid "Template definitions may not have interface definitions."
 msgstr "Eine Vorlagen-Definition darf keine Netzwerkschnittstellen-Definition enthalten."
 
-#: lib/cr_tf/terraform/vm.py:363
+#: lib/cr_tf/terraform/vm.py:369
 msgid "Could not evaluate interfaces from {!r}."
 msgstr "Konnte Netzwerkschnittstellen nicht aus {!r} ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:366
+#: lib/cr_tf/terraform/vm.py:372
 msgid "Unknown VM definition key {k!r} with value: {v!r}."
 msgstr "Unbekannter VM-Definitions-Schlüssel {k!r} mit dem Wert {v!r} gefunden."
 
-#: lib/cr_tf/terraform/vm.py:429
+#: lib/cr_tf/terraform/vm.py:385
+msgid "Applying vSphere {!r} to VM."
+msgstr "Weise vSphere {!r} der VM zu."
+
+#: lib/cr_tf/terraform/vm.py:437
 msgid "Could not evaluate size of root disk, {!r} is not a dictionary."
 msgstr "Konnte die Größer der Root-Disk nicht ermitteln, {!r} ist kein Dictionary."
 
-#: lib/cr_tf/terraform/vm.py:441
+#: lib/cr_tf/terraform/vm.py:449
 msgid "Could not evaluate data disk from {!r}."
 msgstr "Konnte Daten-Disk nicht aus {!r} ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:454
+#: lib/cr_tf/terraform/vm.py:462
 msgid "Data disks for VM {!r} were set to None."
 msgstr "Die Datendisks für die VM {!r} wurden auf None gesetzt."
 
-#: lib/cr_tf/terraform/vm.py:456
+#: lib/cr_tf/terraform/vm.py:464
 msgid "Could not evaluate data disks from {!r}."
 msgstr "Konnte Daten-Disks nicht aus {!r} ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:477
+#: lib/cr_tf/terraform/vm.py:485
 msgid "Key {k!r} has no string value, but a {c!r} instead."
 msgstr "Der Schlüssel {k!r} hat keinen Zeichenkettenwert, sondern statt dessen einen {c!r}."
 
-#: lib/cr_tf/terraform/vm.py:485
+#: lib/cr_tf/terraform/vm.py:493
 msgid "Invalid contact name {!r}."
 msgstr "Ungültiger Kontakt-Name {!r}."
 
-#: lib/cr_tf/terraform/vm.py:492 lib/cr_tf/terraform/vm.py:547
+#: lib/cr_tf/terraform/vm.py:500 lib/cr_tf/terraform/vm.py:555
 msgid "Invalid puppet customer name {!r}."
 msgstr "Ungültiger Puppet Kundenname {!r}."
 
-#: lib/cr_tf/terraform/vm.py:499 lib/cr_tf/terraform/vm.py:554
+#: lib/cr_tf/terraform/vm.py:507 lib/cr_tf/terraform/vm.py:562
 msgid "Invalid puppet customer project name {!r}."
 msgstr "Ungültiger Projektname eines Puppet-Customers {!r}."
 
-#: lib/cr_tf/terraform/vm.py:506 lib/cr_tf/terraform/vm.py:561
+#: lib/cr_tf/terraform/vm.py:514 lib/cr_tf/terraform/vm.py:569
 msgid "Invalid puppet role {!r}."
 msgstr "Ungültige Puppet-Rolle {!r}."
 
-#: lib/cr_tf/terraform/vm.py:513 lib/cr_tf/terraform/vm.py:568
+#: lib/cr_tf/terraform/vm.py:521 lib/cr_tf/terraform/vm.py:576
 msgid "Invalid puppet tier {!r}."
 msgstr "Ungülte Stufe (tier) {!r} in Puppet."
 
-#: lib/cr_tf/terraform/vm.py:520 lib/cr_tf/terraform/vm.py:576
+#: lib/cr_tf/terraform/vm.py:528 lib/cr_tf/terraform/vm.py:584
 msgid "Setting Puppet environment to {!r}."
 msgstr "Setze Puppet Umgebung auf {!r}."
 
-#: lib/cr_tf/terraform/vm.py:522 lib/cr_tf/terraform/vm.py:579
+#: lib/cr_tf/terraform/vm.py:530 lib/cr_tf/terraform/vm.py:587
 msgid "Invalid puppet environment {!r}."
 msgstr "Ungültige Puppet-Umgebung {!r}."
 
-#: lib/cr_tf/terraform/vm.py:535
+#: lib/cr_tf/terraform/vm.py:543
 msgid "Evaluating sub key of {d!r}: {k!r} => {v!r}"
 msgstr "Erforsche Unterschlüssel von {d!r}: {k!r} => {v!r}"
 
-#: lib/cr_tf/terraform/vm.py:540
+#: lib/cr_tf/terraform/vm.py:548
 msgid "Invalid puppet contact name {!r}."
 msgstr "Ungültiger Puppet-Kontakt-Name {!r}."
 
-#: lib/cr_tf/terraform/vm.py:591
+#: lib/cr_tf/terraform/vm.py:599
 msgid "Template"
 msgstr "Vorlage"
 
-#: lib/cr_tf/terraform/vm.py:596
+#: lib/cr_tf/terraform/vm.py:604
 msgid "Copying Terraform VM object {!r} ..."
 msgstr "Kopiere Terraform-VM-Ojekt {!r} …"
 
-#: lib/cr_tf/terraform/vm.py:628 lib/cr_tf/terraform/vm.py:655
+#: lib/cr_tf/terraform/vm.py:636 lib/cr_tf/terraform/vm.py:663
 msgid "Parameter {p} {ns!r} is not iterable."
 msgstr "Der Parameter {p} {ns!r} ist nicht iterierbar."
 
-#: lib/cr_tf/terraform/vm.py:637
+#: lib/cr_tf/terraform/vm.py:645
 msgid "There are at most {mx} nameservers accepted, {addr} will not be considered."
 msgstr "Es werden höchstens {mx} Nameserver akzeptiert, {addr} wird nicht berücksichtigt."
 
-#: lib/cr_tf/terraform/vm.py:645
+#: lib/cr_tf/terraform/vm.py:653
 msgid "Invalid nameserver address {v!r}: {e}"
 msgstr "Ungültige Nameserver-Adresse {v!r}: {e}"
 
-#: lib/cr_tf/terraform/vm.py:662
+#: lib/cr_tf/terraform/vm.py:670
 msgid "There are at most {mx} search domains accepted, {srv} will not be considered."
 msgstr "Es werden höchstens {mx} Suchdomänen akzeptiert, {srv} wird nicht berücksichtigt."
 
-#: lib/cr_tf/terraform/vm.py:724
+#: lib/cr_tf/terraform/vm.py:732
 msgid "The hostname {!r} may not end with a dot '.'."
 msgstr "Der Hostname {!r} darf nicht mit einem Punkt '.' enden."
 
-#: lib/cr_tf/terraform/vm.py:743
+#: lib/cr_tf/terraform/vm.py:751
 msgid "The name of a template VM may not be None."
 msgstr "Der Name einer Vorlagen-VM darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:751
+#: lib/cr_tf/terraform/vm.py:759
 msgid "The name of a template VM may not be empty."
 msgstr "Der Name einer Vorlagen-VM darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:766
+#: lib/cr_tf/terraform/vm.py:774
 msgid "The name of the VSPhere may not be None."
 msgstr "Der VSPhere-Name darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:771
+#: lib/cr_tf/terraform/vm.py:779
 msgid "The name of the VSPhere may not be empty."
 msgstr "Der VSPhere-Name darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:810
+#: lib/cr_tf/terraform/vm.py:818
 msgid "Invalid number of CPUs {n} - number must be {min} <= NUMBER <= {max}."
 msgstr "Ungültige Anzahl der CPUs {n} - die Anzahl muss zwischen {min} <= ANZAHL <= {max} sein."
 
-#: lib/cr_tf/terraform/vm.py:827
+#: lib/cr_tf/terraform/vm.py:835
 msgid "Trying to detect memory from value {!r}."
 msgstr "Versuche den Haupspeicher aus dem Wert {!r} zu ermitteln."
 
-#: lib/cr_tf/terraform/vm.py:831
+#: lib/cr_tf/terraform/vm.py:839
 msgid "Invalid memory {!r}."
 msgstr "Ungültige Hauptspeicherangabe {!r}."
 
-#: lib/cr_tf/terraform/vm.py:841
+#: lib/cr_tf/terraform/vm.py:849
 msgid "Invalid memory {m} - memory must be {min} <= MiBytes <= {max}."
 msgstr ""
 "Ungültige Hauptspeicherangabe {m} - der Haupspeicher muss zwischen {min} <= MiBytes <= {max} "
 "sein."
 
-#: lib/cr_tf/terraform/vm.py:846
+#: lib/cr_tf/terraform/vm.py:854
 msgid "Invalid memory {m}, must be a multipe of {c}."
 msgstr "Ungültige Hauptspeicherangabe {m} - er muss ein Vielfaches von {c} sein."
 
-#: lib/cr_tf/terraform/vm.py:860
+#: lib/cr_tf/terraform/vm.py:868
 msgid "The name of the computing cluster of the VM may not be None."
 msgstr "Der Name des Rechenclusters der VM darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:865
+#: lib/cr_tf/terraform/vm.py:873
 msgid "The name of the computing cluster of the VM may not be empty."
 msgstr "Der Name des Rechenclusters der VM darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:879
+#: lib/cr_tf/terraform/vm.py:887
 msgid "A folder name may not be None."
 msgstr "Ein Ordnername darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:884
+#: lib/cr_tf/terraform/vm.py:892
 msgid "A folder name may not be empty."
 msgstr "Ein Ordnername darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:898
+#: lib/cr_tf/terraform/vm.py:906
 msgid "Invalid boot delay {b:0.1} - delay must be {min} <= NUMBER <= {max}."
 msgstr ""
 "Ungültige Bootverzögerung {b:0.1} - die Verzögerung muss zwischen {min} <= SEKUNDEN <= {max} "
 "sein."
 
-#: lib/cr_tf/terraform/vm.py:955
+#: lib/cr_tf/terraform/vm.py:963
 msgid "Datastore type {t!r} not allowed, valid datastore types are: {li}"
 msgstr "Der Datastore-Typ {t!r} ist nicht erlaubt - gültige Datastore-Typen sind: {li}"
 
-#: lib/cr_tf/terraform/vm.py:969
+#: lib/cr_tf/terraform/vm.py:977
 msgid "A customer name may not be None."
 msgstr "Ein Kundenname darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:974
+#: lib/cr_tf/terraform/vm.py:982
 msgid "A customer name may not be empty."
 msgstr "Ein Kundenname darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:993
+#: lib/cr_tf/terraform/vm.py:1001
 msgid "A purpose may not be None."
 msgstr "Eine Bestimmung darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:998
+#: lib/cr_tf/terraform/vm.py:1006
 msgid "A purpose may not be empty."
 msgstr "Eine Bestimmung darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1011
+#: lib/cr_tf/terraform/vm.py:1019
 msgid "A template VM name may not be None."
 msgstr "Der Name der Vorlagen-VM darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1016
+#: lib/cr_tf/terraform/vm.py:1024
 msgid "A template VM name may not be empty."
 msgstr "Der Name der Vorlagen-VM darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1029
+#: lib/cr_tf/terraform/vm.py:1037
 msgid "A puppet contact name may not be None."
 msgstr "Ein Kontaktname für Puppet darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1034
+#: lib/cr_tf/terraform/vm.py:1042
 msgid "A puppet contact name may not be empty."
 msgstr "Ein Kontaktname für Puppet darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1047
+#: lib/cr_tf/terraform/vm.py:1055
 msgid "A puppet hiera customer name may not be None."
 msgstr "Ein Kundenname für Puppet-Hiera darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1052
+#: lib/cr_tf/terraform/vm.py:1060
 msgid "A puppet hiera customer name may not be empty."
 msgstr "Ein Kundenname für Puppet-Hiera darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1055
+#: lib/cr_tf/terraform/vm.py:1063
 msgid "A puppet hiera customer name may not contain a slash (/) character."
 msgstr "Ein Kundenname für Puppet-Hiera darf keinen Schrägstrich '/' enthalten."
 
-#: lib/cr_tf/terraform/vm.py:1068
+#: lib/cr_tf/terraform/vm.py:1076
 msgid "A puppet hiera project name should not be None."
 msgstr "Ein Puppet Hiera Projekt darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1074
+#: lib/cr_tf/terraform/vm.py:1082
 msgid "A puppet hiera customer project may not be empty."
 msgstr "Ein Puppet Hiera Projekt-Name darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1077
+#: lib/cr_tf/terraform/vm.py:1085
 msgid "A puppet hiera customer project may not contain a slash (/) character."
 msgstr "Ein Puppet Hiera Projekt-Name darf keinen Schrägstrich (/) enthalten."
 
-#: lib/cr_tf/terraform/vm.py:1110
+#: lib/cr_tf/terraform/vm.py:1118
 msgid "A puppet role may not be None."
 msgstr "Eine Puppet-Rolle darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1115
+#: lib/cr_tf/terraform/vm.py:1123
 msgid "A puppet role may not be empty."
 msgstr "Eine Puppet-Rolle darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1128
+#: lib/cr_tf/terraform/vm.py:1136
 msgid "A puppet tier name may not be None."
 msgstr "Eine Name der Puppet-Stufe (tier) darf nicht None sein."
 
-#: lib/cr_tf/terraform/vm.py:1133
+#: lib/cr_tf/terraform/vm.py:1141
 msgid "A puppet tier name may not be empty."
 msgstr "Eine Name der Puppet-Stufe (tier) darf nicht leer sein."
 
-#: lib/cr_tf/terraform/vm.py:1137
+#: lib/cr_tf/terraform/vm.py:1145
 msgid "A puppet tier should be one of {li} (given: {v!r})."
 msgstr "Der Name einer Puppet-Stufe (tier) sollte einer von {li} sein (gegeben: {v!r})."
 
-#: lib/cr_tf/terraform/vm.py:1163
-msgid "A puppet environment must be one of {li} (given: {v!r})."
+#: lib/cr_tf/terraform/vm.py:1171
+#, fuzzy
+#| msgid "A puppet environment must be one of {li} (given: {v!r})."
+msgid "A puppet environment should be one of {li} (given: {v!r})."
 msgstr "Eine Puppet-Umgebung muss eine von {li} sein (gegeben: {v!r})."
 
-#: lib/cr_tf/terraform/vm.py:1188
+#: lib/cr_tf/terraform/vm.py:1195
 msgid "Invalid root disk size {n} - size must be {min} <= SIZE <= {max}."
 msgstr "Ungültige Größe der Root-Disk {n} - die Größe muss zwischen {min} <= GRÖẞE <= {max} sein."
 
-#: lib/cr_tf/terraform/vm.py:1262
+#: lib/cr_tf/terraform/vm.py:1269
 msgid "Resetting root disk."
 msgstr "Setze Angaben zur Root-Disk zurück."
 
-#: lib/cr_tf/terraform/vm.py:1289
+#: lib/cr_tf/terraform/vm.py:1296
 msgid "Using parameters for init data disk:"
 msgstr "Verwendete Parameter zur Initialisierung der Daten-Disk:"
 
-#: lib/cr_tf/terraform/vm.py:1297
+#: lib/cr_tf/terraform/vm.py:1304
 msgid "Got data disk:"
 msgstr "Erhaltene Daten-Disk:"
 
@@ -1841,3 +1997,6 @@ msgstr "Gefundene .mo-Datei: {!r}"
 #~ msgid "A puppet hiera project name may not be None."
 #~ msgstr "Ein Puppet Hiera Projekt-Name darf nicht None sein."
 
+#~ msgid "Using faked root password {!r} - but this is currently not used."
+#~ msgstr "Verwendung des gefakten Root-Passwortes {!r} - dieses wird aber gegenwärtig nicht verwendet."
+
index 9d111817bfebae881ffbf327ea1c37b94a76742f..cd6dde2bf2243ea89c754480c825aa5c1f84387f 100644 (file)
@@ -1,13 +1,13 @@
 # English (United States) translations for create_terraform.
-# Copyright (C) 2019 Frank Brehm, Pixelpark GmbH, Berlin
+# Copyright (C) 2021 Frank Brehm, Pixelpark GmbH, Berlin
 # This file is distributed under the same license as the create_terraform project.
-# Frank Brehm <frank.brehm@pixelpark.com>, 2019.
+# Frank Brehm <frank.brehm@pixelpark.com>, 2021.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: create_terraform 1.4.3\n"
+"Project-Id-Version: create_terraform 1.5.2\n"
 "Report-Msgid-Bugs-To: frank.brehm@pixelpark.com\n"
-"POT-Creation-Date: 2019-12-18 12:14+0100\n"
+"POT-Creation-Date: 2021-09-09 17:55+0200\n"
 "PO-Revision-Date: 2019-11-06 16:25+0100\n"
 "Last-Translator: Frank Brehm <frank.brehm@pixelpark.com>\n"
 "Language: en_US\n"
@@ -16,1235 +16,1360 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.7.0\n"
+"Generated-By: Babel 2.9.1\n"
 
-#: lib/cr_tf/app.py:82 lib/cr_tf/app.py:108
+#: lib/cr_tf/app.py:86 lib/cr_tf/app.py:112
 msgid "File {!r} does not exists."
 msgstr ""
 
-#: lib/cr_tf/app.py:85 lib/cr_tf/app.py:111
+#: lib/cr_tf/app.py:89 lib/cr_tf/app.py:115
 msgid "File {!r} is not a regular file."
 msgstr ""
 
-#: lib/cr_tf/app.py:137
+#: lib/cr_tf/app.py:141
 msgid "The following steps to interrupt the execution after are available:"
 msgstr ""
 
-#: lib/cr_tf/app.py:140
+#: lib/cr_tf/app.py:144
 msgid "<no description>"
 msgstr ""
 
-#: lib/cr_tf/app.py:175
+#: lib/cr_tf/app.py:179
 msgid "Creates or updates a directory with a terraform environment on base of a given YAML file."
 msgstr ""
 
-#: lib/cr_tf/app.py:223
+#: lib/cr_tf/app.py:210
+#, fuzzy
+#| msgid "Searching for networks in VSPhere {!r} ..."
+msgid "Searching for config file {!r} ..."
+msgstr "Searching for networks in VSPhere {!r} …"
+
+#: lib/cr_tf/app.py:254
 msgid ""
-"Configuration file {f!r} does not exists.\n"
-"Please copy {d!r} to {f!r} and fill out all necessary entries, e.g. the passwords and API keys."
+"Config file {f!r} not found, using defaults.\n"
+"To avoid this message, you may copy {d!r} to {c1!r}, {c2!r} or {c3!r} and fill out all necessary"
+" entries, e.g. the passwords and API keys."
 msgstr ""
 
-#: lib/cr_tf/app.py:237
+#: lib/cr_tf/app.py:271
 msgid "Error in configuration:"
 msgstr ""
 
-#: lib/cr_tf/app.py:246
+#: lib/cr_tf/app.py:274
 msgid "Read configuration:"
 msgstr ""
 
-#: lib/cr_tf/app.py:258
-msgid "PowerDNS API key for {!r}"
+#: lib/cr_tf/app.py:284
+msgid "Removing allowed puppet environments ..."
 msgstr ""
 
-#: lib/cr_tf/app.py:260
-msgid "PowerDNS API key"
+#: lib/cr_tf/app.py:288
+#, fuzzy
+#| msgid "Removing recursive directory {!r} ..."
+msgid "Removing puppet environment {!r} ..."
+msgstr "Removing recursive directory {!r} …"
+
+#: lib/cr_tf/app.py:292
+msgid "Adding allowed puppet environments ..."
 msgstr ""
 
-#: lib/cr_tf/app.py:266
-msgid "Using faked root password {!r} - but this is currently not used."
+#: lib/cr_tf/app.py:296
+#, fuzzy
+#| msgid "Reading YAML file {!r} ..."
+msgid "Adding puppet environment {!r} ..."
+msgstr "Reading YAML file {!r} …"
+
+#: lib/cr_tf/app.py:301
+msgid "Allowed puppet environments:"
 msgstr ""
 
-#: lib/cr_tf/app.py:341
+#: lib/cr_tf/app.py:313
+msgid "PowerDNS API key for {!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:316
+msgid "PowerDNS API key"
+msgstr ""
+
+#: lib/cr_tf/app.py:396
 msgid "STEP"
 msgstr ""
 
-#: lib/cr_tf/app.py:343
+#: lib/cr_tf/app.py:398
 msgid ""
 "Name of the step, where to interrupt the execution of this script. Use {!r} to show a list of "
 "all avaliable steps."
 msgstr ""
 
-#: lib/cr_tf/app.py:349
+#: lib/cr_tf/app.py:404
 msgid "FILE"
 msgstr ""
 
-#: lib/cr_tf/app.py:351
+#: lib/cr_tf/app.py:406
 msgid "Configuration file (default: {!r})"
 msgstr ""
 
-#: lib/cr_tf/app.py:355
+#: lib/cr_tf/app.py:410
 msgid "PowerDNS options"
 msgstr ""
 
-#: lib/cr_tf/app.py:358
+#: lib/cr_tf/app.py:413
 msgid "HOST"
 msgstr ""
 
-#: lib/cr_tf/app.py:359
+#: lib/cr_tf/app.py:414
 msgid "The hostname or address of the PowerDNS master server (Default: {!r})."
 msgstr ""
 
-#: lib/cr_tf/app.py:365
+#: lib/cr_tf/app.py:420
 msgid "PORT"
 msgstr ""
 
-#: lib/cr_tf/app.py:366
+#: lib/cr_tf/app.py:421
 msgid "The port number of the PowerDNS API (Default: {})."
 msgstr ""
 
-#: lib/cr_tf/app.py:371
+#: lib/cr_tf/app.py:426
 msgid "KEY"
 msgstr ""
 
-#: lib/cr_tf/app.py:372
+#: lib/cr_tf/app.py:427
 msgid "The key accessing to the PDNS API."
 msgstr ""
 
-#: lib/cr_tf/app.py:377
+#: lib/cr_tf/app.py:432
 msgid "Should PDNS API requests executed per HTTPS?"
 msgstr ""
 
-#: lib/cr_tf/app.py:381
+#: lib/cr_tf/app.py:436
 msgid "PATH"
 msgstr ""
 
-#: lib/cr_tf/app.py:382
+#: lib/cr_tf/app.py:437
 msgid "The path prefix in the URL for PDNS API requests (Default: {!r})."
 msgstr ""
 
-#: lib/cr_tf/app.py:388
+#: lib/cr_tf/app.py:443
 msgid "YAML_FILE"
 msgstr ""
 
-#: lib/cr_tf/app.py:389
+#: lib/cr_tf/app.py:444
 msgid "The YAML-file with the definition of the VMs to create with terraform."
 msgstr ""
 
-#: lib/cr_tf/app.py:431
+#: lib/cr_tf/app.py:486
 msgid "Starting {a!r}, version {v!r} ..."
 msgstr "Starting {a!r}, version {v!r} …"
 
-#: lib/cr_tf/app.py:438
+#: lib/cr_tf/app.py:495
 msgid "Create Terraform environment"
 msgstr ""
 
-#: lib/cr_tf/app.py:450
+#: lib/cr_tf/app.py:502
+msgid "No handler object available."
+msgstr ""
+
+#: lib/cr_tf/app.py:509
+msgid "Please input the {}."
+msgstr ""
+
+#: lib/cr_tf/app.py:510 lib/cr_tf/app.py:514
+msgid "vSphere user name"
+msgstr ""
+
+#: lib/cr_tf/app.py:512
+msgid "Name"
+msgstr ""
+
+#: lib/cr_tf/app.py:514 lib/cr_tf/app.py:536
+msgid "No {} given."
+msgstr ""
+
+#: lib/cr_tf/app.py:518
+#, fuzzy
+#| msgid "Setting cluster of {n!r} to {c!r} ..."
+msgid "Setting user for vSphere {vs!r} to {usr!r}."
+msgstr "Setting cluster of {n!r} to {c!r} …"
+
+#: lib/cr_tf/app.py:529
+msgid "User password of {!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:531
+msgid "Password for user {u!r} of vSphere {n} on {h!r}"
+msgstr ""
+
+#: lib/cr_tf/app.py:536
+msgid "password of vSphere user"
+msgstr ""
+
+#: lib/cr_tf/app.py:540
+msgid "Setting passwort of vSphere {vs!r} user {usr!r}."
+msgstr ""
+
+#: lib/cr_tf/app.py:559
 msgid "Executing {} ..."
 msgstr "Executing {} …"
 
-#: lib/cr_tf/config.py:161
+#: lib/cr_tf/config.py:160
 msgid "a port may not be less than 1: {}."
 msgstr ""
 
-#: lib/cr_tf/config.py:165
+#: lib/cr_tf/config.py:164
 msgid "a port may not be greater than {m}: {v}."
 msgstr ""
 
-#: lib/cr_tf/config.py:169
+#: lib/cr_tf/config.py:168
 msgid "Wrong port number {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:274
+#: lib/cr_tf/config.py:273
 msgid "may not be less than 10: {:0.1f}."
 msgstr ""
 
-#: lib/cr_tf/config.py:278
+#: lib/cr_tf/config.py:277
 msgid "may not be greater than {m}: {v:0.1f}."
 msgstr ""
 
-#: lib/cr_tf/config.py:282
+#: lib/cr_tf/config.py:281
 msgid "Wrong minimum root size in GiB {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:351
+#: lib/cr_tf/config.py:352
 msgid "Comparing {} objects ..."
 msgstr "Comparing {} objects …"
 
-#: lib/cr_tf/config.py:390
+#: lib/cr_tf/config.py:385
 msgid "unknown"
 msgstr ""
 
-#: lib/cr_tf/config.py:393
+#: lib/cr_tf/config.py:389
+#, fuzzy
+#| msgid "Checking for {o}{m!r} ..."
+msgid "Checking validity of {o}-object {n!r} ..."
+msgstr "Checking for {o}{m!r} …"
+
+#: lib/cr_tf/config.py:400
 msgid "Attribute {a!r} of the {o}-object {n!r} is not set."
 msgstr ""
 
-#: lib/cr_tf/config.py:401
+#: lib/cr_tf/config.py:409
 msgid "Found an error in VSPhere configuration"
 msgid_plural "Found {} errors in VSPhere configuration"
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/config.py:439
+#: lib/cr_tf/config.py:419
+msgid ""
+"Attribute {a!r} of the {o}-object {n!r} is not set, it will be requestet during this script and "
+"on starting terraform."
+msgstr ""
+
+#: lib/cr_tf/config.py:475
 msgid "Invalid value {v!r} for {n!r} configuration ({f!r}:[{s}]): {e}"
 msgstr ""
 
-#: lib/cr_tf/config.py:440
+#: lib/cr_tf/config.py:476
 msgid "Invalid value {v} for {n!r} configuration ({f!r}:[{s}]): must be equal or greater than zero."
 msgstr ""
 
-#: lib/cr_tf/config.py:541
+#: lib/cr_tf/config.py:587
 msgid "Invalid timeout {t!r} for requesting the PowerDNS API, must be 0 < SECONDS < {m}."
 msgstr ""
 
-#: lib/cr_tf/config.py:575
+#: lib/cr_tf/config.py:621
 msgid "The default size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:579
+#: lib/cr_tf/config.py:625
 msgid "The default size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:592
+#: lib/cr_tf/config.py:638
 msgid "The minimal size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:596
+#: lib/cr_tf/config.py:642
 msgid "The minimal size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:609
+#: lib/cr_tf/config.py:655
 msgid "The maximal size of the data disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:613
+#: lib/cr_tf/config.py:659
 msgid "The maximal size of the data disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:626
+#: lib/cr_tf/config.py:672
 msgid "The minimal size of the root disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:630
+#: lib/cr_tf/config.py:676
 msgid "The minimal size of the root disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:643
+#: lib/cr_tf/config.py:689
 msgid "The maximal size of the root disk may not be None."
 msgstr ""
 
-#: lib/cr_tf/config.py:647
+#: lib/cr_tf/config.py:693
 msgid "The maximal size of the root disk must be greater or equal to one GB."
 msgstr ""
 
-#: lib/cr_tf/config.py:700
+#: lib/cr_tf/config.py:716 lib/cr_tf/config.py:885
+msgid "Creating a {}-object with parameters:"
+msgstr ""
+
+#: lib/cr_tf/config.py:721 lib/cr_tf/config.py:890
+msgid "Created object:"
+msgstr ""
+
+#: lib/cr_tf/config.py:774
 msgid "Checking config section {!r}:"
 msgstr ""
 
-#: lib/cr_tf/config.py:711
+#: lib/cr_tf/config.py:785
 msgid "Empty VSPhere name found."
 msgstr ""
 
-#: lib/cr_tf/config.py:763
+#: lib/cr_tf/config.py:837
 msgid "Checking config section {s!r} ({n}) ..."
 msgstr "Checking config section {s!r} ({n}) …"
 
-#: lib/cr_tf/config.py:804
+#: lib/cr_tf/config.py:879 lib/cr_tf/config.py:927
 msgid "Unknown configuration parameter {k!r} with value {v!r} for VSPhere {n!r} found."
 msgstr ""
 
-#: lib/cr_tf/config.py:810
-msgid "Creating a {}-object with parameters:"
-msgstr ""
-
-#: lib/cr_tf/config.py:815
-msgid "Created object:"
+#: lib/cr_tf/config.py:933
+msgid "Updated object:"
 msgstr ""
 
-#: lib/cr_tf/config.py:827 lib/cr_tf/config.py:868
+#: lib/cr_tf/config.py:945 lib/cr_tf/config.py:986
 msgid "Checking config section {!r} ..."
 msgstr "Checking config section {!r} …"
 
-#: lib/cr_tf/errors.py:58
+#: lib/cr_tf/config.py:1034
+msgid "Invalid puppet environment {env!r} found in {k!r}."
+msgstr ""
+
+#: lib/cr_tf/errors.py:72
 msgid "The network {!r} is not existing."
 msgstr ""
 
-#: lib/cr_tf/handler.py:80
+#: lib/cr_tf/handler.py:128
 msgid "<some unknown step>"
 msgstr ""
 
-#: lib/cr_tf/handler.py:85
+#: lib/cr_tf/handler.py:133
 msgid "Aborting after {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:122
+#: lib/cr_tf/handler.py:170
 msgid "After initialization of all objects and handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:123
+#: lib/cr_tf/handler.py:171
+msgid "After initialisation of VSPhere handlers."
+msgstr ""
+
+#: lib/cr_tf/handler.py:172
 msgid "After reading the given YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:124
+#: lib/cr_tf/handler.py:173
 msgid "After retrieving all DNS zones from PowerDNS."
 msgstr ""
 
-#: lib/cr_tf/handler.py:125
-msgid "After initialisation of VSPhere handlers."
+#: lib/cr_tf/handler.py:174
+msgid "After testing VSPhere handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:126
+#: lib/cr_tf/handler.py:175
 msgid "After collecting all VMWare and local folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:127
+#: lib/cr_tf/handler.py:176
 msgid "After collecting all VMWare clusters."
 msgstr ""
 
-#: lib/cr_tf/handler.py:128
+#: lib/cr_tf/handler.py:177
 msgid "After collecting all VMWare datastores."
 msgstr ""
 
-#: lib/cr_tf/handler.py:129
+#: lib/cr_tf/handler.py:178
 msgid "After collecting all VMWare datastore clusters."
 msgstr ""
 
-#: lib/cr_tf/handler.py:130
+#: lib/cr_tf/handler.py:179
 msgid "After collecting all VMWare networks."
 msgstr ""
 
-#: lib/cr_tf/handler.py:131
+#: lib/cr_tf/handler.py:180
 msgid "After validating all given VMWare templates."
 msgstr ""
 
-#: lib/cr_tf/handler.py:132
+#: lib/cr_tf/handler.py:181
 msgid "After syntax validating of data from loaded YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:133
+#: lib/cr_tf/handler.py:182
 msgid "After validating all given storage data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:134
+#: lib/cr_tf/handler.py:183
 msgid "After validating all given network interface data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:135
+#: lib/cr_tf/handler.py:184
 msgid "After validating all given DNS data."
 msgstr ""
 
-#: lib/cr_tf/handler.py:136
+#: lib/cr_tf/handler.py:185
 msgid "After performing all necessary actions in DNS."
 msgstr ""
 
-#: lib/cr_tf/handler.py:137
+#: lib/cr_tf/handler.py:186
 msgid "After ensuring availability of the project directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:138
+#: lib/cr_tf/handler.py:187
 msgid "After creation of the Terraform project files."
 msgstr ""
 
-#: lib/cr_tf/handler.py:139
+#: lib/cr_tf/handler.py:188
 msgid "After ensuring availability of VM folders in VMWare vSphere."
 msgstr ""
 
-#: lib/cr_tf/handler.py:223
+#: lib/cr_tf/handler.py:274
+msgid "Given configuration:"
+msgstr ""
+
+#: lib/cr_tf/handler.py:278
 msgid "Directory for postinstall scripts: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:225
+#: lib/cr_tf/handler.py:280
 msgid "Directory for postinstall scripts {!r} does not exists."
 msgstr ""
 
-#: lib/cr_tf/handler.py:229
+#: lib/cr_tf/handler.py:284
 msgid "Path {!r} for postinstall scripts exists, but is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:242
+#: lib/cr_tf/handler.py:297
 msgid "Setting simulate of all subsequent objects to {!r} ..."
 msgstr "Setting simulate of all subsequent objects to {!r} …"
 
-#: lib/cr_tf/handler.py:268
+#: lib/cr_tf/handler.py:323
 msgid "Invalid step name {!r} for interrupting execution."
 msgstr ""
 
-#: lib/cr_tf/handler.py:324
+#: lib/cr_tf/handler.py:379
 msgid "Invalid time zone name {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:326
+#: lib/cr_tf/handler.py:381
 msgid "Setting time zone to {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:348
+#: lib/cr_tf/handler.py:403
 msgid "No configuration given before initialisation of handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:352
+#: lib/cr_tf/handler.py:407
 msgid "{n} is not a {e}-instance, but a {w}-instance instead."
 msgstr ""
 
-#: lib/cr_tf/handler.py:363
+#: lib/cr_tf/handler.py:418
 msgid "Initialize some additional handlers."
 msgstr ""
 
-#: lib/cr_tf/handler.py:390
+#: lib/cr_tf/handler.py:446
 msgid "Checking the terraform version ..."
 msgstr "Checking the terraform version …"
 
-#: lib/cr_tf/handler.py:394 lib/cr_tf/handler.py:2812 lib/cr_tf/handler.py:2855
+#: lib/cr_tf/handler.py:450 lib/cr_tf/handler.py:2922
 msgid "Executing {!r} ..."
 msgstr "Executing {!r} …"
 
-#: lib/cr_tf/handler.py:397 lib/cr_tf/handler.py:2823 lib/cr_tf/handler.py:2852
-#: lib/cr_tf/handler.py:2866
+#: lib/cr_tf/handler.py:453 lib/cr_tf/handler.py:2933 lib/cr_tf/handler.py:2962
 msgid "Completed process:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:400
+#: lib/cr_tf/handler.py:456
 msgid "No output on command {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:405
+#: lib/cr_tf/handler.py:461
 msgid "First line:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:408
+#: lib/cr_tf/handler.py:464
 msgid "Could not evaluate version output of terraform:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:412
+#: lib/cr_tf/handler.py:468
 msgid "Terraform version: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:415 lib/cr_tf/handler.py:423
+#: lib/cr_tf/handler.py:471 lib/cr_tf/handler.py:479
 msgid "Checking for {o}{m!r} ..."
 msgstr "Checking for {o}{m!r} …"
 
-#: lib/cr_tf/handler.py:418 lib/cr_tf/handler.py:426
+#: lib/cr_tf/handler.py:474 lib/cr_tf/handler.py:482
 msgid "Invalid version {c!r} of terraform, expected {o}{m!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:434
+#: lib/cr_tf/handler.py:490
 msgid "Self destruction."
 msgstr ""
 
-#: lib/cr_tf/handler.py:447
+#: lib/cr_tf/handler.py:503 lib/cr_tf/handler.py:528
 msgid "{}-object not initialized."
 msgstr ""
 
-#: lib/cr_tf/handler.py:453
+#: lib/cr_tf/handler.py:509
 msgid "Go ahead..."
 msgstr "Go ahead ……"
 
-#: lib/cr_tf/handler.py:459
+#: lib/cr_tf/handler.py:514
+msgid "Initialising VSPhere handlers."
+msgstr ""
+
+#: lib/cr_tf/handler.py:534
 msgid "Simulation mode"
 msgstr ""
 
-#: lib/cr_tf/handler.py:461
+#: lib/cr_tf/handler.py:536
 msgid "Necessary DNS records are not created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:462
+#: lib/cr_tf/handler.py:537
 msgid "Terraform files are not created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:485
-msgid "Initialising VSPhere handlers."
-msgstr ""
+#: lib/cr_tf/handler.py:560
+#, fuzzy
+#| msgid "Retrieving informations from PowerDNS ..."
+msgid "Cpllecting first information from vSPhere."
+msgstr "Retrieving informations from PowerDNS …"
 
-#: lib/cr_tf/handler.py:491
+#: lib/cr_tf/handler.py:566
 msgid "Retrieving information from vSphere."
 msgstr ""
 
-#: lib/cr_tf/handler.py:509
+#: lib/cr_tf/handler.py:584
 msgid "Validated VMs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:515
+#: lib/cr_tf/handler.py:590
 msgid "There is one existing virtual machine."
 msgid_plural "There are {c} existing virtual machines."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:520
+#: lib/cr_tf/handler.py:595
 msgid "Existing virtual machine:"
 msgid_plural "Existing virtual machines:"
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:523
+#: lib/cr_tf/handler.py:598
 msgid "No existing virtual machines found in YAML file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:531
+#: lib/cr_tf/handler.py:606
 msgid "Finished all steps."
 msgstr ""
 
-#: lib/cr_tf/handler.py:541
+#: lib/cr_tf/handler.py:616
 msgid "And how I said before - it was only a simulation!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:552
+#: lib/cr_tf/handler.py:627
 msgid "Current {} object:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:554 lib/cr_tf/handler.py:573 lib/cr_tf/handler.py:627 lib/cr_tf/handler.py:648
-#: lib/cr_tf/handler.py:676 lib/cr_tf/handler.py:760 lib/cr_tf/handler.py:774 lib/cr_tf/handler.py:788
-#: lib/cr_tf/handler.py:808 lib/cr_tf/handler.py:826 lib/cr_tf/handler.py:850 lib/cr_tf/handler.py:894
-#: lib/cr_tf/handler.py:912 lib/cr_tf/handler.py:930 lib/cr_tf/handler.py:942 lib/cr_tf/handler.py:955
-#: lib/cr_tf/handler.py:967 lib/cr_tf/handler.py:979
+#: lib/cr_tf/handler.py:629 lib/cr_tf/handler.py:648 lib/cr_tf/handler.py:702 lib/cr_tf/handler.py:723
+#: lib/cr_tf/handler.py:751 lib/cr_tf/handler.py:821 lib/cr_tf/handler.py:860 lib/cr_tf/handler.py:883
+#: lib/cr_tf/handler.py:906 lib/cr_tf/handler.py:926 lib/cr_tf/handler.py:944 lib/cr_tf/handler.py:968
+#: lib/cr_tf/handler.py:1012 lib/cr_tf/handler.py:1030 lib/cr_tf/handler.py:1048
+#: lib/cr_tf/handler.py:1060 lib/cr_tf/handler.py:1073 lib/cr_tf/handler.py:1085
+#: lib/cr_tf/handler.py:1097
 msgid "Finished step {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:567
+#: lib/cr_tf/handler.py:642
 msgid "Found one error in evaluation of YAML data of {f!r}."
 msgid_plural "Found {n} errors in evaluation of YAML data of {f!r}."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:583
+#: lib/cr_tf/handler.py:658
 msgid "Collecting all VMWare and local folders ..."
 msgstr "Collecting all VMWare and local folders …"
 
-#: lib/cr_tf/handler.py:584
+#: lib/cr_tf/handler.py:659
 msgid "Get vSphere datacenter ..."
 msgstr "Get vSphere datacenter …"
 
-#: lib/cr_tf/handler.py:588
+#: lib/cr_tf/handler.py:663
 msgid "Collecting vSphere folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:595
+#: lib/cr_tf/handler.py:670
 msgid "Collected vSphere folders:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:603
+#: lib/cr_tf/handler.py:678
 msgid "Project name is {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:605
+#: lib/cr_tf/handler.py:680
 msgid "Project directory is: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:621
+#: lib/cr_tf/handler.py:696
 msgid "Did not found root terraform directory above {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:625
+#: lib/cr_tf/handler.py:700
 msgid "Full project name: {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:638
+#: lib/cr_tf/handler.py:713
 msgid "Retrieving informations from PowerDNS ..."
 msgstr "Retrieving informations from PowerDNS …"
 
-#: lib/cr_tf/handler.py:642
+#: lib/cr_tf/handler.py:717
 msgid "Found one error in exploring PowerDNS zones."
 msgid_plural "Found {n} errors in exploring PowerDNS zones."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:666
+#: lib/cr_tf/handler.py:741
 msgid "There is only one, unique VSPhere definition allowed in a project file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:668
+#: lib/cr_tf/handler.py:743
 msgid "In {f!r} were found {nr} different VSPhere definitions:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:688
+#: lib/cr_tf/handler.py:763
 msgid "VSPhere {!r} not defined in configuration."
 msgstr ""
 
-#: lib/cr_tf/handler.py:710
+#: lib/cr_tf/handler.py:790
 msgid "Initialising a {}-object with params:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:717
+#: lib/cr_tf/handler.py:814
 msgid "Created {}-object:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:730
+#: lib/cr_tf/handler.py:830
 msgid "Assigning not defined templates and clusters of VMs by their appropriate default values."
 msgstr ""
 
-#: lib/cr_tf/handler.py:739
+#: lib/cr_tf/handler.py:839
 msgid "Setting cluster of {n!r} to {c!r} ..."
 msgstr "Setting cluster of {n!r} to {c!r} …"
 
-#: lib/cr_tf/handler.py:746
+#: lib/cr_tf/handler.py:846
 msgid "Setting template of {n!r} to {t!r} ..."
 msgstr "Setting template of {n!r} to {t!r} …"
 
-#: lib/cr_tf/handler.py:757
+#: lib/cr_tf/handler.py:857
 msgid "Searching for clusters in VSPhere {!r} ..."
 msgstr "Searching for clusters in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:771
+#: lib/cr_tf/handler.py:873
 msgid "Searching for datastores in VSPhere {!r} ..."
 msgstr "Searching for datastores in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:785
+#: lib/cr_tf/handler.py:878
+msgid "Found one datastore."
+msgid_plural "Found {n} datastores."
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/cr_tf/handler.py:881
+msgid "No VSPhere datastores found."
+msgstr ""
+
+#: lib/cr_tf/handler.py:896
 msgid "Searching for datastore clusters in VSPhere {!r} ..."
 msgstr "Searching for datastore clusters in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:799
+#: lib/cr_tf/handler.py:901
+msgid "Found one datastore cluster."
+msgid_plural "Found {n} datastore clusters."
+msgstr[0] ""
+msgstr[1] ""
+
+#: lib/cr_tf/handler.py:904
+#, fuzzy
+#| msgid "Validating given datastore clusters of VMs ..."
+msgid "No VSPhere datastore clusters found."
+msgstr "Validating given datastore clusters of VMs …"
+
+#: lib/cr_tf/handler.py:917
 msgid "Searching for networks in VSPhere {!r} ..."
 msgstr "Searching for networks in VSPhere {!r} …"
 
-#: lib/cr_tf/handler.py:802
+#: lib/cr_tf/handler.py:920
 msgid "Found one error in exploring vSphere {v!r} resources."
 msgid_plural "Found {n} errors in exploring vSphere {v!r} resources."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:820
+#: lib/cr_tf/handler.py:938
 msgid "Found one error in exploring vSphere templates."
 msgid_plural "Found {n} errors in exploring vSphere templates."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:837
+#: lib/cr_tf/handler.py:955
 msgid "Validating information from YAML file ..."
 msgstr "Validating information from YAML file …"
 
-#: lib/cr_tf/handler.py:841
+#: lib/cr_tf/handler.py:959
 msgid "Found one error in validating vSphere computing clusters."
 msgid_plural "Found {n} errors in validating vSphere computing clusters."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:857
+#: lib/cr_tf/handler.py:975
 msgid "Got a list of all VMs and templates ..."
 msgstr "Got a list of all VMs and templates …"
 
-#: lib/cr_tf/handler.py:876
+#: lib/cr_tf/handler.py:994
 msgid "All existing VMs and templates:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:888
+#: lib/cr_tf/handler.py:1006
 msgid "Found one error in validating VM storages."
 msgid_plural "Found {n} errors in validating VM storages."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:906
+#: lib/cr_tf/handler.py:1024
 msgid "Found one error in validating VM interfaces."
 msgid_plural "Found {n} errors in validating VM interfaces."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:924
+#: lib/cr_tf/handler.py:1042
 msgid "Found one error in validating DNS mappings."
 msgid_plural "Found {n} errors in validating DNS mappings."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:986
+#: lib/cr_tf/handler.py:1104
 msgid "Reading YAML file {!r} ..."
 msgstr "Reading YAML file {!r} …"
 
-#: lib/cr_tf/handler.py:997
+#: lib/cr_tf/handler.py:1115
 msgid "Error in YAML file {f!r}: {e}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1001
+#: lib/cr_tf/handler.py:1119
 msgid "Error position: {li}:{c}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1006
+#: lib/cr_tf/handler.py:1124
 msgid "Read data from YAML file:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1009
+#: lib/cr_tf/handler.py:1127
 msgid "Data read from YAML file {f!r} are not a dictionary, but a {c} object instead."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1025
+#: lib/cr_tf/handler.py:1143
 msgid "Searching for default VM definition ..."
 msgstr "Searching for default VM definition …"
 
-#: lib/cr_tf/handler.py:1034
+#: lib/cr_tf/handler.py:1152
 msgid "Searching for VM definitions ..."
 msgstr "Searching for VM definitions …"
 
-#: lib/cr_tf/handler.py:1051
+#: lib/cr_tf/handler.py:1169
 msgid "Evaluated VMs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1065
+#: lib/cr_tf/handler.py:1183
 msgid "{c} in evaluating template VM: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1071
+#: lib/cr_tf/handler.py:1189
 msgid "Defined Terraform Template VM {n!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1089
+#: lib/cr_tf/handler.py:1207
 msgid "{c} in evaluating VM: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1094
+#: lib/cr_tf/handler.py:1212
 msgid "Defined Terraform-VM {n!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1098
+#: lib/cr_tf/handler.py:1216
 msgid "VM {!r} is already defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1108
+#: lib/cr_tf/handler.py:1226
 msgid "Group definition list is not a list:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1114
+#: lib/cr_tf/handler.py:1232
 msgid "Maximum recursion depth for VM groups of {} reached."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1118
+#: lib/cr_tf/handler.py:1236
 msgid "Evaluating group list:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1120
+#: lib/cr_tf/handler.py:1238
 msgid "Used template: {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1129 lib/cr_tf/terraform/vm.py:254
+#: lib/cr_tf/handler.py:1247 lib/cr_tf/terraform/vm.py:259
 msgid "VM definition is not a dictionary:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1143
+#: lib/cr_tf/handler.py:1261
 msgid "No group name defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1147
+#: lib/cr_tf/handler.py:1265
 msgid "Searching for group default VM definition in group {!r} ..."
 msgstr "Searching for group default VM definition in group {!r} …"
 
-#: lib/cr_tf/handler.py:1162
+#: lib/cr_tf/handler.py:1280
 msgid "Used template for creating VMs in group {g!r}: {n!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1165
+#: lib/cr_tf/handler.py:1283
 msgid "Used template structure:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1168
+#: lib/cr_tf/handler.py:1286
 msgid "Searching for VM definitions in group {!r} ..."
 msgstr "Searching for VM definitions in group {!r} …"
 
-#: lib/cr_tf/handler.py:1185
+#: lib/cr_tf/handler.py:1303
 msgid "Exploring all vSphere templates ..."
 msgstr "Exploring all vSphere templates …"
 
-#: lib/cr_tf/handler.py:1200
+#: lib/cr_tf/handler.py:1318
 msgid "VM {!r} has not template defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1203
+#: lib/cr_tf/handler.py:1321
 msgid "All {} VSPhere templates to explore:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1212
+#: lib/cr_tf/handler.py:1330
 msgid "Searching for template {t!r} in VSPhere {v!r} ..."
 msgstr "Searching for template {t!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1222
+#: lib/cr_tf/handler.py:1340
 msgid "Template {t!r} not found in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1227
+#: lib/cr_tf/handler.py:1345
 msgid "All explored vSphere templates:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1240
+#: lib/cr_tf/handler.py:1358
 msgid "Validating existence of computing clusters of the VMs."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1261
+#: lib/cr_tf/handler.py:1379
 msgid "Checking existence of computing cluster {c!r} in VSPhere {v!r} ..."
 msgstr "Checking existence of computing cluster {c!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1269
+#: lib/cr_tf/handler.py:1387
 msgid "Found computing cluster {cl!r} in VSPhere {v!r} (defined for VMs {vms})."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1273
+#: lib/cr_tf/handler.py:1391
 msgid "Computing cluster {cl!r} (defined for VMs {vms}) in VSPhere {v!r} not found."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1282
+#: lib/cr_tf/handler.py:1400
 msgid "Validating existence of VMs in VMWare."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1299
+#: lib/cr_tf/handler.py:1417
 msgid "[{m}]  - VM is already existing in VSphere {v!r}, path {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1307
+#: lib/cr_tf/handler.py:1425
 msgid "VM info:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1309
+#: lib/cr_tf/handler.py:1427
 msgid "Datastore of VM {vm!r}: {ds!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1329
+#: lib/cr_tf/handler.py:1447
 msgid "CAUTION!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1333
+#: lib/cr_tf/handler.py:1451
 msgid "Did not found any VM to deploy!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1336
+#: lib/cr_tf/handler.py:1454
 msgid "No VMs to deploy"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1352
+#: lib/cr_tf/handler.py:1470
 msgid "Used datastore clusters:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1354
+#: lib/cr_tf/handler.py:1472
 msgid "No datastore clusters are used."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1361
+#: lib/cr_tf/handler.py:1479
 msgid "Used datastors:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1363
+#: lib/cr_tf/handler.py:1481
 msgid "No datastores are used."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1368
+#: lib/cr_tf/handler.py:1486
 msgid "Validating given datastore clusters of VMs ..."
 msgstr "Validating given datastore clusters of VMs …"
 
-#: lib/cr_tf/handler.py:1393
+#: lib/cr_tf/handler.py:1511
 msgid "Found datastore cluster {c!r} in VSphere {v!r} for VM {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1397
+#: lib/cr_tf/handler.py:1515
 msgid "Setting datastore cluster for VM {n!r} to {c!r} ..."
 msgstr "Setting datastore cluster for VM {n!r} to {c!r} …"
 
-#: lib/cr_tf/handler.py:1402
+#: lib/cr_tf/handler.py:1520
 msgid "Free space of cluster {c!r} in VSphere {v!r} before provisioning: {a:0.1f} GiB."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1407
+#: lib/cr_tf/handler.py:1525
 msgid ""
 "Datastore cluster {d!r} in VSphere {v!r} has not sufficient space for storage of VM {vm!r} "
 "(needed {n:0.1f} GiB, available {a:0.1f} GiB)."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1417
+#: lib/cr_tf/handler.py:1535
 msgid "Free space in cluster {c!r} in VSphere {v!r} after provisioning: {a:0.1f} GiB."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1429
+#: lib/cr_tf/handler.py:1547
 msgid "Datastore cluster {c!r} of VM {n!r} not found in VSphere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1436
+#: lib/cr_tf/handler.py:1554
 msgid "Validating given datastores of VMs and assign failing ..."
 msgstr "Validating given datastores of VMs and assign failing …"
 
-#: lib/cr_tf/handler.py:1442
+#: lib/cr_tf/handler.py:1560
 msgid "Removing defined datastore {d!r} for VM {n!r} ..."
 msgstr "Removing defined datastore {d!r} for VM {n!r} …"
 
-#: lib/cr_tf/handler.py:1467 lib/cr_tf/handler.py:1575
+#: lib/cr_tf/handler.py:1585 lib/cr_tf/handler.py:1693
 msgid "Did not found cluster object {c!r} for VM {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1477 lib/cr_tf/handler.py:1512
+#: lib/cr_tf/handler.py:1595 lib/cr_tf/handler.py:1630
 msgid "Found datastore {d!r} for VM {n!r} in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1480
+#: lib/cr_tf/handler.py:1598
 msgid "Datastore {d!r} not available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1484
+#: lib/cr_tf/handler.py:1602
 msgid "Setting datastore for VM {n!r} to {d!r} ..."
 msgstr "Setting datastore for VM {n!r} to {d!r} …"
 
-#: lib/cr_tf/handler.py:1489
+#: lib/cr_tf/handler.py:1607
 msgid ""
 "Datastore {d!r} has not sufficient space for storage of VM {v!r} (needed {n:0.1f} GiB, available"
 " {a:0.1f} GiB)."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1500
+#: lib/cr_tf/handler.py:1618
 msgid "Datastore {d!r} of VM {n!r} not found in VSPhere {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1525
+#: lib/cr_tf/handler.py:1643
 msgid "Validating interfaces of VMs and assign networks ..."
 msgstr "Validating interfaces of VMs and assign networks …"
 
-#: lib/cr_tf/handler.py:1530
+#: lib/cr_tf/handler.py:1648
 msgid "Validated FQDNs:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1531
+#: lib/cr_tf/handler.py:1649
 msgid "Validated Addresses:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1541
+#: lib/cr_tf/handler.py:1659
 msgid "Used networks:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1547
+#: lib/cr_tf/handler.py:1665
 msgid "Used forward DNS entries:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1553
+#: lib/cr_tf/handler.py:1671
 msgid "Used reverse DNS entries:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1559
+#: lib/cr_tf/handler.py:1677
 msgid "Checking interfaces of VM {n!r} in VSPhere {v!r} ..."
 msgstr "Checking interfaces of VM {n!r} in VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:1563
+#: lib/cr_tf/handler.py:1681
 msgid "No interfaces defined for VM {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1591
+#: lib/cr_tf/handler.py:1709
 msgid "Checking interface {i} of VM {n!r} ..."
 msgstr "Checking interface {i} of VM {n!r} …"
 
-#: lib/cr_tf/handler.py:1595
+#: lib/cr_tf/handler.py:1713
 msgid "Interface {i} of VM {n!r} has no defined address."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1601
+#: lib/cr_tf/handler.py:1719
 msgid "Interface {i} of VM {n!r} has no defined FQDN."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1607
+#: lib/cr_tf/handler.py:1725
 msgid "FQDN {f!r} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1619
+#: lib/cr_tf/handler.py:1737
 msgid "IPv4 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1634
+#: lib/cr_tf/handler.py:1752
 msgid "IPv6 address {a} already defined for VM {va!r}({ia}) should be set for interface {ib} of {vb!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1650
+#: lib/cr_tf/handler.py:1768
 msgid "Could not find network {n!r} for VM {v!r}, interface {i}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1662
+#: lib/cr_tf/handler.py:1780
 msgid "Found network {n!r} for interface {i} of VM {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1666
+#: lib/cr_tf/handler.py:1784
 msgid "Network {n!r} for interface {i} of VM {v!r} not available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1671
+#: lib/cr_tf/handler.py:1789
 msgid "Network {n!r} is available in cluster {c!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1676
+#: lib/cr_tf/handler.py:1794
 msgid "Setting gateway of interface {i} of VM {v!r} to {g}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1696
+#: lib/cr_tf/handler.py:1814
 msgid "Validating DNS mappings ..."
 msgstr "Validating DNS mappings …"
 
-#: lib/cr_tf/handler.py:1706 lib/cr_tf/handler.py:1716
+#: lib/cr_tf/handler.py:1824 lib/cr_tf/handler.py:1834
 msgid "None"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1707
+#: lib/cr_tf/handler.py:1825
 msgid "Forward DNS entries to create:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1717
+#: lib/cr_tf/handler.py:1835
 msgid "Reverse DNS entries to create:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1725
+#: lib/cr_tf/handler.py:1843
 msgid "Validating forward DNS mappings ..."
 msgstr "Validating forward DNS mappings …"
 
-#: lib/cr_tf/handler.py:1730
+#: lib/cr_tf/handler.py:1848
 msgid "Validating {f!r} => {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1756
+#: lib/cr_tf/handler.py:1874
 msgid "Found existing addresses for {f!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1758
+#: lib/cr_tf/handler.py:1876
 msgid "Did not found existing addresses for {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1765 lib/cr_tf/handler.py:1773
+#: lib/cr_tf/handler.py:1883 lib/cr_tf/handler.py:1891
 msgid "FQDN {f!r} already points to {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1778
+#: lib/cr_tf/handler.py:1896
 msgid "FQDN {f!r} has already existing addresses, but none of them are {a!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1794
+#: lib/cr_tf/handler.py:1912
 msgid "Validating reverse DNS mappings ..."
 msgstr "Validating reverse DNS mappings …"
 
-#: lib/cr_tf/handler.py:1799
+#: lib/cr_tf/handler.py:1917
 msgid "Validating {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1806
+#: lib/cr_tf/handler.py:1924
 msgid "Got reverse info:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:1813
+#: lib/cr_tf/handler.py:1931
 msgid "Did not found reverse pointer for {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1821
+#: lib/cr_tf/handler.py:1939
 msgid "Found reverse pointer {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1824
+#: lib/cr_tf/handler.py:1942
 msgid "Reverse pointer for {!r} was already existing."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1828
+#: lib/cr_tf/handler.py:1946
 msgid "Address {a!r} has already an existing reverse pointer to {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1839 lib/cr_tf/handler.py:1860 lib/cr_tf/handler.py:1881
+#: lib/cr_tf/handler.py:1957 lib/cr_tf/handler.py:1978 lib/cr_tf/handler.py:1999
 msgid "Method {c}.{m} expected at most one argument, got {n}."
 msgid_plural "Method {c}.{m} expected at most {e} arguments, got {n}."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:1851
+#: lib/cr_tf/handler.py:1969
 msgid "Did not found network {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1872
+#: lib/cr_tf/handler.py:1990
 msgid "Did not found datastore cluster {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1893
+#: lib/cr_tf/handler.py:2011
 msgid "Did not found datastore {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1899
+#: lib/cr_tf/handler.py:2017
 msgid "Performing DNS actions ..."
 msgstr "Performing DNS actions …"
 
-#: lib/cr_tf/handler.py:1915
+#: lib/cr_tf/handler.py:2033
 msgid "There was one error in creating DNS mappings."
 msgid_plural "There were {n} errors in creating DNS mappings."
 msgstr[0] ""
 msgstr[1] ""
 
-#: lib/cr_tf/handler.py:1921
+#: lib/cr_tf/handler.py:2039
 msgid "No errors in creating DNS mappings."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1931
+#: lib/cr_tf/handler.py:2049
 msgid "Increasing serial of zone {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1950
+#: lib/cr_tf/handler.py:2068
 msgid "Got zone {z!r} for FQDN {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1953
+#: lib/cr_tf/handler.py:2071
 msgid "Did not found zone to insert {t}-record for {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1971
+#: lib/cr_tf/handler.py:2089
 msgid "Trying to create PTR-record {a!r} => {f!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1976
+#: lib/cr_tf/handler.py:2094
 msgid "PTR of {a!r}: {p!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1981
+#: lib/cr_tf/handler.py:2099
 msgid "Got reverse zone {z!r} for address {a!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1984
+#: lib/cr_tf/handler.py:2102
 msgid "Did not found zone to insert PTR-record {p!r} ({a})."
 msgstr ""
 
-#: lib/cr_tf/handler.py:1998
+#: lib/cr_tf/handler.py:2116
 msgid "Ensuring existence of directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2002
+#: lib/cr_tf/handler.py:2120
 msgid "Directory {!r} already exists."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2004
+#: lib/cr_tf/handler.py:2122
 msgid "Path {!r} exists, but is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2007
+#: lib/cr_tf/handler.py:2125
 msgid "Creating directory {!r} ..."
 msgstr "Creating directory {!r} …"
 
-#: lib/cr_tf/handler.py:2009
+#: lib/cr_tf/handler.py:2127
 msgid "Simulation mode - directory will not be created."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2014
+#: lib/cr_tf/handler.py:2132
 msgid "Could not create directory {d!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2022
+#: lib/cr_tf/handler.py:2140
 msgid "Directory {!r} does not exists ?!?!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2026
+#: lib/cr_tf/handler.py:2144
 msgid "No write access to directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2029
+#: lib/cr_tf/handler.py:2147
 msgid "Changing into directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2034
+#: lib/cr_tf/handler.py:2152
 msgid "Script-Dir relative to project dir: {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2037
+#: lib/cr_tf/handler.py:2155
 msgid "Checking {!r} for a previous terraform configuration."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2042
+#: lib/cr_tf/handler.py:2160
 msgid "In {d!r} there exists already {w!r}, but this is not a directory."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2048
+#: lib/cr_tf/handler.py:2166
 msgid "In {d!r} there exists already {w!r}, but this not a file."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2053
+#: lib/cr_tf/handler.py:2171
 msgid ""
 "In directory {d!r} there are already existing both {w1!r} and {w2!r}. Is this an old terraform "
 "project?"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2063
+#: lib/cr_tf/handler.py:2181
 msgid "Cleaning project directory {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2072
+#: lib/cr_tf/handler.py:2190
 msgid "Directory {!r} is already clean."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2077
+#: lib/cr_tf/handler.py:2195
 msgid "Removing recursive directory {!r} ..."
 msgstr "Removing recursive directory {!r} …"
 
-#: lib/cr_tf/handler.py:2081
+#: lib/cr_tf/handler.py:2199
 msgid "Removing {!r} ..."
 msgstr "Removing {!r} …"
 
-#: lib/cr_tf/handler.py:2090
+#: lib/cr_tf/handler.py:2208
 msgid "Creating all necessary files for terraform."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2111 lib/cr_tf/handler.py:2163 lib/cr_tf/handler.py:2233
-#: lib/cr_tf/handler.py:2250 lib/cr_tf/handler.py:2349
+#: lib/cr_tf/handler.py:2229 lib/cr_tf/handler.py:2280 lib/cr_tf/handler.py:2341
+#: lib/cr_tf/handler.py:2358 lib/cr_tf/handler.py:2457
 msgid "Creating {!r} ..."
 msgstr "Creating {!r} …"
 
-#: lib/cr_tf/handler.py:2117 lib/cr_tf/handler.py:2252
+#: lib/cr_tf/handler.py:2235 lib/cr_tf/handler.py:2360
 msgid "Creating {w} for VSPhere {v!r} ..."
 msgstr "Creating {w} for VSPhere {v!r} …"
 
-#: lib/cr_tf/handler.py:2374
+#: lib/cr_tf/handler.py:2482
 msgid "No minimum version of Terraform defined."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2389
+#: lib/cr_tf/handler.py:2497
 msgid "Creating terraform files for VM instances."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2400
+#: lib/cr_tf/handler.py:2508
 msgid "Creating file {f!r} for VM instance {n!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2408
+#: lib/cr_tf/handler.py:2516
 msgid "Using template:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2433
+#: lib/cr_tf/handler.py:2541
 msgid "Writing {!r}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2450
+#: lib/cr_tf/handler.py:2558
 msgid "Generating global definitions of {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2458
+#: lib/cr_tf/handler.py:2566
 msgid "Cluster {!r} not found - this shouldn't be happened."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2513
+#: lib/cr_tf/handler.py:2621
 msgid "Generating interface definition {i} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2534
+#: lib/cr_tf/handler.py:2642
 msgid "Generating disk definition {i} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2554
+#: lib/cr_tf/handler.py:2662
 msgid "Generating customization of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2596
+#: lib/cr_tf/handler.py:2704
 msgid "Generating file provisioner for {f!r} of {v!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2803
+#: lib/cr_tf/handler.py:2913
 msgid "Ensuring existence of all necessary vSphere VM folders."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2827
+#: lib/cr_tf/handler.py:2937
 msgid "Importing existing virtual machines ..."
 msgstr "Importing existing virtual machines …"
 
-#: lib/cr_tf/handler.py:2833
+#: lib/cr_tf/handler.py:2943
 msgid "Importing VM {!r}."
 msgstr ""
 
-#: lib/cr_tf/handler.py:2850
+#: lib/cr_tf/handler.py:2960
 msgid "Error on importing VM {!r}:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2872
+#: lib/cr_tf/handler.py:2982
 msgid "Congratulations!"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2874
+#: lib/cr_tf/handler.py:2984
 msgid "Now you are ready to deploy the following virtual machines:"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2878
+#: lib/cr_tf/handler.py:2988
 msgid "To start the deployment process change to directory {}"
 msgstr ""
 
-#: lib/cr_tf/handler.py:2881
+#: lib/cr_tf/handler.py:2991
 msgid "and enter: {}"
 msgstr ""
 
@@ -1296,7 +1421,7 @@ msgstr ""
 msgid "IP address {!r} is not an IPv6 address."
 msgstr ""
 
-#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:720
+#: lib/cr_tf/terraform/interface.py:198 lib/cr_tf/terraform/vm.py:728
 msgid "The hostname {!r} is no a valid FQDN."
 msgstr ""
 
@@ -1324,7 +1449,7 @@ msgstr ""
 msgid "Interface definition is not a dictionary:"
 msgstr ""
 
-#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:294
+#: lib/cr_tf/terraform/interface.py:379 lib/cr_tf/terraform/vm.py:299
 msgid "Evaluating key {k!r}: {v}"
 msgstr ""
 
@@ -1332,283 +1457,287 @@ msgstr ""
 msgid "Copying Terraform interface object with address {}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:228
+#: lib/cr_tf/terraform/vm.py:233
 msgid "A VM template definition may not have a FQDN (found: {!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:232
+#: lib/cr_tf/terraform/vm.py:237
 msgid "A VM template definition must have a name."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:236
+#: lib/cr_tf/terraform/vm.py:241
 msgid "A VM definition (no template) must have a FQDN."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:251
+#: lib/cr_tf/terraform/vm.py:256
 msgid "Trying to instantiate VM from data:"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:259
+#: lib/cr_tf/terraform/vm.py:264
 msgid "Given parameter {!r} is not a TerraformVm object."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:329
+#: lib/cr_tf/terraform/vm.py:334
 msgid "Could not evaluate nameservers from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:340
+#: lib/cr_tf/terraform/vm.py:345
 msgid "Could not evaluate search domains from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:355
+#: lib/cr_tf/terraform/vm.py:361
 msgid "Template definitions may not have interface definitions."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:363
+#: lib/cr_tf/terraform/vm.py:369
 msgid "Could not evaluate interfaces from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:366
+#: lib/cr_tf/terraform/vm.py:372
 msgid "Unknown VM definition key {k!r} with value: {v!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:429
+#: lib/cr_tf/terraform/vm.py:385
+msgid "Applying vSphere {!r} to VM."
+msgstr ""
+
+#: lib/cr_tf/terraform/vm.py:437
 msgid "Could not evaluate size of root disk, {!r} is not a dictionary."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:441
+#: lib/cr_tf/terraform/vm.py:449
 msgid "Could not evaluate data disk from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:454
+#: lib/cr_tf/terraform/vm.py:462
 msgid "Data disks for VM {!r} were set to None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:456
+#: lib/cr_tf/terraform/vm.py:464
 msgid "Could not evaluate data disks from {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:477
+#: lib/cr_tf/terraform/vm.py:485
 msgid "Key {k!r} has no string value, but a {c!r} instead."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:485
+#: lib/cr_tf/terraform/vm.py:493
 msgid "Invalid contact name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:492 lib/cr_tf/terraform/vm.py:547
+#: lib/cr_tf/terraform/vm.py:500 lib/cr_tf/terraform/vm.py:555
 msgid "Invalid puppet customer name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:499 lib/cr_tf/terraform/vm.py:554
+#: lib/cr_tf/terraform/vm.py:507 lib/cr_tf/terraform/vm.py:562
 msgid "Invalid puppet customer project name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:506 lib/cr_tf/terraform/vm.py:561
+#: lib/cr_tf/terraform/vm.py:514 lib/cr_tf/terraform/vm.py:569
 msgid "Invalid puppet role {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:513 lib/cr_tf/terraform/vm.py:568
+#: lib/cr_tf/terraform/vm.py:521 lib/cr_tf/terraform/vm.py:576
 msgid "Invalid puppet tier {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:520 lib/cr_tf/terraform/vm.py:576
+#: lib/cr_tf/terraform/vm.py:528 lib/cr_tf/terraform/vm.py:584
 msgid "Setting Puppet environment to {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:522 lib/cr_tf/terraform/vm.py:579
+#: lib/cr_tf/terraform/vm.py:530 lib/cr_tf/terraform/vm.py:587
 msgid "Invalid puppet environment {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:535
+#: lib/cr_tf/terraform/vm.py:543
 msgid "Evaluating sub key of {d!r}: {k!r} => {v!r}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:540
+#: lib/cr_tf/terraform/vm.py:548
 msgid "Invalid puppet contact name {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:591
+#: lib/cr_tf/terraform/vm.py:599
 msgid "Template"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:596
+#: lib/cr_tf/terraform/vm.py:604
 msgid "Copying Terraform VM object {!r} ..."
 msgstr "Copying Terraform VM object {!r} …"
 
-#: lib/cr_tf/terraform/vm.py:628 lib/cr_tf/terraform/vm.py:655
+#: lib/cr_tf/terraform/vm.py:636 lib/cr_tf/terraform/vm.py:663
 msgid "Parameter {p} {ns!r} is not iterable."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:637
+#: lib/cr_tf/terraform/vm.py:645
 msgid "There are at most {mx} nameservers accepted, {addr} will not be considered."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:645
+#: lib/cr_tf/terraform/vm.py:653
 msgid "Invalid nameserver address {v!r}: {e}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:662
+#: lib/cr_tf/terraform/vm.py:670
 msgid "There are at most {mx} search domains accepted, {srv} will not be considered."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:724
+#: lib/cr_tf/terraform/vm.py:732
 msgid "The hostname {!r} may not end with a dot '.'."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:743
+#: lib/cr_tf/terraform/vm.py:751
 msgid "The name of a template VM may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:751
+#: lib/cr_tf/terraform/vm.py:759
 msgid "The name of a template VM may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:766
+#: lib/cr_tf/terraform/vm.py:774
 msgid "The name of the VSPhere may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:771
+#: lib/cr_tf/terraform/vm.py:779
 msgid "The name of the VSPhere may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:810
+#: lib/cr_tf/terraform/vm.py:818
 msgid "Invalid number of CPUs {n} - number must be {min} <= NUMBER <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:827
+#: lib/cr_tf/terraform/vm.py:835
 msgid "Trying to detect memory from value {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:831
+#: lib/cr_tf/terraform/vm.py:839
 msgid "Invalid memory {!r}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:841
+#: lib/cr_tf/terraform/vm.py:849
 msgid "Invalid memory {m} - memory must be {min} <= MiBytes <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:846
+#: lib/cr_tf/terraform/vm.py:854
 msgid "Invalid memory {m}, must be a multipe of {c}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:860
+#: lib/cr_tf/terraform/vm.py:868
 msgid "The name of the computing cluster of the VM may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:865
+#: lib/cr_tf/terraform/vm.py:873
 msgid "The name of the computing cluster of the VM may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:879
+#: lib/cr_tf/terraform/vm.py:887
 msgid "A folder name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:884
+#: lib/cr_tf/terraform/vm.py:892
 msgid "A folder name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:898
+#: lib/cr_tf/terraform/vm.py:906
 msgid "Invalid boot delay {b:0.1} - delay must be {min} <= NUMBER <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:955
+#: lib/cr_tf/terraform/vm.py:963
 msgid "Datastore type {t!r} not allowed, valid datastore types are: {li}"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:969
+#: lib/cr_tf/terraform/vm.py:977
 msgid "A customer name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:974
+#: lib/cr_tf/terraform/vm.py:982
 msgid "A customer name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:993
+#: lib/cr_tf/terraform/vm.py:1001
 msgid "A purpose may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:998
+#: lib/cr_tf/terraform/vm.py:1006
 msgid "A purpose may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1011
+#: lib/cr_tf/terraform/vm.py:1019
 msgid "A template VM name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1016
+#: lib/cr_tf/terraform/vm.py:1024
 msgid "A template VM name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1029
+#: lib/cr_tf/terraform/vm.py:1037
 msgid "A puppet contact name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1034
+#: lib/cr_tf/terraform/vm.py:1042
 msgid "A puppet contact name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1047
+#: lib/cr_tf/terraform/vm.py:1055
 msgid "A puppet hiera customer name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1052
+#: lib/cr_tf/terraform/vm.py:1060
 msgid "A puppet hiera customer name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1055
+#: lib/cr_tf/terraform/vm.py:1063
 msgid "A puppet hiera customer name may not contain a slash (/) character."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1068
+#: lib/cr_tf/terraform/vm.py:1076
 msgid "A puppet hiera project name should not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1074
+#: lib/cr_tf/terraform/vm.py:1082
 msgid "A puppet hiera customer project may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1077
+#: lib/cr_tf/terraform/vm.py:1085
 msgid "A puppet hiera customer project may not contain a slash (/) character."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1110
+#: lib/cr_tf/terraform/vm.py:1118
 msgid "A puppet role may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1115
+#: lib/cr_tf/terraform/vm.py:1123
 msgid "A puppet role may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1128
+#: lib/cr_tf/terraform/vm.py:1136
 msgid "A puppet tier name may not be None."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1133
+#: lib/cr_tf/terraform/vm.py:1141
 msgid "A puppet tier name may not be empty."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1137
+#: lib/cr_tf/terraform/vm.py:1145
 msgid "A puppet tier should be one of {li} (given: {v!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1163
-msgid "A puppet environment must be one of {li} (given: {v!r})."
+#: lib/cr_tf/terraform/vm.py:1171
+msgid "A puppet environment should be one of {li} (given: {v!r})."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1188
+#: lib/cr_tf/terraform/vm.py:1195
 msgid "Invalid root disk size {n} - size must be {min} <= SIZE <= {max}."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1262
+#: lib/cr_tf/terraform/vm.py:1269
 msgid "Resetting root disk."
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1289
+#: lib/cr_tf/terraform/vm.py:1296
 msgid "Using parameters for init data disk:"
 msgstr ""
 
-#: lib/cr_tf/terraform/vm.py:1297
+#: lib/cr_tf/terraform/vm.py:1304
 msgid "Got data disk:"
 msgstr ""
 
@@ -1858,3 +1987,16 @@ msgstr ""
 #~ msgid "A puppet hiera project name may not be None."
 #~ msgstr ""
 
+#~ msgid ""
+#~ "Configuration file {f!r} does not exists.\n"
+#~ "Please copy {d!r} to {f!r} and fill out all"
+#~ " necessary entries, e.g. the passwords and API "
+#~ "keys."
+#~ msgstr ""
+
+#~ msgid "Using faked root password {!r} - but this is currently not used."
+#~ msgstr ""
+
+#~ msgid "A puppet environment must be one of {li} (given: {v!r})."
+#~ msgstr ""
+