Commit Graph

1205 Commits (f731bcc2d58c5f8cdf244e15b19c1e93f62fb2b9)

Author SHA1 Message Date
Brian Coca a07fc88ba0 Merge pull request #531 from UnderGreen/proxmox_module_examples
Proxmox VE module examples
10 years ago
Rene Moser e72f581a16 proxmox: prevent to log passwords 10 years ago
Rene Moser 148bd52d8b proxmox: update module doc 10 years ago
Sergei Antipov ed6283d422 Added examples 10 years ago
Toshio Kuratomi 8dfa63d1d8 Add version_added dodmentation 10 years ago
Brian Coca 47c74936c1 Merge pull request #530 from UnderGreen/proxmox_module
Proxmox VE module
10 years ago
Sergei Antipov 69d3474bcc Deleted debugging 10 years ago
Sergei Antipov cb09a26900 Added documentation 10 years ago
Sergei Antipov 323df26b3e Added conditionals, umount, forceStop, timeout, etc 10 years ago
Brian Coca 5187c7fcd7 removed executable bit 10 years ago
Brian Coca fefbf7c41a Merge pull request #511 from resmo/fix/cs_portforward
cloudstack: fix public and private ports results not int
10 years ago
Brian Coca 3cebc1c426 Merge pull request #510 from resmo/feature/extend_cs_firewall
cloudstack: cs_firewall: add egress support
10 years ago
Rene Moser 525ef47247 cloudstack: fix public and private ports results not int 10 years ago
Rene Moser 2da7792ff6 cloudstack: cs_firewall: add egress support
Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added.

For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required.
10 years ago
Brian Coca 374bc74fcf Merge pull request #448 from rickmendes/ec2-win-password
Add ec2_win_password module
10 years ago
Rene Moser 46cb5627dc cloudstack: cs_iso code style and cleanup 10 years ago
Rene Moser de1f642efd cloudstack: cs_iso: add account and domain 10 years ago
Rene Moser 0f884ead40 cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
10 years ago
Rene Moser 2b7a40a46a cloudstack: replace old _id() with new generic style from utils 10 years ago
Rene Moser 7705d1bb50 cloudstack: remove self.result, is defined in super class from utils 10 years ago
Rene Moser 63e9014e16 cloudstack: cs_affinitygroup: add domain and account support 10 years ago
Rene Moser 9f41d78346 cloudstack: avoid logging of secrets 10 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 10 years ago
Sergei Antipov a057cb2482 Initial commit of Proxmox module 10 years ago
Brian Coca 08445418aa more string corrections 10 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 10 years ago
Brian Coca 67ccbd3bc0 more minor docfixes 10 years ago
Kevin Carter fd0c21df27 Updated lxc module to remove the clone state
The clone state was removed in favor of making the module more
declarative. This change was done in response to review in PR #328
from @bcoca.

In the commit new examples were created on how this feature works.
10 years ago
Greg DeKoenigsberg dfd227f82c Adding author's github id 10 years ago
Greg DeKoenigsberg e732b478ef Update virt.py 10 years ago
Greg DeKoenigsberg 3e6e179b1b Adding author's github id 10 years ago
Greg DeKoenigsberg 9180538277 Adding author's github id 10 years ago
Greg DeKoenigsberg a0ce79250d Adding author's github id 10 years ago
Greg DeKoenigsberg d6781a5c89 Adding author's github id 10 years ago
Greg DeKoenigsberg dbdf70485a Adding author's github id 10 years ago
Greg DeKoenigsberg 93f613d0eb Adding author's github id 10 years ago
Greg DeKoenigsberg 9a039fa462 Update cs_securitygroup.py 10 years ago
Greg DeKoenigsberg 5d0887bd94 Adding author's github id 10 years ago
Greg DeKoenigsberg 06508a745a Adding author's github id 10 years ago
Greg DeKoenigsberg 241b6eb541 Adding author's github id 10 years ago
Greg DeKoenigsberg 219d261614 Update cs_instance.py 10 years ago
Greg DeKoenigsberg 5a064c5b9a Adding author's github id 10 years ago
Greg DeKoenigsberg b82c1454f8 Adding author's github id 10 years ago
Greg DeKoenigsberg 17e755786e Adding author's github id 10 years ago
Greg DeKoenigsberg 997a0a11d0 Adding author's github id 10 years ago
Brian Coca 56f466c70d Merge pull request #328 from cloudnull/lxc-overlayfs-feature
Added overlayfs backend type to the lxc_container module
10 years ago
Brian Coca bfb8868d8b Merge pull request #469 from sigmavirus24/lxc-bug-fix
Interpolate container name into error message
10 years ago
Toshio Kuratomi e3373ffc46 Fix documentation 10 years ago
Brian Coca aa86c5ff90 Merge pull request #431 from resmo/fix/cs_securitygroup_rule
cloudstack: fix cs_securitygroup_rule result output not always worked as expected
10 years ago
Brian Coca d20d89948d Merge pull request #467 from resmo/feature/extend_cs_firewall
WIP: cloudstack: extend cs_firewall
10 years ago