devildog-tech

Results 9 comments of devildog-tech

The following results in error. Common Declaration: Successful ``` { "$schema": "https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json", "class": "AS3", "action": "deploy", "persist": true, "id": "Shared", "declaration": { "class": "ADC", "schemaVersion": "3.0.0", "Common": { "class": "Tenant",...

hold on let me rerun that i didn't take the service address out of the second declaration.

Running into the same issue I posted about in https://github.com/F5Networks/f5-appsvcs-extension/issues/606. Even tried adding the source subnet just to be safe on the second go around. ``` { "$schema": "https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json", "class":...

That worked. You are awesome. Thank you for explaining that. I had it in my mind that if you used "use" it had to be referenced in the same Declaration....

I'm still running into an issue. All of them seem to work except v6 with route domain. ``` { "$schema": "https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json", "class": "AS3", "action": "deploy", "persist": true, "id": "Shared", "declaration":...

It appears the issue is related to specifically just the "Service_Address" with v6 and route domains, doesn't seem to be idempotent. ``` { "$schema": "https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json", "class": "AS3", "action": "deploy", "persist":...

Bumping this. I just ran into this, any ETA?

@badnetmask I can confirm that it does not work. It does not recognize add or remove as supported parameters. {"changed": false, "msg": "Unsupported parameters for (nios_host_record) module: remove found in...

@dwebr I had similar issue dealing with the return json. Here is how I dealt with it. This was written to take a list of IP addresses and return all...