Re: [OpenStack-Infra] Questions: openstack-ansible-ops -> multi-node-aio

2019-08-29 Thread Jeremy Stanley
On 2019-08-29 21:57:37 +0200 (+0200), Ich bins wrote: > looks good. The script continues > > But now my first question is still open: [...] Please continue this discussion elsewhere (for example the openstack-disc...@lists.openstack.org mailing list). As Clark tried to explain earlier, you

Re: [OpenStack-Infra] Questions: openstack-ansible-ops -> multi-node-aio

2019-08-29 Thread Ich bins
Hi Shadi, looks good. The script continues But now my first question is still open: - TASK [Prepare the data disk file system] task path: /home/wartung/openstack-ansible-ops/multi-node-aio/playbooks/setup-host.yml:365 fatal: [mnaio1]: FAILED! => {

Re: [OpenStack-Infra] Questions: openstack-ansible-ops -> multi-node-aio

2019-08-29 Thread Shadi Akiki
Try to use python 3 and pip 3 instead of version 2. On ubuntu, that would be sudo apt-get install python3 python3-pip and then sudo pip3 install ... later -- Shadi Akiki Founder & CEO, AutofitCloud https://autofitcloud.com/ +1 813 579 4935 On Thu, Aug 29, 2019 at 8:15 PM Ich bins wrote: >

Re: [OpenStack-Infra] Questions: openstack-ansible-ops -> multi-node-aio

2019-08-29 Thread Clark Boylan
On Thu, Aug 29, 2019, at 10:12 AM, Ich bins wrote: > After upgrading "pip" to newest version, now the following error occurs: > > ERROR: Package 'more-itertools' requires a different Python: 2.7.15 not > in '>=3.4' > > > > > Am Do., 29. Aug. 2019 um 19:08 Uhr schrieb Ich bins > : > > Hi

Re: [OpenStack-Infra] Questions: openstack-ansible-ops -> multi-node-aio

2019-08-29 Thread Ich bins
After upgrading "pip" to newest version, now the following error occurs: ERROR: Package 'more-itertools' requires a different Python: 2.7.15 not in '>=3.4' Am Do., 29. Aug. 2019 um 19:08 Uhr schrieb Ich bins < will.code.for.pi...@gmail.com>: > Hi folks, > > I have some short questions about