[Rdo-list] Fwd: [openstack-community] [Call for Speaker, Sponsor, Participants] OpenStack Day in Korea - Feb. 05, 2015
by Rich Bowen
For those of you near Seoul, you'll want to put this on your calendar.
--Rich
-------- Forwarded Message --------
Subject: [openstack-community] [Call for Speaker, Sponsor,
Participants] OpenStack Day in Korea - Feb. 05, 2015
Date: Tue, 16 Dec 2014 13:40:06 +0900
From: Jaesuk Ahn <bluejay.ahn(a)gmail.com>
To: Community User Groups, OpenStack <community(a)lists.openstack.org>
As it appeared at this week's OpenStack weekly newsletter, OpenStack
Korea User Group is having OpenStack Day in Korea event.Â
This is our 2nd annual OpenStack Event in Korea.Â
We are looking for Speakers, Sponsors, and Grand Challenge Participants.Â
Anyone can apply for anything. It will be fun and interesting joining us
at Seoul, Korea.Â
- Date: Feb. 05, 2015
- Title: Beyond OpenStack: - Services, Applications, and Platforms Â
- Location: Seoul, Korea
- Expected Participants: 800 ~ 1,000Â
- Call for Speakers: Please fill the following form to apply for the
speaker
(https://docs.google.com/forms/d/1rXADrkePwXhbhY6Pb0i-utYuI5-GmFhhhhqy_MMM...)
- Call for Sponsor: Please send me an email if you are interested in
sponsoring the event.
(https://drive.google.com/file/d/0BxfgJpcSBi5aaTE5MERaN3F3ekE/view?usp=sha...
- Call for Grand Challenge Participants: We are looking for participants
for OpenStack Automation Grand Challenge Program. It is simply a contest
to automatically deploy OpenStack Juno. More detail program will be
posted soon. Please contact me if you are interested in participating in
this really fun challenge. Â
Thank youÂ
--
*Jaesuk Ahn*, Ph.D.
... active member of OpenStack Community...
9 years, 11 months
[Rdo-list] RDO/OpenStack meetups coming up (December 15, 2014)
by Rich Bowen
The following are the meetups I'm aware of in the coming week where RDO
enthusiasts are likely to be present. If you know of others, please let
me know, and/or add them to http://openstack.redhat.com/Events
If there's a meetup in your area, please consider attending. It's the
best way to find out what interesting things are going on in the larger
community, and a great way to make contacts that will help you solve
your own problems in the future.
And don't forget to blog about it, tweet about it, G+ about it.
--Rich
* Wednesday, December 17 in Austin, TX, US: CloudAustin December: The
Twelve Clouds of Christmas -
http://www.meetup.com/CloudAustin/events/212248062/
* Wednesday, December 17 in Mountain View, CA, US: A production
deployment of SaltStack 2014.7 -
http://www.meetup.com/SaltStack-user-group-Silicon-Valley/events/219088938/
* Tuesday, December 16 in Belfast, GB: DevOps Belfast - OpenStack,
building your own cloud. -
http://www.meetup.com/DevOps-Belfast/events/215956092/
* Wednesday, December 17 in Montevideo, UY: Openstack - nova boot
--flavor m1.tiny meetup0 -
http://www.meetup.com/DevOps-MVD/events/213384542/
* Thursday, December 18 in Mountain View, CA, US: Group based Policy in
OpenDaylight -
http://www.meetup.com/OpenDaylight-Silicon-Valley/events/219221090/
* Thursday, December 18 in Portland, OR, US: OSNW Birthday: Beat the
Holidays with an extra dose of knowledge -
http://www.meetup.com/OpenStack-Northwest/events/218941697/
* Wednesday, December 17 in Berlin, DE: OpenStack DACH Day 2015:
Vereinsgründung - http://www.meetup.com/openstack-de/events/219117732/
* Thursday, December 18 in Mountain View, CA, US: Online Meetup: DefCore
- making OpenStack standard and interoperable -
http://www.meetup.com/Cloud-Online-Meetup/events/219190801/
* Thursday, December 18 in New York, NY, US: "Is OpenStack ready for
Enterprises?" -
http://www.meetup.com/OpenStack-for-Enterprises-NYC/events/218900712/
* Friday, December 19 in Whittier, CA, US: Introduction to Red Hat and
OpenShift (cohost with South Bay LAJUG) -
http://www.meetup.com/Greater-Los-Angeles-Area-Red-Hat-User-Group-RHUG/ev...
* Friday, December 19 in San Francisco, CA, US: South Bay OpenStack
Meetup, Beginner track - http://www.meetup.com/openstack/events/218900735/
* Friday, December 19 in Atlanta, GA, US: OpenStack Meetup (Topic TBD) -
http://www.meetup.com/openstack-atlanta/events/218782182/
* Saturday, December 20 in Beijing, CN: SDN Tech Talk:OpenStack
Networking(Neutron) &ONOS(Open Network Operating System) -
http://www.meetup.com/sdneer/events/219249488/
* Sunday, December 21 in Beijing, CN: OpenStack技术论坛 -
http://www.meetup.com/China-OpenStack-User-Group/events/219206776/
--
Rich Bowen - rbowen(a)redhat.com
OpenStack Community Liaison
http://openstack.redhat.com/
9 years, 11 months
[Rdo-list] Neutron Problems
by brian lee
Hi Everyone,
I am having problems with my neutron setup and hopefully with your help I
can get it figured out.
I have a 4 node blade setup with two nics each, all of them running CentOS
6.6. One host is foreman, the other three are for openstack. Since foreman
is managing the blades, they have their IP addresses assigned via DHCP to
eth0.
After the install I noticed that the eth0 device was not attaching to the
br-ex device. After lots of work, I was able to get that connected using
these configs:
ifcfg-br-ex:
DEVICE="eth0"
#BOOTPROTO="dhcp"
BOOTPROTO="none"
DEVICETYPE=ovs
TYPE=OVSPort
OVS_BRIDGE=br-ex
#DHCP_HOSTNAME="openstack-1.quicksand.bitc.morphotrust.com"
#HOSTNAME="openstack-1.quicksand.bitc.morphotrust.com"
HWADDR="E4:1F:13:78:D8:90"
#IPV6INIT="yes"
MTU="1500"
#NM_CONTROLLED="yes"
NM_CONTROLLED="no"
ONBOOT="yes"
#TYPE="Ethernet"
UUID="ebd620ad-7e48-4a08-9875-c596b4c4648c"
VLAN=yes
ifcfg-eth0:
DEVICE="eth0"
#BOOTPROTO="dhcp"
BOOTPROTO="none"
DEVICETYPE=ovs
TYPE=OVSPort
OVS_BRIDGE=br-ex
#DHCP_HOSTNAME="openstack-1.quicksand.bitc.morphotrust.com"
#HOSTNAME="openstack-1.quicksand.bitc.morphotrust.com"
HWADDR="E4:1F:13:78:D8:90"
#IPV6INIT="yes"
MTU="1500"
#NM_CONTROLLED="yes"
NM_CONTROLLED="no"
ONBOOT="yes"
#TYPE="Ethernet"
UUID="ebd620ad-7e48-4a08-9875-c596b4c4648c"
VLAN=yes
I can see eth0 attached to the br-ex, along with the external router port
in ovs-vsctl show:
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port "qg-161de698-16"
Interface "qg-161de698-16"
type: internal
Port "eth0"
Interface "eth0"
Now my problem, I can not get the guest VM to talk out. It can ping to the
router port IP (10.30.1.10) but nothing past it. And from my network I can
ping to the gateway of that network (10.30.1.1).
What else should I check? I feel this is a problem with openvswitch, but I
just dont know what to look at.
Thanks for any help you can offer.
--Brian
9 years, 11 months
[Rdo-list] [RFC] RDO packaging guide DRAFT
by Alan Pevec
Hi all,
When Red Hat launched the RDO community in April 2013, we chose to
focus our energies on making an OpenStack distribution available and
encouraging a self-supporting community of users around the
distribution, related tools, and supporting documentation. With this
community now established, it is clear we need to prioritize opening
up the RDO development process. Or, to put it another way, it is time
to begin opening up the technical governance of RDO.
We want this process to be discussed and fleshed out in more detail
publicly on rdo-list(a)redhat.com and as a first step we have published
a draft of RDO Packaging guide at
http://redhat-openstack.github.io/openstack-packaging-doc/rdo-packaging.html
Please review and provide feedback, or even send pull requests.
Cheers,
Alan
9 years, 11 months
[Rdo-list] change ethernet name in answer file
by 梅磊
Hi experts,
After using RDO to deploy all in one openstack(Juno), I notice I use
the wrong Ethernet as the public interface and private interface, so can I
change the ethernet name in answer file and reinstall the openstack? Does it
will take effect?
-Best Regards
Andy
9 years, 11 months
[Rdo-list] packstack complete too fast and does not install OpenStack actually
by Zhang Zhenhua
Hi all,
I am using the latest packstack to install the OpenStack Icehouse on a
fresh installed CentOS 6.5.
The packstack complete the whole installation too fast. The setup log
actually tells me that it doesn't complete the installation actually. Any
ideas?
It's an all-in-one installation.
CONFIG_COMPUTE_HOSTS=192.168.5.51
CONFIG_NETWORK_HOSTS=192.168.5.51
cat /var/tmp/packstack/20141209-103957-LgQwiz/openstack-setup.log
...<omit N lines>...
2014-12-09 10:35:22::INFO::shell::81::root:: [192.168.5.51] Executing
script:
ip addr show dev em1 || ( echo Device em1 does not exist && exit 1 )
2014-12-09 10:35:22::INFO::shell::81::root:: [192.168.5.51] Executing
script:
ip link show up | grep "em1"
2014-12-09 10:35:22::INFO::shell::81::root:: [192.168.5.51] Executing
script:
echo $HOME
2014-12-09 10:35:22::INFO::shell::81::root:: [localhost] Executing script:
rpm -q --requires openstack-puppet-modules | egrep -v "^(rpmlib|\/|perl)"
2014-12-09 10:35:22::INFO::shell::81::root:: [localhost] Executing script:
9 years, 11 months