bellows 2.0.0 → 2.0.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.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * Mon Aug 12 2013 Dan Prince <dprince@redhat.com> - 2.0.1
2
+ - Rename quantum to neutron.
3
+
1
4
  * Mon Apr 29 2013 Dan Prince <dprince@redhat.com> - 2.0.0
2
5
  - Add support for stackforge puppet modules.
3
6
 
data/README.md CHANGED
@@ -19,21 +19,22 @@ Installation
19
19
  smokestack_username: admin
20
20
  smokestack_password: cloud
21
21
 
22
+ projects:
23
+ - openstack/nova
24
+ - stackforge/puppet-nova
25
+
22
26
  config_template_ids:
23
27
  - 1
28
+ - 2
24
29
 
25
30
  test_suite_ids:
26
31
  - 1
27
32
 
28
33
  comment_configs:
29
- - name: job_unit_tester
30
- auto_approved: Yes
31
- description: "Unit"
32
-
33
34
  - name: job_puppet_libvirt
34
35
  config_template_id: 1
35
36
  auto_approved: No
36
- description: "Fedora 17 Libvirt Quantum w/ OpenvSwitch"
37
+ description: "Fedora 17 Libvirt Neutron w/ OpenvSwitch"
37
38
 
38
39
  - name: job_puppet_xen
39
40
  config_template_id: 2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
@@ -11,13 +11,13 @@ module Bellows
11
11
  'openstack/keystone' => 'keystone_revision',
12
12
  'openstack/swift' => 'swift_revision',
13
13
  'openstack/cinder' => 'cinder_revision',
14
- 'openstack/quantum' => 'quantum_revision',
14
+ 'openstack/neutron' => 'neutron_revision',
15
15
  'stackforge/puppet-nova' => 'nova_conf_module_revision',
16
16
  'stackforge/puppet-glance' => 'glance_conf_module_revision',
17
17
  'stackforge/puppet-keystone' => 'keystone_conf_module_revision',
18
18
  'stackforge/puppet-swift' => 'swift_conf_module_revision',
19
19
  'stackforge/puppet-cinder' => 'cinder_conf_module_revision',
20
- 'stackforge/puppet-quantum' => 'quantum_conf_module_revision',
20
+ 'stackforge/puppet-neutron' => 'neutron_conf_module_revision',
21
21
  }
22
22
 
23
23
  OBJECT_NAMES = {
@@ -26,13 +26,13 @@ module Bellows
26
26
  'openstack/keystone' => 'keystone_package_builder',
27
27
  'openstack/swift' => 'swift_package_builder',
28
28
  'openstack/cinder' => 'cinder_package_builder',
29
- 'openstack/quantum' => 'quantum_package_builder',
29
+ 'openstack/neutron' => 'neutron_package_builder',
30
30
  'stackforge/puppet-nova' => 'nova_config_module',
31
31
  'stackforge/puppet-glance' => 'glance_config_module',
32
32
  'stackforge/puppet-keystone' => 'keystone_config_module',
33
33
  'stackforge/puppet-swift' => 'swift_config_module',
34
34
  'stackforge/puppet-cinder' => 'cinder_config_module',
35
- 'stackforge/puppet-quantum' => 'quantum_config_module',
35
+ 'stackforge/puppet-neutron' => 'neutron_config_module',
36
36
  }
37
37
 
38
38
  ATTRIBUTE_NAMES = {
@@ -41,13 +41,13 @@ module Bellows
41
41
  'openstack/keystone' => 'keystone_package_builder_attributes',
42
42
  'openstack/swift' => 'swift_package_builder_attributes',
43
43
  'openstack/cinder' => 'cinder_package_builder_attributes',
44
- 'openstack/quantum' => 'quantum_package_builder_attributes',
44
+ 'openstack/neutron' => 'neutron_package_builder_attributes',
45
45
  'stackforge/puppet-nova' => 'nova_config_module_attributes',
46
46
  'stackforge/puppet-glance' => 'glance_config_module_attributes',
47
47
  'stackforge/puppet-keystone' => 'keystone_config_module_attributes',
48
48
  'stackforge/puppet-swift' => 'swift_config_module_attributes',
49
49
  'stackforge/puppet-cinder' => 'cinder_config_module_attributes',
50
- 'stackforge/puppet-quantum' => 'quantum_config_module_attributes',
50
+ 'stackforge/puppet-neutron' => 'neutron_config_module_attributes',
51
51
  }
52
52
 
53
53
  def self.jobs()
data/lib/bellows/util.rb CHANGED
@@ -3,9 +3,9 @@ require 'yaml'
3
3
  module Bellows
4
4
  module Util
5
5
 
6
- CORE_PROJECTS = ['openstack/nova', 'openstack/glance', 'openstack/keystone', 'openstack/swift', 'openstack/cinder', 'openstack/quantum']
6
+ CORE_PROJECTS = ['openstack/nova', 'openstack/glance', 'openstack/keystone', 'openstack/swift', 'openstack/cinder', 'openstack/neutron']
7
7
 
8
- PUPPET_PROJECTS = ['stackforge/puppet-nova', 'stackforge/puppet-glance', 'stackforge/puppet-keystone', 'stackforge/puppet-swift', 'stackforge/puppet-cinder', 'stackforge/puppet-quantum']
8
+ PUPPET_PROJECTS = ['stackforge/puppet-nova', 'stackforge/puppet-glance', 'stackforge/puppet-keystone', 'stackforge/puppet-swift', 'stackforge/puppet-cinder', 'stackforge/puppet-neutron']
9
9
 
10
10
  ALL_PROJECTS = CORE_PROJECTS + PUPPET_PROJECTS
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bellows
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-30 00:00:00.000000000 Z
12
+ date: 2013-08-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 221927905361736624
176
+ hash: -3862304819193504318
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  none: false
179
179
  requirements: