Add Infra Cloud modules to modules.env
Add the Puppet OpenStack modules and their dependencies, if not already installed, to modules.env. Change-Id: If6247009ffcc478d5fc0b97db423ee5f8836f051
This commit is contained in:
parent
ad0454cdc7
commit
080f1c7f09
17
modules.env
17
modules.env
@ -34,12 +34,26 @@
|
|||||||
# 18:30 < jamesturnbull> jeblair: since we - being PL - are the author
|
# 18:30 < jamesturnbull> jeblair: since we - being PL - are the author
|
||||||
# - our intent was not to limit it's use and it should be Apache
|
# - our intent was not to limit it's use and it should be Apache
|
||||||
# licensed
|
# licensed
|
||||||
|
|
||||||
|
OPENSTACK_GIT_ROOT=https://git.openstack.org
|
||||||
|
|
||||||
|
# InfraCloud modules
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-cinder"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-glance"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-ironic"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-keystone"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-neutron"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-nova"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-openstack_extras"]="origin/stable/kilo"
|
||||||
|
SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-openstacklib"]="origin/stable/kilo"
|
||||||
|
|
||||||
SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.8"
|
SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.8"
|
||||||
# NOTE(yolanda): please note that grafana depends on camptocamp-archive. This is a
|
# NOTE(yolanda): please note that grafana depends on camptocamp-archive. This is a
|
||||||
# potential conflict with puppet-community/puppet-archive. So we cannot
|
# potential conflict with puppet-community/puppet-archive. So we cannot
|
||||||
# rely on using any feature on grafana that relies on archive
|
# rely on using any feature on grafana that relies on archive
|
||||||
SOURCE_MODULES["https://github.com/bfraser/puppet-grafana"]="v2.1.0"
|
SOURCE_MODULES["https://github.com/bfraser/puppet-grafana"]="v2.1.0"
|
||||||
SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.4.0"
|
SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.4.0"
|
||||||
|
SOURCE_MODULES["https://github.com/duritong/puppet-sysctl"]="v0.0.11"
|
||||||
SOURCE_MODULES["https://github.com/jfryman/puppet-selinux"]="v0.2.5"
|
SOURCE_MODULES["https://github.com/jfryman/puppet-selinux"]="v0.2.5"
|
||||||
SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0"
|
SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0"
|
||||||
SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0"
|
SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0"
|
||||||
@ -68,9 +82,9 @@ SOURCE_MODULES["https://github.com/voxpupuli/puppet-git_resource"]="0.3.0"
|
|||||||
SOURCE_MODULES["https://github.com/voxpupuli/puppet-module-puppetboard"]="2.4.0"
|
SOURCE_MODULES["https://github.com/voxpupuli/puppet-module-puppetboard"]="2.4.0"
|
||||||
SOURCE_MODULES["https://github.com/voxpupuli/puppet-nodejs"]="1.2.0"
|
SOURCE_MODULES["https://github.com/voxpupuli/puppet-nodejs"]="1.2.0"
|
||||||
|
|
||||||
|
|
||||||
# Add modules that should be part of the openstack-infra integration test here
|
# Add modules that should be part of the openstack-infra integration test here
|
||||||
# Please keep sorted
|
# Please keep sorted
|
||||||
OPENSTACK_GIT_ROOT=https://git.openstack.org
|
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-accessbot"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-accessbot"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-ansible"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-ansible"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-apps_site"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-apps_site"]="origin/master"
|
||||||
@ -93,6 +107,7 @@ INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-graphite"]="orig
|
|||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-haveged"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-haveged"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-hound"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-hound"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-httpd"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-httpd"]="origin/master"
|
||||||
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-infracloud"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-iptables"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-iptables"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-jeepyb"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-jeepyb"]="origin/master"
|
||||||
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-jenkins"]="origin/master"
|
INTEGRATION_MODULES["$OPENSTACK_GIT_ROOT/openstack-infra/puppet-jenkins"]="origin/master"
|
||||||
|
Loading…
Reference in New Issue
Block a user