Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-04-05 Thread Bernd Bausch
Ian's message made me wonder what nodepool version was installed on my system, and indeed, I found this line in /etc/puppet/environment/common.yaml: nodepool_revision: 0.3.1 common.yaml serves as the hiera for this sample installation. It's setup is described at 

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-04-04 Thread Ian Wienand
* Puppet doesn't create the //var/log/nodepool///images /log directory Note that since [1] the builder log output changed; previously it went through python logging into the directory you mention, now it is written into log files directly in /var/log/nodepool/builds (by default) * The

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-04-04 Thread Clark Boylan
On Tue, Apr 3, 2018, at 10:45 PM, Bernd Bausch wrote: > Lenny, > > thanks, these instructions are a bit more robust and easier to > understand than [2]. > > One details stands out for me: They make it clear that Ubuntu 14 is > required. A few Puppet modules, in particular Etherpad used as an >

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-04-03 Thread Bernd Bausch
Lenny, thanks, these instructions are a bit more robust and easier to understand than [2]. One details stands out for me: They make it clear that Ubuntu 14 is required. A few Puppet modules, in particular Etherpad used as an example in [2], assume Upstart. I don't know if Upstart is available in

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-03-29 Thread Bernd Bausch
Thanks much, Clark. Please don't worry about fast or slow responses. Regarding the certificate: I had gone over this obstacle by creating my own self-signed certificate and setting the trust chain parameter to the empty string. This seems to work. Regarding the hiera: That makes sense to me.

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-03-29 Thread Clark Boylan
On Tue, Mar 27, 2018, at 5:12 PM, Bernd Bausch wrote: > Resending this message because it was too large for the distribution list. > > --- > > Clark, > > My first test uses this local.pp. It's copied verbatim from [1]: > > # local.pp > class { 'openstack_project::etherpad': >

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-03-27 Thread Bernd Bausch
Resending this message because it was too large for the distribution list. --- Clark, My first test uses this local.pp. It's copied verbatim from [1]: # local.pp class { 'openstack_project::etherpad': ssl_cert_file_contents => hiera('etherpad_ssl_cert_file_contents'),

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-03-26 Thread Clark Boylan
On Sun, Mar 25, 2018, at 11:54 PM, Bernd Bausch wrote: > At least two places in the Infra documentation talk about setting up an > infrastructure at home: > - > https://docs.openstack.org/infra/system-config/sysadmin.html#making-a-change > -in-puppet > -