Hey,


First, there's no such thing as magnum-compute_hosts, also I'm not sure what for magnum__hosts is. I'd say you can safely drop both of these and leave just magnum-infra_hosts.

But that should not cause playbook failure. But without error setup-hosts.yml fails with it is not possible to say what is the reason for that. So would be great to get more information on the issue.



вт, 8 нояб. 2022 г., 05:34 Adivya Singh <adivya1.singh@gmail.com>:
hi Dmitry,

Any input on this

Adivya Singh adivya1.singh@gmail.com

Mon, Nov 7, 8:38 PM (13 hours ago)
to Dmitriy
hi Dmitry,

I have added below stanza in openstack_user_config.yml

magnum-infra_hosts:
    aio1:
     ip:172.29.236.100
magnum-compute_hosts:
  aio1:
    ip: 172.29.236.100

and also in conf.d 

magnum__hosts:
  aio1:
    ip: 172.29.236.100

but still when i am running the playbook for setup-hosts it is failing, Can you give me some hint

Regards
Adivya Singh


On Wed, Nov 2, 2022 at 8:06 PM Dmitriy Rabotyagov <noonedeadpunk@gmail.com> wrote:
Ok, so for that in openstack_user_config.yml you will need to define
following groups:
* zun-infra_hosts - usually these are infra nodes as there only
api/proxy services will be located
* zun-compute_hosts - these hosts will be used by zun-compute and
kuryr for spawning containers. So usually it's a standalone hardware,
but maybe it can be co-located with nova-compute, I'm not absolutely
sure about that tbh.

ср, 2 нояб. 2022 г. в 04:27, Adivya Singh <adivya1.singh@gmail.com>:
>
> Hello Dmitry,
>
> I was looking for Zun installation in OpenStack Xena version using OpenStack Ansible.
>
> Regards
> Adivya Singh
>
> On Tue, Nov 1, 2022 at 12:06 AM Dmitriy Rabotyagov <noonedeadpunk@gmail.com> wrote:
>>
>>  Hi Adivya,
>>
>> Can you please elaborate more about what container service you are
>> thinking about? Is it Magnum or Zun or your question is more about how
>> to install all openstack services in containers?
>>
>> пн, 31 окт. 2022 г. в 19:34, Adivya Singh <adivya1.singh@gmail.com>:
>> >
>> > Hi Team,
>> >
>> > Any input on this, to install container service in openstack using ansible.
>> >
>> > standard global parametre
>> >
>> > Regards
>> > Adivya Singh