[rdo-list] RDO kilo installation fails in mullti-node setup
by Ajith Adapa
Hi,
I am trying to install multi-node kilo based openstack installation
and facing errors. I am following the standard steps which is
mentioned in installation guides.
yum install https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release...
yum install openstack-packstack
packstack --gen-answer-file=/root/answer.txt
I have modified answer.txt for below variables
CONFIG_NAGIOS_INSTALL=n
CONFIG_CONTROLLER_HOST=172.16.45.44
CONFIG_COMPUTE_HOSTS=172.16.45.45, 172.16.45.46
CONFIG_NETWORK_HOSTS=172.16.45.447
CONFIG_KEYSTONE_ADMIN_PW=password
CONFIG_PROVISION_DEMO=n
packstack --answer-file=/root/answer.txt
172.16.45.45_neutron.pp: [ DONE ]
172.16.45.46_neutron.pp: [ DONE ]
172.16.45.44_neutron.pp: [ DONE ]
172.16.45.47_neutron.pp: [ DONE ]
Applying 172.16.45.44_osclient.pp
Applying 172.16.45.44_horizon.pp
172.16.45.44_osclient.pp: [ DONE ]
172.16.45.44_horizon.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 172.16.45.44_horizon.pp
Notice: /Stage[main]/Horizon/Exec[refresh_horizon_django_cache]/returns:
CommandError: An error occurred during rendering
/usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html:
/bin/sh: django_pyscss.compressor.DjangoScssFilter: command not found
You will find full trace in log
/var/tmp/packstack/20161108-001755-Xd4RYx/manifests/172.16.45.44_horizon.pp.log
Please check log file
/var/tmp/packstack/20161108-001755-Xd4RYx/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 172.16.45.44. To use the command line tools you need to source
the file.
* To access the OpenStack Dashboard browse to http://172.16.45.44/dashboard .
Please, find your login credentials stored in the keystonerc_admin in
your home directory.
Thanks for your help.
Regards,
Ajith
7 years, 11 months
[rdo-list] Meetups this week
by Rich Bowen
The following are the meetups I'm aware of in the coming week where
OpenStack and/or RDO enthusiasts are likely to be present. If you know
of others, please let me know, and/or add them to
http://rdoproject.org/events
If there's a meetup in your area, please consider attending. If you
attend, please consider taking a few photos, and possibly even writing
up a brief summary of what was covered.
--Rich
* Tuesday November 08 in Fort Collins, CO, US: Talk about the Barcelona
OpenStack Meetup -
http://www.meetup.com/OpenStack-Colorado/events/234485140/
* Wednesday November 09 in Reston, VA, US: How Oracle is using Puppet
with OpenStack - http://www.meetup.com/OpenStack-Nova/events/234698075/
* Wednesday November 09 in Hamburg, DE: Openstack Meetup #5 powered by
Windcloud & Perennial AG -
http://www.meetup.com/Openstack-Hamburg/events/234752723/
* Wednesday November 09 in San Diego, CA, US: Building a Cloud -
Working/Planning Session -
http://www.meetup.com/OpenStack-SD/events/235335095/
* Wednesday November 09 in Charlotte, NC, US: User stories -
http://www.meetup.com/Charlotte-OpenStack/events/235252386/
* Thursday November 10 in San Antonio, TX, US: Using Cloud Orchestration
and Config Management on AWS and OpenStack -
http://www.meetup.com/Cloud-Technology/events/235328712/
* Thursday November 10 in Sunnyvale, CA, US: Diskimage-builder & Zero to
DevOps with Zuul - http://www.meetup.com/openstack/events/234949514/
* Saturday November 12 in Ha Noi, VN: Vietnam Official OpenStack
Community 12th Technical Meetup -
http://www.meetup.com/VietOpenStack/events/235216862/
* Saturday November 12 in Tambaram, IN: AWS Amazon public Cloud -
http://www.meetup.com/CloudnLoud-Openstack-Cloud-RedHat-Opensource/events...
* Monday November 14 in Canberra, AU: OpenStack Australia Day:
Government - http://australiaday.openstack.org.au -
http://www.meetup.com/Australian-OpenStack-User-Group/events/232940544/
--
Rich Bowen - rbowen(a)redhat.com
RDO Community Liaison
http://rdoproject.org
@RDOCommunity
7 years, 11 months
[rdo-list] Python-shade in RDO
by Graeme Gillies
Hi,
A while ago there was a discussion around python-shade library and
getting it into RDO. [1]
It's been a few months since then, and shade is now successfully
packaged and shipped as part of Fedora [2] which is great, but now I
wanted to restart the conversation about how to make it available to
users of CentOS/RDO.
While it was suggested to get it into EPEL, I don't feel that is the
best course of action simply because of the restrictive update policies
of EPEL not allowing us to update it as frequently as needed, and also
because python-shade depends on the python openstack clients, which are
not a part of EPEL (as my understanding).
The best place for us to make this package available is in RDO itself,
as shade is an official Openstack big tent project, and RDOs aims to be
a distribution providing packages for Openstack projects.
So I just wanted to confirm with everyone and get some feedback, but
unless there is any major objections, I was going to start looking at
the process to get a new package into RDO, which I assume means putting
a review request in to the project https://github.com/rdo-packages
(though I assume a new repo needs to be created for it first).
Regards,
Graeme
[1] https://www.redhat.com/archives/rdo-list/2015-November/thread.html
[2] http://koji.fedoraproject.org/koji/packageinfo?packageID=21707
--
Graeme Gillies
Principal Systems Administrator
Openstack Infrastructure
Red Hat Australia
7 years, 11 months
[rdo-list] [quickstart] Status of undercloud baremetal role and future evolutions
by Raoul Scarazzini
Hi guys,
just would like to share the status around the role in the subject so to
keep the one interested up to date. What we want to achieve with this
role is to have a ready to use baremetal undercloud, like the virtual
one produced by tripleo-quickstart.
At the moment there is just one job in the RDO pipeline that uses this
role [1], plan is to have more than this, because you already know that
"with baremetal is never easy".
I've worked to make the role integrate with the oooq evolution, trying
to reuse as much as possible the existing extra roles. So, with the
latest modifications the role does these basic task:
1) machine-provision: provide the machine with specific a script that
needs to be passed;
2) machine-setup: create the user, add the machine to ansible inventory
and basically makes virthost == undercloud;
3) undercloud-repos-conf: configure the repos based upon the release
parameter passed to quickstar.sh command line;
4) overcloud-images: download the images again based upon the release
parameter;
So a playbook that deploys a complete undercloud baremetal env should
include these roles:
- tripleo-baremetal-undercloud
- undercloud-scripts (from tripleo-quickstart)
- undercloud-install (from tripleo-quickstart)
The additional role for the baremetal preparation must be used to finish
the bm setup:
- overcloud-prep-baremetal
And then, from this point on, everything can proceed with the usual
order, so:
- overcloud-prep-config
- overcloud-prep-images
- overcloud-prep-flavors
- overcloud-prep-network
- tripleo-overcloud
- tripleo-inventory
In addition one can specify the validation steps, in my case I'm using
this [2] because of HA.
Interventions were needed on these roles:
- ansible-role-tripleo-overcloud-prep-network: Do not copy
network-environment.yaml on baremetal [3];
- ansible-role-tripleo-overcloud-prep-baremetal: Add optional upstream
ipxe installation [4];
- ansible-role-tripleo-baremetal-undercloud: Integrate role with oooq
extra roles [5];
That's basically all, all this stuff was tested as working on a bm env,
and basically I'm asking now for reviews and considerations.
Thanks,
[1]
https://rhos-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/tripleo-quicksta...
[2]
https://github.com/redhat-openstack/ansible-role-tripleo-overcloud-valida...
[3] https://review.gerrithub.io/#/c/300865/
[4] https://review.gerrithub.io/#/c/300866/
[5] https://review.gerrithub.io/#/c/300869/
--
Raoul Scarazzini
rasca(a)redhat.com
7 years, 11 months
[rdo-list] Unanswered 'RDO' questions on ask.openstack.org
by Rich Bowen
28 unanswered questions:
Compute nodes are not visible after controller node rebooted
https://ask.openstack.org/en/question/98654/compute-nodes-are-not-visible...
Tags: rdo
Live migration failing with qemu error "does not support drive-mirror"
https://ask.openstack.org/en/question/98144/live-migration-failing-with-q...
Tags: newton, nova, qemu, kvm, block-live-migration
error while launching instance in openstack 'newton' using rdo packstack
https://ask.openstack.org/en/question/98113/error-while-launching-instanc...
Tags: rdo, newton, packstack
How can I add a new region to an installed All-In-One RDO openstack?
https://ask.openstack.org/en/question/98111/how-can-i-add-a-new-region-to...
Tags: rdo, all-in-one, multi-region, region, add-region
How to setup solr search engine for openstack swift
https://ask.openstack.org/en/question/98093/how-to-setup-solr-search-engi...
Tags: openstack, openstack-swift, newton, rdo
Heat fails with 504 error.
https://ask.openstack.org/en/question/98092/heat-fails-with-504-error/
Tags: rdo, tripleo, mitaka, heat
Devstack and OpenvSwitch v2.3+
https://ask.openstack.org/en/question/98004/devstack-and-openvswitch-v23/
Tags: devstack, openvswitch
How how does icmp packet travel across two compute nodes without br-int
and br-tun running?
https://ask.openstack.org/en/question/97905/how-how-does-icmp-packet-trav...
Tags: neutron-ovs-pktflow
"Parameter outiface failed on Firewall" during installation of openstack
rdo on centos 7
https://ask.openstack.org/en/question/95657/parameter-outiface-failed-on-...
Tags: rdo, devstack#mitaka
multi nodes provider network ovs config
https://ask.openstack.org/en/question/95423/multi-nodes-provider-network-...
Tags: rdo, liberty-neutron
Adding additional packages to an RDO installation
https://ask.openstack.org/en/question/95380/adding-additional-packages-to...
Tags: rdo, mistral
RDO TripleO Mitaka HA Overcloud Failing
https://ask.openstack.org/en/question/95249/rdo-tripleo-mitaka-ha-overclo...
Tags: mitaka, tripleo, overcloud, centos7
RDO - is there any fedora package newer than puppet-4.2.1-3.fc24.noarch.rpm
https://ask.openstack.org/en/question/94969/rdo-is-there-any-fedora-packa...
Tags: rdo, puppet, install-openstack
how to deploy haskell-distributed in RDO?
https://ask.openstack.org/en/question/94785/how-to-deploy-haskell-distrib...
Tags: rdo
rdo tripleO liberty undercloud install failing
https://ask.openstack.org/en/question/94023/rdo-tripleo-liberty-underclou...
Tags: rdo, rdo-manager, liberty, undercloud, instack
Liberty RDO: stack resource topology icons are pink
https://ask.openstack.org/en/question/91347/liberty-rdo-stack-resource-to...
Tags: resource, topology, dashboard, horizon, pink
No handlers could be found for logger "oslo_config.cfg" while syncing
the glance database
https://ask.openstack.org/en/question/91169/no-handlers-could-be-found-fo...
Tags: liberty, glance, install-openstack
CentOS OpenStack - compute node can't talk
https://ask.openstack.org/en/question/88989/centos-openstack-compute-node...
Tags: rdo
How to setup SWIFT_PROXY_NODE and SWIFT_STORAGE_NODEs separately on
RDO Liberty ?
https://ask.openstack.org/en/question/88897/how-to-setup-swift_proxy_node...
Tags: rdo, liberty, swift, ha
VM and container can't download anything from internet
https://ask.openstack.org/en/question/88338/vm-and-container-cant-downloa...
Tags: rdo, neutron, network, connectivity
Fedora22, Liberty, horizon VNC console and keymap=sv with ; and/
https://ask.openstack.org/en/question/87451/fedora22-liberty-horizon-vnc-...
Tags: keyboard, map, keymap, vncproxy, novnc
OpenStack-Docker driver failed
https://ask.openstack.org/en/question/87243/openstack-docker-driver-failed/
Tags: docker, openstack, liberty
Routing between two tenants
https://ask.openstack.org/en/question/84645/routing-between-two-tenants/
Tags: kilo, fuel, rdo, routing
openstack baremetal introspection internal server error
https://ask.openstack.org/en/question/82790/openstack-baremetal-introspec...
Tags: rdo, ironic-inspector, tripleo
Installing openstack using packstack (rdo) failed
https://ask.openstack.org/en/question/82473/installing-openstack-using-pa...
Tags: rdo, packstack, installation-error, keystone
VMware Host Backend causes No valid host was found. Bug ???
https://ask.openstack.org/en/question/79738/vmware-host-backend-causes-no...
Tags: vmware, rdo
Mutlinode Devstack with two interfaces
https://ask.openstack.org/en/question/78615/mutlinode-devstack-with-two-i...
Tags: devstack, vlan, openstack
Overcloud deployment on VM fails as IP address from DHCP is not assigned
https://ask.openstack.org/en/question/66272/overcloud-deployment-on-vm-fa...
Tags: overcloud_in_vm
--
Rich Bowen - rbowen(a)redhat.com
RDO Community Liaison
http://rdoproject.org
@RDOCommunity
7 years, 11 months
[rdo-list] [Rdo-newsletter] November 2016 RDO Community Newsletter
by Rich Bowen
If you're having difficulty with the formatting of this message, you can
read it on the website at
https://www.rdoproject.org/newsletter/2016-november/
Quick links:
* Quick Start <http://rdoproject.org/quickstart>
* Mailing Lists <https://www.rdoproject.org/community/mailing-lists/>
* RDO release packages <https://trunk.rdoproject.org/>
* Review.RDOProject.org <http://review.rdoproject.org/>
* RDO blog <http://rdoproject.org/blog>
* Q&A <http://ask.openstack.org/>
* Open Tickets <http://tm3.org/rdobugs>
* Twitter <http://twitter.com/rdocommunity>
* Newton release schedule
<http://releases.openstack.org/newton/schedule.html>
Thanks for being part of the RDO community!
RDO Newton Released
The RDO community is pleased to announce the general availability of the
RDO build for OpenStack Newton for RPM-based distributions, CentOS Linux
7 and Red Hat Enterprise Linux. RDO is suitable for building private,
public, and hybrid clouds. Newton is the 14th release from the OpenStack
project <http://openstack.org/>, which is the work of more than 2700
contributors from around the world (source <http://stackalytics.com/>).
The RDO community project <https://www.rdoproject.org/> curates,
packages, builds, tests, and maintains a complete OpenStack component
set for RHEL and CentOS Linux and is a member of the CentOS Cloud
Infrastructure SIG <https://wiki.centos.org/SpecialInterestGroup/Cloud>.
The Cloud Infrastructure SIG focuses on delivering a great user
experience for CentOS Linux users looking to build and maintain their
own on-premise, public or hybrid clouds. At latest count, RDO
contains 1157 packages
<https://www.rdoproject.org/documentation/package-list/>.
All work on RDO, and on the downstream release, Red Hat OpenStack
Platform, is 100% open source, with all code changes going upstream first.
*Getting Started*
There are three ways to get started with RDO.
To spin up a proof of concept cloud, quickly, and on limited hardware,
try the All-In-One Quickstart <http://rdoproject.org/Quickstart>. You
can run RDO on a single node to get a feel for how it works.
For a production deployment of RDO, use the TripleO Quickstart
<https://www.rdoproject.org/tripleo/> and you'll be running a production
cloud in short order.
Finally, if you want to try out OpenStack, but don't have the time or
hardware to run it yourself, visit TryStack <http://trystack.org/>,
where you can use a free public OpenStack instance, running RDO
packages, to experiment with the OpenStack management interface and API,
launch instances, configure networks, and generally familiarize yourself
with OpenStack
OpenStack Summit Recap
It's just been a few days since the OpenStack Summit
<http://openstack.org/summit> in Barcelona, Spain, and some of us are
still recovering. There's always far too much happening at Summit for
any one person to experience, so catching up on all of the various blog
posts afterwards is part of the experience. Here's some of the event
recaps from our community:
* Attending OpenStack Summit Ocata
<https://julien.danjou.info/blog/2016/openstack-summit-ocata-barcelona-review>
* OpenStack Summit, Barcelona: 2 of N
<http://drbacchus.com/openstack-summit-barcelona-2-of-n/>
* What you missed at OpenStack Summit
<https://www.mirantis.com/blog/what-you-missed-at-openstack-barcelona/>
Two highlights of OpenStack Summit for the RDO community were the RDO
Infrastructure meeting, and the Evening with RDO and Ceph.
On Monday afternoon, before the Summit officially started, about 20 RDO
community members gathered to discuss some of the infrastructure issues
around the RDO project. As RDO has grown, our infrastructure needs have
grown, and various community members have brought up services to address
these needs. Over time, our infrastructure footprint has become
complicated enough that a beginner is likely to have trouble figuring
out what goes where. Over the coming year, we're going to try to
consolidate some of these services to fewer locations, preferably
running on RDO-based clouds, and document these services so that it's
easier for newbies to jump in. This, and other infrastructure related
issues, were discussed. You can see the agenda, and notes, from that
meeting, in the meeting etherpad
<https://review.rdoproject.org/etherpad/p/barcelona-rdo-infra-meetup>.
On Tuesday evening, RDO and Ceph together hosted a gathering at the
Princess Hotel. It was an evening of food, drinks, and technical
sessions about Ceph and RDO. We ended up having 215 people in
attendance, and 12 speakers, covering a variety of topics around our two
projects. Watch rdo-list and @rdocommunity for the slides from these
presentations over the coming days.
Ocata Test Day Schedule
Based on the Ocata development schedule
<https://releases.openstack.org/ocata/schedule.html>, we've posted a
tentative Ocata RDO test day schedule
<https://www.rdoproject.org/testday/> on the RDO website. Mark your
calendar. Plan to spend a few hours on those days testing the latest RDO
packages, and help make RDO Ocata the best RDO yet.
Over the last few test days, we've improved the test day instructions to
make it easier for you to participate without having to know everything
about RDO ahead of time. So don't worry if you're not an OpenStack
expert. Bring a fresh CentOS VM to the party, and we'll provide the rest
of the pieces.
Here's the tentative schedule:
* Ocata 1 – December 1st and 2nd, 2016
* Ocata 3 – February 2nd and 3rd, 2017
* Ocata Final – March 2nd and 3rd, 2017
You'll notice there's only three test days listed - Ocata is a shorter
than usual cycle, and falls during a time of the year where it's already
difficult to find test day dates. So we're dropping the Ocata 2 test
day, and moving tghe others around a little. This makes it all the more
important that the community show up to test.
Upcoming Events
There's several events on the horizon that you should be aware of. There
are some of the upcoming OpenStack Day events where we expect members of
the RDO community to be present.
* OpenStack DACH Tag <https://www.openstack-dach.org/>, Berlin,
November 5th
* OpenStack Day France <https://openstackdayfrance.fr/>, Paris,
November 22nd
* OpenStack Day Canada <http://openstackca.org/>, Montreal, November 22nd
Other RDO events, including the many OpenStack meetups around the world,
are always listed on the RDO events page <http://rdoproject.org/events>.
If you have an RDO-related event, please feel free to add it by
submitting a pull request on Github
<https://github.com/OSAS/rh-events/blob/master/2016/RDO-Meetups.yml>.
Community meetings
Every Wednesday at 15:00 UTC, we have the weekly RDO community meeting
on the #RDO channel on Freenode IRC. And at 15:00 UTC Thursdays, we have
the CentOS Cloud SIG Meeting on #centos-devel.
Keep in touch
There's lots of ways to stay in in touch with what's going on in the RDO
community. The best ways are …
WWW
* RDO <http://rdoproject.org/>
* OpenStack Q&A <http://ask.openstack.org/>
Mailing Lists:
* rdo-list mailing list <http://www.redhat.com/mailman/listinfo/rdo-list>
* This newsletter <http://www.redhat.com/mailman/listinfo/rdo-newsletter>
IRC
* IRC - #rdo on Freenode.irc.net
* Puppet module development - #rdo-puppet
Social Media
* Follow us on Twitter <http://twitter.com/rdocommunity>
* Google+ <http://tm3.org/rdogplus>
* Facebook <http://facebook.com/rdocommunity>
Thanks again for being part of the RDO community!
--
Rich Bowen - rbowen(a)redhat.com
RDO Community Liaison
http://rdoproject.org
@RDOCommunity
_______________________________________________
Rdo-newsletter mailing list
Rdo-newsletter(a)redhat.com
https://www.redhat.com/mailman/listinfo/rdo-newsletter
7 years, 12 months
[rdo-list] [Meeting] RDO meeting (2016-11-02) Minutes
by Haïkel
My bad for sending this late!
==============================
#rdo: RDO meeting - 2016-10-02
==============================
Meeting started by number80 at 15:00:27 UTC. The full logs are available
at
https://meetbot.fedoraproject.org/rdo/2016-11-02/rdo_meeting_-_2016-10-02...
.
Meeting summary
---------------
* roll call (number80, 15:00:34)
* vitrage packaging (number80, 15:03:27)
* LINK:
https://www.rdoproject.org/documentation/rdo-packaging/#how-to-add-a-new-...
(apevec, 15:08:39)
* Rename centos-ocata user in DLRN instance to simplify future stable
branch creations (number80, 15:12:28)
* LINK:
https://trello.com/c/ws1EPmwp/390-improve-master-and-stable-branch-handli...
(jpena, 15:13:43)
* jpena to prepare DLRN update on Nov, 10 + communication (number80,
15:18:23)
* ACTION: jpena to coordinate and communicate change (jpena,
15:18:24)
* Ocata RDO testdays proposal (number80, 15:19:03)
* LINK: http://rdoproject.org/testday (rbowen, 15:21:43)
* test days: dec 1/2, feb 2/3, March 2/3 (skipping M2 test days)
(number80, 15:29:58)
* Alternate arch status (number80, 15:31:51)
* ACTION: number80 look at ceph/ppc64le with fcami and kdreyer
(number80, 15:42:08)
* next week chair (number80, 15:42:24)
* ACTION: imcsk8 is chairing next week (number80, 15:44:04)
* open floor (number80, 15:44:25)
Meeting ended at 15:49:20 UTC.
Action Items
------------
* jpena to coordinate and communicate change
* number80 look at ceph/ppc64le with fcami and kdreyer
* imcsk8 is chairing next week
Action Items, by person
-----------------------
* imcsk8
* imcsk8 is chairing next week
* jpena
* jpena to coordinate and communicate change
* number80
* number80 look at ceph/ppc64le with fcami and kdreyer
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* number80 (67)
* apevec (32)
* rbowen (24)
* leifmadsen (15)
* jpena (14)
* zodbot (7)
* mengxd (6)
* jruzicka (6)
* imcsk8 (4)
* weshay (3)
* openstack (3)
* rdogerrit (2)
* openstackgerrit (1)
* dmsimard (1)
* myoung (1)
* chandankumar (1)
* bkero (1)
* EmilienM (1)
* jschlueter (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
7 years, 12 months