Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name 'ppouliot-openstack_hyper_v'
name 'puppet-openstack_hyper_v'
version '0.0.1'
source 'https://github.com/ppouliot/ppouliot-openstack_hyper_v.git'
source 'https://github.com/openstack-hyper-v/puppet-openstack_hyper_v.git'
author 'Peter Pouliot <peter@pouliot.net>'
license 'Apache 2.0'
summary 'Module for building hyper-v/openstack compute'
description 'puppet module for creating a hyper-v compute nodes'
dependency 'joshcooper/powershell'
dependency 'cprice404/inifile', '>= 0.9.0'
dependency 'basti1302/windows_path'
dependency 'puppetlabs/registry'
dependency 'puppetlabs/stdlib'
dependency 'puppetlabs/vcsrepo'
dependency 'openstack-hyper-v/windows_git'
dependency 'openstack-hyper-v/windows_7zip'
dependency 'openstack-hyper-v/windows_common'
dependency 'openstack-hyper-v/hyper_v'
dependency 'openstack-hyper-v/nova_hyper_v'
dependency 'openstack-hyper-v/ceilometer_hyper_v'
12 changes: 1 addition & 11 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,5 @@
git_protocol=ENV['git_protocol'] || 'git'
base_url = "#{git_protocol}://github.com"


# OpenStack Hyper-V Modules
mod 'puppetlabs/powershell', :git => "#{base_url}/joshcooper/puppetlabs-powershell"
mod 'puppetlabs/registry', :git => "#{base_url}/puppetlabs/puppetlabs-registry"
mod 'cprice404/inifile', :git => "#{base_url}/cprice-puppet/puppetlabs-inifile"
mod 'basti1302/windows-path', :git => "#{base_url}/basti1302/puppet-windows-path"
mod 'ppouliot/openstack_hyper_v', :git => "#{base_url}/ppouliot/ppouliot-openstack_hyper_v"
mod 'puppetlabs/stdlib', :git => "#{base_url}/puppetlabs/puppetlabs-stdlib"
mod 'puppetlabs/vcsrepo', :git => "#{base_url}/puppetlabs/puppetlabs-vcsrepo"
mod 'openstack-hyper-v/hyper_v', :git => "#{base_url}/openstack-hyper-v/puppet-hyper_v"
mod 'openstack-hyper-v/windows_common', :git => "#{base_url}/openstack-hyper-v/puppet-windows_common"
mod 'openstack-hyper-v/windows_git', :git => "#{base_url}/openstack-hyper-v/puppet-windows_git"
mod 'openstack-hyper-v/nova_hyper_v', :git => "#{base_url}/openstack-hyper-v/puppet-hyper_v"
119 changes: 0 additions & 119 deletions files/NovaComputeWindowsService.py

This file was deleted.

123 changes: 0 additions & 123 deletions files/policy.json

This file was deleted.

36 changes: 0 additions & 36 deletions lib/puppet/provider/nova_config/ini_setting.rb

This file was deleted.

39 changes: 0 additions & 39 deletions lib/puppet/type/nova_config.rb

This file was deleted.

Loading