Re: [rdo-list] Overcloud Deployment failsm not br-int
by Bob Fournier
----- Original Message -----
> From: "Gabriel Peral" <gbrlperal(a)gmail.com>
> To: "Bob Fournier" <bfournie(a)redhat.com>
> Sent: Sunday, July 31, 2016 1:39:05 PM
> Subject: Re: [rdo-list] Overcloud Deployment failsm not br-int
>
> Hi everyone,
>
> All seems to be okay,
> *@Marius Cornea -->* Iptables are not blocking any access but still cannot
> curl the http://169.254.169.254
> *@Bob Fournier --> *my templates are almost like yours, I will attach them
> and so you can take a look, maybe I am missing something
>
> Is very weird cause all the vlans are defined in a pyhiscal switch, and the
> PXE+DHCP vlan is the only one which is native, the others are in trunk mode
> (include the External)
>
> Thank you all for the help!!
>
> Regards,
>
> Gabriel
Thanks Gabriel. Is the deployment working OK now? If your still having problems
there were a couple things I noticed in the yaml files that you sent.
(Note, your last response seems like it was intended for the list but not sure if list
was included).
Can you try using dhcp for the vlan networks, so removing this line in your controller
and compute yams?
type: ovs_bridge
name: {get_input: bridge_name}
use_dhcp: false <==== remove
You have 2 extra interfaces in your controller and compute yaml files. Not sure what
these are used for but they should be removed.
type: interface
name: enp9s0
use_dhcp: false
defroute: false
-
type: interface
name: enp10s0
use_dhcp: false
defroute: false
Can you make sure that your custom controller and compute yaml files are located at these locations?
(I'm not saying they aren't, but its a common problem I have made :-) )
OS::TripleO::Compute::Net::SoftwareConfig: /home/stack/templates/my-overcloud/network/config/single-nic\
-vlans/compute.yaml
OS::TripleO::Controller::Net::SoftwareConfig: /home/stack/templates/my-overcloud/network/config/single-\
nic-vlans/controller.yaml
It would also be useful to send the deploy command you are using if you are still having problems.
Thanks,
Bob
>
> 2016-07-31 18:24 GMT+02:00 Bob Fournier <bfournie(a)redhat.com>:
>
> >
> > ----- Original Message -----
> > > From: "Bob Fournier" <bfournie(a)redhat.com>
> > > To: "Christopher Brown" <cbrown2(a)ocf.co.uk>
> > > Cc: rdo-list(a)redhat.com
> > > Sent: Sunday, July 31, 2016 11:26:20 AM
> > > Subject: Re: [rdo-list] Overcloud Deployment failsm not br-int
> > >
> > >
> > > ----- Original Message -----
> > > > From: "Christopher Brown" <cbrown2(a)ocf.co.uk>
> > > > To: "Gabriel Peral" <gbrlperal(a)gmail.com>, rdo-list(a)redhat.com
> > > > Sent: Sunday, July 31, 2016 8:49:18 AM
> > > > Subject: Re: [rdo-list] Overcloud Deployment failsm not br-int
> > > >
> > > > Hi Gabriel,
> > > >
> > > > Any reason you are trying to install such an old version? Kilo is no
> > longer
> > > > supported and the repository has been archived.
> > > >
> > > > I'd recommend trying again with Liberty or perhaps Mitaka first.
> > > >
> > > > Regards,
> > > >
> > > > Christopher Brown
> > > > OpenStack Engineer
> > > > OCF plc
> > > >
> > > > Tel: +44 (0)114 257 2200
> > > > Web: www.ocf.co.uk
> > > > Blog: blog.ocf.co.uk
> > > > Twitter: @ocfplc
> > > >
> > > > OCF plc is a company registered in England and Wales. Registered number
> > > > 4132533, VAT number GB 780 6803 14. Registered office address: OCF
> > plc, 5
> > > > Rotunda Business Centre, Thorncliffe Park, Chapeltown, Sheffield, S35
> > 2PG.
> > > >
> > > > This message is private and confidential. If you have received this
> > message
> > > > in error, please notify us and remove it from your system.
> > > >
> > > >
> > >
> > > Gabriel,
> > >
> > > After trying again with a newer version, if you are still having problems
> > > it would be useful if you included the network-environment.yaml
> > > and network-isolation.yaml files in the email. Also, as your
> > > deployment doesn't include storage, it shouldn't be necessary to
> > > include storage-environment.yaml in your deployment command,
> > > i.e. "-e ~/templates/storage-environment.yaml" isn't needed.
> > >
> > > Regards,
> > > Bob Fournier
> >
> > Gabriel,
> >
> > Also, I recently did a baremetal deployment very similar to
> > what you are trying to set up (2 NICs - one NIC for provisioning and one
> > with VLANs for external, api, tenant, and storage networks). I have
> > attached the relevant yaml files that you should be able to use as
> > a reference.
> >
> > Regards,
> > Bob Fournier
> >
> >
> > >
> > > > -------- Original message --------
> > > > From: Gabriel Peral <gbrlperal(a)gmail.com>
> > > > Date: 31/07/2016 10:16 a.m. (GMT)
> > > > To: rdo-list(a)redhat.com
> > > > Subject: [rdo-list] Overcloud Deployment failsm not br-int
> > > >
> > > > Hi everyone!
> > > >
> > > > I've been trying to deploy OpenStack using TripleO for 2 weeks and I
> > am get
> > > > stucked in the same step.
> > > >
> > > > But let's see first my environment, 3 baremetal nodes, one will be a
> > > > compute
> > > > node, the other two will be compute nodes. In each pyhiscal node I
> > have two
> > > > pyhiscal NICs, one for the PXE+DHCP provisioning, and the other
> > pyhsical
> > > > NIC
> > > > connected to a pyhiscal switch which has the rest of the vlans for the
> > > > deployment (api, storage, tenant, exeternal, etc). I am deploying
> > OpeStack
> > > > Kilo version.
> > > > The first step of the installation was good, the undercloud and the
> > > > introspection was done in the right way, but the problem cames when I
> > try
> > > > to
> > > > deploy the overcloud, I set up the network-environment.yaml template in
> > > > order to set the vlans to the networks, and the compute.yaml and
> > > > controller.yaml templates to set the right NICs to the right networks.
> > And
> > > > then I launch the deploy command like this (vlan mode) :
> > > >
> > > > $ openstack overcloud deploy --templates ~/templates/my-overcloud/ -e
> > > > ~/templates/network-environment.yaml -e
> > > > ~/templates/storage-environment.yaml
> > > > -e ~/templates/my-overcloud/environments/network-isolation.yaml
> > > > --control-scale 1 --compute-scale 2 --control-flavor control
> > > > --compute-flavor compute --ntp-server 10.20.10.3 --neutron-network-type
> > > > vlan
> > > > --neutron-disable-tunneling --neutron-bridge-mappings datacentre:br-ex
> > > > --neutron-network-vlan-ranges datacentre:30:100 --timeout 60 --verbose
> > > > --log-file overcloud_vlan.log
> > > >
> > > > And all seems go well untill it fails due to timeout, the
> > > >
> > > > heat resource-list --nested-depth 5 overcloud | grep FAILED
> > > >
> > > > Show that something is wrong in the NetworkDeploy, and when I log into
> > the
> > > > controller node, if I type sudo ovs-vsctl list-br it only shows me the
> > > > br-ex
> > > > bridge, so it wasn't able to create the br-int, and I think that's the
> > > > reason because the deployment has been failed, when I've tryied to
> > deploy
> > > > more i log into the controller node, and check the sudo tail -f
> > > > /var/log/messages and this is the only message that appears:
> > > >
> > > >
> > > > Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 04:59:53.337 4606 WARNING os-collect-config [-] Source [ec2]
> > Unavailable.
> > > > Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 04:59:53.624 4606 WARNING os-collect-config [-] Source [request]
> > > > Unavailable.
> > > > Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 04:59:53.625 4606 WARNING os_collect_config.local [-]
> > > > /var/lib/os-collect-config/local-data not found. Skipping
> > > > Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 04:59:53.625 4606 WARNING os_collect_config.local [-] No local metadata
> > > > found (['/var/lib/os-collect-config/local-data'])
> > > > Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 05:00:26.615 4606 WARNING os_collect_config.ec2 [-] ('Connection
> > aborted.',
> > > > error(113, 'No route to host'))
> > > > Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 05:00:26.615 4606 WARNING os-collect-config [-] Source [ec2]
> > Unavailable.
> > > > Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 05:00:26.833 4606 WARNING os-collect-config [-] Source [request]
> > > > Unavailable.
> > > > Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 05:00:26.833 4606 WARNING os_collect_config.local [-]
> > > > /var/lib/os-collect-config/local-data not found. Skipping
> > > > Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
> > > > 05:00:26.834 4606 WARNING os_collect_config.local [-] No local metadata
> > > > found (['/var/lib/os-collect-config/local-data' ])
> > > >
> > > > So something is wrong with the network, but I don't know what because
> > I can
> > > > ping the external network and gateway from the controller node.
> > > >
> > > > If someone knows what could be I would be so glad, because I've been
> > trying
> > > > to deploy and all the times it fails
> > > >
> > > > Kind regards,
> > > >
> > > > Gabriel
> > > >
> > > > _______________________________________________
> > > > rdo-list mailing list
> > > > rdo-list(a)redhat.com
> > > > https://www.redhat.com/mailman/listinfo/rdo-list
> > > >
> > > > To unsubscribe: rdo-list-unsubscribe(a)redhat.com
> > >
> > > _______________________________________________
> > > rdo-list mailing list
> > > rdo-list(a)redhat.com
> > > https://www.redhat.com/mailman/listinfo/rdo-list
> > >
> > > To unsubscribe: rdo-list-unsubscribe(a)redhat.com
> > >
> >
>
8 years, 3 months
Re: [rdo-list] Overcloud Deployment failsm not br-int
by Christopher Brown
Hi Gabriel,
Any reason you are trying to install such an old version? Kilo is no longer supported and the repository has been archived.
I'd recommend trying again with Liberty or perhaps Mitaka first.
Regards,
Christopher Brown
OpenStack Engineer
OCF plc
Tel: +44 (0)114 257 2200
Web: www.ocf.co.uk
Blog: blog.ocf.co.uk
Twitter: @ocfplc
OCF plc is a company registered in England and Wales. Registered number 4132533, VAT number GB 780 6803 14. Registered office address: OCF plc, 5 Rotunda Business Centre, Thorncliffe Park, Chapeltown, Sheffield, S35 2PG.
This message is private and confidential. If you have received this message in error, please notify us and remove it from your system.
-------- Original message --------
From: Gabriel Peral <gbrlperal(a)gmail.com>
Date: 31/07/2016 10:16 a.m. (GMT+00:00)
To: rdo-list(a)redhat.com
Subject: [rdo-list] Overcloud Deployment failsm not br-int
Hi everyone!
I've been trying to deploy OpenStack using TripleO for 2 weeks and I am get stucked in the same step.
But let's see first my environment, 3 baremetal nodes, one will be a compute node, the other two will be compute nodes. In each pyhiscal node I have two pyhiscal NICs, one for the PXE+DHCP provisioning, and the other pyhsical NIC connected to a pyhiscal switch which has the rest of the vlans for the deployment (api, storage, tenant, exeternal, etc). I am deploying OpeStack Kilo version.
The first step of the installation was good, the undercloud and the introspection was done in the right way, but the problem cames when I try to deploy the overcloud, I set up the network-environment.yaml template in order to set the vlans to the networks, and the compute.yaml and controller.yaml templates to set the right NICs to the right networks. And then I launch the deploy command like this (vlan mode) :
$ openstack overcloud deploy --templates ~/templates/my-overcloud/ -e ~/templates/network-environment.yaml -e ~/templates/storage-environment.yaml -e ~/templates/my-overcloud/environments/network-isolation.yaml --control-scale 1 --compute-scale 2 --control-flavor control --compute-flavor compute --ntp-server 10.20.10.3 --neutron-network-type vlan --neutron-disable-tunneling --neutron-bridge-mappings datacentre:br-ex --neutron-network-vlan-ranges datacentre:30:100 --timeout 60 --verbose --log-file overcloud_vlan.log
And all seems go well untill it fails due to timeout, the
heat resource-list --nested-depth 5 overcloud | grep FAILED
Show that something is wrong in the NetworkDeploy, and when I log into the controller node, if I type sudo ovs-vsctl list-br it only shows me the br-ex bridge, so it wasn't able to create the br-int, and I think that's the reason because the deployment has been failed, when I've tryied to deploy more i log into the controller node, and check the sudo tail -f /var/log/messages and this is the only message that appears:
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31 04:59:53.337 4606 WARNING os-collect-config [-] Source [ec2] Unavailable.
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31 04:59:53.624 4606 WARNING os-collect-config [-] Source [request] Unavailable.
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31 04:59:53.625 4606 WARNING os_collect_config.local [-] /var/lib/os-collect-config/local-data not found. Skipping
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31 04:59:53.625 4606 WARNING os_collect_config.local [-] No local metadata found (['/var/lib/os-collect-config/local-data'])
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31 05:00:26.615 4606 WARNING os_collect_config.ec2 [-] ('Connection aborted.', error(113, 'No route to host'))
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31 05:00:26.615 4606 WARNING os-collect-config [-] Source [ec2] Unavailable.
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31 05:00:26.833 4606 WARNING os-collect-config [-] Source [request] Unavailable.
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31 05:00:26.833 4606 WARNING os_collect_config.local [-] /var/lib/os-collect-config/local-data not found. Skipping
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31 05:00:26.834 4606 WARNING os_collect_config.local [-] No local metadata found (['/var/lib/os-collect-config/local-data'])
So something is wrong with the network, but I don't know what because I can ping the external network and gateway from the controller node.
If someone knows what could be I would be so glad, because I've been trying to deploy and all the times it fails
Kind regards,
Gabriel
8 years, 3 months
[rdo-list] Overcloud Deployment failsm not br-int
by Gabriel Peral
Hi everyone!
I've been trying to deploy OpenStack using TripleO for 2 weeks and I am get
stucked in the same step.
But let's see first my environment, 3 baremetal nodes, one will be a
compute node, the other two will be compute nodes. In each pyhiscal node I
have two pyhiscal NICs, one for the PXE+DHCP provisioning, and the other
pyhsical NIC connected to a pyhiscal switch which has the rest of the vlans
for the deployment (api, storage, tenant, exeternal, etc). I am deploying
OpeStack Kilo version.
The first step of the installation was good, the undercloud and the
introspection was done in the right way, but the problem cames when I try
to deploy the overcloud, I set up the network-environment.yaml template in
order to set the vlans to the networks, and the compute.yaml and
controller.yaml templates to set the right NICs to the right networks. And
then I launch the deploy command like this (vlan mode) :
$ openstack overcloud deploy --templates ~/templates/my-overcloud/ -e
~/templates/network-environment.yaml -e
~/templates/storage-environment.yaml -e
~/templates/my-overcloud/environments/network-isolation.yaml
--control-scale 1 --compute-scale 2 --control-flavor control
--compute-flavor compute --ntp-server 10.20.10.3 --neutron-network-type
vlan --neutron-disable-tunneling --neutron-bridge-mappings datacentre:br-ex
--neutron-network-vlan-ranges datacentre:30:100 --timeout 60 --verbose
--log-file overcloud_vlan.log
And all seems go well untill it fails due to timeout, the
heat resource-list --nested-depth 5 overcloud | grep FAILED
Show that something is wrong in the NetworkDeploy, and when I log into the
controller node, if I type sudo ovs-vsctl list-br it only shows me the
br-ex bridge, so it wasn't able to create the br-int, and I think that's
the reason because the deployment has been failed, when I've tryied to
deploy more i log into the controller node, and check the sudo tail -f
/var/log/messages and this is the only message that appears:
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
04:59:53.337 4606 WARNING os-collect-config [-] Source [ec2] Unavailable.
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
04:59:53.624 4606 WARNING os-collect-config [-] Source [request]
Unavailable.
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
04:59:53.625 4606 WARNING os_collect_config.local [-]
/var/lib/os-collect-config/local-data not found. Skipping
Jul 31 04:59:53 overcloud-controller-0 os-collect-config: 2016-07-31
04:59:53.625 4606 WARNING os_collect_config.local [-] No local metadata
found (['/var/lib/os-collect-config/local-data'])
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
05:00:26.615 4606 WARNING os_collect_config.ec2 [-] ('Connection aborted.',
error(113, 'No route to host'))
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
05:00:26.615 4606 WARNING os-collect-config [-] Source [ec2] Unavailable.
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
05:00:26.833 4606 WARNING os-collect-config [-] Source [request]
Unavailable.
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
05:00:26.833 4606 WARNING os_collect_config.local [-]
/var/lib/os-collect-config/local-data not found. Skipping
Jul 31 05:00:26 overcloud-controller-0 os-collect-config: 2016-07-31
05:00:26.834 4606 WARNING os_collect_config.local [-] No local metadata
found (['/var/lib/os-collect-config/local-data'])
So something is wrong with the network, but I don't know what because I can
ping the external network and gateway from the controller node.
If someone knows what could be I would be so glad, because I've been trying
to deploy and all the times it fails
Kind regards,
Gabriel
8 years, 3 months
[rdo-list] Using tripleo-quickstart to debug failures in a deployment
by Wesley Hayutin
Greetings,
I thought it might be worth starting a discussion regarding including debug
steps as part of oooq. To define what I mean by a debug step I'm referring
to steps like [1], when something fails present more information about the
failure in the logs or console.
There are three primary use cases for oooq atm.
Use Cases:
1. new user deploying TripleO
2. CI
3. Developer debug/test
For use cases 2,3 extra debug information is very handy. My own experience
with debugging 10-30 jobs a day extra debug information in the logs can
save a lot of time and prevent a misdiagnosis of a failed deployment.
For use case #1, I think we want to be careful and protect the simplicity
of the jinja templated bash scripts. Basically presenting the user with a
clean and simple workflow. I do think if a new user does unfortunately hit
an error, they might be completely unaware of how to debug the issue. The
implementation here is up to the technical guys of course, but my thought
was to only run debugging tasks on failed tasks.
So I would classify additional debug steps as *critical* for #2, and a
really nice to have for #1, and #3.
I hoping that the group finds debugging steps as useful as I do. I am also
hoping that we can review, add the following reviews [2-3]. I hope that
other people have additional debug steps to add, and we can start moving
debug tribal knowledge into the steps in tripleo-quickstart.
Thanks!
[1]
https://github.com/openstack/tripleo-quickstart/blob/master/roles/tripleo...
[2] https://review.openstack.org/#/c/345559/
[3] https://review.openstack.org/#/c/346889/
8 years, 3 months
[rdo-list] Fwd: Installation Error : keystone_role provider 'openstack': Could not authenticate
by Dhvanan Shah
Hi,
I'm installing OpenStack using packstack, and during the installation I'm
facing an issue, keystone is not installing to completion. It gives the
following error:
ERROR : Error appeared during Puppet run: 10.16.6.33_keystone.pp
> Error: Could not prefetch keystone_role provider 'openstack': Could not
> authenticate
It also says that the file /root/keystonerc_admin has been created, but
there is no such file present in that location.
Could someone guide me on this, as I did not find this issue discussed on
any forum.
Thanks,
Dhvanan Shah
8 years, 3 months
[rdo-list] [Minute] RDO meeting (2016-07-27) Minutes
by Chandan kumar
==============================
#rdo: RDO meeting - 2016-07-27
==============================
Meeting started by chandankumar at 15:01:06 UTC. The full logs are
available at
https://meetbot.fedoraproject.org/rdo/2016-07-27/rdo_meeting_-_2016-07-27...
.
Meeting summary
---------------
* Roll Call (chandankumar, 15:01:18)
* Newton2 testday re-run on July 28-29 ? (chandankumar, 15:03:01)
* AGREED: test days will occur this week July 28th and 29th
(dmsimard, 15:11:31)
* ACTION: rbowen to getting word out for Newton2 testday re-run on
28-29 July (chandankumar, 15:12:27)
* Package Review Status (chandankumar, 15:12:55)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1329341
(chandankumar, 15:13:13)
* tripleo-ui is moving forward (number80, 15:13:33)
* ACTION: apevec to approve python-horizon-tests-tempest package
(chandankumar, 15:28:10)
* ACTION: apevec to followup on tripleo-ui packaging thread on
rdo-list (apevec, 15:28:38)
* ACTION: apevec to revisit giving exception for JARs in sahara-tests
(apevec, 15:30:54)
* pin some versions according to upper-constraints.txt (chandankumar,
15:32:32)
* LINK:
https://trello.com/c/guK9Ag12/157-dlrn-builds-must-reflect-what-is-tested...
(chandankumar, 15:32:47)
* LINK:
https://ci.centos.org/view/rdo/view/tripleo-periodic/job/tripleo-quicksta...
(trown, 15:40:32)
* LINK:
https://ci.centos.org/view/rdo/view/tripleo-periodic/job/tripleo-quicksta...
(trown, 15:40:54)
* Status of Automate stable packages releases (chandankumar, 15:45:33)
* LINK:
https://www.redhat.com/archives/rdo-list/2016-July/msg00140.html
(chandankumar, 15:46:54)
* LINK: https://review.rdoproject.org/r/#/c/1727/ (number80,
15:46:55)
* LINK: https://review.rdoproject.org/r/#/c/1732/ (fbo, 15:47:19)
* LINK:
https://trello.com/c/URAtrhLU/86-automate-stable-packages-releases
(flepied, 15:47:51)
* overlap between dashboards.rdo and future status.rdo (chandankumar,
15:50:22)
* LINK:
https://www.redhat.com/archives/rdo-list/2016-July/msg00140.html
(chandankumar, 15:51:28)
* RFE provide stable DLRN interface for TripleO CI (chandankumar,
15:54:44)
* chair for next meeting (chandankumar, 16:00:28)
* ACTION: jruzicka to chair for next meeting (chandankumar, 16:00:50)
Meeting ended at 16:01:18 UTC.
Action Items
------------
* rbowen to getting word out for Newton2 testday re-run on 28-29 July
* apevec to approve python-horizon-tests-tempest package
* apevec to followup on tripleo-ui packaging thread on rdo-list
* apevec to revisit giving exception for JARs in sahara-tests
* jruzicka to chair for next meeting
Action Items, by person
-----------------------
* apevec
* apevec to approve python-horizon-tests-tempest package
* apevec to followup on tripleo-ui packaging thread on rdo-list
* apevec to revisit giving exception for JARs in sahara-tests
*
* rbowen to getting word out for Newton2 testday re-run on 28-29 July
* apevec to revisit giving exception for JARs in sahara-tests
* jruzicka to chair for next meeting
* jruzicka
* jruzicka to chair for next meeting
* meeting
* jruzicka to chair for next meeting
* next
* jruzicka to chair for next meeting
* rbowen
* rbowen to getting word out for Newton2 testday re-run on 28-29 July
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* apevec (98)
* chandankumar (56)
* dmsimard (55)
* number80 (54)
* trown (22)
* rbowen (15)
* flepied (13)
* zodbot (12)
* adarazs (10)
* weshay (9)
* jruzicka (8)
* openstack (3)
* jschlueter (3)
* Duck (3)
* social (3)
* fbo (2)
* coolsvap (2)
* jjoyce (1)
* mengxd (1)
* imcsk8 (1)
* pradk (1)
* richm (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
Thanks,
Chandan Kumar
8 years, 3 months
[rdo-list] Error Packstack (Error: Could not prefetch keystone_role provider) on Mitaka
by Takeshi Kuramochi
When I run packstack below, I saw "Error: Could not prefetch
keystone_role provider".
# packstack --answer-file=./packstack_answer2.txt
:
:
:
Applying 192.168.175.244_keystone.pp
Applying 192.168.175.244_glance.pp
Applying 192.168.175.244_cinder.pp
192.168.175.244_keystone.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.168.175.244_keystone.pp
Error: Could not prefetch keystone_role provider 'openstack':
Execution of '/usr/bin/openstack role list --quiet --format csv'
returned 1: Service Unavailable (HTTP 503)
You will find full trace in log
/var/tmp/packstack/20160726-172409-w2NyIb/manifests/192.168.175.244_keystone.pp.log
Please check log file
/var/tmp/packstack/20160726-172409-w2NyIb/openstack-setup.log for more
information
Additional information:
* Time synchronization installation was skipped. Please note that
unsynchronized time on server instances might be problem for some
OpenStack components.
* File /root/keystonerc_admin has been created on OpenStack client
host 192.168.175.244. To use the command line tools you need to source
the file.
* To access the OpenStack Dashboard browse to
http://192.168.175.244/dashboard .
Please, find your login credentials stored in the keystonerc_admin in
your home directory.
Has anyone had this problem?
Best Regards
Takeshi.K,
< /var/tmp/packstack/latest/openstack-setup.log >
tar --dereference -cpzf - aodh apache ceilometer certmonger cinder
concat firewall glance gnocchi heat horizon inifile ironic keystone
manila memcached mongodb mysql neutron nova nssdb openstack
openstacklib packstack rabbitmq
redis remote rsync sahara ssh stdlib swift sysctl tempest trove
vcsrepo vlan vswitch xinetd | ssh -o StrictHostKeyChecking=no -o
UserKnownHostsFile=/dev/null root(a)192.168.175.244 tar -C
/var/tmp/packstack/b7ad7e358e984de9ac2e00
a911deee4d/modules -xpzf -
2016-07-26 17:31:43::ERROR::run_setup::1018::root:: Traceback (most
recent call last):
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 1013, in main
_main(options, confFile, logFile)
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 660, in _main
runSequences()
File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 627, in runSequences
controller.runAllSequences()
File "/usr/lib/python2.7/site-packages/packstack/installer/setup_controller.py",
line 81, in runAllSequences
sequence.run(config=self.CONF, messages=self.MESSAGES)
File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py",
line 109, in run
step.run(config=config, messages=messages)
File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py",
line 50, in run
self.function(config, messages)
File "/usr/lib/python2.7/site-packages/packstack/plugins/puppet_950.py",
line 209, in apply_puppet_manifest
wait_for_puppet(currently_running, messages)
File "/usr/lib/python2.7/site-packages/packstack/plugins/puppet_950.py",
line 123, in wait_for_puppet
validate_logfile(log)
File "/usr/lib/python2.7/site-packages/packstack/modules/puppet.py",
line 107, in validate_logfile
raise PuppetError(message)
PuppetError: Error appeared during Puppet run: 192.168.175.244_keystone.pp
Error: Could not prefetch keystone_role provider 'openstack':
Execution of '/usr/bin/openstack role list --quiet --format csv'
returned 1: Service Unavailable (HTTP 503)
You will find full trace in log
/var/tmp/packstack/20160726-172409-w2NyIb/manifests/192.168.175.244_keystone.pp.log
2016-07-26 17:31:43::INFO::shell::94::root:: [192.168.175.244] Executing script:
rm -rf /var/tmp/packstack/b7ad7e358e984de9ac2e00a911deee4d
# rpm -aq|grep openstack
openstack-packstack-puppet-8.0.0-1.el7.noarch
openstack-selinux-0.7.2-1.el7.noarch
centos-release-openstack-mitaka-1-3.el7.noarch
python2-openstacksdk-0.8.3-1.el7.noarch
python-openstackclient-2.2.0-1.el7.noarch
openstack-cinder-8.0.0-1.el7.noarch
openstack-packstack-8.0.0-1.el7.noarch
openstack-puppet-modules-8.0.4-1.el7.noarch
openstack-keystone-9.0.2-1.el7.noarch
openstack-utils-2015.2-1.el7.noarch
I attached an answer-file.
8 years, 3 months