*** cshen has joined #openstack-ansible | 00:19 | |
*** cshen has quit IRC | 00:24 | |
*** cshen has joined #openstack-ansible | 00:29 | |
*** cshen has quit IRC | 01:08 | |
*** djhankb has quit IRC | 01:50 | |
*** djhankb has joined #openstack-ansible | 01:55 | |
*** cshen has joined #openstack-ansible | 02:08 | |
*** cshen has quit IRC | 02:42 | |
*** cshen has joined #openstack-ansible | 02:45 | |
*** cshen has quit IRC | 02:49 | |
*** cshen has joined #openstack-ansible | 03:23 | |
*** cshen has quit IRC | 03:28 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-ansible | 04:33 | |
*** cshen has joined #openstack-ansible | 05:02 | |
*** cshen has quit IRC | 05:07 | |
*** PrinzElvis has joined #openstack-ansible | 06:06 | |
*** sshnaidm|afk is now known as sshnaidm | 06:17 | |
*** cshen has joined #openstack-ansible | 06:18 | |
*** PrinzElvis has quit IRC | 06:46 | |
*** PrinzElvis has joined #openstack-ansible | 06:46 | |
*** noonedeadpunk has joined #openstack-ansible | 06:58 | |
*** PrinzElvis has quit IRC | 07:03 | |
*** PrinzElvis has joined #openstack-ansible | 07:03 | |
*** PrinzElvis has quit IRC | 07:07 | |
*** PrinzElvis has joined #openstack-ansible | 07:07 | |
*** PrinzElvis has quit IRC | 07:10 | |
*** PrinzElvis has joined #openstack-ansible | 07:11 | |
*** trident has quit IRC | 07:18 | |
*** djhankb has quit IRC | 07:24 | |
*** djhankb has joined #openstack-ansible | 07:25 | |
*** PrinzElvis has quit IRC | 07:30 | |
*** PrinzElvis has joined #openstack-ansible | 07:31 | |
*** tosky has joined #openstack-ansible | 07:39 | |
*** zigo has joined #openstack-ansible | 07:44 | |
*** jbadiapa has joined #openstack-ansible | 07:50 | |
*** PrinzElvis is now known as Prinz-Elvis | 07:58 | |
admin0 | morning | 07:58 |
---|---|---|
*** tosky has quit IRC | 08:00 | |
*** cshen has quit IRC | 08:00 | |
*** dirk has quit IRC | 08:00 | |
*** alvinstarr has quit IRC | 08:00 | |
*** oyrogerg has quit IRC | 08:00 | |
*** irclogbot_2 has quit IRC | 08:02 | |
*** Prinz-Elvis is now known as PrinzElvis | 08:04 | |
*** tosky has joined #openstack-ansible | 08:05 | |
*** cshen has joined #openstack-ansible | 08:05 | |
*** dirk has joined #openstack-ansible | 08:05 | |
*** alvinstarr has joined #openstack-ansible | 08:05 | |
*** oyrogerg has joined #openstack-ansible | 08:05 | |
*** PrinzElvis is now known as Prinz_Elvis | 08:05 | |
*** irclogbot_2 has joined #openstack-ansible | 08:07 | |
*** Prinz_Elvis is now known as PrinzElvis | 08:12 | |
*** pcaruana has joined #openstack-ansible | 09:00 | |
*** trident has joined #openstack-ansible | 09:08 | |
-openstackstatus- NOTICE: due to a new release of setuptools (50.0.0), a lot of jobs are currently broken, please do not recheck blindly. see http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016905.html | 09:15 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-plugins master: Replace deprecated imp module with importlib https://review.opendev.org/748840 | 09:35 |
*** tosky has quit IRC | 10:13 | |
*** tosky has joined #openstack-ansible | 10:13 | |
*** rohit02 has joined #openstack-ansible | 11:13 | |
rohit02 | hi team,we have deployed ussuri openstack on centos 7 but cinder-volume service is in error state<<http://paste.openstack.org/show/797293/>> | 11:18 |
*** sshnaidm has quit IRC | 11:57 | |
*** sshnaidm has joined #openstack-ansible | 12:07 | |
*** redrobot has joined #openstack-ansible | 12:34 | |
*** rh-jelabarre has joined #openstack-ansible | 12:39 | |
*** mgariepy has quit IRC | 12:45 | |
*** mgariepy has joined #openstack-ansible | 12:48 | |
*** rohit02 has quit IRC | 12:48 | |
*** SecOpsNinja has joined #openstack-ansible | 12:54 | |
SecOpsNinja | one quick question: in /etc/openstack_deploy/openstack_user_config.yml it says its optional to define range in provider_networks, but the TASK [Create the neutron provider networks facts] fails with "TypeError: Value of unknown type: <class 'KeyError'>, 'range'". is it possilble to have a empty range? | 12:56 |
*** pfsmorigo has joined #openstack-ansible | 13:11 | |
noonedeadpunk | I guess if you mention network it should have a range.... | 13:24 |
noonedeadpunk | Never tried to do otherwise tbh | 13:24 |
noonedeadpunk | but yes, that's possible | 13:24 |
SecOpsNinja | for what i understand the range settings is used then you define a vlan network without a specific VLAN_ID. And i would like to fail to create a vlan network if i dont have a vlan id | 13:35 |
SecOpsNinja | but work correctly when i define it with VLAN_ID | 13:36 |
noonedeadpunk | eventually I think vlan network is not required to have an IP, it's more used to determine interface for the vlan network. as neutron agents will create vlans on the interfaces, and they don't really care if you have ip on it or not | 13:39 |
noonedeadpunk | so to get such limitation I think you should look into neutron config. Eventually you can limit vlan creation to admin only I think, and make regular users use only vxlans (which do require IP on the interface) | 13:41 |
SecOpsNinja | ok i will check thank. Another question that you might be able to help. is it possible to create a private project vlan network and connect it to a interface in openstack instance or do i need to always use as external and use a router for it? im having troubles getting my vm instance to connect to that vlan. | 13:44 |
noonedeadpunk | You don't need to use it as external or use router. but what you need is having dhcp served by neutron or configure instances with config-drive instead of the default network option | 14:01 |
noonedeadpunk | but again without router you won't have access to the internet from that VM, unless you've configured gateway or nat or whatever with your own | 14:03 |
*** cloudnull has joined #openstack-ansible | 14:06 | |
noonedeadpunk | in the reality external vs intenrnal network only differs with rbac rule applied to it (ie https://docs.openstack.org/neutron/ussuri/admin/config-rbac.html#allowing-a-network-to-be-used-as-an-external-network) | 14:08 |
noonedeadpunk | so it's more logic distinguishment than physical | 14:09 |
*** waxfire has quit IRC | 14:26 | |
*** waxfire has joined #openstack-ansible | 14:27 | |
SecOpsNinja | ok noonedeadpunk i will check than info thanks | 14:30 |
*** openstackgerrit has quit IRC | 14:37 | |
*** cshen has quit IRC | 14:45 | |
*** cshen has joined #openstack-ansible | 14:48 | |
*** spatel has joined #openstack-ansible | 14:53 | |
*** sshnaidm is now known as sshnaidm|bbl | 15:11 | |
*** spatel has quit IRC | 15:29 | |
*** cshen has quit IRC | 15:59 | |
*** cshen has joined #openstack-ansible | 16:03 | |
*** cshen has quit IRC | 16:08 | |
*** spatel has joined #openstack-ansible | 16:33 | |
*** cshen has joined #openstack-ansible | 16:35 | |
*** cshen has quit IRC | 16:40 | |
SecOpsNinja | another question, im having error with magum comunicating with keystone ssl. But if i undesertand correctly only the openstack_service_publicuri_proto is set at https. if i put adminuri and internaluri to https should i enable ss in all ansible roles besides keystone? | 16:59 |
*** cshen has joined #openstack-ansible | 17:08 | |
*** djhankb has quit IRC | 17:10 | |
*** djhankb has joined #openstack-ansible | 17:11 | |
*** tosky has quit IRC | 17:14 | |
*** gyee has joined #openstack-ansible | 17:43 | |
*** SecOpsNinja has quit IRC | 17:45 | |
*** jamesden_ has quit IRC | 17:47 | |
*** jamesdenton has joined #openstack-ansible | 17:49 | |
*** cshen has quit IRC | 18:27 | |
*** openstackgerrit has joined #openstack-ansible | 19:28 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ussuri: Remove mapping of gnocchi_dentity_only to swift https://review.opendev.org/746642 | 19:28 |
*** spatel has quit IRC | 20:02 | |
*** tosky has joined #openstack-ansible | 20:15 | |
*** cshen has joined #openstack-ansible | 20:23 | |
*** cshen has quit IRC | 20:28 | |
*** cshen has joined #openstack-ansible | 22:07 | |
*** cshen has quit IRC | 22:13 | |
*** tosky has quit IRC | 23:03 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!