[Openstack-operators] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
Hi all, Context: openstact-ansible newton, tag: 14.0.1 OS: ubuntu 16.04 LTS the pip command is unable to download packages form the repo container. I can reach the repo container from within galera container through the port 8181: *root@node01:~# lxc-attach -n node01_galera_container-368f269ar

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
channel, it’s probably easier to have a > conversation there. > > > > Best regards, > > Jean-Philippe > > > > *From: *Achi Hamza > *Reply-To: *"OpenStack Development Mailing List (not for usage > questions)" > *Date: *Thursday, 17 November 2016 at

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
On 17 November 2016 at 11:35, Jesse Pretorius < jesse.pretor...@rackspace.co.uk> wrote: > Hi Achi, > > > > Can you list the files in /var/www/repo/os-release? > > > > ansible repo_all -m shell -a "find /var/www/repo/os-releases -type f" > > > &

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
eployment > host > > > > ie > > > > ansible repo_all -m shell -a "curl http://172.16.1.2:8181/os- > releases/14.0.1/requirements_constraints.txt" > > ansible hosts -m shell -a "curl http://172.16.1.2:8181/os- > releases/14.0.1/requirements_constrain

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
Thank you Jesse, but these iptables rules are just applied on the deployment node not the host nodes. do i have to omit these rules even on the deployment node ? Thank you On 17 November 2016 at 14:25, Jesse Pretorius < jesse.pretor...@rackspace.co.uk> wrote: > *From: *Achi Hamza

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
Total SpentLeft Speed 100 2870 2870 0 59878 0 --:--:-- --:--:-- --:--:-- 71750 On 17 November 2016 at 15:22, Jesse Pretorius < jesse.pretor...@rackspace.co.uk> wrote: > > > > > *From: *Achi Hamza > *Date: *Thursday, November 17, 2016 at 1

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
verage Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 2870 2870 0 405k 0 --:--:-- --:--:-- --:--:-- 280k On 17 November 2016 at 15:26, Achi Hamza wrote: > It works on the repo itself: > > *r

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
70 0 381k 0 --:--:-- --:--:-- --:--:-- 280k do you have an explanation to this Jesse ? Thank you On 17 November 2016 at 15:53, Achi Hamza wrote: > It also works on the internal interface of the containers, i can fetch > from the repo container to the host on the internal IP

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
ss shared in some way – ie is it used for the host and > haproxy? > > > > *From: *Achi Hamza > *Date: *Thursday, November 17, 2016 at 3:07 PM > *To: *Jesse Pretorius > *Cc: *"OpenStack-operators@lists.openstack.org" < > OpenStack-operators@lists.openstack.or

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-17 Thread Achi Hamza
> Are you sure that both addresses in your configuration are different? > > > > *From: *Achi Hamza > *Date: *Thursday, November 17, 2016 at 5:58 PM > *To: *Jesse Pretorius , " > klindg...@godaddy.com" , " > OpenStack-operators@lists.openstack.org" opensta

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-18 Thread Achi Hamza
internal > addresses be the same unless you disable SSL for public endpoints. > > > > *From: *Achi Hamza > *Date: *Friday, November 18, 2016 at 7:02 AM > *To: *Jesse Pretorius , " > openstack-operators@lists.openstack.org" openstack.org> > > *Subject: *

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-18 Thread Achi Hamza
les.yml file: > > > > openstack_service_publicuri_proto: http > > openstack_external_ssl: false > > haproxy_ssl: false > > > > I might be missing more, but that should get you started. > > > > *From: *Achi Hamza > *Date: *Friday, November 18, 2016 at 1:56 PM > >

[Openstack-operators] [openstack-ansible] OVS+VLAN Networks Scenario

2016-11-26 Thread Achi Hamza
Hi All, Context: openstack-ansible tag: 14.0.1 ML2 plug-in: OpenvSwitch Project / External networks: VLAN OS: Ubuntu 16.0.4 I would like to implement OVS with VLANs following these 2 docs [1][2] but things didn't work for me. I cannot ping my provider network: root@node01-utility-

Re: [Openstack-operators] [openstack-ansible] OVS+VLAN Networks Scenario

2016-11-27 Thread Achi Hamza
his bridge used as "external bridge"? > 2. Please check also Openflow rules in bridges - it's important to have > proper rules on bridges > 3. From where You are trying to ping this vm? Is it the same host or > another one? Is it connected to same vlan? > 4. When

[Openstack-operators] [openstack-ansible] networking services of compute nodes on LXC

2016-12-03 Thread Achi Hamza
Hello, I need to install the networking services of the compute nodes into LXC, just like networking services on the infra nodes (neutron_agents_container) so that i can leverage eth11 and eth12 interfaces within the container on the compute nodes for my setup (DVR). How openstack-ansible should

Re: [Openstack-operators] [openstack-ansible] networking services of compute nodes on LXC

2016-12-05 Thread Achi Hamza
the best one since DVR is new in openstack-ansible. Best regards, Hamza On 5 December 2016 at 10:51, Jesse Pretorius < jesse.pretor...@rackspace.co.uk> wrote: > > > *From: *Achi Hamza > *Date: *Saturday, December 3, 2016 at 12:19 PM > *To: *"openstack-operators@lists.op

[Openstack-operators] docker-juno installation failed

2015-07-09 Thread Achi Hamza
Hi guys, I've tried to installed Docker with juno release on Ubuntu but all the attempts failed. here how i installed the nova-docker driver: *sudo apt-get install python-pip* *sudo apt-get install python-dev* *git clone https://github.com/stackforge/nova-docker

Re: [Openstack-operators] docker-juno installation failed

2015-07-09 Thread Achi Hamza
thon-*/dist-packages/oslo * > 2. Copy the contents of */usr/lib/python-*/dist-packages/oslo_concurrency > *to */usr/lib/python-*/dist-packages/oslo/concurrency* > > Hope this helps. > > > ​Thanks > , > Arun Adiththan > > > > On Thu, Jul 9, 2015 at 7:38 AM, A

[Openstack-operators] Ansible-OpenStack:cannot ssh into the containers

2015-11-24 Thread Achi Hamza
Hi, I am trying to deploy openstack using openstack-ansible project. I am using Liberty release (tag *12.0.0*). The problem i have is that Ansible is not able to SSH into the containers: *TASK: [Wait for ssh to be available] ** * failed: [infra01_neutron_se

Re: [Openstack-operators] Pinning Guest vCPUs to Host pCPUs

2016-04-20 Thread Achi Hamza
Hi Steve, Thank you for your feedback. I figured out a solution for the problem. In my case the root cause lies in NUMA Topology, the memory slots was not physically split up evenly across the processors, so i disturbed them accordingly and everything works fine now. Thanks again, Hamza On 19 A

Re: [Openstack-operators] Migration Openstack Instances and cloud-init

2016-07-05 Thread Achi Hamza
e > preserve_hostname: True > > > I think I can do some more options which may be useful, but this works > fine for me by now :-) > > Kind regards, > Michael > > > Achi Hamza hat am 5. Juli 2016 um 12:36 geschrieben: > > > Hi Michael, > > Yes, you can