Re: [Rdo-list] Openvswitch package error during packstack installation
by Abushad P.A
Hi All,
>
> Please help in resolving the following error while installation of
> openstack in RHEL 7.0.
>
> openvswitch package is showing dependency with a higher kernel version
> which i couldn't find as well.
>
> ERROR : Error appeared during Puppet run: 10.1x.xx.xx_neutron.pp
> Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openvswitch'
> returned 1: Error: Package: openvswitch-2.1.2-2.el7.centos.1.x86_64 (epel7)
> You will find full trace in log
> /var/tmp/packstack/20141111-123738-kECIdL/manifests/10.1x.xx.xx_neutron.pp.log
>
>
> when i try to install openvswitch i get the following dependency error
>
> yum install openvswitch
>
> Error: Package: openvswitch-2.1.2-2.el7.centos.1.x86_64 (epel7)
> Requires: kernel >= 3.10.0-123.2.1
> Installed: kernel-3.10.0-123.el7.x86_64 (@anaconda/7.0)
> kernel = 3.10.0-123.el7
> Available: kernel-debug-3.10.0-123.el7.x86_64 (localrepo)
> kernel = 3.10.0-123.el7
>
>
>
> Regards,
> Abushad
>
10 years
Re: [Rdo-list] Installing Nova Compute
by Kaul, Yaniv
Did installation succeed and it's later, or has installation failed? Can they ssh to each other?
All my hosts can ssh to each other via public key auth. and I assume it's needed for successful installation.
Y.
From: "Afshar, Brian" <Brian.Afshar(a)emc.com>
Sent: Nov 7, 2014 9:11 PM
To: "Kaul, Yaniv" <Yaniv.Kaul(a)emc.com>;rdo-list(a)redhat.com
Subject: RE: Installing Nova Compute
Yaniv,
Thanks for getting back to me. I have included the IP Address of my host as you have indicated in the answers.txt file. Also, in the nova.conf file, I have the following information that has been modified;
my_ip=<ip_address_of_host>
vncserver_proxyclient_address=$my_ip
vncserver_listen=0.0.0.0
glance_host=<ip_address_of_controller_node>
I have tried twice to install nova-compute with ERRORs when I run the command “systemctl start openstack-nova-compute” during the install. When I run the command “nova_manage host list”, it does not list my host that I try to install the nova-compute.
Regards,
Brian
From: Kaul, Yaniv
Sent: Friday, November 07, 2014 10:57 AM
To: Afshar, Brian; rdo-list(a)redhat.com
Subject: RE: Installing Nova Compute
With Packstack, it works OK, provided you give the IP address of the node in CONFIG_COMPUTE_HOSTS= directive.
Y.
From: rdo-list-bounces(a)redhat.com<mailto:rdo-list-bounces@redhat.com> [mailto:rdo-list-bounces@redhat.com] On Behalf Of Afshar, Brian
Sent: Friday, November 07, 2014 8:43 PM
To: rdo-list(a)redhat.com<mailto:rdo-list@redhat.com>
Subject: [Rdo-list] Installing Nova Compute
Hello,
I wanted to find out if anyone has tried installing OpenStack on two nodes. I have RHEL 7 and have successfully installed the Controller and have the Dashboard working. I want to install the Nova-Compute and I am not having any luck. Any feedback would be greatly appreciated.
Regards,
Brian
10 years
[Rdo-list] Installing Nova Compute
by Afshar, Brian
Hello,
I wanted to find out if anyone has tried installing OpenStack on two nodes. I have RHEL 7 and have successfully installed the Controller and have the Dashboard working. I want to install the Nova-Compute and I am not having any luck. Any feedback would be greatly appreciated.
Regards,
Brian
10 years
[Rdo-list] Packstack error
by David Ocana
Hi everyone,
I'm installing the latest juno RDO release and I ran into this problem:
# yum -y update
# yum install rdo-release-juno-1.noarch.rpm
# yum install -y openstack-packstack
# packstack --allinone
Installing:
Clean Up [ DONE ]
Setting up ssh keys [ DONE ]
Discovering hosts' details [ DONE ]
Adding pre install manifest entries [ DONE ]
[...]
10.8.6.2_keystone.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.8.6.2_keystone.pp
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone_service[neutron]:
Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint
http://127.0.0.1:35357/v2.0/ service-list' returned 1: Service
Unavailable (HTTP 503)
You will find full trace in log
/var/tmp/packstack/20141107-090534-05fJzm/manifests/10.8.6.2_keystone.pp.log
Please check log file
/var/tmp/packstack/20141107-090534-05fJzm/openstack-setup.log for more
information
The service seems to be running because you get a 503 response, but I
checked it:
-------------------
# netstat -putln | grep 35357
tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN
24884/python
-------------------
I checked the file
/var/tmp/packstack/20141107-090534-05fJzm/manifests/10.8.6.2_keystone.pp.log
and this is the most relevant:
-----------------
Notice:
/Stage[main]/Keystone/Keystone_config[database/idle_timeout]/ensure: created
Notice: /Stage[main]/Keystone/Keystone_config[DEFAULT/verbose]/ensure:
created
Notice: /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]:
Triggered 'refresh' from 32 events
Notice: /Stage[main]/Keystone/Exec[keystone-manage pki_setup]: Triggered
'refresh' from 31 events
Notice: /Stage[main]/Keystone::Service/Service[keystone]/ensure: ensure
changed 'stopped' to 'running'
Error: /Stage[main]/Neutron::Keystone::Auth/Keystone_service[neutron]:
Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint
http://127.0.0.1:35357/v2.0/ service-list' returned 1: Service
Unavailable (HTTP 503)
Error:
/Stage[main]/Ceilometer::Keystone::Auth/Keystone_service[ceilometer]:
Could not evaluate: Execution of '/usr/bin/keystone --os-endpoint
http://127.0.0.1:35357/v2.0/ service-list' returned 1: Service
Unavailable (HTTP 503)
Error: /Stage[main]/Keystone::Roles::Admin/Keystone_tenant[admin]: Could
not evaluate: Execution of '/usr/bin/keystone --os-endpoint
http://127.0.0.1:35357/v2.0/ tenant-list' returned 1: Service
Unavailable (HTTP 503)
(from here down it's the same error messages)
------------------
Here is keystone.log, no errors, only info and warning messages:
-------------------
2014-11-07 10:15:31.995 30006 INFO keystone.openstack.common.service [-]
Starting 16 workers
2014-11-07 10:15:31.995 30029 INFO eventlet.wsgi.server [-] (30029) wsgi
starting up on http://0.0.0.0:35357/
2014-11-07 10:15:31.997 30006 INFO keystone.openstack.common.service [-]
Started child 30030
[...]
2014-11-07 10:16:01.881 30494 WARNING
keystone.openstack.common.versionutils [-] Deprecated:
keystone.token.backends.sql.Token is deprecated as of Juno in favor of
keystone.token.persistence.backends.sql.Token and may be removed in Kilo.
2014-11-07 10:16:01.904 30494 INFO
keystone.token.persistence.backends.sql [-] Token expiration batch size:
1000
2014-11-07 10:16:01.908 30494 INFO
keystone.token.persistence.backends.sql [-] Total expired tokens removed: 0
-------------------
Has anyone had this problem?
Thanks in advance.
Cheers,
David
10 years
[Rdo-list] Disabling and enabling OpenStack
by Kaul, Yaniv
Naively, I've executed:
root@lgdrm1499 ~]# openstack-service list |xargs openstack-service disable
rm '/etc/systemd/system/multi-user.target.wants/openstack-keystone.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-cinder-api.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-cinder-volume.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-cinder-scheduler.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-glance-registry.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-glance-api.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-api.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-novncproxy.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-consoleauth.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-scheduler.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-conductor.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-compute.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-network.service'
rm '/etc/systemd/system/multi-user.target.wants/openstack-nova-cert.service'
rm '/etc/systemd/system/openstack-cinder-volume.service.requires/openstack-losetup.service'
This was fine and dandy, but now:
1. I can't stop the openstack services:
[root@lgdrm1499 ~]# openstack-service list |xargs openstack-service stop
Too few arguments.
[root@lgdrm1499 ~]# openstack-service list
[root@lgdrm1499 ~]
[root@lgdrm1499 ~]# openstack-status
== Nova services ==
openstack-nova-api: active (disabled on boot)
openstack-nova-cert: active (disabled on boot)
openstack-nova-compute: active (disabled on boot)
openstack-nova-network: active (disabled on boot)
openstack-nova-scheduler: active (disabled on boot)
openstack-nova-volume: inactive (disabled on boot)
openstack-nova-conductor: active (disabled on boot)
== Glance services ==
openstack-glance-api: active (disabled on boot)
openstack-glance-registry: active (disabled on boot)
== Keystone service ==
openstack-keystone: active (disabled on boot)
== Horizon service ==
openstack-dashboard: active
== Cinder services ==
openstack-cinder-api: active (disabled on boot)
openstack-cinder-scheduler: active (disabled on boot)
openstack-cinder-volume: active (disabled on boot)
openstack-cinder-backup: inactive (disabled on boot)
== Support services ==
libvirtd: active
dbus: active
rabbitmq-server: active
memcached: active
== Keystone users ==
Warning keystonerc not sourced
2. I can't enable them (for the same reason above).
Any better ideas how can I enable/disable OpenStack?
Y.
10 years
[Rdo-list] Error in the documentation "Adding a compute node"
by Delafontaine Ludovic
Hi guys,
I’ve found a few errors in the documentation “Adding a compute node” (https://openstack.redhat.com/Adding_a_compute_node).
On my system (RHEL 7), the variables ‘CONFIG_NOVA_COMPUTE_HOSTS' and ‘CONFIG_NOVA_NETWORK_HOSTS' don’t exist in the answer file. Instead, I have these variables ‘CONFIG_COMPUTE_HOSTS’ and ‘CONFIG_NETWORK_HOSTS’.
Here is my system information:
[root@cloud63 ~]# cat /etc/*-release
NAME="Red Hat Enterprise Linux Server"
VERSION="7.0 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="7.0"
PRETTY_NAME="Red Hat Enterprise Linux"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.0:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.0
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION=7.0
Red Hat Enterprise Linux Server release 7.0 (Maipo)
Red Hat Enterprise Linux Server release 7.0 (Maipo)
and my openstack-packstack version:
[root@cloud63 ~]# yum info openstack-packstack
Failed to set locale, defaulting to C
Loaded plugins: priorities, product-id, subscription-manager
Installed Packages
Name : openstack-packstack
Arch : noarch
Version : 2014.2
Release : 0.5.dev1316.g733aa73.el7.centos
Size : 740 k
Repo : installed
>From repo : openstack-juno
Summary : Openstack Install Utility
URL : https://github.com/stackforge/packstack
License : ASL 2.0 and GPLv2
Description : Packstack is a utility that uses Puppet modules to install
: OpenStack. Packstack can be used to deploy various parts of
: OpenStack on multiple pre installed servers over ssh.
and my command’s history:
5 subscription-manager register --username= --auto-attach
6 subscription-manager repos --enable rhel-7-server-optional-rpms
7 subscription-manager repos --enable rhel-7-server-extras-rpms
8 subscription-manager repos --enable rhel-server-rhscl-7-rpms
9 wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
10 yum install wget
11 wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
12 sudo yum install epel-release-7-2.noarch.rpm
13 yum update -y
14 sudo yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
15 sudo yum install -y openstack-packstack
16 sudo yum repolist
17 packstack —allinone
Thank you for your effort.
Have a nice day,
Ludovic Delafontaine
10 years
[Rdo-list] Neutron: Configuration and usage patterns
by Rama Vykunta
OpenStack users and administrators,
I would like to get your insight into popular neutron
features/configurations from a service provider and/or large scale
deployment perspective. What do you use in your openstack environment?
anything in particular that stands out across multiple usage scenarios? Any
insight that you can provide would be helpful. Regards
Regards.
-Rama.
10 years
[Rdo-list] RDO Mailing list
by Afshar, Brian
This email is intended to include my email address as instructed.
Brian S. Afshar
Pr. Solutions Engineer
EMC Corporation
[cid:image001.png@01CFF8D7.FC0448B0][cid:image002.png@01CFF8D7.FC0448B0]
10 years