bigip execution/state modules should support folders/partitions #67660
Replies: 10 comments
-
This would be great to have. The last time I looked into this, there was a way to specify the partition in the node name
But you would have to double check the f5 api on how to do that (it has been about 6 months since i looked at the f5 api docs.) But we should totally have support for this. If you wanted to submit a PR we would greatly appreciate it, otherwise I have tagged this as a feature request. Thanks, |
Beta Was this translation helpful? Give feedback.
-
I just tried that and it failed: [ERROR ] 01070088:3: The requested object name (/Common/
|
Beta Was this translation helpful? Give feedback.
-
Yeah, i am not 100% sure that is how to specify the partition, but iirc i saw it in the api docs, so you might have to look that up to see if it will work. As for this, I have marked it as a feature request. Thanks! |
Beta Was this translation helpful? Give feedback.
-
works ok but you cannot list all pools from a partition:
=>message": "01020036:3: The requested Pool (/partition) was not found." this feature is needed really with REST API we can get this list like this: https://bigip'/mgmt/tm/ltm/pool/?$filter=partition%20eq%20'$F5_PARTITION |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
we still need partition support in this module |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
no stale |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
The bigip state module does not support folders other than Common. I should be able to do something like this for adding a new node into the 'internal' partition:
'add node /internal/node1':
bigip.manage_node:
- hostname: load_balancer
- username: admin
- password: admin
- name: node1
- address: 192.168.1.10
- partition: internal
But I get a warning:
Salt Version:
Salt: 2016.11.4
Dependency Versions:
cffi: Not Installed
cherrypy: unknown
dateutil: 2.5.3
docker-py: Not Installed
gitdb: 0.5.4
gitpython: 0.3.2 RC1
ioflo: Not Installed
Jinja2: 2.8.1
libgit2: 0.20.0
libnacl: Not Installed
M2Crypto: 0.20.2
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.6
mysql-python: 1.2.3c1
pycparser: Not Installed
pycrypto: 2.6.1
pycryptodome: 3.4.3
pygit2: 0.20.3
Python: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 14.5.0
RAET: Not Installed
smmap: 0.8.1
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.0.5
System Versions:
dist: redhat 6.8 Santiago
machine: x86_64
release: 2.6.32-642.11.1.el6.x86_64
system: Linux
version: Red Hat Enterprise Linux Server 6.8 Santiago
Beta Was this translation helpful? Give feedback.
All reactions