abiquo-etk 0.4.17 → 0.4.18
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/VERSION +1 -1
- data/abiquo-etk.gemspec +1 -1
- data/lib/abicli/commands/instant-deploy.rb +5 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.18
|
data/abiquo-etk.gemspec
CHANGED
|
@@ -148,9 +148,12 @@ if ARGV[0] == 'instant-deploy'
|
|
|
148
148
|
exit
|
|
149
149
|
end
|
|
150
150
|
|
|
151
|
-
puts "\nBooting the Installer
|
|
151
|
+
puts "\nBooting the Installer...\n\n"
|
|
152
152
|
# Boot
|
|
153
|
-
|
|
153
|
+
puts "\nAfter the install process, open the browser and type:\n"
|
|
154
|
+
puts "\nhttp://127.0.0.1:8980/client-premium\n\n"
|
|
155
|
+
puts "To open the Abiquo Web Console."
|
|
156
|
+
`kvm -m 1024 -drive file=#{disk_file},if=scsi,boot=on -net user,hostfwd=tcp:127.0.0.1:8980-:8080,hostfwd=tcp:127.0.0.1:2300-:22 -net nic -cdrom #{target_dir}/instant-deploy.iso -boot once=d > /dev/null 2>&1 `
|
|
154
157
|
end
|
|
155
158
|
|
|
156
159
|
target_dir = "abiquo-instant-deploy-#{Time.now.strftime "%s"}"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: abiquo-etk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 18
|
|
10
|
+
version: 0.4.18
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sergio Rubio
|