Re: [Openstack-operators] [openstack-community] Openstack package repo

2018-07-10 Thread Melvin Hillsman
May I suggest install python-pip and then pip install python-swiftclient
(python-openstackclient, python-whateverclient, etc at that point)

On Tue, Jul 10, 2018 at 10:32 AM, Amy Marrich  wrote:

> Alfredo,
>
> Forwarding this to the OPS list in the hopes of it reaching the
> appropriate folks, but you might also want to checkout the RDO repos
>
> https://trunk.rdoproject.org/centos7/current/
>
>
> Thanks,
>
>
> Amy (spotz)
>
> On Tue, Jul 10, 2018 at 10:07 AM, Alfredo De Luca <
> alfredo.del...@gmail.com> wrote:
>
>> Hi all.
>> I have centos/7 on a VM Virtualbox... I want to install all the openstack
>> python clients (nova, swift etc).
>> I installed
>> *yum install centos-release-openstack-queens *
>>
>> and all good but when I try to install one client I have the following
>> error:
>>
>> yum install python-swiftclient
>>
>> **
>> Loaded plugins: fastestmirror
>> Loading mirror speeds from cached hostfile
>>  * base: mirror.infonline.de
>>  * extras: mirror.infonline.de
>>  * updates: centos.mirrors.psw.services
>> centos-ceph-luminous
>> | 2.9 kB  00:00:00
>> centos-openstack-queens
>>  | 2.9 kB  00:00:00
>> *http://mirror.centos.org/altarch/7/virt/x86_64/kvm-common/repodata/repomd.xml
>> :
>> [Errno 14] HTTP Error 404 - Not Found*
>> Trying other mirror.
>> To address this issue please refer to the below wiki article
>>
>> https://wiki.centos.org/yum-errors
>> **
>>
>> Now the only way to install the package (or any other) is to disable that
>> repo
>> *yum-config-manager --disable centos-qemu-ev*
>>
>> then I can install the client...
>>
>> Any idea?
>> It looks like *http://mirror.centos.org/altarch/7/virt/x86_64
>>  doesn't exist.*
>>
>>
>>
>>
>>
>>
>> --
>> *Alfredo*
>>
>>
>> ___
>> Community mailing list
>> commun...@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/community
>>
>>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>


-- 
Kind regards,

Melvin Hillsman
mrhills...@gmail.com
mobile: (832) 264-2646
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Openstack] Recovering from full outage

2018-07-10 Thread Torin Woltjer
DHCP is working again so instances are getting their addresses. For some reason 
cloud-init isn't working correctly. Hostnames aren't getting set, and SSH key 
pair isn't getting set. The neutron-metadata service is in control of this?

neutron-metadata-agent.log:
2018-07-10 08:01:42.046 5518 INFO eventlet.wsgi.server [-] 
109.73.185.195, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0622332
2018-07-10 09:49:42.604 5518 INFO eventlet.wsgi.server [-] 
197.149.85.150, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0645461
2018-07-10 10:52:50.845 5517 INFO eventlet.wsgi.server [-] 
88.249.225.204, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0659041
2018-07-10 11:43:20.471 5518 INFO eventlet.wsgi.server [-] 
143.208.186.168, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0618532
2018-07-10 11:53:15.574 5511 INFO eventlet.wsgi.server [-] 
194.40.240.254, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0636070
2018-07-10 13:26:46.795 5518 INFO eventlet.wsgi.server [-] 
109.73.177.149, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0611560
2018-07-10 13:27:38.795 5513 INFO eventlet.wsgi.server [-] 
125.167.69.238, "GET / HTTP/1.0" status: 404  len: 195 time: 0.0631371
2018-07-10 13:30:49.551 5514 INFO eventlet.wsgi.server [-] 
155.93.152.111, "GET / HTTP/1.0" status: 404  len: 195 time: 0.0609179
2018-07-10 14:12:42.008 5521 INFO eventlet.wsgi.server [-] 
190.85.38.173, "GET / HTTP/1.1" status: 404  len: 195 time: 0.0597739

No other log files show abnormal behavior.

Torin Woltjer

Grand Dial Communications - A ZK Tech Inc. Company

616.776.1066 ext. 2006
www.granddial.com


From: "Torin Woltjer" 
Sent: 7/6/18 2:33 PM
To: "lmihaie...@gmail.com" 
Cc: openstack-operators@lists.openstack.org, openst...@lists.openstack.org
Subject: Re: [Openstack] Recovering from full outage
I explored creating a second "selfservice" vxlan to see if DHCP would work on 
it as it does on my external "provider" network. The new vxlan network shares 
the same problems as the old vxlan network. Am I having problems with VXLAN in 
particular?

Torin Woltjer

Grand Dial Communications - A ZK Tech Inc. Company

616.776.1066 ext. 2006
www.granddial.com


From: "Torin Woltjer" 
Sent: 7/6/18 12:05 PM
To: 
Cc: openstack-operators@lists.openstack.org, openst...@lists.openstack.org
Subject: Re: [Openstack] Recovering from full outage
Interestingly, I can ping the neutron router at 172.16.1.1 just fine, but DHCP 
(located at 172.16.1.2 and 172.16.1.3) fails. The instance that I manually 
added the IP address to has a floating IP, and oddly enough I am able to ping 
DHCP on the provider network, which suggests that DHCP may be working on other 
networks but not on my selfservice network. I was able to confirm this by 
creating a new virtual machine directly on the provider network, I was able to 
ping to it and SSH into it right off of the bat, as it obtained the proper 
address on its own. 
"/var/lib/neutron/dhcp/d85c2a00-a637-4109-83f0-7c2949be4cad/leases" is empty. 
"/var/lib/neutron/dhcp/d85c2a00-a637-4109-83f0-7c2949be4cad/leases" contains:
fa:16:3e:3f:94:17,host-172-16-1-8.openstacklocal,172.16.1.8
fa:16:3e:e0:57:e7,host-172-16-1-7.openstacklocal,172.16.1.7
fa:16:3e:db:a7:cb,host-172-16-1-12.openstacklocal,172.16.1.12
fa:16:3e:f8:10:99,host-172-16-1-10.openstacklocal,172.16.1.10
fa:16:3e:a7:82:4c,host-172-16-1-3.openstacklocal,172.16.1.3
fa:16:3e:f8:23:1d,host-172-16-1-14.openstacklocal,172.16.1.14
fa:16:3e:63:53:a4,host-172-16-1-1.openstacklocal,172.16.1.1
fa:16:3e:b7:41:a8,host-172-16-1-2.openstacklocal,172.16.1.2
fa:16:3e:5e:25:5f,host-172-16-1-4.openstacklocal,172.16.1.4
fa:16:3e:3a:a2:53,host-172-16-1-100.openstacklocal,172.16.1.100
fa:16:3e:46:39:e2,host-172-16-1-13.openstacklocal,172.16.1.13
fa:16:3e:06:de:e0,host-172-16-1-18.openstacklocal,172.16.1.18

I've done system restarts since the power outage and the agent hasn't corrected 
itself. I've restarted all neutron services as I've done things, I could also 
try stopping and starting dnsmasq.

Torin Woltjer

Grand Dial Communications - A ZK Tech Inc. Company

616.776.1066 ext. 2006
www.granddial.com


From: George Mihaiescu 
Sent: 7/6/18 11:15 AM
To: torin.wolt...@granddial.com
Cc: "openst...@lists.openstack.org" , 
"openstack-operators@lists.openstack.org" 
, pgso...@gmail.com
Subject: Re: [Openstack] Recovering from full outage
Can you manually assign an IP address to a VM and once inside, ping the address 
of the dhcp server?
That would confirm if there is connectivity at least.

Also, on the controller node where the dhcp server for that network is, check 
the "/var/lib/neutron/dhcp/d85c2a00-a637-4109-83f0-7c2949be4cad/leases" and 
make sure there are entries corresponding to your instances.

In my experience, if neutron is broken after working fine (so excluding any 
miss-configuration), then an agent is out-of-sync and restart usually fixes 
things.

On Fri

Re: [Openstack-operators] [openstack-community] Openstack package repo

2018-07-10 Thread Amy Marrich
Alfredo,

Forwarding this to the OPS list in the hopes of it reaching the appropriate
folks, but you might also want to checkout the RDO repos

https://trunk.rdoproject.org/centos7/current/


Thanks,


Amy (spotz)

On Tue, Jul 10, 2018 at 10:07 AM, Alfredo De Luca 
wrote:

> Hi all.
> I have centos/7 on a VM Virtualbox... I want to install all the openstack
> python clients (nova, swift etc).
> I installed
> *yum install centos-release-openstack-queens *
>
> and all good but when I try to install one client I have the following
> error:
>
> yum install python-swiftclient
>
> **
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
>  * base: mirror.infonline.de
>  * extras: mirror.infonline.de
>  * updates: centos.mirrors.psw.services
> centos-ceph-luminous
> | 2.9 kB  00:00:00
> centos-openstack-queens
>| 2.9 kB  00:00:00
> *http://mirror.centos.org/altarch/7/virt/x86_64/kvm-common/repodata/repomd.xml
> :
> [Errno 14] HTTP Error 404 - Not Found*
> Trying other mirror.
> To address this issue please refer to the below wiki article
>
> https://wiki.centos.org/yum-errors
> **
>
> Now the only way to install the package (or any other) is to disable that
> repo
> *yum-config-manager --disable centos-qemu-ev*
>
> then I can install the client...
>
> Any idea?
> It looks like *http://mirror.centos.org/altarch/7/virt/x86_64
>  doesn't exist.*
>
>
>
>
>
>
> --
> *Alfredo*
>
>
> ___
> Community mailing list
> commun...@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/community
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [glance] share image with domain

2018-07-10 Thread Christian Berendt
It is possible to add a domain as a member, however this is not taken in 
account. It should be mentioned that you can also add non-existing project ids 
as a member.

For me it looks like it is not possible to share a image with visibility 
“shared” with a domain.

Are there known workarounds or scripts for that use case?

Christian.

-- 
Christian Berendt
Chief Executive Officer (CEO)

Mail: bere...@betacloud-solutions.de
Web: https://www.betacloud-solutions.de

Betacloud Solutions GmbH
Teckstrasse 62 / 70190 Stuttgart / Deutschland

Geschäftsführer: Christian Berendt
Unternehmenssitz: Stuttgart
Amtsgericht: Stuttgart, HRB 756139


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators