Skip to content

Commit ff8bbcf

Browse files
committed
First version of openstack_hyper_v to align with stackforge/puppet-openstack
1 parent 70fe6de commit ff8bbcf

13 files changed

Lines changed: 121 additions & 847 deletions

File tree

Modulefile

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
name 'ppouliot-openstack_hyper_v'
1+
name 'puppet-openstack_hyper_v'
22
version '0.0.1'
3-
source 'https://github.com/ppouliot/ppouliot-openstack_hyper_v.git'
3+
source 'https://github.com/openstack-hyper-v/puppet-openstack_hyper_v.git'
44
author 'Peter Pouliot <peter@pouliot.net>'
55
license 'Apache 2.0'
66
summary 'Module for building hyper-v/openstack compute'
77
description 'puppet module for creating a hyper-v compute nodes'
8-
dependency 'joshcooper/powershell'
9-
dependency 'cprice404/inifile', '>= 0.9.0'
10-
dependency 'basti1302/windows_path'
11-
dependency 'puppetlabs/registry'
128
dependency 'puppetlabs/stdlib'
13-
dependency 'puppetlabs/vcsrepo'
14-
dependency 'openstack-hyper-v/windows_git'
15-
dependency 'openstack-hyper-v/windows_7zip'
16-
dependency 'openstack-hyper-v/windows_common'
17-
dependency 'openstack-hyper-v/hyper_v'
9+
dependency 'openstack-hyper-v/nova_hyper_v'
10+
dependency 'openstack-hyper-v/ceilometer_hyper_v'

Puppetfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,5 @@
22
git_protocol=ENV['git_protocol'] || 'git'
33
base_url = "#{git_protocol}://github.com"
44

5-
65
# OpenStack Hyper-V Modules
7-
mod 'puppetlabs/powershell', :git => "#{base_url}/joshcooper/puppetlabs-powershell"
8-
mod 'puppetlabs/registry', :git => "#{base_url}/puppetlabs/puppetlabs-registry"
9-
mod 'cprice404/inifile', :git => "#{base_url}/cprice-puppet/puppetlabs-inifile"
10-
mod 'basti1302/windows-path', :git => "#{base_url}/basti1302/puppet-windows-path"
11-
mod 'ppouliot/openstack_hyper_v', :git => "#{base_url}/ppouliot/ppouliot-openstack_hyper_v"
12-
mod 'puppetlabs/stdlib', :git => "#{base_url}/puppetlabs/puppetlabs-stdlib"
13-
mod 'puppetlabs/vcsrepo', :git => "#{base_url}/puppetlabs/puppetlabs-vcsrepo"
14-
mod 'openstack-hyper-v/hyper_v', :git => "#{base_url}/openstack-hyper-v/puppet-hyper_v"
15-
mod 'openstack-hyper-v/windows_common', :git => "#{base_url}/openstack-hyper-v/puppet-windows_common"
16-
mod 'openstack-hyper-v/windows_git', :git => "#{base_url}/openstack-hyper-v/puppet-windows_git"
6+
mod 'openstack-hyper-v/nova_hyper_v', :git => "#{base_url}/openstack-hyper-v/puppet-hyper_v"

files/NovaComputeWindowsService.py

Lines changed: 0 additions & 119 deletions
This file was deleted.

files/policy.json

Lines changed: 0 additions & 123 deletions
This file was deleted.

lib/puppet/provider/nova_config/ini_setting.rb

Lines changed: 0 additions & 36 deletions
This file was deleted.

lib/puppet/type/nova_config.rb

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)