components/ruby/puppet-modules/openstack-keystone/openstack-keystone.p5m
author Shawn Ferry <shawn.ferry@oracle.com>
Mon, 28 Nov 2016 16:54:02 -0800
changeset 7565 48aa82a0931f
parent 7052 136fcc2daf8d
permissions -rw-r--r--
PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0 19429313 address_object type should support vrrp addresses 19888183 publisher provider is applied on each puppet run 22125767 nsswitch provider missing ipnodes, protocols, printers 22126108 add process scheduler administration provider 22960016 Puppet needs a native way to set ZFS ACLs 23107546 race condition with smf provider and manifest-import 23119445 Upgrade Ruby Hiera to 3.2.0 23547788 Add ILB type to Puppet 23593229 rspec tests need to be written for solaris_providers boot_environment 23593308 rspec tests need to be written for solaris_providers ipmp_interface 23593316 rspec tests need to be written for solaris_providers protocol_properties 23593225 rspec tests need to be written for solaris_providers etherstub 23593319 rspec tests need to be written for solaris_providers vnic 23593310 puppet module rspec tests and validation for nsswitch 24674283 current puppet.stencil implementation restricts some valid puppet use cases 24680838 puppet agent failures should be visible to administrator via SMF interfaces 24681179 puppet's logadm.conf is pointing at wrong location for master, ignoring agent 24696742 puppet svccfg doesn't work for some value types 24696809 Puppet link aggregation modules cascading errors 24825868 Update to Puppet 4, Puppet 3 is EOL 24836004 '-' is valid in pkg mediator implementation 24836209 nis provider needs to support multiple securenets entries 24928890 keystone and horizon modules patches create invalid metadata.json 25022632 puppet ipmp_interface type should not validate interface existence 25022714 Puppet SMF service should not refresh on every apply operation 25225039 puppet svccfg should not declare a property absent if it does not match desired 25060925 puppet resource address_object generates invalid puppet code for dhcp interfaces 25065015 update puppet oracle-solaris_providers 2.0.0 25071521 puppet svccfg type should return a clear error if value is not provided 25071681 puppet dns resource generates invalid manifest 25071686 puppet resource ldap; Error: Could not run: No ability to determine if ldap... 25071690 puppet resource nis; Error: Could not run: No ability to determine if nis exists 25092384 puppet module files should be owned by root 25093408 puppet-solaris should be part of puppet again 25106150 Nis provider is not idempotent 25106155 DNS provider is not idempotent 25163776 puppet link_aggregation misunderstands 'address' -u output 25163791 puppet link_aggregation should use resource values instead of property_hash 25163815 puppet address_object errors and validations could be better 25163840 puppet Puppet::Property::List types conflict with internally generated arrays 25163864 puppet link_aggregation type specs need to be written 25177901 puppet beadm should not use both -e and -p 25178928 puppet link_aggregation should try to copy existing values on change of mode 25179040 puppet link_aggregation should delete with -t for temporary 25192742 puppet svccfg shouldn't try to update properties for a non-existent fmri 25196056 puppet interface and address _properties namevars are problematic 25191982 puppet type 'dns' is not able to set 'options' property in resolv.conf 25211935 puppet link_aggregation needs to permanently delete before modifying temporary 25217063 puppet protocol_properties is not idempotent 25218036 puppet resource svccfg emits a warning for every property 25218053 puppet svccfg prefetch should match individually specified parameters 25218208 puppet svccfg should enforce well-formedness in fmri parameters 25224661 puppet resource address_properties shouldn't output read-only properties 25224777 puppet address_properties should not reset unchanged properties 25306835 puppet boot_environment needs to understand the new snapshot format 25306877 puppet svccfg should check for pg and allow nested property groups 25306904 puppet dns,nis,ldap,protocol_properties prefetch fails after input auto munge 25348321 puppet boot_environment needs to validate all properties and parameters 25354751 puppet vnic provider needs to support / and - as valid vnic name characters
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5464
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     1
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     3
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     7
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    12
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    18
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    20
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    21
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    22
#
6817
e4a26f447d0c 24454308 update all openstack puppet modules to the latest mitaka release
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5464
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5464
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    25
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    27
    value=pkg:/system/management/puppet/openstack-keystone@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="OpenStack Keystone Puppet Module"
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    30
    value="The keystone module is a thorough attempt to make Puppet capable of managing the entirety of keystone.  This includes manifests to provision region specific endpoint and database connections.  Types are shipped as part of the keystone module to assist in manipulation of configuration files."
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="Keystone Puppet Module"
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:System/Enterprise Management"
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
set name=info.upstream value="OpenStack <[email protected]>"
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
7565
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2016/001 value=PSARC/2016/607
5464
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    40
#
7565
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    41
file path=usr/puppetlabs/puppet/modules/keystone/CHANGELOG.md
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    42
file path=usr/puppetlabs/puppet/modules/keystone/Gemfile
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    43
file path=usr/puppetlabs/puppet/modules/keystone/LICENSE
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    44
file path=usr/puppetlabs/puppet/modules/keystone/README.md
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    45
file path=usr/puppetlabs/puppet/modules/keystone/Rakefile
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    46
file path=usr/puppetlabs/puppet/modules/keystone/checksums.json
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    47
file path=usr/puppetlabs/puppet/modules/keystone/examples/apache_dropin.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    48
file path=usr/puppetlabs/puppet/modules/keystone/examples/apache_with_paths.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    49
file path=usr/puppetlabs/puppet/modules/keystone/examples/k2k_sp_shib.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    50
file path=usr/puppetlabs/puppet/modules/keystone/examples/ldap_backend.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    51
file path=usr/puppetlabs/puppet/modules/keystone/examples/ldap_full.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    52
file path=usr/puppetlabs/puppet/modules/keystone/examples/ldap_identity.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    53
file path=usr/puppetlabs/puppet/modules/keystone/examples/user_project_user_role_composite_namevar.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    54
file path=usr/puppetlabs/puppet/modules/keystone/examples/v3_basic.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    55
file path=usr/puppetlabs/puppet/modules/keystone/examples/v3_domain_configuration.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    56
file path=usr/puppetlabs/puppet/modules/keystone/ext/keystone_test.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    57
file path=usr/puppetlabs/puppet/modules/keystone/ext/keystone_test_v3.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    58
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    59
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone/util.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    60
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_config/ini_setting.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    61
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_domain/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    62
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_domain_config/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    63
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_endpoint/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    64
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_identity_provider/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    65
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_paste_ini/ini_setting.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    66
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_role/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    67
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_service/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    68
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_tenant/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    69
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_user/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    70
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/provider/keystone_user_role/openstack.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    71
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_config.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    72
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_domain.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    73
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_domain_config.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    74
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_endpoint.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    75
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_identity_provider.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    76
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_paste_ini.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    77
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_role.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    78
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_service.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    79
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_tenant.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    80
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_user.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    81
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet/type/keystone_user_role.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    82
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/composite_namevar.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    83
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/composite_namevar/helpers.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    84
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/composite_namevar/helpers/utilities.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    85
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/type.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    86
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/type/default_domain.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    87
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/type/read_only.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    88
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone/type/required.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    89
file path=usr/puppetlabs/puppet/modules/keystone/lib/puppet_x/keystone_config/ini_setting.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    90
file path=usr/puppetlabs/puppet/modules/keystone/manifests/client.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    91
file path=usr/puppetlabs/puppet/modules/keystone/manifests/config.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    92
file path=usr/puppetlabs/puppet/modules/keystone/manifests/cron/token_flush.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    93
file path=usr/puppetlabs/puppet/modules/keystone/manifests/db.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    94
file path=usr/puppetlabs/puppet/modules/keystone/manifests/db/mysql.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    95
file path=usr/puppetlabs/puppet/modules/keystone/manifests/db/postgresql.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    96
file path=usr/puppetlabs/puppet/modules/keystone/manifests/db/sync.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    97
file path=usr/puppetlabs/puppet/modules/keystone/manifests/deps.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    98
file path=usr/puppetlabs/puppet/modules/keystone/manifests/disable_admin_token_auth.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
    99
file path=usr/puppetlabs/puppet/modules/keystone/manifests/endpoint.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   100
file path=usr/puppetlabs/puppet/modules/keystone/manifests/federation/identity_provider.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   101
file path=usr/puppetlabs/puppet/modules/keystone/manifests/federation/mellon.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   102
file path=usr/puppetlabs/puppet/modules/keystone/manifests/federation/shibboleth.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   103
file path=usr/puppetlabs/puppet/modules/keystone/manifests/init.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   104
file path=usr/puppetlabs/puppet/modules/keystone/manifests/ldap.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   105
file path=usr/puppetlabs/puppet/modules/keystone/manifests/ldap_backend.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   106
file path=usr/puppetlabs/puppet/modules/keystone/manifests/logging.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   107
file path=usr/puppetlabs/puppet/modules/keystone/manifests/params.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   108
file path=usr/puppetlabs/puppet/modules/keystone/manifests/policy.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   109
file path=usr/puppetlabs/puppet/modules/keystone/manifests/python.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   110
file path=usr/puppetlabs/puppet/modules/keystone/manifests/resource/authtoken.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   111
file path=usr/puppetlabs/puppet/modules/keystone/manifests/resource/service_identity.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   112
file path=usr/puppetlabs/puppet/modules/keystone/manifests/roles/admin.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   113
file path=usr/puppetlabs/puppet/modules/keystone/manifests/service.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   114
file path=usr/puppetlabs/puppet/modules/keystone/manifests/wsgi/apache.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   115
file path=usr/puppetlabs/puppet/modules/keystone/metadata.json
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   116
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/deprecated_ldap-02957eb56827ead5.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   117
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/disable_admin_token_auth-b82d0aca80d1f091.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   118
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/ensure_parameter_service_identity_resource-610076e4902c23ec.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   119
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/federation_with_mellon-2f8229c1464b2e0e.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   120
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/fix-cache-configs-a3972486723f1d99.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   121
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/fix_admin-fee6e76089c07a42.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   122
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/fix_endpoint_region-0fa0d89061ebaf12.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   123
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/fix_openrc_v2-64049769daf57b65.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   124
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/hash_domains-d6a867466bcf324b.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   125
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/ipv6_provider-796b60badd356e59.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   126
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/keystone-wsgi-scripts-0d772d1f9f2d6c57.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   127
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/keystone_bootstrap-4bf00198001d3350.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   128
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/keystone_hooks_support-2c9e8b09bdbd1b5b.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   129
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/keystone_identity_provider-9b6f6b3ad70c60f3.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   130
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/keystone_python_depr-80fa804d9cd242c5.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   131
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/manage_ldap_packages-3b739e338f3e59c2.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   132
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/mitaka-dece9d43a565e6cb.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   133
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/multi_domain_configuration-32dc8cbef450f1d6.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   134
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/multi_ldap-975858a46dd622a6.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   135
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/os_service_default-9caeeb340d4bb303.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   136
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/policy_driver-c991dd693d2336fc.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   137
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/policy_rc_d_keystone_eventlet-2dc65eb3d27f8969.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   138
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/remove_unused_class-0615d6744896ad97.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   139
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/stop_posix_and_files-930ee921d0ebead2.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   140
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/support_multi_domain-bd04f18aa7913eaa.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   141
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   142
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/source/_static/.placeholder
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   143
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/source/conf.py
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   144
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/source/index.rst
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   145
file path=usr/puppetlabs/puppet/modules/keystone/releasenotes/source/unreleased.rst
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   146
file path=usr/puppetlabs/puppet/modules/keystone/setup.cfg
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   147
file path=usr/puppetlabs/puppet/modules/keystone/setup.py
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   148
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/default_domain_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   149
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/keystone_federation_identity_provider_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   150
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/keystone_federation_shibboleth_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   151
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/keystone_wsgi_apache_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   152
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/nodesets/centos-70-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   153
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/nodesets/default.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   154
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/nodesets/nodepool-centos7.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   155
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/nodesets/nodepool-trusty.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   156
file path=usr/puppetlabs/puppet/modules/keystone/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   157
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_client_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   158
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_cron_token_flush_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   159
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_db_mysql_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   160
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_db_postgresql_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   161
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_db_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   162
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_db_sync_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   163
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_deps_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   164
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_disable_admin_token_auth_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   165
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_endpoint_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   166
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_federation_identity_provider_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   167
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_federation_mellon.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   168
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_federation_shibboleth.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   169
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_ldap_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   170
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_logging_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   171
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_policy_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   172
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_roles_admin_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   173
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_service_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   174
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   175
file path=usr/puppetlabs/puppet/modules/keystone/spec/classes/keystone_wsgi_apache_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   176
file path=usr/puppetlabs/puppet/modules/keystone/spec/defines/keystone_ldap_backend_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   177
file path=usr/puppetlabs/puppet/modules/keystone/spec/defines/keystone_resource_authtoken_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   178
file path=usr/puppetlabs/puppet/modules/keystone/spec/defines/keystone_resource_service_identity_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   179
file path=usr/puppetlabs/puppet/modules/keystone/spec/shared_examples.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   180
file path=usr/puppetlabs/puppet/modules/keystone/spec/shared_examples_acceptance.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   181
file path=usr/puppetlabs/puppet/modules/keystone/spec/spec.opts
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   182
file path=usr/puppetlabs/puppet/modules/keystone/spec/spec_helper.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   183
file path=usr/puppetlabs/puppet/modules/keystone/spec/spec_helper_acceptance.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   184
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone/util_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   185
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_config/ini_setting_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   186
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_domain/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   187
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_domain_config/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   188
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_endpoint/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   189
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_identity_provider/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   190
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_paste_ini/ini_setting_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   191
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_role/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   192
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_service/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   193
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   194
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_tenant/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   195
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_user/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   196
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/provider/keystone_user_role/openstack_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   197
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_config_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   198
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_domain_config_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   199
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_endpoint_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   200
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_identity_provider_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   201
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_paste_ini_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   202
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_service_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   203
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_tenant_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   204
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_user_role_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   205
file path=usr/puppetlabs/puppet/modules/keystone/spec/unit/type/keystone_user_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   206
file path=usr/puppetlabs/puppet/modules/keystone/templates/mellon.conf.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   207
file path=usr/puppetlabs/puppet/modules/keystone/templates/shibboleth.conf.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   208
file path=usr/puppetlabs/puppet/modules/keystone/test-requirements.txt
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   209
file path=usr/puppetlabs/puppet/modules/keystone/tests/site.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7052
diff changeset
   210
file path=usr/puppetlabs/puppet/modules/keystone/tox.ini
5464
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   211
#
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   212
license openstack-keystone.license license="Apache v2.0"
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   213
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   214
# force a dependency on openstack-openstacklib
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   215
depend type=require fmri=system/management/puppet/openstack-openstacklib
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   216
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   217
# force a dependency on puppetlabs-apache
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   218
depend type=require fmri=system/management/puppet/puppetlabs-apache
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   219
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   220
# force a dependency on puppetlabs-inifile
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   221
depend type=require fmri=system/management/puppet/puppetlabs-inifile
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   222
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   223
# force a dependency on puppetlabs-stdlib
6e2e17e6aa45 PSARC/2016/001 OpenStack Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   224
depend type=require fmri=system/management/puppet/puppetlabs-stdlib