vagrant-startcloud 0.1.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.
data/locales/en.yml ADDED
@@ -0,0 +1,44 @@
1
+ en:
2
+ vagrant_startcloud:
3
+ plugin:
4
+ description: "Provides support for provisioning machines using YAML configuration"
5
+ config:
6
+ config_not_found: "Configuration file '%{path}' does not exist"
7
+ no_settings: "No settings defined in configuration"
8
+ missing_required: "Missing required settings: %{fields}"
9
+ yaml_error: "Error parsing YAML: %{error}"
10
+ network_type_required: "Network type required for network at index %{index}"
11
+ boot_disk_size_required: "Boot disk size is required"
12
+ folder_paths_required: "Both 'map' and 'to' paths are required for folder at index %{index}"
13
+ invalid_format: "Invalid configuration format: %{error}"
14
+ missing_hosts: "No hosts defined in configuration"
15
+ command:
16
+ configuring: "Configuring %{name}"
17
+ machine_not_found: "Machine '%{name}' not found in configuration"
18
+ machine_list: "Configured machines:"
19
+ list_machine: " - %{name} (%{provider})"
20
+ errors:
21
+ no_config: "No configuration file found"
22
+ invalid_config: "Invalid configuration"
23
+ missing_settings: "Missing required settings"
24
+ invalid_provider: "Invalid provider type"
25
+ network_error: "Network configuration error"
26
+ folder_error: "Shared folder configuration error"
27
+ provisioner_error: "Provisioner configuration error"
28
+ config_not_found: "Configuration file '%{path}' does not exist"
29
+ yaml_error: "Error parsing YAML: %{error}"
30
+ no_settings: "No settings defined in configuration"
31
+ missing_required_setting: "Missing required settings: %{fields}"
32
+ missing_hosts: "No hosts defined in configuration"
33
+ network_type_required: "Network type required for network at index %{index}"
34
+ boot_disk_size_required: "Boot disk size is required"
35
+ folder_paths_required: "Both 'map' and 'to' paths are required for folder at index %{index}"
36
+ invalid_format: "Invalid configuration format: %{error}"
37
+ machine_not_found: "Machine '%{name}' not found in configuration"
38
+ configuring_vm: "Error configuring VM settings"
39
+ configuring_ssh: "Error configuring SSH settings"
40
+ configuring_networks: "Error configuring networks"
41
+ configuring_provider: "Error configuring provider"
42
+ configuring_folders: "Error configuring shared folders"
43
+ configuring_shell: "Error configuring shell provisioner"
44
+ configuring_ansible: "Error configuring Ansible provisioner"
metadata ADDED
@@ -0,0 +1,248 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vagrant-startcloud
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Mark Gilbert
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-01-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: i18n
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: log4r
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: netaddr
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 2.0.4
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: '2.0'
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 2.0.4
61
+ - !ruby/object:Gem::Dependency
62
+ name: ruby_expect
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.7'
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: 1.7.5
71
+ type: :runtime
72
+ prerelease: false
73
+ version_requirements: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - "~>"
76
+ - !ruby/object:Gem::Version
77
+ version: '1.7'
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 1.7.5
81
+ - !ruby/object:Gem::Dependency
82
+ name: bundler
83
+ requirement: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '2.2'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 2.2.3
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '2.2'
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 2.2.3
101
+ - !ruby/object:Gem::Dependency
102
+ name: rake
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: '13.0'
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 13.0.6
111
+ type: :development
112
+ prerelease: false
113
+ version_requirements: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '13.0'
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: 13.0.6
121
+ - !ruby/object:Gem::Dependency
122
+ name: rspec
123
+ requirement: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - "~>"
126
+ - !ruby/object:Gem::Version
127
+ version: '3.4'
128
+ type: :development
129
+ prerelease: false
130
+ version_requirements: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: '3.4'
135
+ - !ruby/object:Gem::Dependency
136
+ name: rspec-its
137
+ requirement: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "~>"
140
+ - !ruby/object:Gem::Version
141
+ version: '1.3'
142
+ type: :development
143
+ prerelease: false
144
+ version_requirements: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - "~>"
147
+ - !ruby/object:Gem::Version
148
+ version: '1.3'
149
+ - !ruby/object:Gem::Dependency
150
+ name: rubocop
151
+ requirement: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - "~>"
154
+ - !ruby/object:Gem::Version
155
+ version: '1.0'
156
+ type: :development
157
+ prerelease: false
158
+ version_requirements: !ruby/object:Gem::Requirement
159
+ requirements:
160
+ - - "~>"
161
+ - !ruby/object:Gem::Version
162
+ version: '1.0'
163
+ - !ruby/object:Gem::Dependency
164
+ name: rubocop-rake
165
+ requirement: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '0.6'
170
+ type: :development
171
+ prerelease: false
172
+ version_requirements: !ruby/object:Gem::Requirement
173
+ requirements:
174
+ - - "~>"
175
+ - !ruby/object:Gem::Version
176
+ version: '0.6'
177
+ - !ruby/object:Gem::Dependency
178
+ name: rubocop-rspec
179
+ requirement: !ruby/object:Gem::Requirement
180
+ requirements:
181
+ - - "~>"
182
+ - !ruby/object:Gem::Version
183
+ version: '2.4'
184
+ type: :development
185
+ prerelease: false
186
+ version_requirements: !ruby/object:Gem::Requirement
187
+ requirements:
188
+ - - "~>"
189
+ - !ruby/object:Gem::Version
190
+ version: '2.4'
191
+ description: A Vagrant plugin that provides support for provisioning machines using
192
+ YAML configuration with multi-provider support
193
+ email:
194
+ - support@prominic.net
195
+ executables: []
196
+ extensions: []
197
+ extra_rdoc_files: []
198
+ files:
199
+ - CHANGELOG.md
200
+ - LICENSE
201
+ - README.md
202
+ - lib/vagrant-startcloud.rb
203
+ - lib/vagrant-startcloud/action.rb
204
+ - lib/vagrant-startcloud/action/configure_networks.rb
205
+ - lib/vagrant-startcloud/action/configure_providers.rb
206
+ - lib/vagrant-startcloud/action/configure_provisioners.rb
207
+ - lib/vagrant-startcloud/action/configure_shared_folders.rb
208
+ - lib/vagrant-startcloud/action/is_created.rb
209
+ - lib/vagrant-startcloud/action/is_virtualbox.rb
210
+ - lib/vagrant-startcloud/action/load_config.rb
211
+ - lib/vagrant-startcloud/command.rb
212
+ - lib/vagrant-startcloud/config.rb
213
+ - lib/vagrant-startcloud/config_builder.rb
214
+ - lib/vagrant-startcloud/errors.rb
215
+ - lib/vagrant-startcloud/plugin.rb
216
+ - lib/vagrant-startcloud/provisioner.rb
217
+ - lib/vagrant-startcloud/version.rb
218
+ - locales/en.yml
219
+ homepage: https://github.com/STARTcloud/vagrant-startcloud
220
+ licenses:
221
+ - AGPL-3.0
222
+ metadata:
223
+ rubygems_mfa_required: 'true'
224
+ bug_tracker_uri: https://github.com/STARTcloud/vagrant-startcloud/issues
225
+ changelog_uri: https://github.com/STARTcloud/vagrant-startcloud/blob/main/CHANGELOG.md
226
+ documentation_uri: http://rubydoc.info/gems/vagrant-startcloud
227
+ source_code_uri: https://github.com/STARTcloud/vagrant-startcloud
228
+ github_repo: https://github.com/STARTcloud/vagrant-startcloud
229
+ post_install_message:
230
+ rdoc_options: []
231
+ require_paths:
232
+ - lib
233
+ required_ruby_version: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - ">="
236
+ - !ruby/object:Gem::Version
237
+ version: 2.7.0
238
+ required_rubygems_version: !ruby/object:Gem::Requirement
239
+ requirements:
240
+ - - ">="
241
+ - !ruby/object:Gem::Version
242
+ version: 1.3.6
243
+ requirements: []
244
+ rubygems_version: 3.2.3
245
+ signing_key:
246
+ specification_version: 4
247
+ summary: Vagrant plugin for managing multi-provider configurations using YAML
248
+ test_files: []