egon 0.4.2 → 0.4.3
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 +8 -8
- data/Gemfile.lock +144 -0
- data/egon-0.4.2.gem +0 -0
- data/egon.gemspec +4 -3
- data/lib/egon/version.rb +1 -1
- data/pkg/egon-0.0.1.gem +0 -0
- data/pkg/egon-0.0.2.gem +0 -0
- data/pkg/egon-0.1.0.gem +0 -0
- data/rubygem-egon.spec +62 -82
- data/rubygem-foreman_abrt.spec +134 -0
- metadata +11 -9
- data/.gitignore +0 -15
- data/.ruby-version +0 -1
- data/.tito/packages/.readme +0 -3
- data/.tito/tito.props +0 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDgwYjE4MDY2Y2VjNzVkZmY1YjA1NWQ4YWU2MDBkOGE1YTViY2Y0Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MWU2MjlmYWU4Nzc5NDUwYTdhOGZlYWNkYTgxZTJlNTRmNjFiYzJhZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTQ4NmFjZTlhMmM0YTJkNmNiMzJlMDgyZDA1NDAxYTRmODIzZWE0YmFkN2Mx
|
10
|
+
NTQ4MGQwMWQ2ZGQyMTczODA2ODFkZDZhMDU5YjFhZGI0NjZhN2ZmY2VhMjFk
|
11
|
+
N2VmYmJlODY5NWVjMjkzNWJmNDU5NzFmYzdhMzdhZWU3NGM2N2U=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODU2M2UxZTIxYzJhMDMxMjU2NGM0N2Y0ZDMwOWNjMzU2NTlkNWJkMmU2MjIy
|
14
|
+
ZDgyY2U2MjdlOTVmNTQ1MjQ5ZmUwYTA0OWYxOGQzYWJhYzU2NTEyZjE4M2I1
|
15
|
+
YTVkODAwZTZiZDUwODUzYjVlYWI0ZTdiMGZhNmM0MDBjY2VlMDY=
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,144 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
egon (0.4.2)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
CFPropertyList (2.3.1)
|
10
|
+
builder (3.2.2)
|
11
|
+
diff-lcs (1.2.5)
|
12
|
+
excon (0.45.3)
|
13
|
+
fission (0.5.0)
|
14
|
+
CFPropertyList (~> 2.2)
|
15
|
+
fog (1.31.0)
|
16
|
+
fog-atmos
|
17
|
+
fog-aws (~> 0.0)
|
18
|
+
fog-brightbox (~> 0.4)
|
19
|
+
fog-core (~> 1.30)
|
20
|
+
fog-ecloud
|
21
|
+
fog-google (>= 0.0.2)
|
22
|
+
fog-json
|
23
|
+
fog-local
|
24
|
+
fog-powerdns (>= 0.1.1)
|
25
|
+
fog-profitbricks
|
26
|
+
fog-radosgw (>= 0.0.2)
|
27
|
+
fog-riakcs
|
28
|
+
fog-sakuracloud (>= 0.0.4)
|
29
|
+
fog-serverlove
|
30
|
+
fog-softlayer
|
31
|
+
fog-storm_on_demand
|
32
|
+
fog-terremark
|
33
|
+
fog-vmfusion
|
34
|
+
fog-voxel
|
35
|
+
fog-xml (~> 0.1.1)
|
36
|
+
ipaddress (~> 0.5)
|
37
|
+
nokogiri (~> 1.5, >= 1.5.11)
|
38
|
+
fog-atmos (0.1.0)
|
39
|
+
fog-core
|
40
|
+
fog-xml
|
41
|
+
fog-aws (0.4.0)
|
42
|
+
fog-core (~> 1.27)
|
43
|
+
fog-json (~> 1.0)
|
44
|
+
fog-xml (~> 0.1)
|
45
|
+
ipaddress (~> 0.8)
|
46
|
+
fog-brightbox (0.7.1)
|
47
|
+
fog-core (~> 1.22)
|
48
|
+
fog-json
|
49
|
+
inflecto (~> 0.0.2)
|
50
|
+
fog-core (1.30.0)
|
51
|
+
builder
|
52
|
+
excon (~> 0.45)
|
53
|
+
formatador (~> 0.2)
|
54
|
+
mime-types
|
55
|
+
net-scp (~> 1.1)
|
56
|
+
net-ssh (>= 2.1.3)
|
57
|
+
fog-ecloud (0.1.2)
|
58
|
+
fog-core
|
59
|
+
fog-xml
|
60
|
+
fog-google (0.0.5)
|
61
|
+
fog-core
|
62
|
+
fog-json
|
63
|
+
fog-xml
|
64
|
+
fog-json (1.0.2)
|
65
|
+
fog-core (~> 1.0)
|
66
|
+
multi_json (~> 1.10)
|
67
|
+
fog-local (0.2.1)
|
68
|
+
fog-core (~> 1.27)
|
69
|
+
fog-powerdns (0.1.1)
|
70
|
+
fog-core (~> 1.27)
|
71
|
+
fog-json (~> 1.0)
|
72
|
+
fog-xml (~> 0.1)
|
73
|
+
fog-profitbricks (0.0.3)
|
74
|
+
fog-core
|
75
|
+
fog-xml
|
76
|
+
nokogiri
|
77
|
+
fog-radosgw (0.0.4)
|
78
|
+
fog-core (>= 1.21.0)
|
79
|
+
fog-json
|
80
|
+
fog-xml (>= 0.0.1)
|
81
|
+
fog-riakcs (0.1.0)
|
82
|
+
fog-core
|
83
|
+
fog-json
|
84
|
+
fog-xml
|
85
|
+
fog-sakuracloud (1.0.1)
|
86
|
+
fog-core
|
87
|
+
fog-json
|
88
|
+
fog-serverlove (0.1.2)
|
89
|
+
fog-core
|
90
|
+
fog-json
|
91
|
+
fog-softlayer (0.4.6)
|
92
|
+
fog-core
|
93
|
+
fog-json
|
94
|
+
fog-storm_on_demand (0.1.1)
|
95
|
+
fog-core
|
96
|
+
fog-json
|
97
|
+
fog-terremark (0.1.0)
|
98
|
+
fog-core
|
99
|
+
fog-xml
|
100
|
+
fog-vmfusion (0.1.0)
|
101
|
+
fission
|
102
|
+
fog-core
|
103
|
+
fog-voxel (0.1.0)
|
104
|
+
fog-core
|
105
|
+
fog-xml
|
106
|
+
fog-xml (0.1.2)
|
107
|
+
fog-core
|
108
|
+
nokogiri (~> 1.5, >= 1.5.11)
|
109
|
+
formatador (0.2.5)
|
110
|
+
inflecto (0.0.2)
|
111
|
+
ipaddress (0.8.0)
|
112
|
+
mime-types (2.6.1)
|
113
|
+
mini_portile (0.6.2)
|
114
|
+
multi_json (1.11.0)
|
115
|
+
net-scp (1.2.1)
|
116
|
+
net-ssh (>= 2.6.5)
|
117
|
+
net-ssh (2.9.2)
|
118
|
+
nokogiri (1.6.6.2)
|
119
|
+
mini_portile (~> 0.6.0)
|
120
|
+
rake (10.4.2)
|
121
|
+
rspec (3.2.0)
|
122
|
+
rspec-core (~> 3.2.0)
|
123
|
+
rspec-expectations (~> 3.2.0)
|
124
|
+
rspec-mocks (~> 3.2.0)
|
125
|
+
rspec-core (3.2.3)
|
126
|
+
rspec-support (~> 3.2.0)
|
127
|
+
rspec-expectations (3.2.1)
|
128
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
+
rspec-support (~> 3.2.0)
|
130
|
+
rspec-mocks (3.2.1)
|
131
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
+
rspec-support (~> 3.2.0)
|
133
|
+
rspec-support (3.2.2)
|
134
|
+
|
135
|
+
PLATFORMS
|
136
|
+
ruby
|
137
|
+
|
138
|
+
DEPENDENCIES
|
139
|
+
bundler (~> 1.7)
|
140
|
+
egon!
|
141
|
+
fog (~> 1.31.0)
|
142
|
+
net-ssh (~> 2.9.2)
|
143
|
+
rake (~> 10.0)
|
144
|
+
rspec (~> 3.2.0)
|
data/egon-0.4.2.gem
ADDED
Binary file
|
data/egon.gemspec
CHANGED
@@ -16,9 +16,10 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.date = Date.today.to_s
|
17
17
|
s.license = 'GPL-3.0+'
|
18
18
|
|
19
|
-
s.files =
|
20
|
-
s.
|
21
|
-
s.
|
19
|
+
s.files = Dir['**/*']
|
20
|
+
s.test_files = Dir['{test,spec,features}/**/*']
|
21
|
+
s.executables = Dir['bin/*'].map{ |f| File.basename(f) }
|
22
|
+
|
22
23
|
s.require_paths = ["lib"]
|
23
24
|
|
24
25
|
s.add_development_dependency "bundler", "~> 1.7"
|
data/lib/egon/version.rb
CHANGED
data/pkg/egon-0.0.1.gem
ADDED
Binary file
|
data/pkg/egon-0.0.2.gem
ADDED
Binary file
|
data/pkg/egon-0.1.0.gem
ADDED
Binary file
|
data/rubygem-egon.spec
CHANGED
@@ -1,112 +1,92 @@
|
|
1
|
-
%{?scl:%scl_package rubygem-%{gem_name}}
|
2
|
-
%{!?scl:%global pkg_name %{name}}
|
3
|
-
|
4
1
|
%global gem_name egon
|
5
2
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
%global gem_instdir %{gem_dir}/gems/%{gem_name}-%{version}
|
13
|
-
%global gem_libdir %{gem_instdir}/lib
|
14
|
-
%global gem_cache %{gem_dir}/cache/%{gem_name}-%{version}.gem
|
15
|
-
%global gem_spec %{gem_dir}/specifications/%{gem_name}-%{version}.gemspec
|
16
|
-
%global gem_docdir %{gem_dir}/doc/%{gem_name}-%{version}
|
17
|
-
%endif
|
18
|
-
|
19
|
-
%if "%{?scl}" == "ruby193"
|
20
|
-
%global scl_ruby /usr/bin/ruby193-ruby
|
21
|
-
%global scl_rake /usr/bin/ruby193-rake
|
22
|
-
### TODO temp disabled for SCL
|
23
|
-
%global nodoc 1
|
24
|
-
%else
|
25
|
-
%global scl_ruby /usr/bin/ruby
|
26
|
-
%global scl_rake /usr/bin/rake
|
27
|
-
%endif
|
28
|
-
|
29
|
-
Summary: Egon Plugin
|
30
|
-
Name: %{?scl_prefix}rubygem-%{gem_name}
|
31
|
-
|
32
|
-
Version: 0.0.1
|
33
|
-
Release: 19%{dist}
|
34
|
-
Group: Development/Ruby
|
35
|
-
License: Distributable
|
3
|
+
Name: rubygem-%{gem_name}
|
4
|
+
Version: 0.4.1
|
5
|
+
Release: 1%{?dist}
|
6
|
+
Summary: A library on top of Fog that encapsulates TripleO deployment operations
|
7
|
+
Group: Development/Languages
|
8
|
+
License: GPL-3.0+
|
36
9
|
URL: https://github.com/fusor/egon
|
37
|
-
Source0:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
BuildRequires:
|
42
|
-
|
43
|
-
|
44
|
-
BuildRequires:
|
45
|
-
|
46
|
-
|
47
|
-
%if 0%{?fedora} > 19
|
48
|
-
Requires: %{?scl_prefix}ruby(release) = 2.0.0
|
49
|
-
BuildRequires: %{?scl_prefix}ruby(release) = 2.0.0
|
50
|
-
%else
|
51
|
-
%if "%{?scl}" == "ruby193" || 0%{?rhel} > 6 || 0%{?fedora} > 16
|
52
|
-
Requires: %{?scl_prefix}ruby(abi) = 1.9.1
|
53
|
-
BuildRequires: %{?scl_prefix}ruby(abi) = 1.9.1
|
54
|
-
%else
|
55
|
-
Requires: ruby(abi) = 1.8
|
56
|
-
BuildRequires: ruby(abi) = 1.8
|
57
|
-
%endif
|
58
|
-
%endif
|
59
|
-
|
10
|
+
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
11
|
+
BuildRequires: ruby(release)
|
12
|
+
BuildRequires: rubygems-devel
|
13
|
+
BuildRequires: ruby
|
14
|
+
BuildRequires: rubygem(fog) => 1.31.0
|
15
|
+
BuildRequires: rubygem(fog) < 1.32
|
16
|
+
BuildRequires: rubygem(net-ssh) => 2.9.2
|
17
|
+
BuildRequires: rubygem(net-ssh) < 2.10
|
18
|
+
BuildRequires: rubygem(rspec) => 3.2.0
|
19
|
+
BuildRequires: rubygem(rspec) < 3.3
|
60
20
|
BuildArch: noarch
|
61
|
-
Provides: %{?scl_prefix}rubygem(egon) = %{version}
|
62
21
|
|
63
22
|
%description
|
64
|
-
|
23
|
+
A library on top of Fog that encapsulates TripleO deployment operations.
|
24
|
+
|
65
25
|
|
66
26
|
%package doc
|
67
|
-
|
68
|
-
|
69
|
-
|
27
|
+
Summary: Documentation for %{name}
|
28
|
+
Group: Documentation
|
29
|
+
Requires: %{name} = %{version}-%{release}
|
30
|
+
BuildArch: noarch
|
70
31
|
|
71
32
|
%description doc
|
72
|
-
|
33
|
+
Documentation for %{name}.
|
73
34
|
|
74
35
|
%prep
|
75
|
-
|
76
|
-
|
77
|
-
%
|
78
|
-
|
79
|
-
%{
|
36
|
+
gem unpack %{SOURCE0}
|
37
|
+
|
38
|
+
%setup -q -D -T -n %{gem_name}-%{version}
|
39
|
+
|
40
|
+
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
80
41
|
|
81
42
|
%build
|
43
|
+
# Create the gem as gem install only works on a gem file
|
44
|
+
gem build %{gem_name}.gemspec
|
82
45
|
|
83
|
-
|
46
|
+
# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir
|
47
|
+
# by default, so that we can move it into the buildroot in %%install
|
48
|
+
%gem_install
|
84
49
|
|
50
|
+
%install
|
85
51
|
mkdir -p %{buildroot}%{gem_dir}
|
86
52
|
cp -a .%{gem_dir}/* \
|
87
53
|
%{buildroot}%{gem_dir}/
|
88
54
|
|
89
|
-
mkdir -p %{buildroot}%{foreman_bundlerd_dir}
|
90
|
-
cat <<GEMFILE > %{buildroot}%{foreman_bundlerd_dir}/%{gem_name}.rb
|
91
|
-
gem '%{gem_name}'
|
92
|
-
GEMFILE
|
93
55
|
|
94
|
-
mkdir -p %{buildroot}%{
|
95
|
-
|
96
|
-
|
56
|
+
mkdir -p %{buildroot}%{_bindir}
|
57
|
+
cp -pa .%{_bindir}/* \
|
58
|
+
%{buildroot}%{_bindir}/
|
59
|
+
|
60
|
+
find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
|
61
|
+
|
62
|
+
# Run the test suite
|
63
|
+
%check
|
64
|
+
pushd .%{gem_instdir}
|
97
65
|
|
98
|
-
|
99
|
-
%{__rm} -rf %{buildroot}
|
66
|
+
popd
|
100
67
|
|
101
68
|
%files
|
102
|
-
%
|
103
|
-
%{
|
69
|
+
%dir %{gem_instdir}
|
70
|
+
%{_bindir}/undercloud-install-local.rb
|
71
|
+
%{_bindir}/undercloud-install-satellite.rb
|
72
|
+
%{_bindir}/undercloud-install-vanilla-rhel.rb
|
73
|
+
%exclude %{gem_instdir}/.gitignore
|
74
|
+
%{gem_instdir}/.ruby-version
|
75
|
+
%license %{gem_instdir}/LICENSE
|
76
|
+
%{gem_instdir}/bin
|
77
|
+
%{gem_libdir}
|
78
|
+
%{gem_instdir}/rubygem-egon.spec
|
104
79
|
%exclude %{gem_cache}
|
105
80
|
%{gem_spec}
|
106
|
-
%{foreman_bundlerd_dir}/%{gem_name}.rb
|
107
|
-
#%{foreman_pluginconf_dir}/egon.yaml
|
108
81
|
|
109
82
|
%files doc
|
110
|
-
%
|
83
|
+
%doc %{gem_docdir}
|
84
|
+
%{gem_instdir}/Gemfile
|
85
|
+
%doc %{gem_instdir}/README.md
|
86
|
+
%{gem_instdir}/Rakefile
|
87
|
+
%{gem_instdir}/egon.gemspec
|
88
|
+
%{gem_instdir}/test
|
111
89
|
|
112
90
|
%changelog
|
91
|
+
* Mon Aug 31 2015 jrist <jrist@redhat.com> - 0.4.1-1
|
92
|
+
- Initial package
|
@@ -0,0 +1,134 @@
|
|
1
|
+
# This package contains macros that provide functionality relating to
|
2
|
+
# Software Collections. These macros are not used in default
|
3
|
+
# Fedora builds, and should not be blindly copied or enabled.
|
4
|
+
# Specifically, the "scl" macro must not be defined in official Fedora
|
5
|
+
# builds. For more information, see:
|
6
|
+
# http://docs.fedoraproject.org/en-US/Fedora_Contributor_Documentation
|
7
|
+
# /1/html/Software_Collections_Guide/index.html
|
8
|
+
|
9
|
+
%{?scl:%scl_package rubygem-%{gem_name}}
|
10
|
+
%{!?scl:%global pkg_name %{name}}
|
11
|
+
|
12
|
+
%global gem_name foreman_abrt
|
13
|
+
|
14
|
+
%define rubyabi 1.9.1
|
15
|
+
%global foreman_dir /usr/share/foreman
|
16
|
+
%global foreman_bundlerd_dir %{foreman_dir}/bundler.d
|
17
|
+
%global foreman_pluginconf_dir %{foreman_dir}/config/settings.plugins.d
|
18
|
+
|
19
|
+
Summary: Display reports from Automatic Bug Reporting Tool in Foreman
|
20
|
+
Name: %{?scl_prefix}rubygem-%{gem_name}
|
21
|
+
Version: 0.0.6
|
22
|
+
Release: 3%{?dist}
|
23
|
+
Group: Applications/System
|
24
|
+
License: GPLv3
|
25
|
+
URL: http://github.com/theforeman/foreman_abrt
|
26
|
+
Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem
|
27
|
+
|
28
|
+
Requires: foreman >= 1.8.0
|
29
|
+
|
30
|
+
%if 0%{?fedora} > 18
|
31
|
+
Requires: %{?scl_prefix_ruby}ruby(release)
|
32
|
+
%else
|
33
|
+
Requires: %{?scl_prefix_ruby}ruby(abi) >= %{rubyabi}
|
34
|
+
%endif
|
35
|
+
Requires: %{?scl_prefix_ruby}rubygems
|
36
|
+
|
37
|
+
%if 0%{?fedora} > 18
|
38
|
+
BuildRequires: %{?scl_prefix_ruby}ruby(release)
|
39
|
+
%else
|
40
|
+
BuildRequires: %{?scl_prefix_ruby}ruby(abi) >= %{rubyabi}
|
41
|
+
%endif
|
42
|
+
BuildRequires: %{?scl_prefix_ruby}rubygems-devel
|
43
|
+
BuildRequires: %{?scl_prefix_ruby}rubygems
|
44
|
+
|
45
|
+
BuildArch: noarch
|
46
|
+
|
47
|
+
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
|
48
|
+
Provides: foreman-plugin-abrt
|
49
|
+
%{?scl:Obsoletes: ruby193-rubygem-%{gem_name}}
|
50
|
+
|
51
|
+
%description
|
52
|
+
This plugin allows you to see bug reports submitted by Automatic Bug Reporting
|
53
|
+
Tool.
|
54
|
+
|
55
|
+
%package doc
|
56
|
+
BuildArch: noarch
|
57
|
+
Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release}
|
58
|
+
%{?scl:Obsoletes: ruby193-rubygem-%{gem_name}-doc}
|
59
|
+
Summary: Documentation for rubygem-%{gem_name}
|
60
|
+
|
61
|
+
%description doc
|
62
|
+
This package contains documentation for rubygem-%{gem_name}.
|
63
|
+
|
64
|
+
%prep
|
65
|
+
%setup -n %{pkg_name}-%{version} -q -c -T
|
66
|
+
mkdir -p .%{gem_dir}
|
67
|
+
%{?scl:scl enable %{scl} "}
|
68
|
+
gem install --local --install-dir .%{gem_dir} \
|
69
|
+
--force %{SOURCE0} --no-rdoc --no-ri
|
70
|
+
%{?scl:"}
|
71
|
+
|
72
|
+
%build
|
73
|
+
|
74
|
+
%install
|
75
|
+
mkdir -p %{buildroot}%{gem_dir}
|
76
|
+
cp -a .%{gem_dir}/* \
|
77
|
+
%{buildroot}%{gem_dir}/
|
78
|
+
|
79
|
+
mkdir -p %{buildroot}%{foreman_bundlerd_dir}
|
80
|
+
cat <<GEMFILE > %{buildroot}%{foreman_bundlerd_dir}/%{gem_name}.rb
|
81
|
+
gem '%{gem_name}'
|
82
|
+
GEMFILE
|
83
|
+
|
84
|
+
%files
|
85
|
+
%dir %{gem_instdir}
|
86
|
+
%{gem_instdir}/app
|
87
|
+
%{gem_instdir}/config
|
88
|
+
%{gem_instdir}/db
|
89
|
+
%{gem_instdir}/lib
|
90
|
+
%exclude %{gem_cache}
|
91
|
+
%exclude %{gem_instdir}/.*
|
92
|
+
%exclude %{gem_instdir}/Rakefile
|
93
|
+
%exclude %{gem_instdir}/test
|
94
|
+
%{gem_spec}
|
95
|
+
%{foreman_bundlerd_dir}/%{gem_name}.rb
|
96
|
+
%doc %{gem_instdir}/LICENSE
|
97
|
+
|
98
|
+
%exclude %{gem_dir}/cache/%{gem_name}-%{version}.gem
|
99
|
+
|
100
|
+
%files doc
|
101
|
+
%doc %{gem_instdir}/LICENSE
|
102
|
+
%doc %{gem_instdir}/README.md
|
103
|
+
|
104
|
+
%posttrans
|
105
|
+
# We need to run the db:migrate after the install transaction
|
106
|
+
/usr/sbin/foreman-rake db:migrate >/dev/null 2>&1 || :
|
107
|
+
/usr/sbin/foreman-rake db:seed >/dev/null 2>&1 || :
|
108
|
+
(/sbin/service foreman status && /sbin/service foreman restart) >/dev/null 2>&1
|
109
|
+
exit 0
|
110
|
+
|
111
|
+
%changelog
|
112
|
+
* Wed Aug 26 2015 Dominic Cleal <dcleal@redhat.com> 0.0.6-3
|
113
|
+
- Converted to tfm SCL (dcleal@redhat.com)
|
114
|
+
|
115
|
+
* Mon Mar 23 2015 Dominic Cleal <dcleal@redhat.com> 0.0.6-2
|
116
|
+
- Remove unused apipie:cache call (dcleal@redhat.com)
|
117
|
+
|
118
|
+
* Thu Jan 15 2015 Martin Milata <mmilata@redhat.com> 0.0.6-1
|
119
|
+
- Update to foreman_abrt-0.0.6
|
120
|
+
|
121
|
+
* Fri Jan 09 2015 Martin Milata <mmilata@redhat.com> 0.0.5-1
|
122
|
+
- Update to foreman_abrt-0.0.5
|
123
|
+
|
124
|
+
* Fri Nov 14 2014 Martin Milata <mmilata@redhat.com> 0.0.4-1
|
125
|
+
- Update to foreman_abrt-0.0.4
|
126
|
+
|
127
|
+
* Tue Sep 30 2014 Martin Milata <mmilata@redhat.com> 0.0.3-1
|
128
|
+
- Update to foreman_abrt-0.0.3
|
129
|
+
|
130
|
+
* Tue Aug 26 2014 Martin Milata <mmilata@redhat.com> 0.0.2-1
|
131
|
+
- Update to foreman_abrt-0.0.2
|
132
|
+
|
133
|
+
* Mon Aug 11 2014 Martin Milata <mmilata@redhat.com> 0.0.1-1
|
134
|
+
- new package
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: egon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Egon and Fusor team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -84,23 +84,21 @@ description: ''
|
|
84
84
|
email:
|
85
85
|
- foreman-dev+egon@googlegroups.com
|
86
86
|
executables:
|
87
|
-
- undercloud-install-local.rb
|
88
87
|
- undercloud-install-satellite.rb
|
89
88
|
- undercloud-install-vanilla-rhel.rb
|
89
|
+
- undercloud-install-local.rb
|
90
90
|
extensions: []
|
91
91
|
extra_rdoc_files: []
|
92
92
|
files:
|
93
|
-
- .gitignore
|
94
|
-
- .ruby-version
|
95
|
-
- .tito/packages/.readme
|
96
|
-
- .tito/tito.props
|
97
93
|
- Gemfile
|
94
|
+
- Gemfile.lock
|
98
95
|
- LICENSE
|
99
96
|
- README.md
|
100
97
|
- Rakefile
|
101
98
|
- bin/undercloud-install-local.rb
|
102
99
|
- bin/undercloud-install-satellite.rb
|
103
100
|
- bin/undercloud-install-vanilla-rhel.rb
|
101
|
+
- egon-0.4.2.gem
|
104
102
|
- egon.gemspec
|
105
103
|
- lib/egon.rb
|
106
104
|
- lib/egon/overcloud/undercloud_handle.rb
|
@@ -114,7 +112,11 @@ files:
|
|
114
112
|
- lib/egon/undercloud/port-check-mixin.rb
|
115
113
|
- lib/egon/undercloud/ssh-connection.rb
|
116
114
|
- lib/egon/version.rb
|
115
|
+
- pkg/egon-0.0.1.gem
|
116
|
+
- pkg/egon-0.0.2.gem
|
117
|
+
- pkg/egon-0.1.0.gem
|
117
118
|
- rubygem-egon.spec
|
119
|
+
- rubygem-foreman_abrt.spec
|
118
120
|
- test/test_ssh_connection.rb
|
119
121
|
- test/test_undercloud.rb
|
120
122
|
- test/test_undercloud_handle.rb
|
@@ -143,6 +145,6 @@ signing_key:
|
|
143
145
|
specification_version: 4
|
144
146
|
summary: A library on top of Fog that encapsulates TripleO deployment operations
|
145
147
|
test_files:
|
146
|
-
- test/test_ssh_connection.rb
|
147
|
-
- test/test_undercloud.rb
|
148
148
|
- test/test_undercloud_handle.rb
|
149
|
+
- test/test_undercloud.rb
|
150
|
+
- test/test_ssh_connection.rb
|
data/.gitignore
DELETED
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
1.9.3-p545
|
data/.tito/packages/.readme
DELETED