gogetit 0.18.0 → 0.18.1
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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/gogetit/config.rb +3 -1
- data/lib/gogetit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b44ec1e617d9efd023ca52e7eecd87fa925a80c04f93182e4f7417281dc42d3b
|
|
4
|
+
data.tar.gz: 3f227ec1a65e748bd4f7af5927fa0c8c63e46b034f41a3ec7c70a2e0ebd02033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 341d6953418fee17805b221c71cee2eaacd4bd585d50e4f5676fdc79282b2ea08131f79ac98c2cf81db179938e7821389f51fe8c1bba466d51be0ca6c7afe59e
|
|
7
|
+
data.tar.gz: 442593d4547a6f4a0756e2d553e26dd49f2183c97916a627eb2b1a44f2d06373c7bcccb82c9b3f107696d0a9e14f923ea79353f512f18e4e1aa502bb57be98ab
|
data/README.md
CHANGED
|
@@ -70,6 +70,9 @@ gogetit create kvm01 -p libvirt -d centos
|
|
|
70
70
|
gogetit deploy kvm01
|
|
71
71
|
gogetit deploy kvm01 -d centos
|
|
72
72
|
|
|
73
|
+
# to enable 'Nested LXD'
|
|
74
|
+
gogetit create lxd01 --lxd-in-lxd
|
|
75
|
+
|
|
73
76
|
# to create a LXD container without MAAS awareness
|
|
74
77
|
gogetit create lxd01 --no-maas -f lxd_without_maas.yml
|
|
75
78
|
gogetit create lxd01 --no-maas -f lxd_without_maas_vlans.yml
|
data/lib/gogetit/config.rb
CHANGED
|
@@ -60,7 +60,9 @@ module Gogetit
|
|
|
60
60
|
logger.info('Copying GoGetIt default configuration..')
|
|
61
61
|
FileUtils.cp(src, dst)
|
|
62
62
|
abort(
|
|
63
|
-
|
|
63
|
+
%q{Please define default configuration for GoGetIt at ~/.gogetit/gogetit.yml.
|
|
64
|
+
Or you can run this command below on the previous workstation to copy existing configurations.
|
|
65
|
+
scp -r ~/.gogetit ubuntu@#{`hostname -f`.chop!}:~/}
|
|
64
66
|
)
|
|
65
67
|
end
|
|
66
68
|
config.merge!(Hashie.symbolize_keys YAML.load_file(conf_file))
|
data/lib/gogetit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gogetit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Don Draper
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|