[Openstack] [PackStack][Neutron] How to configure for external network

2018-11-03 Thread Soheil Pourbafrani
Hi, I installed PackStack on two nodes, one as Controller and Network, the other as the Compute Node. After installation, I created a new br-ex interface and I did OVS settings. I also define two internal and external network (flat) and router and interfaces. The internal network range IP is not a

Re: [Openstack] [PackStack][Neutron] How to configure for external network

2018-11-04 Thread Soheil Pourbafrani
Thanks a lot. On Sun, Nov 4, 2018 at 1:59 PM Slawomir Kaplonski wrote: > Hi, > > > Wiadomość napisana przez Soheil Pourbafrani w > dniu 04.11.2018, o godz. 11:10: > > > > Thanks, > > > > Actually, I created a vxlan network and define the internal networ

[Openstack] [PackStack][Neutron] openvswitch error - Port not present in bridge br-int

2018-11-04 Thread Soheil Pourbafrani
Hi, I have 2 node packsack. One as controller and network, the other as compute. I created a flat external network to connect external provider network. When I lunch instance using that I got the error: openvswitch error - Port not present in bridge br-int The output of the ovs-vsctl show in compu

[Openstack] [PackStack][Neutron] erro port no present in bridge br-int

2018-11-06 Thread Soheil Pourbafrani
Hi, I initilize an instance using a defined flat network and I got the error: port no present in bridge br-int I have a 2 node deployment (controller + network, compute). The output of the command ovs-vsctl show is *On the network node* d3a06f16-d727-4333-9de6-cf4ce3b0ce36 Manager "ptcp:6640

Re: [Openstack] [PackStack][Neutron] erro port no present in bridge br-int

2018-11-07 Thread Soheil Pourbafrani
orresponding bridge_mapping entry and you also > need to create a corresponding bridge in advance. > > > > > > 2018年11月6日(火) 21:31 Soheil Pourbafrani soheil.i...@gmail.com>>: > > > > Hi, I initilize an instance using a defined flat network and I got > the e

Re: [Openstack] [PackStack][Neutron] erro port no present in bridge br-int

2018-11-07 Thread Soheil Pourbafrani
f on node2, then you should have the same in the nova.conf. > > Kind regards, > Laszlo > > > On 11/7/18 2:52 PM, Soheil Pourbafrani wrote: > > Thanks. In one node installation no error happened but in two node > installation, I got the error. So I guess the answer of Lasz

[Openstack] [PackStack][Cinder] On which node OpenStack store data of each instance

2018-11-12 Thread Soheil Pourbafrani
Hi, My question is does OpenStack store volumes somewhere other than the compute node? For example in PackStack on two nodes, one for controller and network and the other for compute node, the instance's volumes will be stored on the controller or on compute? __

[Openstack] [PackStack][cinder, nova] How to create ephemeral instance from volume

2018-11-13 Thread Soheil Pourbafrani
Hi, I have some volumes with a snapshot of each. I was wondering is it possible to create a new instance with the only ephemeral disk (not root disk) from them. Actually, I didn't want to create volume for new instances. Thanks ___ Mailing list: http://

[Openstack] How to detach Image from instance

2018-11-13 Thread Soheil Pourbafrani
Hi, I lunch an instance using CentOS ISO image and install it on ephemeral disk (no volume created). So after finishing the installation, I rebooted the instance, *but it boot the CentOS image, again. *While on the path /var/lib/nova on the compute node I can see a disk for the instance is created

[Openstack] [PackStack][Cinder]Save Volumes in The Compute nodes

2018-11-16 Thread Soheil Pourbafrani
Hi, I have 8 servers with just local HDD disk. I want to use one server as the controller and network node and the other (7 servers) as the compute node. I was wondering if it's possible to install PackStack that every compute node to store its volumes in it's HDD local disk? (I guess the Cinder s

[Openstack] [OpenStack][Compute-Neutron] Is it possible to create flat network from different NICs

2018-11-21 Thread Soheil Pourbafrani
Hi, I installed OpenStack on One node (for test) and creating a flat external network I could connect VMs to the provider network (internet). In the production environment, we have 4 NIC on each server and each server (compute node) will run 4 instances. My question is, is it possible to create a

Re: [Openstack] [OpenStack][Compute-Neutron] Is it possible to create flat network from different NICs

2018-11-21 Thread Soheil Pourbafrani
each of > them and agent will know which bridge should be used for ports from each > network. > It is described e.g. in [1]. > > [1] > https://ask.openstack.org/en/question/94206/how-to-understand-the-bridge_mappings/?answer=94230#post-id-94230 > > > Wiadomość napisana prz

Re: [Openstack] [PackStack][Cinder]Save Volumes in The Compute nodes

2018-11-22 Thread Soheil Pourbafrani
ters.html > . > > Here a tip: > https://ask.openstack.org/en/question/92001/cinder-lvm-volume-local-to-instance/ > > Bernd > > On Nov 17, 2018, at 8:38, Soheil Pourbafrani > wrote: > > Hi, > I have 8 servers with just local HDD disk. I want to use one server as the &

[Openstack] [OpenStack][Glance]Getting instance snapshot result in size 0 byte

2018-11-23 Thread Soheil Pourbafrani
Hi, I have many instances running on OpenStack and I wanted to export them. So I create a snapshot of an instance and it results in a new record in images in the format of Qcow2 and size of 0 bytes! It just created a volume snapshot of the instance, too. I tried with both command line and horizon

[Openstack] [OpenStack][Keystone] the controller is node listening on port 5000

2018-11-24 Thread Soheil Pourbafrani
Hi, I installed keystone step by step according to the OpenStack Doc but the http server is not listening on the port 5000! The only difference is my hostname (address) is "controller.a.b" instead of "controller". In ver

[Openstack] [OpenStack][Cinder] Config Volumes to Store on Compute nodes

2018-11-25 Thread Soheil Pourbafrani
Hi, I want to configure cinder to store Volumes on the Compute nodes. I know I should use the InstanceLocalityFilter. Suppose we have one Controller and two Compute node, should I install the Cinder on each node (Controller and Compute)? I will be appreciated if you suggest me any instruction abo

[Openstack] [OpenStack][Cinder]How config cinder.conf [nova] part for InstanceLocalityFilter

2018-11-25 Thread Soheil Pourbafrani
Hi, I want to enable InstanceLocalityFiletr for the Cinder. I set scheduler_default_filters = AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter,InstanceLocality But the document said we should specify an account with privileged rights for Nova in Cinder configuration (configure a keystone

Re: [Openstack] [PackStack][Cinder]Save Volumes in The Compute nodes

2018-11-26 Thread Soheil Pourbafrani
ocs.openstack.org/cinder/latest/configuration/block-storage/scheduler-filters.html >> . >> >> Here a tip: >> https://ask.openstack.org/en/question/92001/cinder-lvm-volume-local-to-instance/ >> >> Bernd >> >> On Nov 17, 2018, at 8:38, Soheil Pourbafrani

[Openstack] [OpenStack][cinder]Does cinder allocate disk to the volumes dynamically?

2018-11-28 Thread Soheil Pourbafrani
Hi, I was wondering if the Cinder allocates disk to volumes statically or dynamically? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cg

Re: [Openstack] [OpenStack][cinder]Does cinder allocate disk to the volumes dynamically?

2018-11-28 Thread Soheil Pourbafrani
group in size 140G but I only can create 7 volume of size 20G. So How Can I configure Cinder to allocate disk dynamically? On Wed, Nov 28, 2018 at 3:56 PM Soheil Pourbafrani wrote: > Hi, > > I was wondering if the Cinder allocates disk to volumes statically or >