Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2016-01-14 Thread Russell Cecala
.39:5000 ssl crt /etc/haproxy/svl-ost-el7.cisco.com no-sslv3 ciphers AES128-SHA:AES256-SHA default_backend keystone-public-api So I guess my question is, "Is there any thing else I need to do besides changing the values I pass to my keystone::endpoint resource?". Thanks! On Fr

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2016-01-14 Thread Russell Cecala
{} \; no output. :) On Thu, Jan 14, 2016 at 1:01 PM, Richard Raseley <rich...@raseley.com> wrote: > If you’re terminating SSL at HAproxy, look into the > ‘SECURE_PROXY_SSL_HEADER’ and related parameters. > > > On Jan 14, 2016, at 9:50 AM, Russell Cecala <red.cricket.b...@gmail.com&

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2016-01-08 Thread Russell Cecala
fda0dc1f) openstack Could not find project: admin Hmm what is the project's name? How can I figure that out? Thanks, Russ On Tue, Jan 5, 2016 at 2:22 PM, Rich Megginson <rmegg...@redhat.com> wrote: > On 01/05/2016 02:42 PM, Russell Cecala wrote: > > Hi Rich, > > I

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2016-01-08 Thread Russell Cecala
ser_id| b3f1f4bcfb114559a05378bd6ce39e55 | ++--+ On Fri, Jan 8, 2016 at 10:09 AM, Russell Cecala <red.cricket.b...@gmail.com> wrote: > Hi Rich, > > Thanks for all your help so far. > I am getting clean puppet runs (I still g

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2016-01-04 Thread Russell Cecala
word, } class { '::keystone::endpoint': public_url => "http://127.0.0.1:5000;, admin_url => "http://127.0.0.1:35357;, default_domain => 'admin', } } Thanks! And Happy New Year to you :) Red On Tue, Nov 24, 2015 at 2:38 PM, E

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2015-12-03 Thread Russell Cecala
-module/ Could you please take a look and let me know what I am doing wrong? Thanks! :) On Wed, Nov 25, 2015 at 7:33 AM, Russell Cecala <red.cricket.b...@gmail.com> wrote: > Ah. Yes I had another version/release of puppet-keystone on to my puppet > master and I thought I could get rid

[Openstack-operators] How do I install specific versions of openstack/puppet-keystone

2015-11-25 Thread Russell Cecala
Hi, I am struggling with setting up OpenStack via the OpenStack community puppet modules. For example https://github.com/openstack/puppet-keystone/tree/stable/kilo If I do what the README.md file says to do ... example% puppet module install puppetlabs/keystone What release of the module

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2015-11-25 Thread Russell Cecala
8QarxYKc5vuQAd9/ > > You can see the domain has been implemented in Kilo. > Moreover, it's written in release note: > > https://github.com/openstack/puppet-keystone/blob/master/CHANGELOG.md#features-2 > > (see Keystone v3 support == we started 'domains') > > On 11/2

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2015-11-24 Thread Russell Cecala
4, 2015 at 3:04 PM, Emilien Macchi <emil...@redhat.com> wrote: > > > On 11/25/2015 12:00 AM, Russell Cecala wrote: > > Wonderful Emilien. I was feeling pretty along there ;) > > > > I believe this is the openstack client RPM's I am using: > > > > [root@mgm

Re: [Openstack-operators] OpenStack Puppet module Keystone Juno

2015-11-24 Thread Russell Cecala
, Emilien Macchi <emil...@redhat.com> wrote: > > > On 11/24/2015 11:21 PM, Russell Cecala wrote: > > I am trying to use the OpenStack community puppet modules. Here's the > > keystone module I am using: > https://github.com/openstack/puppet-keystone > > I am using t

[Openstack-operators] OpenStack Puppet module Keystone Juno

2015-11-24 Thread Russell Cecala
I am trying to use the OpenStack community puppet modules. Here's the keystone module I am using: https://github.com/openstack/puppet-keystone I am using the stable juno branch. I have in my puppet manifest for my controller nodes this resource definition: class {