foreman_google 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_google/locale/cs_CZ/foreman_google.js +35 -50
  3. data/app/assets/javascripts/foreman_google/locale/de/foreman_google.js +38 -53
  4. data/app/assets/javascripts/foreman_google/locale/el/foreman_google.js +31 -46
  5. data/app/assets/javascripts/foreman_google/locale/en/foreman_google.js +25 -40
  6. data/app/assets/javascripts/foreman_google/locale/en_GB/foreman_google.js +8 -23
  7. data/app/assets/javascripts/foreman_google/locale/es/foreman_google.js +38 -53
  8. data/app/assets/javascripts/foreman_google/locale/fr/foreman_google.js +42 -57
  9. data/app/assets/javascripts/foreman_google/locale/it/foreman_google.js +34 -49
  10. data/app/assets/javascripts/foreman_google/locale/ja/foreman_google.js +42 -57
  11. data/app/assets/javascripts/foreman_google/locale/ka/foreman_google.js +42 -57
  12. data/app/assets/javascripts/foreman_google/locale/ko/foreman_google.js +35 -50
  13. data/app/assets/javascripts/foreman_google/locale/pl/foreman_google.js +33 -48
  14. data/app/assets/javascripts/foreman_google/locale/pt_BR/foreman_google.js +38 -53
  15. data/app/assets/javascripts/foreman_google/locale/ru/foreman_google.js +35 -50
  16. data/app/assets/javascripts/foreman_google/locale/sv_SE/foreman_google.js +33 -48
  17. data/app/assets/javascripts/foreman_google/locale/zh_CN/foreman_google.js +42 -57
  18. data/app/assets/javascripts/foreman_google/locale/zh_TW/foreman_google.js +35 -50
  19. data/app/lib/foreman_google/google_compute_adapter.rb +0 -2
  20. data/app/models/foreman_google/google_compute.rb +0 -2
  21. data/config/initializers/zeitwerk.rb +3 -0
  22. data/lib/foreman_google/engine.rb +0 -2
  23. data/lib/foreman_google/version.rb +1 -1
  24. data/locale/Makefile +12 -2
  25. data/locale/cs_CZ/LC_MESSAGES/foreman_google.mo +0 -0
  26. data/locale/cs_CZ/foreman_google.po +2 -17
  27. data/locale/de/LC_MESSAGES/foreman_google.mo +0 -0
  28. data/locale/de/foreman_google.po +3 -18
  29. data/locale/el/LC_MESSAGES/foreman_google.mo +0 -0
  30. data/locale/el/foreman_google.po +2 -17
  31. data/locale/en/LC_MESSAGES/foreman_google.mo +0 -0
  32. data/locale/en/foreman_google.po +9 -22
  33. data/locale/en_GB/LC_MESSAGES/foreman_google.mo +0 -0
  34. data/locale/en_GB/foreman_google.po +9 -24
  35. data/locale/es/LC_MESSAGES/foreman_google.mo +0 -0
  36. data/locale/es/foreman_google.po +2 -17
  37. data/locale/fr/LC_MESSAGES/foreman_google.mo +0 -0
  38. data/locale/fr/foreman_google.po +11 -24
  39. data/locale/it/LC_MESSAGES/foreman_google.mo +0 -0
  40. data/locale/it/foreman_google.po +3 -18
  41. data/locale/ja/LC_MESSAGES/foreman_google.mo +0 -0
  42. data/locale/ja/foreman_google.po +11 -24
  43. data/locale/ka/LC_MESSAGES/foreman_google.mo +0 -0
  44. data/locale/ka/foreman_google.po +10 -25
  45. data/locale/ko/LC_MESSAGES/foreman_google.mo +0 -0
  46. data/locale/ko/foreman_google.po +2 -17
  47. data/locale/pl/LC_MESSAGES/foreman_google.mo +0 -0
  48. data/locale/pl/foreman_google.po +2 -17
  49. data/locale/pt_BR/LC_MESSAGES/foreman_google.mo +0 -0
  50. data/locale/pt_BR/foreman_google.po +2 -17
  51. data/locale/ru/LC_MESSAGES/foreman_google.mo +0 -0
  52. data/locale/ru/foreman_google.po +2 -17
  53. data/locale/sv_SE/LC_MESSAGES/foreman_google.mo +0 -0
  54. data/locale/sv_SE/foreman_google.po +2 -17
  55. data/locale/zh_CN/LC_MESSAGES/foreman_google.mo +0 -0
  56. data/locale/zh_CN/foreman_google.po +11 -24
  57. data/locale/zh_TW/LC_MESSAGES/foreman_google.mo +0 -0
  58. data/locale/zh_TW/foreman_google.po +2 -17
  59. data/test/unit/foreman_google/google_compute_adapter_test.rb +0 -1
  60. metadata +39 -11
  61. data/locale/action_names.rb +0 -6
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
- "Last-Translator": "Andi Chandler <andi@gowling.com>, 2023",
9
+ "Last-Translator": "Andi Chandler <andi@gowling.com>, 2024",
10
10
  "Language-Team": "English (United Kingdom) (https://app.transifex.com/foreman/teams/114/en_GB/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -17,9 +17,6 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "Action with sub plans": [
21
- "Action with sub plans"
22
- ],
23
20
  "Actions": [
24
21
  "Actions"
25
22
  ],
@@ -27,13 +24,13 @@
27
24
  "Associate Ephemeral External IP"
28
25
  ],
29
26
  "Certificate path, for GCE only": [
30
- ""
27
+ "Certificate path, for GCE only"
31
28
  ],
32
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
33
- ""
30
+ "Deprecated, email is automatically loaded from the JSON file. For GCE only"
34
31
  ],
35
32
  "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
36
- ""
33
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only"
37
34
  ],
38
35
  "Does this image support user data input (e.g. via cloud-init)?": [
39
36
  "Does this image support user data input (e.g. via cloud-init)?"
@@ -44,12 +41,6 @@
44
41
  "Image": [
45
42
  "Image"
46
43
  ],
47
- "Import Puppet classes": [
48
- "Import Puppet classes"
49
- ],
50
- "Import facts": [
51
- "Import facts"
52
- ],
53
44
  "JSON key": [
54
45
  "JSON key"
55
46
  ],
@@ -74,15 +65,9 @@
74
65
  "Please select an image": [
75
66
  "Please select an image"
76
67
  ],
77
- "Preupgrade job": [
78
- "Preupgrade job"
79
- ],
80
68
  "Properties": [
81
69
  "Properties"
82
70
  ],
83
- "Remote action:": [
84
- "Remote action:"
85
- ],
86
71
  "Size (GB)": [
87
72
  "Size (GB)"
88
73
  ],
@@ -90,10 +75,10 @@
90
75
  "State"
91
76
  ],
92
77
  "The email parameter is deprecated, value is automatically loaded from the JSON file": [
93
- ""
78
+ "The email parameter is deprecated, value is automatically loaded from the JSON file"
94
79
  ],
95
80
  "The project parameter is deprecated, value is automatically loaded from the JSON file": [
96
- ""
81
+ "The project parameter is deprecated, value is automatically loaded from the JSON file"
97
82
  ],
98
83
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
99
84
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user."
@@ -105,7 +90,7 @@
105
90
  "Zone"
106
91
  ],
107
92
  "Zone, for GCE only": [
108
- ""
93
+ "Zone, for GCE only"
109
94
  ],
110
95
  "console is not available at this time because the instance is powered off": [
111
96
  "console is not available at this time because the instance is powered off"
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
9
  "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
- "Language-Team": "Spanish (https://www.transifex.com/foreman/teams/114/es/)",
10
+ "Language-Team": "Spanish (https://app.transifex.com/foreman/teams/114/es/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,98 +17,83 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Acciones"
22
22
  ],
23
- "Zone, for GCE only": [
24
- ""
23
+ "Associate Ephemeral External IP": [
24
+ "Asociar IP externa efímera"
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
26
+ "Certificate path, for GCE only": [
27
27
  ""
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
30
  ""
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
33
- ""
34
- ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
36
33
  ""
37
34
  ],
38
- "console is not available at this time because the instance is powered off": [
39
- "la consola no está disponible en este momento porque la instancia está apagada"
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "¿Esta imágen supporta inserción de datos de usuario (p.e. vía could-init)?"
40
37
  ],
41
- "Missing an image for operating system!": [
38
+ "Google Compute Engine plugin for the Foreman.": [
42
39
  ""
43
40
  ],
41
+ "Image": [
42
+ "Imagen"
43
+ ],
44
44
  "JSON key": [
45
45
  ""
46
46
  ],
47
- "Zone": [
48
- "Zona"
49
- ],
50
47
  "Load Zones": [
51
48
  "Cargar zonas"
52
49
  ],
50
+ "Machine Type": [
51
+ "Tipo de máquina"
52
+ ],
53
53
  "Machine type": [
54
54
  "Tipo de máquina"
55
55
  ],
56
- "Please select an image": [
57
- "Seleccione una imagen"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Imagen"
59
+ "Name": [
60
+ "Nombre"
61
61
  ],
62
62
  "Network": [
63
63
  "Red"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- "Asociar IP externa efímera"
65
+ "Please select an image": [
66
+ "Seleccione una imagen"
67
+ ],
68
+ "Properties": [
69
+ "Propiedades"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Tamaño (GB)"
70
73
  ],
71
- "Name": [
72
- "Nombre"
73
- ],
74
- "Type": [
75
- "Tipo"
76
- ],
77
74
  "State": [
78
75
  "Estado"
79
76
  ],
80
- "Actions": [
81
- "Acciones"
82
- ],
83
- "Properties": [
84
- "Propiedades"
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
78
+ ""
85
79
  ],
86
- "Machine Type": [
87
- "Tipo de máquina"
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
81
+ ""
88
82
  ],
89
83
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
90
84
  ""
91
85
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "¿Esta imágen supporta inserción de datos de usuario (p.e. vía could-init)?"
94
- ],
95
- "Preupgrade job": [
96
- "Trabajo previo a la actualización"
97
- ],
98
- "Action with sub plans": [
99
- "Acción con subplanes"
100
- ],
101
- "Import facts": [
102
- "Importar datos"
103
- ],
104
- "Import Puppet classes": [
105
- "Importar clases Puppet"
86
+ "Type": [
87
+ "Tipo"
106
88
  ],
107
- "Remote action:": [
108
- "Acción remota:"
89
+ "Zone": [
90
+ "Zona"
109
91
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
92
+ "Zone, for GCE only": [
111
93
  ""
94
+ ],
95
+ "console is not available at this time because the instance is powered off": [
96
+ "la consola no está disponible en este momento porque la instancia está apagada"
112
97
  ]
113
98
  }
114
99
  }
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
- "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
- "Language-Team": "French (https://www.transifex.com/foreman/teams/114/fr/)",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
10
+ "Language-Team": "French (https://app.transifex.com/foreman/teams/114/fr/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,98 +17,83 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Actions"
22
22
  ],
23
- "Zone, for GCE only": [
24
- ""
23
+ "Associate Ephemeral External IP": [
24
+ "Associer l’IP externe éphémère"
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
27
- ""
26
+ "Certificate path, for GCE only": [
27
+ "Chemin certificat pour GCE uniquement"
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
- ""
30
+ "Obsolète, l'e-mail est automatiquement chargé à partir du fichier JSON. Pour GCE uniquement"
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
33
- ""
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
33
+ "Obsolète, le projet est automatiquement chargé à partir du fichier JSON. Pour GCE uniquement"
34
34
  ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
36
- ""
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "Cette image prend-t-elle en charge l'entrée de paramètres utilisateur (p.e. via cloud-init) ?"
37
37
  ],
38
- "console is not available at this time because the instance is powered off": [
39
- "la console n'est pas disponible pour le moment car l'instance est éteinte"
38
+ "Google Compute Engine plugin for the Foreman.": [
39
+ "Plugin Google Compute Engine pour le Foreman."
40
40
  ],
41
- "Missing an image for operating system!": [
42
- "Il manque une image pour le système d'exploitation !"
41
+ "Image": [
42
+ "Image"
43
43
  ],
44
44
  "JSON key": [
45
45
  "Clé JSON"
46
46
  ],
47
- "Zone": [
48
- "Zone"
49
- ],
50
47
  "Load Zones": [
51
48
  "Zones de chargement"
52
49
  ],
50
+ "Machine Type": [
51
+ "Type de machine"
52
+ ],
53
53
  "Machine type": [
54
54
  "Type de machine"
55
55
  ],
56
- "Please select an image": [
57
- "Veuillez sélectionner une image"
56
+ "Missing an image for operating system!": [
57
+ "Il manque une image pour le système d'exploitation !"
58
58
  ],
59
- "Image": [
60
- "Image"
59
+ "Name": [
60
+ "Nom"
61
61
  ],
62
62
  "Network": [
63
63
  "Réseau"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- "Associer l’IP externe éphémère"
65
+ "Please select an image": [
66
+ "Veuillez sélectionner une image"
67
+ ],
68
+ "Properties": [
69
+ "Propriétés"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Taille (Go)"
70
73
  ],
71
- "Name": [
72
- "Nom"
73
- ],
74
- "Type": [
75
- "Type"
76
- ],
77
74
  "State": [
78
75
  "État"
79
76
  ],
80
- "Actions": [
81
- "Actions"
82
- ],
83
- "Properties": [
84
- "Propriétés"
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
78
+ "Le paramètre email est obsolète, la valeur est automatiquement chargée à partir du fichier JSON"
85
79
  ],
86
- "Machine Type": [
87
- "Type de machine"
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
81
+ "Le paramètre du projet est obsolète, la valeur est automatiquement chargée à partir du fichier JSON"
88
82
  ],
89
83
  "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
90
84
  "L'utilisateur qui est utilisé pour se connecter à l'instance via ssh, normalement cloud-user, ec2-user, ubuntu, etc. Remarque : le moteur Google ne prend pas en charge SSH pour l'utilisateur root."
91
85
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "Cette image prend-t-elle en charge l'entrée de paramètres utilisateur (p.e. via cloud-init) ?"
94
- ],
95
- "Preupgrade job": [
96
- "Job de pré-mise à niveau"
97
- ],
98
- "Action with sub plans": [
99
- "Action avec sous-plans"
100
- ],
101
- "Import facts": [
102
- "Importer des faits"
86
+ "Type": [
87
+ "Type"
103
88
  ],
104
- "Import Puppet classes": [
105
- "Importer des classes Puppet"
89
+ "Zone": [
90
+ "Zone"
106
91
  ],
107
- "Remote action:": [
108
- "Action distante :"
92
+ "Zone, for GCE only": [
93
+ "Zone, pour GCE uniquement"
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
111
- "Plugin Google Compute Engine pour le Foreman."
95
+ "console is not available at this time because the instance is powered off": [
96
+ "la console n'est pas disponible pour le moment car l'instance est éteinte"
112
97
  ]
113
98
  }
114
99
  }
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_google": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_google 1.0.0",
6
+ "Project-Id-Version": "foreman_google 3.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2022-08-01 12:51+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
10
- "Language-Team": "Italian (https://www.transifex.com/foreman/teams/114/it/)",
10
+ "Language-Team": "Italian (https://app.transifex.com/foreman/teams/114/it/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,97 +17,82 @@
17
17
  "domain": "foreman_google",
18
18
  "plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
19
  },
20
- "Certificate path, for GCE only": [
21
- ""
20
+ "Actions": [
21
+ "Azioni"
22
22
  ],
23
- "Zone, for GCE only": [
23
+ "Associate Ephemeral External IP": [
24
24
  ""
25
25
  ],
26
- "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
26
+ "Certificate path, for GCE only": [
27
27
  ""
28
28
  ],
29
29
  "Deprecated, email is automatically loaded from the JSON file. For GCE only": [
30
30
  ""
31
31
  ],
32
- "The email parameter is deprecated, value is automatically loaded from the JSON file": [
32
+ "Deprecated, project is automatically loaded from the JSON file. For GCE only": [
33
33
  ""
34
34
  ],
35
- "The project parameter is deprecated, value is automatically loaded from the JSON file": [
36
- ""
35
+ "Does this image support user data input (e.g. via cloud-init)?": [
36
+ "Questa immagine supporta l'input dei dati utente (es. tramite cloud-init)?"
37
37
  ],
38
- "console is not available at this time because the instance is powered off": [
38
+ "Google Compute Engine plugin for the Foreman.": [
39
39
  ""
40
40
  ],
41
- "Missing an image for operating system!": [
42
- ""
41
+ "Image": [
42
+ "Immagine"
43
43
  ],
44
44
  "JSON key": [
45
45
  ""
46
46
  ],
47
- "Zone": [
48
- "Zona"
49
- ],
50
47
  "Load Zones": [
51
48
  ""
52
49
  ],
50
+ "Machine Type": [
51
+ "Tipo di macchina"
52
+ ],
53
53
  "Machine type": [
54
54
  "Tipo di macchina"
55
55
  ],
56
- "Please select an image": [
57
- "Selezionare una immagine"
56
+ "Missing an image for operating system!": [
57
+ ""
58
58
  ],
59
- "Image": [
60
- "Immagine"
59
+ "Name": [
60
+ "Nome"
61
61
  ],
62
62
  "Network": [
63
63
  "Rete"
64
64
  ],
65
- "Associate Ephemeral External IP": [
66
- ""
65
+ "Please select an image": [
66
+ "Selezionare una immagine"
67
+ ],
68
+ "Properties": [
69
+ "Proprietà"
67
70
  ],
68
71
  "Size (GB)": [
69
72
  "Dimensione (GB)"
70
73
  ],
71
- "Name": [
72
- "Nome"
73
- ],
74
- "Type": [
75
- "Tipo"
76
- ],
77
74
  "State": [
78
75
  "Stato"
79
76
  ],
80
- "Actions": [
81
- "Azioni"
82
- ],
83
- "Properties": [
84
- "Proprietà"
85
- ],
86
- "Machine Type": [
87
- "Tipo di macchina"
88
- ],
89
- "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
77
+ "The email parameter is deprecated, value is automatically loaded from the JSON file": [
90
78
  ""
91
79
  ],
92
- "Does this image support user data input (e.g. via cloud-init)?": [
93
- "Questa immagine supporta l'input dei dati utente (es. tramite cloud-init)?"
94
- ],
95
- "Preupgrade job": [
80
+ "The project parameter is deprecated, value is automatically loaded from the JSON file": [
96
81
  ""
97
82
  ],
98
- "Action with sub plans": [
83
+ "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, etc. Note: Google engine doesn't support SSH for the root user.": [
99
84
  ""
100
85
  ],
101
- "Import facts": [
102
- "Importa gli eventi"
86
+ "Type": [
87
+ "Tipo"
103
88
  ],
104
- "Import Puppet classes": [
105
- "Importa classi Puppet"
89
+ "Zone": [
90
+ "Zona"
106
91
  ],
107
- "Remote action:": [
108
- "Azione remota:"
92
+ "Zone, for GCE only": [
93
+ ""
109
94
  ],
110
- "Google Compute Engine plugin for the Foreman.": [
95
+ "console is not available at this time because the instance is powered off": [
111
96
  ""
112
97
  ]
113
98
  }