[Openstack] [Docs] How to find old version openstack installation docs?

2017-03-06 Thread Sam
Hi, all Q1: I fork from neutron of mitaka version, and I do some additional code on this. Then I want to install my DIY neutron into openstack. I don't know if other part of openstack like nova I used must be some old version? If it is, how could I find installation guaid of old version? Q2: I

[Openstack] What's 'mysql_secure_installation' in mitaka installation docs?

2017-03-11 Thread Sam
Hi all, https://docs.openstack.org/mitaka/install-guide-ubuntu/environment-sql-database.html I don't know what's 'mysql_secure_installation' is, could tell me please? Thank you. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/open

Re: [Openstack] What's 'mysql_secure_installation' in mitaka installation docs?

2017-03-11 Thread Sam
istrative knowledge on mysql. > > On Mar 11, 2017 13:41, "Sam" wrote: > > Hi all, > > https://docs.openstack.org/mitaka/install-guide-ubuntu/envir > onment-sql-database.html > > I don't know what's 'mysql_secure_installation' is, could tell m

[Openstack] What's this problem?

2017-03-11 Thread Sam
When I install openstack mitaka version, after this step: https://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-install.html When I run 'keystone', I got this error. Why? gateway@ubuntu-1404-64-20160922:~$ keystone -v Traceback (most recent call last): File "/usr/bin/keystone", line 6,

[Openstack] How to fix this bug?

2017-03-12 Thread Sam
Hi all, I'm installing openstack ocata version, in this step: https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-users.html I got error while run 'openstack' command: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-1ee39bdd-03b8-4ea8-9432-d0

[Openstack] How to fix this bug?

2017-03-12 Thread Sam
Hi all, I'm installing openstack ocata version, in this step: https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-users.html I got error while run 'openstack' command: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-1ee39bdd-03b8-4ea8-9432-d0

Re: [Openstack] How to fix this bug?

2017-03-12 Thread Sam
openstack.org/ocata/install-guide-ubuntu/ > keystone-install.html > > It's crucial that you set those variables to the same information you > provide to keystone in the steps listed there. > > On Sun, Mar 12, 2017 at 6:35 AM, Sam wrote: > >> Hi all, >> >> I'

Re: [Openstack] How to fix this bug?

2017-03-12 Thread Sam
Thank you all, I have solved by re-configure last 3 step in https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-users.html by adding 'sudo', then it works. It seems that I miss some step... Thank you! 2017-03-13 10:16 GMT+08:00 Mohit . : > Hello Sam, > >

[Openstack] How to find "ovs_mechanism + vxlan tanent_type_driver + L2_pop" configure steps?

2017-03-30 Thread Sam
Hi all, In openstack-ocata install docs, I only found "linux_bridge + vxlan + l2pop" configure steps, Is there "ovs+vxlan+l2pop" configure steps? Thank you~ ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : op

[Openstack] How to get all detail RPC message and detail context in neutron docs?

2017-04-05 Thread Sam
Hi all, I'm working on neutron L3 Agent and some other Agent. I found that there are lots of RPCs including RPC call and notification and lots of 'context' as bellow. But I don't know its detail context, can I get these from some docs? If there are no docs, could I get these using some debug meth

Re: [Openstack] How to get all detail RPC message and detail context in neutron docs?

2017-04-05 Thread Sam
Thank you all. For 'context', I got it. For RPCs, is there some document or blog or some debug method to get its detal contains in neutron L3 Agent? 2017-04-06 9:33 GMT+08:00 김기석 [Kiseok Kim] : > Hi Sam, > > > > that 'context' is olso_context and neut

Re: [Openstack] How to get all detail RPC message and detail context in neutron docs?

2017-04-05 Thread Sam
For example, detail of the messages of topics.L3_AGENT 2017-04-06 9:38 GMT+08:00 Sam : > Thank you all. > > For 'context', I got it. > For RPCs, is there some document or blog or some debug method to get its > detal contains in neutron L3 Agent? > > 2017-04-06

Re: [Openstack] How to get all detail RPC message and detail context in neutron docs?

2017-04-06 Thread Sam
Thank you, use debug option will also help us to get detail of RPC message, good luck~ 2017-04-06 14:20 GMT+08:00 김기석 [Kiseok Kim] : > Sam, > > > > I have no idea whether or not the document exists. (I want to read too) > > > > about L3 RPC messages(L3_AGENT

[Openstack] can not access vm via vnc(grizzly)

2013-07-29 Thread sam lee
Hi all, I am installing openstack grizzly on redhat 6.4. when I created a instances successfully and tried to access it via vnc, it had no response. the log file xvpvncproxy.log shows an error as below: Host: 172.16.2.91:6081 Referer: http://172.16.2.91/dashboard/project/instances/e1f21e

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-29 Thread sam lee
yes. 2013/7/29 Mahardhika > Does the nova novnc start well? > > On 7/29/2013 2:14 PM, sam lee wrote: > > Hi all, > > I am installing openstack grizzly on redhat 6.4. when I created > a instances successfully and tried to access it via vnc, it had no

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-29 Thread sam lee
7/29/2013 2:53 PM, sam lee wrote: > > yes. > > > 2013/7/29 Mahardhika > >> Does the nova novnc start well? >> >> On 7/29/2013 2:14 PM, sam lee wrote: >> >> Hi all, >> >> I am installing openstack grizzly on redhat 6.4. when I

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-29 Thread sam lee
No application listening 5900 on compute node. 2013/7/30 Mahardhika > You should check on machine that running compute node (nova-compute), it > will be /qemu-system-x > > #netstat -tulpn > > On 7/30/2013 9:52 AM, sam lee wrote: > > I doesn't find any appli

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-30 Thread sam lee
e_url = > http://xxx.xxx.xxx.xxx:6080/vnc_auto.html in the nova.conf. > then you can try to open the url in the browser like google chrome of > firefox(html5/websocket should be supported). > the vnc console will be open if there is no error. > > > 2013-07-29 >

Re: [Openstack] can not access vm via vnc(grizzly)

2013-07-30 Thread sam lee
> > 2013-07-30 > -- > Wangpan > ------ > *发件人:*sam lee > *发送时间:*2013-07-30 11:23 > *主题:*Re: [Openstack] can not access vm via vnc(grizzly) > *收件人:*"Mahardhika" > *抄送:*"Wangpan","openstack"< > o

[Openstack] Ceilometer and notifications

2013-07-31 Thread Sam Morrison
? Guess I'm just wondering what is the expected behaviour. Currently I have to keep manually purging the notification queues in rabbit admin. I was expecting ceilometer to consume these messages. Cheers, Sam ___ Mailing list: http://lists.openstac

Re: [Openstack] instances can not get fix ip

2013-07-31 Thread sam lee
admin_tenant_name = service admin_user = quantum admin_password = password signing_dir = /var/lib/quantum/keystone-signing 2013/8/1 Guilherme Russi > Hello Sam, > > How is your quantum.conf configuration? I had this problem when I started > with openstack, let's see if I can help

[Openstack] instances can not get fix ip

2013-07-31 Thread sam lee
Hi all: I installed a three node openstack grizzly on rhel6.4, I can launch a instances successfully. but the instances can not get fix ip. [root@controller ~]# quantum router-list +--+---+

Re: [Openstack] Ceilometer and notifications

2013-07-31 Thread Sam Morrison
ckets storage.objects storage.objects.containers storage.objects.incoming.bytes storage.objects.outgoing.bytes storage.objects.size vcpus Have all those settings set. (should note that I'm using stable/grizzly) Cheers, Sam On 01/08/2013, at 11:45 AM, Sandy Walsh wrote: > You

Re: [Openstack] Ceilometer and notifications

2013-08-01 Thread Sam Morrison
On 01/08/2013, at 5:46 PM, Julien Danjou wrote: > On Thu, Aug 01 2013, Sam Morrison wrote: > >> image.download >> image.serve >> image.size >> storage.objects.incoming.bytes >> storage.objects.outgoing.bytes > > These come from notifications only. O

Re: [Openstack] instances can not get fix ip

2013-08-01 Thread sam lee
auth_protocol = http > admin_tenant_name = service > admin_user = quantum > admin_password = password > signing_dir = /var/lib/quantum/keystone-signing > > And when you created an internal network, you used the script at the > openstack document? I have problems with that script and I h

Re: [Openstack] Error: quantum-l3-agent dead but pid file exists

2013-08-04 Thread sam lee
check logs in /var/log/messages 2013/8/5 Rimma I. > Hi, > > On Grizzly OS deployment running on CentOS 6.4 quantum-l3-agent fails > to start with service status: quantum-l3-agent dead but pid file > exists. > > It was running fine originally but then I noticed that some namespaces > failed to g

Re: [Openstack] OpenStack and its brilliant future with IPv6 and, we don't need...

2013-08-12 Thread Sam Stoelinga
The last one about multi_host seems weird. The instances still need a gateway in the end, so if you don't use multi_host, that gateway is a single host and if you enable multi_host, the gateway is the host, that is running the instances. With ipv6 you would still not want a single host as gateway,

[Openstack] Unable to reconnect to rabbitMQ in Folsom when rebooting

2013-08-29 Thread Sam Stoelinga
ce.py:558 2013-08-29 15:39:19 27818 INFO nova.openstack.common.rpc.common [-] Reconnecting to AMQP server on 172.16.200.1:5672 2013-08-29 15:39:19 27818 INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on 172.16.200.1:5672 Anybody any suggestions on where to look or any hot fixes

Re: [Openstack] Unable to reconnect to rabbitMQ in Folsom when rebooting

2013-08-29 Thread Sam Stoelinga
Thanks a lot Jay! Exactly what I was looking for. Will take a look at the bug. My colleague fixed it by creating a periodic task which forces the queues to be declared. But we are not sure if there are consequences other than it being not so nice. Sam On Thu, Aug 29, 2013 at 2:12 PM, Jay Pipes

[Openstack] openstack instance does not make use of all of disk space of flavor

2013-09-14 Thread sam lee
I have created a new instance with Ubuntu 11.10 with 80G disk space, but when I log into the instance and execute "df -h" the space show as attached dfh.png. and the output of "fdisk -l" as fdisk.png. I want vda taking all of the space and do two steps as below: 1. fdisk /dev/vda, and create a e

Re: [Openstack] openstack instance does not make use of all of disk space of flavor

2013-09-15 Thread sam lee
@laclasse, @Ritesh, thanks for the help. I will try right now. @laclasse, I am quite a newbe for openstack, and ubuntu 11.10 is just for test. 2013/9/16 laclasse > @sam lee, if I understand properly > > you are talking about a custom Ubuntu image you created? IIRC all Ubuntu &

[Openstack] [nova] running icehouse computes under juno

2015-01-06 Thread Sam Morrison
ffdbd0-fbcd-426d-adc5-9f02e1104652 None] Call to backport Service(availability_zone=,binary='nova-compute',compute_node=ComputeNode(2),created_at=2015-01-06T03:33:50Z,deleted=False,deleted_at=None,disabled=False,disabled_reason=None,host='nova-compute-i2',id=8,report_count=6911,to

Re: [Openstack] [nova] running icehouse computes under juno

2015-01-07 Thread Sam Morrison
has changed a lot so I don’t know if this has been fixed here. I’m wondering if my patches can be applied straight to Juno? [2],[3] Cheers, Sam [0] https://bugs.launchpad.net/nova/+bug/1408496 <https://bugs.launchpad.net/nova/+bug/1408496> [1] https://bugs.launchpad.net/nova/+bug/1408

[Openstack] [Neutron] QoS bandwidth rate limit a gateway port created by a Neutron virtual router

2015-01-08 Thread Sam Stoelinga
Hi, I am trying to rate limit a port which is the gateway of a Neutron virtual router without success. I have created a virtual router with 2 ports: ip netns exec qrouter-6a080f37-4da0-4646-ad36-062b748d15be ip a 10: qg-4bda7108-d2: mtu 1500 qdisc noqueue state UNKNOWN link/ether fa:16:3e:95

Re: [Openstack] Running multiple nova-cells

2015-02-18 Thread Sam Morrison
I suggest you read the docs, these questions are answered there. Thanks, Sam > On 5 Feb 2015, at 6:40 pm, raghavendra@accenture.com wrote: > > Hi Sam, > > I am able to run the nova DB sync however it gives error and is not able to > sync with (nova) 8774. > Let

[Openstack] [Ceilometer] v2 pecan api with uwsgi

2015-05-03 Thread Sam Morrison
? Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] How do I configure Openstack for JBOD disk configuration suitable for Hadoop?

2015-05-09 Thread Sam Stoelinga
I am experimenting with an approach. My current plan is to run Cinder LVM on the compute node and attach block device of the local cinder LVM backend directly to the VM. The cinder LVM backend would be a VG span across JBOD disks. Anybody ever tried this? Are there any special directive required s

Re: [Openstack] How do I configure Openstack for JBOD disk configuration suitable for Hadoop?

2015-05-10 Thread Sam Stoelinga
Update it seems the Cinder BlockDeviceDriver may be better: https://wiki.openstack.org/wiki/BlockDeviceDriver Related article by somebody else: http://cloudgeekz.com/71/how-to-setup-openstack-to-use-local-disks-for-instances.html On Sun, May 10, 2015 at 2:14 PM, Sam Stoelinga wrote: > I

[Openstack] What code structure is recommended for a Neutron plugin( L2 and L3)?

2015-06-15 Thread Sam Su
wrong, what is a neutron plugin code structure? Any help will be much appreciated! Thanks, Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http

Re: [Openstack] How should an instance learn what tenant it is in?

2015-06-16 Thread Sam Su
Did you tried to get the tenant info from the nova API? -Original Message- From: Andrew Bogott [mailto:abog...@wikimedia.org] Sent: Tuesday, June 16, 2015 6:46 PM To: openstack@lists.openstack.org Subject: [Openstack] How should an instance learn what tenant it is in? I have many us

[Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-18 Thread Sam Stoelinga
is no official documentation yet other than 2 out of date wiki pages. I would like take the content of my blog post to official OpenStack docs if you guys/girls think it's useful for the broader audience. Regards, Sam Stoelinga ___ Mailing

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-19 Thread Sam Stoelinga
eth3/device/sriov_numvfs on a mellanox card? This way we don't have to write vendor specific docs on enabling VFs :) When using modprobe ixgbe max_vfs=7 it tells you that using max_vfs is deprecated and that the pci sys interface should be used. That's how I found out about this. On Sun, J

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-19 Thread Sam Stoelinga
You can do this by making the network that you want to be shared between tenants shared. Both the UI or via CLI support this: neutron net-create --shared public-net or for existing network neutron net-update --shared public-net Sam Stoelinga On Mon, Jul 20, 2015 at 12:30 PM, Priyanka wrote

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Sam Stoelinga
she Levi wrote: > > > > -Original Message- > > From: Andreas Scheuring [mailto:scheu...@linux.vnet.ibm.com] > > Sent: Monday, July 20, 2015 10:04 AM > > To: Moshe Levi > > Cc: Sam Stoelinga; openstack@lists.openstack.org > > Subject: Re: [Openstac

Re: [Openstack] Internet connectivity to a new user's VM

2015-07-20 Thread Sam Stoelinga
, Priyanka wrote: > Hi Sam, > > Thanks. So once the external network is shared I need to add an interface > to the existing router to add the new subnet I will create for the new > user similar to demo-subnet for demo user? > > Thanks, > > Priyanka > > >

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-20 Thread Sam Stoelinga
/+bug/1476242 will move forward if bug get's consensus that content is ok to be added to networking guide. Sam On Mon, Jul 20, 2015 at 6:56 PM, Moshe Levi wrote: > Hi, > > I have update the SR-IOV wiki > https://wiki.openstack.org/wiki/SR-IOV-Passthrough-For-Networking > Let

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-24 Thread Sam Stoelinga
Yes I'm considering writing it as a plugin for Fuel, but did not have time yet to do so. I miss writing code so hopefully I can make some time for it :P On Fri, Jul 24, 2015 at 3:13 PM, Mike Scherbakov wrote: > Hi Sam, > very well & easy to read blog post. Did you consider

Re: [Openstack] possible to PXE-boot an instance from another instance?

2015-08-09 Thread Sam Stoelinga
ernatively you can disable ARP spoofing for a specific neutron port with `neutron port-update $port_id --allowed_address_pairs list=true type=dict ip_address=0.0.0.0/0` - Enabling cloud-init in your images that you're booting via PXE server. (May be optional but recommended) Regards

[Openstack] [Neutron][Murano] OpenWRT openstack image ready for download and usage

2015-08-11 Thread Sam Stoelinga
I created an OpenWRT image based on dtroyers blog post. Download here: https://github.com/samos123/openstack-openwrt-image/releases/download/0.1/openwrt-x86-kvm_guest-combined-ext4.img Github repo which I will try to maintain with latest builds of OpenWRT for OpenStack: https://github.com/samos123/

Re: [Openstack] Please help!!!!Openvswitch attacked by ICMP!!!!!!!

2015-09-17 Thread Sam Stoelinga
scenario: http://docs.openstack.org/networking-guide/scenario_provider_ovs.html Sam On Sep 18, 2015 10:27 AM, "applyhhj" wrote: > Thank you for your reply. One more thing, I actually use "dhclient br-ex" > to get ip from dhcp server of our campus network. Is it ok to do

[Openstack] Unable to receive but able to sent packets from VM on compute

2015-09-22 Thread Sam Stoelinga
1.138, length 46 08:01:51.346561 ARP, Request who-has 192.168.111.112 tell 192.168.111.136, length 46 08:01:51.967905 ARP, Request who-has 192.168.111.122 tell 192.168.111.3, length 28 Thanks, Sam Stoelinga ___ Mailing list: http://lists.openstack.org/cgi-b

Re: [Openstack] Unable to receive but able to sent packets from VM on compute

2015-09-22 Thread Sam Stoelinga
lass/net/eth3/device/sriov_numvfs On Tue, Sep 22, 2015 at 4:47 PM, Nasir Mahmood wrote: > try this > > http://2014.texaslinuxfest.org/sites/default/files/HopkinsPPTdeck.pdf > > On Tue, Sep 22, 2015 at 1:16 PM, Sam Stoelinga > wrote: > >> Hi all, >> >> Would ap

[Openstack] six dependencies for nova and keystone client

2013-10-16 Thread Sam Morrison
It looks like there is an issue with six with havana nova (milestone-proposed). Nova has: six<1.4.0 python-keystoneclient>=0.3.2 Latest keystoneclient (0.4.1) has: six>=1.4.1 Does nova need to require an older version of keystoneclient? Downgrading to 0.3.2 will fix it. Ch

[Openstack] Is there any way to extend the ip address of subnet?

2013-11-06 Thread Sam Lee
Hi All, I have created a subnet with 10 ips. But now I need more than ten instances, is there any way to extend the subnet to add ip address? eg: I have ten ips as following: 172.16.2.210 ~ 172.16.2.220 I want to add 20 more ips, and so the

Re: [Openstack] Is there any way to extend the ip address of subnet?

2013-11-07 Thread Sam Lee
/11/8 Robert Collins > I've reopened https://bugs.launchpad.net/neutron/+bug/572 as you > say it should be supported :) > > On 7 November 2013 22:28, Aaron Rosen wrote: > > Hi Sam, > > > > Unfortunately we do not support updating the allocation-pools on

Re: [Openstack] Is there any way to extend the ip address of subnet?

2013-11-10 Thread Sam Lee
*Hi Dmitry,* * I must use a ip such as 172.16.X.X, because this is used for my floatingip.* 2013/11/8 Dmitry Mescheryakov > Sam, > > 172.16.2.0/24 is part of 172.16.0.0/16 network. I guess that is why > Neutron does not allow creating that second network. > >

Re: [Openstack] Announcement of System Compass Golden Image and Code Base

2014-01-15 Thread Sam Su
Congratulations! On Wed, Jan 15, 2014 at 3:05 PM, Yang Shuo (Shuo) wrote: > Dear Stackers, > > > > We gave a talk during last OpenStack summit held in HongKong about our > System Compass, a tool we initially developed to facilitate our internal > OpenStack deployment, an MVP for ourselves (btw

[Openstack] LXC and block device mappings at boot

2014-01-15 Thread Sam Morrison
/libvirt/blockinfo.py there are a few “if lxc” do something different so I’m thinking this isn’t supported yet? Any ideas would be great. We’re trying to set up trove for our environment and this is needed to get it working. Cheers, Sam ___ Mailing list

[Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-16 Thread Sam Morrison
File "/opt/nova/nova/openstack/common/rpc/amqp.py", line 539, in __iter__ raise result RemoteError: Remote error: UnsupportedRpcVersion Specified RPC version, 1.62, not supported by this endpoint. (also note that this is hard coded to use conductor so if you don’t use conductor

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-19 Thread Sam Morrison
is at https://github.com/NeCTAR-RC/nova/commits/nectar/havana-icehouse-compat The last three commits are the fixes needed. I still need to push up the unlocking one and also a minor fix for metadata syncing with deleting and notifications. Would love to get the obje

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-23 Thread Sam Morrison
branch or else cells is doing something different when it comes to objects. I don’t think it is a cells issue though as debugging it, it seems like it just can’t back port a 1.13 object to 1.9. Cheers, Sam On 23 Apr 2014, at 1:01 am, Chris Behrens wrote: > > On Apr 19, 2014, at 11:08 P

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-24 Thread Sam Morrison
Hey Chris, On 24 Apr 2014, at 4:28 pm, Chris Behrens wrote: > On Apr 23, 2014, at 6:36 PM, Sam Morrison wrote: > >> Yeah I’m not sure what’s going on, I removed my hacks and tried it using the >> conductor rpcapi service and got what I think is a recursive call in

Re: [Openstack] [nova] Havana -> Icehouse upgrades with cells

2014-04-24 Thread Sam Morrison
On 25 Apr 2014, at 12:30 am, Chris Behrens wrote: >>> So, does your nova-conductor not have object version 1.13? As I was trying >>> to get at in a previous reply, I think the only way this can possibly work >>> is that you have Icehouse nova-conductor running in ALL cells. >> >> OK so in my

[Openstack] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Sam Stoelinga
owing threads but they said that this should be fixed and working in Havanna: http://www.gossamer-threads.com/lists/openstack/operators/25979 http://www.gossamer-threads.com/lists/openstack/operators/25632 Thanks! Sam ___ Mailing list:

Re: [Openstack] Boot from Volume stuck at Booting from hard disk

2014-05-09 Thread Sam Stoelinga
x, and > was fixed in the Havana release 2013.2.3. > > Cheers, > Robert van Leeuwen > > > > -- > *From:* Sam Stoelinga [sammiest...@gmail.com] > *Sent:* Friday, May 09, 2014 10:13 AM > *To:* openstack@lists.openstack.org > *Subject:* [Opens

[Openstack] Renewing keystone signing certs

2014-06-22 Thread Sam Morrison
valid? Anyone else done this and have thoughts? Cheers, Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo

Re: [Openstack] Renewing keystone signing certs

2014-06-22 Thread Sam Morrison
:28 pm, Sam Morrison wrote: > Our signing certificate is due to expire in a couple of weeks. > > I’m trying to figure out the best way to replace it with a new one. > > I have the new one signed by the same CA but I’m a little unsure of the > workflow to replace it. If I sw

Re: [Openstack] Renewing keystone signing certs

2014-06-23 Thread Sam Morrison
downloaded a new one every 7 days or so would suffice. Cheers, Sam On 24 Jun 2014, at 6:23 am, Adam Young wrote: > On 06/23/2014 03:28 PM, Adam Young wrote: >> On 06/23/2014 02:38 AM, Sam Morrison wrote: >>> OK this is looking really scary, (unless I’m missing something…..) >

Re: [Openstack] Renewing keystone signing certs

2014-06-25 Thread Sam Morrison
On 25 Jun 2014, at 9:05 am, Adam Young wrote: > On 06/23/2014 07:37 PM, Sam Morrison wrote: >> Hi Adam, >> >> Thanks for the advice, I’ve tested it out and it is possible to switch over >> pretty seamlessly. >> >> Here is what I did (spelt out in full

[Openstack] Glance performance v1 vs v2

2014-06-25 Thread Sam Morrison
for both v1 and v2 requests too. Also just wondering if people are actually using v2? For instance from what I can tell you can’t create an image with v2 via the client yet [1] Cheers, Sam [1] https://bugs.launchpad.net/python-glanceclient/+bug/1302351

Re: [Openstack] Glance performance v1 vs v2

2014-06-26 Thread Sam Morrison
v1. Hopefully as more people start to look at v2 we can iron out some of these issues. Cheers, Sam On 25 Jun 2014, at 10:54 pm, stuart.mcla...@hp.com wrote: > Hi Sam, > > We're just starting to look at v2. > > We did see some really slow listing be

[Openstack] nova-network issues

2014-08-06 Thread Sam Lee
Hi All, I set up an openstack all-in-one environment with nova-network. I create a network 172.16.10.0/24 which is the same as the real local area network. When I create an instances, The local area network can not work correctly sometimes. I used arping command and found the

[Openstack] RabbitMQ issues since upgrading to Icehouse

2014-08-25 Thread Sam Morrison
but just thought I’d mention it here too. We have have a setup that includes icehouse computes and havana computes in the same cloud and we only see this on the icehouse computes. This is using Trusty and RabbitMQ 3.3.4 Has anyone seen anything like this too? Thanks, Sam

Re: [Openstack] [Openstack-operators] RabbitMQ issues since upgrading to Icehouse

2014-09-02 Thread Sam Morrison
Hi Abel, We were running Havana on Precise before. We moved to Icehouse on Trusty. So new kombu etc. too. We also moved to new rabbit servers so all the queues were fresh etc. Joe: Yeah we have metadata_workers set to 2 also, a little gotcha for the icehouse upgrade. Cheers, Sam On 3 Sep

Re: [Openstack] [Openstack-operators] RabbitMQ issues since upgrading to Icehouse

2014-09-02 Thread Sam Morrison
ave 160 * 64 core compute nodes you all of a sudden have a *lot* more api-metadata workers...) Sam On 3 Sep 2014, at 3:20 pm, Tim Bell wrote: > What was the problem with metadata workers set to 2 ? > > Tim > >> -Original Message- >> From: Sam Morrison

[Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-09 Thread Sam Stoelinga
ple I used a private ip space, but in the actual lab environment I am using a public internet routable ipv4 addresses as floating ip, hence the restriction and fragmentation of the ip range. Regards, Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/ma

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
gt; Sławek Kapłoński > sla...@kaplonski.pl > > Dnia środa, 10 września 2014 14:26:15 Sam Stoelinga pisze: > > Hi, > > > > How can I setup neutron so that it supports a range of fragmented ips > > within a subnet? Version: Icehouse > > > > For example

[Openstack] Fwd: [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
-- Forwarded message -- From: Sam Stoelinga Date: Fri, Sep 12, 2014 at 11:37 AM Subject: Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips To: Sławek Kapłoński Cc: "openstack@lists.openstack.org" TLDR I fixed it by manually changing dat

[Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-22 Thread Sam Lee
I set up an openstack environment using nova-network with multi_host mode. created network info as below, root@ubuntu:~# nova network-show e77b754d-5a89-41fd-8c82-69051e69c4ed +-+--+ | Property| Value

Re: [Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-23 Thread Sam Lee
*Best Regards!* > > > *Chao Yan--**My twitter:Andy Yan @yanchao727 > <https://twitter.com/yanchao727>* > > > *My Weibo:http://weibo.com/herewearenow > <http://weibo.com/herewearenow>--* > > 2014-09-23 15:13 GMT+08:00 Sam Lee : > >> I am

Re: [Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-23 Thread Sam Lee
ght? > > > *Best Regards!* > > > *Chao Yan--**My twitter:Andy Yan @yanchao727 > <https://twitter.com/yanchao727>* > > > *My Weibo:http://weibo.com/herewearenow > <http://weibo.com/herewearenow>--* > > 2014-09-23 14:33 GMT+08:00 Sam Lee

Re: [Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-23 Thread Sam Lee
@yanchao727 > <https://twitter.com/yanchao727>* > > > *My Weibo:http://weibo.com/herewearenow > <http://weibo.com/herewearenow>--* > > 2014-09-23 15:21 GMT+08:00 Sam Lee : > >> I have tracked the packets using tcpdump, and it shows that the eth0

Re: [Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-23 Thread Sam Lee
o.com/herewearenow > <http://weibo.com/herewearenow>--* > > 2014-09-23 15:51 GMT+08:00 Sam Lee : > >> I think routing is in step 4。 The packet shoule be processed by eth1 >> based on routing table. in fact eth0 process it. this is what I am puzzled >> >> 2014-0

Re: [Openstack] can anybody help to explain how the packet of ping shoule be forwarded from vm

2014-09-23 Thread Sam Lee
I think routing is in step 4。 The packet shoule be processed by eth1 based on routing table. in fact eth0 process it. this is what I am puzzled 2014-09-23 15:47 GMT+08:00 Sam Lee : > Can you explain it more detail? when the routing table is used? > > 2014-09-23 15:39 GMT+08:00 严超

[Openstack] [Neutron] Current state of dynamic routing

2014-11-20 Thread Sam Stoelinga
Hi all, What's the current state of Dynamic routing in neutron? Is it supported by any vendor / plugin? Seems development was halted: https://review.openstack.org/#/q/topic:bp/bgp-dynamic-routing,n,z https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam Thanks

Re: [Openstack] [openstack][glance][swift-backend][icehouse]

2014-11-25 Thread Sam Morrison
You should be able to set glance to chuck the image when it is over a certain size. The default is to chuck into 200MB objects when the image os over 5GB (5GB is also the default max object size in swift) Sam > On 26 Nov 2014, at 2:15 am, Chinasubbareddy M > wrote: > > Hi,

[Openstack] [oslo] Issues with pbr when building custom packages

2016-06-08 Thread Sam Morrison
g wrong? We build packages based on git versions so I want to keep the hash in there. Thanks, Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.op

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-08 Thread Sam Morrison
> On 8 Jun 2016, at 10:51 PM, Doug Hellmann wrote: > > Excerpts from Sam Morrison's message of 2016-06-08 16:59:37 +1000: >> We have been building our own packages for a few years now and I’ve just >> started to build packages for liberty. >> >> I got a

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-08 Thread Sam Morrison
> On 9 Jun 2016, at 8:16 AM, Sam Morrison wrote: > > > >> On 8 Jun 2016, at 10:51 PM, Doug Hellmann wrote: >> >> Excerpts from Sam Morrison's message of 2016-06-08 16:59:37 +1000: >>> We have been building our own packages for a few years now and

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-08 Thread Sam Morrison
> On 9 Jun 2016, at 10:06 AM, Doug Hellmann wrote: > > Excerpts from Sam Morrison's message of 2016-06-09 08:16:11 +1000: >> >>> On 8 Jun 2016, at 10:51 PM, Doug Hellmann wrote: >>> >>> Excerpts from Sam Morrison's message of 2016-06-0

[Openstack] [Tempest] Small Portable Downloadable Tempest Image for offline use

2016-06-12 Thread Sam Stoelinga
f the existing tempest images weren't being updated actively. I've integrated travis CI and will set it up to trigger a nightly build of latest Tempest master branch such that the image always stays up to date. Regards, Sam Stoelinga ___ Mai

Re: [Openstack] [oslo] Issues with pbr when building custom packages

2016-06-14 Thread Sam Morrison
Hi Jeremy, Setting the environment variable still doesn’t work as it is still required to meet the PBR standard. It would be great to fix the docs and get PBR to follow PEP440 if that is intended. Eg. I should be able to set a version like 12.0.3.post74+gea340da Thanks, Sam > On 10

Re: [Openstack] SRIOV and BOND

2016-07-10 Thread Sam Stoelinga
If you're using PCI passhtrough with direct passthrough you shouldn't be hit by ARP spoofing protection so even though it assigns an IP you could in theory use any IP. If you need to allow a single IP to be allowed on multiple ports you can use allowed address pairs functionality. From what I under

Re: [Openstack] [Ceilometer]

2016-11-14 Thread Sam Lee
You can not get memory.usage meter from cirros images. 2016-11-10 15:27 GMT+08:00 Ja. C.A. : > What's your pipeline.yaml? > > > On 10/11/16 00:17, Rodrigo Moreira wrote: > > Please I need help. > > Ceilometer don't show cpu_usage meters. > > Best Regards > > On Fri, Nov 4, 2016 at 11:04 PM, Rodri

[Openstack] Gnocchi sizing on production

2016-12-27 Thread Sam Huracan
Hi, I'm testing gnocchi on lab and realizing it drains CPU and RAM too much. Do you have a recommendtion for sizing Gnocchi Server configuration? Thanks and regards, Sam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/open

[Openstack] Mitaka - Unable to attach volume to VM

2017-02-09 Thread Sam Huracan
Hi guys, I meet this issue when deploying Mitaka. When I attach LVM volume to VM, it keeps state "Attaching". I am also unable to boot VM from volume. This is /var/log/nova/nova-compute.log in Compute node when I attach volume. http://paste.openstack.org/show/598282/ Mitaka version: http://prnts

Re: [Openstack] [openstack-dev] Mitaka - Unable to attach volume to VM

2017-02-09 Thread Sam Huracan
nova contact to cinder for volume, but nova log still returns "VolumeNotFound", can't understand. http://paste.openstack.org/show/598332/ cinder-scheduler.log and cinder-volume.log do not have any error and attaching log. 2017-02-10 10:16 GMT+07:00 Sean McGinnis : > On Fri, Feb

[Openstack] Ceilometer event-list empty

2017-02-14 Thread Sam Huracan
Hi, I'm unable to show event-list of ceilometer, meanwhile meter-list has data. Ceilometer log does not any "ERROR". My ceilometer.conf: http://paste.openstack.org/show/598925/ My ceilometer version: http://prntscr.com/e8wob6 I'm using OpenStack Mitaka. But, with another system installing Gnocch

[Openstack] Fwd: [openstack-dev] Ceilometer event-list empty

2017-02-15 Thread Sam Huracan
-- Forwarded message -- From: Sam Huracan Date: 2017-02-16 9:27 GMT+07:00 Subject: Re: [openstack-dev] Ceilometer event-list empty To: "OpenStack Development Mailing List (not for usage questions)" < openstack-...@lists.openstack.org> Hi Gordon, I check m

Re: [Openstack] [openstack-dev] Ceilometer event-list empty

2017-02-17 Thread Sam Huracan
ier:// and - notifier://?topic=event to config, all things operate accurately as they must to do. :) Thank you 2017-02-16 19:46 GMT+07:00 gordon chung : > > > On 15/02/17 09:27 PM, Sam Huracan wrote: > > > > I check mongodb has event collection, but it is empty > > http://pr

  1   2   >