ierdem | Hi, I want to use python-novaclient in my project to disable/enable nova services but when I try to run command which that exist in paste, it throws error. Altough it gives error, It works (disables/enables nova-compute) but I did not understand why error occured? Is it a problem or sth not important? https://paste.opendev.org/show/808617/ | 11:57 |
---|---|---|
mgariepy | ierdem, i do use : conn.compute.disable_service to disable nova-compute services | 12:19 |
mgariepy | ierdem, https://docs.openstack.org/openstacksdk/latest/user/proxies/compute.html#service-operations | 12:21 |
ierdem | mgariepy, thank you, i ll use it | 12:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Use ansible-role-pki to generate SSL certificates https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/807717 | 12:55 |
spatel | ierdem did you resolve your skyline issue? | 12:58 |
spatel | Just incase if you not, i have created blog for skyline Dashboard - https://satishdotpatel.github.io/openstack-skyline-dashborad/ | 13:00 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Use ansible-role-pki to generate SSL certificates https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/807717 | 13:20 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:02 |
opendevmeet | Meeting started Tue Sep 7 15:02:59 2021 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:03 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:03 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:03 |
noonedeadpunk | #topic rollcall | 15:03 |
noonedeadpunk | \o/ | 15:03 |
mgariepy | hello ! \o/ | 15:04 |
noonedeadpunk | #topic office hours | 15:06 |
noonedeadpunk | So | 15:06 |
noonedeadpunk | Eventually I have a thing to discuss | 15:06 |
noonedeadpunk | I made a patch to the config_template to make it installabe as a collection https://review.opendev.org/c/openstack/ansible-config_template/+/807581 | 15:06 |
noonedeadpunk | The question here is how we want to name it and under what namespace to put | 15:07 |
noonedeadpunk | I talked to sshnaidm yestarday and eventually we have 2 options: we can go under `openstack` namespace or we can register our own one in the galaxy | 15:08 |
noonedeadpunk | While I'd say it would be logical to go with openstack, tricky thing is that access to that namespace is not owned by governance but it's more like personal account with single admin in it | 15:08 |
noonedeadpunk | The pros though that there's already a releasing process we could apply | 15:09 |
noonedeadpunk | Eventually, I thin kwe have more modules to make installabe as a collections - potentially whole https://opendev.org/openstack/openstack-ansible-plugins and our parallel git clone thing | 15:10 |
noonedeadpunk | Or, we can register some new namespace in galaxy and manage it, and see where this will go | 15:11 |
mgariepy | not sure what is the best namespace but i guess that this kind of module could be helpful for more than just openstack | 15:13 |
noonedeadpunk | Eventually namespace is kind of name of the account in galaxy as far as I got | 15:16 |
noonedeadpunk | but it's totally more then just osa... | 15:16 |
noonedeadpunk | well, even if it's `openstack` namespace - the only thing namespace reflects is `fqdn` path to the collection that you would need to provide when calling for a module | 15:17 |
noonedeadpunk | ie `openstack.config_template.config_template` | 15:17 |
noonedeadpunk | or `openstack_ansible.config_template.config_template` | 15:18 |
noonedeadpunk | jrosser: any thoughts? | 15:18 |
mgariepy | if it's not under the openstack ns it might be easier for other ppl to find/discover it ? | 15:18 |
sshnaidm|off | is there non-openstack usage of it? | 15:21 |
mgariepy | there are a lot of services that use either json,yaml,ini file as config | 15:24 |
sshnaidm|off | then probably worth to have a separate namespace | 15:28 |
noonedeadpunk | What I have concerns about, is that if we want to create and manage multiple namespaces... | 15:29 |
noonedeadpunk | well, the best place for it might be smth like `community` but I really doubt we have chances to push it there | 15:29 |
mgariepy | hmm indeed i guess it cloud be hard to push there. | 15:37 |
noonedeadpunk | Might be worth asking TC opinion as well then... | 15:44 |
noonedeadpunk | Because in our case comparing to openstack ansible modules, we're not tighten with license | 15:45 |
noonedeadpunk | #endmeeting | 16:00 |
opendevmeet | Meeting ended Tue Sep 7 16:00:29 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:00 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-09-07-15.02.html | 16:00 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-09-07-15.02.txt | 16:00 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-09-07-15.02.log.html | 16:00 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-pki master: Ensure certificate installation path exists https://review.opendev.org/c/openstack/ansible-role-pki/+/807771 | 16:06 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Use ansible-role-pki to generate SSL certificates https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/807717 | 16:15 |
ierdem2 | Hi, I've accidently deleted an instance and now I am searching that how to recover it. I use NFS as backend storage. Is there any way to recover a deleted instance? Can you help me please? | 16:29 |
noonedeadpunk | was instance using ephemeral storage or cinder volume? | 16:30 |
noonedeadpunk | Because if you don't have delayed termination explicitly set, there's no way to recover it | 16:31 |
ierdem2 | epheremal storage | 16:31 |
noonedeadpunk | well, then it's gone | 16:31 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Use ansible-role-pki to generate SSL certificates https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/807717 | 16:34 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!