jbe-dw

Results 113 comments of jbe-dw

This is really annoying, we have a code that setup all our openstack infrastructure content (tenants, networks, subnets, default rules) and we want to automatically deploy some service instances in...

Yes we provide a tenant with a network and a subnet, assign remote users to the tenant, register everything in the cmdb, provide a consul keystore for users to store...

The limitation also affects ssh_keypair creation. What we do: - Describe all our tenants/networks in a YAML file, so any modification to the cloud is just about changing the YAML...

Yes but if it is not an option as an API call parameter, it could be possible to overload the client config if the resource option is active ? The...

Hello, Could you fix your issue ? Regards

Hello, I've not checked at the dyndns functionality yet. At a first glance, it looks like you should: - check at decorators, to have an hybrid one like `apikey_or_basic_auth` -...

Hello, Thanks for the feedback. I guess that it has not been implemented correctly. This is not really a bug, because you put something in the database outside PDA. But...

With Ansible and MariaDB, I use this: ``` vars: __default_pdnsa_settings: # General Settings allow_user_create_domain: false auto_ptr: false bg_domain_updates: false default_domain_table_size: 10 default_record_table_size: 15 tasks: - name: Task reading all the...

Hello @danimo I agree with you. We don't have resources to adress it right away but it should be done in a not too far future. Regards

We don't manage accounting at the record level but at the zone level. The code that loads the content in the js table doesn't keep track of the account. As...